summaryrefslogtreecommitdiffstats
path: root/picolanginstaller
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2009-06-24 14:55:57 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2009-06-24 15:46:23 -0700
commitdae13c701a747911cf0415267dd10fbfb06848cd (patch)
tree8cda4a329e28912ad951860949293458f853fc1e /picolanginstaller
parente81a1fe971171fcc8bc29397d5150c71718fbc87 (diff)
downloadexternal_svox-dae13c701a747911cf0415267dd10fbfb06848cd.zip
external_svox-dae13c701a747911cf0415267dd10fbfb06848cd.tar.gz
external_svox-dae13c701a747911cf0415267dd10fbfb06848cd.tar.bz2
Add comments in the strings for the TTS language installer.
Diffstat (limited to 'picolanginstaller')
-rwxr-xr-xpicolanginstaller/res/values/strings.xml19
1 files changed, 15 insertions, 4 deletions
diff --git a/picolanginstaller/res/values/strings.xml b/picolanginstaller/res/values/strings.xml
index fac323d..ac08847 100755
--- a/picolanginstaller/res/values/strings.xml
+++ b/picolanginstaller/res/values/strings.xml
@@ -1,9 +1,20 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="app_name">Pico TTS Language Pack Installer</string>
+ <!-- This is the name and title of the application that installs the required files for speech synthesis on the user's SD card -->
+ <string name="app_name">Speech Synthesis Data Installer</string>
+
+ <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation -->
<string name="installing_message">Installing voice data on SD card.</string>
- <string name="uninstall_message">The voice data has been installed successfully on your SD card. You can now uninstall this installer to save space in your phone memory; the voice data from this installer will safely remain on your SD card.</string>
+
+ <!-- After the successful installation of the required files for speech synthesis, the installer shows this message to the user -->
+ <string name="uninstall_message">The voice data has been installed successfully. You can now safely remove this installer.</string>
+
+ <!-- Text on the button to let the user remove from the phone the application that was just run (the voice data installer) -->
<string name="uninstall">Uninstall</string>
- <string name="retry_message">The voice data could not be installed on your SD card. Please make sure your SD card is inserted in your device and that there is at least 6 MB of free space on that card. If your card is already in your device, please try removing the card and reinserting it.</string>
+
+ <!-- Text shown to the user when the application that tries to install voice data files on the user's SD card failed the installation -->
+ <string name="retry_message">The voice data failed to install. Please make sure your SD card is in your device and has at least 6MB of free space. If your card is already in your device, please try removing the card and reinserting it.</string>
+
+ <!-- Text on the button to let the user try one more time to install the installation of the voice data files -->
<string name="retry">Retry</string>
</resources>