OSDN Git Service

CMFileManager: Update strings
authorblack <blackzigong@gmail.com>
Fri, 20 Jun 2014 11:41:12 +0000 (04:41 -0700)
committerblack <blackzigong@gmail.com>
Sat, 21 Jun 2014 01:00:01 +0000 (18:00 -0700)
Change-Id: I5cd8733d1c1f6725fa4e0da714bc408bbf3ee2c0

res/values/strings.xml

index 24ea3d0..6b1242f 100644 (file)
     <!-- Preferences - General - Display thumbs -->
     <string name="pref_display_thumbs">Preview</string>
     <!-- Preferences - General - Display thumbs summary -->
-    <string name="pref_display_thumbs_summary">Show a preview image for apps, music files, pictures and videos.</string>
+    <string name="pref_display_thumbs_summary">Show a preview image for apps, music files, pictures and videos</string>
     <!-- Preferences - General - Use flinger detection -->
     <string name="pref_use_flinger">Use swipe gestures</string>
     <!-- Preferences - General - Use flinger detection summary -->
-    <string name="pref_use_flinger_summary">Use swipe left to right gesture detection to delete files or folders.</string>
+    <string name="pref_use_flinger_summary">Use swipe left to right gesture detection to delete files or folders</string>
     <!-- Preferences - General - Advanced settings category -->
     <string name="pref_general_advanced_settings_category">Advanced</string>
     <!-- Preferences - General - Access mode -->
     <string name="pref_no_suggestions_desc">Do not display dictionary suggestions while editing the file</string>
     <!-- Preferences - Editor - Word wrap -->
     <string name="pref_word_wrap">Word wrap</string>
-    <!-- Preferences - Editor - Hexdump -->
-    <string name="pref_hexdump">Hexdump binary files</string>
-    <!-- Preferences - Editor - Hexdump desc -->
-    <string name="pref_hexdump_desc">When opening a binary file, generate an hexdump of the file and open it in the hex viewer.</string>
+    <!-- Preferences - Editor - Hex dump -->
+    <string name="pref_hexdump">Hex dump binary files</string>
+    <!-- Preferences - Editor - Hex dump desc -->
+    <string name="pref_hexdump_desc">When opening a binary file, generate a hex dump of the file and open it in the hex viewer</string>
     <!-- Preferences - Editor - Syntax highlight category -->
     <string name="pref_editor_syntax_highlight_category">Syntax highlight</string>
     <!-- Preferences - Editor - Syntax highlight -->
     <!-- Preferences - Editor - Syntax highlight color scheme -->
     <string name="pref_syntax_highlight_color_scheme">Color scheme</string>
     <!-- Preferences - Editor - Syntax highlight color scheme summary -->
-    <string name="pref_syntax_highlight_color_scheme_desc">Tap to select the syntax highlight color scheme</string>
+    <string name="pref_syntax_highlight_color_scheme_desc">Select the syntax highlight color scheme</string>
     <!-- Preferences - Editor - Syntax highlight - Color Scheme -->
     <string name="pref_syntax_sh_use_theme_default">Use theme default</string>
     <!-- Preferences - Editor - Syntax highlight -Color Scheme summary -->
     <string name="color_picker_color">Color:</string>
 
     <!-- Android Syntax Highlight -->
-    <string name="ash_reset_color_scheme">Tap to restore the default theme color scheme</string>
+    <string name="ash_reset_color_scheme">Restore the default theme color scheme</string>
     <string name="ash_text">Text</string>
     <string name="ash_assignment">Assignment</string>
     <string name="ash_singleline_comment">Single-Line comment</string>