eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

strings.xml 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <resources>
  3. <!--Source: App icon label.
  4. Description: The name of the application.-->
  5. <!--Source: Activity title.
  6. Description: Title for the Settings activity.-->
  7. <string name="tts_settings_label">TTS postavke programa eSpeak</string>
  8. <!--Source: Preference title.
  9. Description: Title for the preference that controls default voice pitch.-->
  10. <string name="setting_default_pitch">Zadana postavka visine tona</string>
  11. <!--Source: Preference title.
  12. Description: Title for the preference that controls default speech rate.-->
  13. <string name="setting_default_rate">Multiplikator brzine govora</string>
  14. <!--Source: Dialog text.
  15. Description: Status message shown when installing voice data.-->
  16. <string name="installing_voice_data">Instaliranje glasovnih podataka...</string>
  17. <!--Source: Dialog message.
  18. Description: Alert dialog prompting the user to set eSpeak as their default TTS engine.-->
  19. <string name="set_default_message">Program eSpeak nije postavljen kao vaš zadani alat za pretvaranje teksta u govor.</string>
  20. <!--Source: Dialog message.
  21. Description: Alert dialog telling the user that voice data installation failed.-->
  22. <string name="voice_data_failed_message">Program eSpeak nije uspio instalirati glasovne podatke. Provjerite svoju SD karticu.</string>
  23. <!--Source: Dialog message.
  24. Description: Alert dialog telling the user that an unknown error has occurred.-->
  25. <string name="error_message">Žao nam je, ali pokretanje programa eSpeak nije uspjelo.</string>
  26. <!--Source: Label text.
  27. Description: Label informing the user of the current text-to-speech language.-->
  28. <string name="current_tts_locale">Zadani glas</string>
  29. <!--Source: Label text.
  30. Description: Label informing the user of how many voices are installed.-->
  31. <string name="available_voices">Broj instaliranih glasova</string>
  32. <!--Source: Button label.
  33. Description: Button for launching general text-to-speech settings.-->
  34. <string name="tts_settings">Opće postavke TTS-a</string>
  35. <!--Source: Button label.
  36. Description: Button for launching eSpeak-specific settings.-->
  37. <string name="engine_settings">TTS postavke programa eSpeak</string>
  38. <!--Source: Label text.
  39. Description: Label informing the user that eSpeak is loading resources.-->
  40. <string name="loading">Učitavanje. Pričekajte...</string>
  41. <!--Source: Spoken aloud.
  42. Description: Sample text spoken aloud when the user is trying out a language.-->
  43. <string name="sample_text"/>
  44. <!--Source: Variant preference labels.
  45. Description: Labels for possible voice variant/gender/age values.-->
  46. <!--Source: Rate preference labels.
  47. Description: Labels for possible rate multiplier values.-->
  48. </resources>