diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index e3250be..f03286e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2393,8 +2393,10 @@ found in the list of installed applications.</string> <!-- User dictionary settings --><skip /> <!-- User dictionary settings, The titlebar text of the User dictionary settings screen. --> <string name="user_dict_settings_titlebar">User dictionary</string> - <!-- User dictionary settings, The title of the list item to go into the User dictionary settings screen. --> - <string name="user_dict_settings_title">User dictionary</string> + <!-- User dictionary settings, The title of the list item to go into the User dictionary settings screen when there is only one user dictionary. --> + <string name="user_dict_single_settings_title">User dictionary</string> + <!-- User dictionary settings, The title of the list item to go into the User dictionary list when there are several user dictionaries. --> + <string name="user_dict_multiple_settings_title">Manage user dictionaries</string> <!-- User dictionary settings. The summary of the listem item to go into the User dictionary settings screen. --> <string name="user_dict_settings_summary">""</string> <!-- User dictionary settings. The title of the menu item to add a new word to the user dictionary. --> @@ -2411,6 +2413,8 @@ found in the list of installed applications.</string> <string name="user_dict_settings_empty_text" product="tablet">You do not have any words in the user dictionary. You can add a word by touching the Add ( + ) button.</string> <!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary [CHAR LIMIT=200] --> <string name="user_dict_settings_empty_text" product="default">You do not have any words in the user dictionary. You can add a word through the menu.</string> + <!-- User dictionary settings. The text to show to describe the dictionary common to all languages --> + <string name="user_dict_settings_all_languages">All languages</string> <!-- This is for diagnostics screen. The title of a screen with various items realted to launching screens that will giev the user info. For example, it contains "Phone information" and "Battery information" --> <string name="testing">Testing</string> |