1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="UTF-8"?>
- <resources>
- <!--Source: App icon label.
- Description: The name of the application.-->
- <!--Source: Activity title.
- Description: Title for the Settings activity.-->
- <string name="tts_settings_label">eSpeak TTS -asetukset</string>
- <!--Source: Preference title.
- Description: Title for the preference that controls default voice pitch.-->
- <string name="setting_default_pitch">Oletusäänenkorkeus</string>
- <!--Source: Preference title.
- Description: Title for the preference that controls default speech rate.-->
- <string name="setting_default_rate">Puheen nopeuskerroin</string>
- <!--Source: Dialog text.
- Description: Status message shown when installing voice data.-->
- <string name="installing_voice_data">Asennetaan äänitietoja...</string>
- <!--Source: Dialog message.
- Description: Alert dialog prompting the user to set eSpeak as their default TTS engine.-->
- <string name="set_default_message">eSpeakia ei ole asetettu tekstistä puheeksi -oletusmoottoriksi.</string>
- <!--Source: Dialog message.
- Description: Alert dialog telling the user that voice data installation failed.-->
- <string name="voice_data_failed_message">Äänitietojen asentaminen eSpeakiin epäonnistui. Tarkista SD-kortti.</string>
- <!--Source: Dialog message.
- Description: Alert dialog telling the user that an unknown error has occurred.-->
- <string name="error_message">eSpeakin käynnistäminen epäonnistui.</string>
- <!--Source: Label text.
- Description: Label informing the user of the current text-to-speech language.-->
- <string name="current_tts_locale">Oletusääni</string>
- <!--Source: Label text.
- Description: Label informing the user of how many voices are installed.-->
- <string name="available_voices">Asennettuja ääniä</string>
- <!--Source: Button label.
- Description: Button for launching general text-to-speech settings.-->
- <string name="tts_settings">Yleiset TTS-asetukset</string>
- <!--Source: Button label.
- Description: Button for launching eSpeak-specific settings.-->
- <string name="engine_settings">eSpeak TTS -asetukset</string>
- <!--Source: Label text.
- Description: Label informing the user that eSpeak is loading resources.-->
- <string name="loading">Ladataan. Odota...</string>
- <!--Source: Spoken aloud.
- Description: Sample text spoken aloud when the user is trying out a language.-->
- <string name="sample_text"/>
- <!--Source: Variant preference labels.
- Description: Labels for possible voice variant/gender/age values.-->
- <!--Source: Rate preference labels.
- Description: Labels for possible rate multiplier values.-->
- <string name="status">Tila</string>
- <string name="tts_version">eSpeak-versio</string>
- <string name="ssml">Lataa SSML-malli</string>
- <string name="espeak_volume">Voimakkuus</string>
- <string name="resetToDefault">Aseta oletukseksi</string>
- </resources>
|