diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 8e50ced..7daa165 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1524,6 +1524,24 @@ found in the list of installed applications.</string> <string name="show_password">Visible passwords</string> <!-- On Security & location settings screen, setting check box summary. Summary for the visible passwords setting. --> <string name="show_password_summary">Show password as you type</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 summary of the listem item to go into the User dictionary settings screen. --> + <string name="user_dict_settings_summary">Add & remove words from user dictionary</string> + <!-- User dictionary settings. The title of the menu item to add a new word to the user dictionary. --> + <string name="user_dict_settings_add_menu_title">Add</string> + <!-- User dictionary settings. The title of the dialog to add a new word to the user dictionary. --> + <string name="user_dict_settings_add_dialog_title">Add to dictionary</string> + <!-- User dictionary settings. The title of the context menu item to edit the current word --> + <string name="user_dict_settings_context_menu_edit_title">Edit</string> + <!-- User dictionary settings. The title of the context menu item to delete the current word --> + <string name="user_dict_settings_context_menu_delete_title">Delete</string> + <!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary --> + <string name="user_dict_settings_empty_text">You do not have any words in the user dictionary. You can add a word through the menu.</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> |