Skip to content
Snippets Groups Projects
Commit c5900964 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Add description and CHAR LIMIT to string resources

Bug: 3290252

Change-Id: I1978e132de0280bec5c90bd14d9f4823d742bada
parent f0ab0b4e
No related branches found
No related tags found
No related merge requests found
...@@ -63,20 +63,20 @@ ...@@ -63,20 +63,20 @@
<string name="settings_key_mode_always_hide_name">Always hide</string> <string name="settings_key_mode_always_hide_name">Always hide</string>
<!-- Option to decide the auto correction threshold score --> <!-- Option to decide the auto correction threshold score -->
<!-- Option to enable auto correction --> <!-- Option to enable auto correction [CHAR LIMIT=20]-->
<string name="auto_correction">Auto correction</string> <string name="auto_correction">Auto correction</string>
<!-- Description for auto correction --> <!-- Description for auto correction [CHAR LIMIT=35] -->
<string name="auto_correction_summary">Spacebar and punctuation automatically insert highlighted word</string> <string name="auto_correction_summary">Spacebar and punctuation automatically insert highlighted word</string>
<!-- Option to disable auto correction. --> <!-- Option to disable auto correction. [CHAR LIMIT=20] -->
<string name="auto_correction_threshold_mode_off">Off</string> <string name="auto_correction_threshold_mode_off">Off</string>
<!-- Option to use modest auto completion. --> <!-- Option to use modest auto correction. [CHAR LIMIT=20] -->
<string name="auto_correction_threshold_mode_modest">Modest</string> <string name="auto_correction_threshold_mode_modest">Modest</string>
<!-- Option to use aggressive auto completion. --> <!-- Option to use aggressive auto correction. [CHAR LIMIT=20] -->
<string name="auto_correction_threshold_mode_aggeressive">Aggressive</string> <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string>
<!-- Option to enable bigram completion --> <!-- Option to enable bigram correction -->
<string name="bigram_suggestion">Bigram Suggestions</string> <string name="bigram_suggestion">Bigram Suggestions</string>
<!-- Description for auto completion --> <!-- Description for auto correction -->
<string name="bigram_suggestion_summary">Use previous word to improve suggestion</string> <string name="bigram_suggestion_summary">Use previous word to improve suggestion</string>
<!-- Indicates that a word has been added to the dictionary --> <!-- Indicates that a word has been added to the dictionary -->
...@@ -172,12 +172,18 @@ ...@@ -172,12 +172,18 @@
<string name="voice_input">Voice input</string> <string name="voice_input">Voice input</string>
<!-- Voice Input modes --> <!-- Voice Input modes -->
<!-- On settings screen, voice input pop-up menu option to show voice key on main keyboard [CHAR LIMIT=20] -->
<string name="voice_input_modes_main_keyboard">On main keyboard</string> <string name="voice_input_modes_main_keyboard">On main keyboard</string>
<!-- On settings screen, voice input pop-up menu option to show voice key on symbols keyboard [CHAR LIMIT=20] -->
<string name="voice_input_modes_symbols_keyboard">On symbols keyboard</string> <string name="voice_input_modes_symbols_keyboard">On symbols keyboard</string>
<!-- On settings screen, voice input pop-up menu option to never show voice key [CHAR LIMIT=20] -->
<string name="voice_input_modes_off">Off</string> <string name="voice_input_modes_off">Off</string>
<!-- Voice Input modes summary --> <!-- Voice Input modes summary -->
<!-- On settings screen, voice input pop-up menu summary text to show voice key on main keyboard [CHAR LIMIT=20] -->
<string name="voice_input_modes_summary_main_keyboard">Mic on main keyboard</string> <string name="voice_input_modes_summary_main_keyboard">Mic on main keyboard</string>
<!-- On settings screen, voice input pop-up menu summary text to show voice key on symbols keyboard [CHAR LIMIT=20] -->
<string name="voice_input_modes_summary_symbols_keyboard">Mic on symbols keyboard</string> <string name="voice_input_modes_summary_symbols_keyboard">Mic on symbols keyboard</string>
<!-- On settings screen, voice input pop-up menu summary text to never show voice key [CHAR LIMIT=20] -->
<string name="voice_input_modes_summary_off">Voice input is disabled</string> <string name="voice_input_modes_summary_off">Voice input is disabled</string>
<!-- Menu item for launching Input method picker --> <!-- Menu item for launching Input method picker -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment