diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-05 14:34:39 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-05 14:34:39 -0800 |
commit | 86997beac8ccd3d9e1deedb4a7afe6ddeb3a0bd7 (patch) | |
tree | ac763107b04b54bd2f710327f0bdaa6dc5999599 /res/values | |
parent | afc4ab2ffbb8327ddce9907961295a32cbf49d0f (diff) | |
download | packages_apps_settings-86997beac8ccd3d9e1deedb4a7afe6ddeb3a0bd7.zip packages_apps_settings-86997beac8ccd3d9e1deedb4a7afe6ddeb3a0bd7.tar.gz packages_apps_settings-86997beac8ccd3d9e1deedb4a7afe6ddeb3a0bd7.tar.bz2 |
auto import from //depot/cupcake/@136594
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ecf6e02..8707dd8 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1324,6 +1324,8 @@ found in the list of installed applications.</string> <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 dialog to edit an existing word in the user dictionary. --> + <string name="user_dict_settings_edit_dialog_title">Edit word</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 --> @@ -1369,7 +1371,13 @@ found in the list of installed applications.</string> <string name="input_methods_settings_title">Text input</string> <string name="input_methods_settings_summary">Manage text input options</string> <!-- Input Methods Settings localized format string for generating the appropriate "Foo settings" menu label for the Input Method named "Foo" --> - <string name="input_methods_settings_label_format">%s settings</string> + <string name="input_methods_settings_label_format"><xliff:g id="ime_name">%1$s</xliff:g> settings</string> + <!-- Summary for on-screen keyboard settings --> + <string name="onscreen_keyboard_settings_summary">On-screen keyboard settings</string> + <!-- Title for built-in keyboard settings --> + <string name="builtin_keyboard_settings_title">Device keyboard</string> + <!-- Summary for built-in keyboard settings --> + <string name="builtin_keyboard_settings_summary">Built-in keyboard settings</string> <!-- Development Settings. the title for the item to take the user to Development settings. Development settings are settings meant for application developers. --> <string name="development_settings_title">Development</string> |