summaryrefslogtreecommitdiffstats
path: root/picolanginstaller/res/values/strings.xml
blob: ac088474593d9d67ae14564a82f2a93db6f01103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- 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>

    <!-- 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>

    <!-- 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>