diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2010-08-25 17:31:26 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-08-25 17:31:26 -0700 |
commit | b3d90b604b37dd9c32799832c43882a4cbf3199d (patch) | |
tree | 2facd1f57bd5554f453709932759f463b461514d /res | |
parent | 41357ba8d6f2eae906a2af19a7296f47dbc6d286 (diff) | |
parent | a457719c5042f944540f76c03b5e61ecd0ffae39 (diff) | |
download | packages_apps_settings-b3d90b604b37dd9c32799832c43882a4cbf3199d.zip packages_apps_settings-b3d90b604b37dd9c32799832c43882a4cbf3199d.tar.gz packages_apps_settings-b3d90b604b37dd9c32799832c43882a4cbf3199d.tar.bz2 |
am a457719c: Add new string for the notification to be displayed when the user installs a new TTS engine.
Merge commit 'a457719c5042f944540f76c03b5e61ecd0ffae39' into gingerbread-plus-aosp
* commit 'a457719c5042f944540f76c03b5e61ecd0ffae39':
Add new string for the notification to be displayed when the user
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 8371d3f..e814951 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2261,6 +2261,12 @@ found in the list of installed applications.</string> <string name="pico_voice_summary_female">Female</string> <!-- On Pico TTS Settings screen, summary text to indicate that a voice is male --> <string name="pico_voice_summary_male">Male</string> + <!-- [CHAR LIMIT=33] Notification title that appears when the installation of a new TTS engine completed --> + <string name="tts_notif_engine_install_title">Speech synthesis engine installed</string> + <!-- [CHAR LIMIT=30] Notification message that appears after the user has installed a new TTS engine, + to warn the user that this engine cannot be used before the checkbox for that engine + in TTS settings is checked. --> + <string name="tts_notif_engine_install_message">Enable new engine before use</string> <!-- Power Control Widget --> <string name="gadget_title">Power Control</string> |