Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
c5900964
Commit
c5900964
authored
14 years ago
by
Tadashi G. Takaoka
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/res/values/strings.xml
+13
-7
13 additions, 7 deletions
java/res/values/strings.xml
with
13 additions
and
7 deletions
java/res/values/strings.xml
+
13
−
7
View file @
c5900964
...
@@ -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 co
mple
tion. -->
<!-- Option to use modest auto co
rrec
tion.
[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 co
mple
tion. -->
<!-- Option to use aggressive auto co
rrec
tion.
[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 co
mple
tion -->
<!-- Option to enable bigram co
rrec
tion -->
<string
name=
"bigram_suggestion"
>
Bigram Suggestions
</string>
<string
name=
"bigram_suggestion"
>
Bigram Suggestions
</string>
<!-- Description for auto co
mple
tion -->
<!-- Description for auto co
rrec
tion -->
<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 -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment