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 4.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <resources>
  3. <!--Source: Activity title.
  4. Description: Title for the Settings activity.-->
  5. <string name="tts_settings_label">Nastavitve eSpeak pretvorbe besedila v govor</string>
  6. <!--Source: Preference title.
  7. Description: Title for the preference that controls default voice pitch.-->
  8. <string name="setting_default_pitch">Privzeta višina tona</string>
  9. <!--Source: Preference title.
  10. Description: Title for the preference that controls default speech rate.-->
  11. <string name="setting_default_rate">Množitelj hitrosti govora</string>
  12. <!--Source: Dialog text.
  13. Description: Status message shown when installing voice data.-->
  14. <string name="installing_voice_data">Namestitev podatkov glasu …</string>
  15. <!--Source: Dialog message.
  16. Description: Alert dialog prompting the user to set eSpeak as their default TTS engine.-->
  17. <string name="set_default_message">Mehanizem eSpeak ni nastavljen kot privzeti za pretvorbo besedila v govor.</string>
  18. <!--Source: Dialog message.
  19. Description: Alert dialog telling the user that voice data installation failed.-->
  20. <string name="voice_data_failed_message">eSpeak ni uspel namestiti podatkov glasu. Preverite SD kartico.</string>
  21. <!--Source: Dialog message.
  22. Description: Alert dialog telling the user that an unknown error has occurred.-->
  23. <string name="error_message">Mehanizma eSpeak ni bilo mogoče zagnati.</string>
  24. <!--Source: Label text.
  25. Description: Label informing the user of the current text-to-speech language.-->
  26. <string name="current_tts_locale">Privzeti glas</string>
  27. <!--Source: Label text.
  28. Description: Label informing the user of how many voices are installed.-->
  29. <string name="available_voices">Št. nameščenih glasov</string>
  30. <!--Source: Button label.
  31. Description: Button for launching general text-to-speech settings.-->
  32. <string name="tts_settings">Splošne nastavitve pretvorbe besedila v govor</string>
  33. <!--Source: Button label.
  34. Description: Button for launching eSpeak-specific settings.-->
  35. <string name="engine_settings">Nastavitve eSpeak pretvorbe besedila v govor</string>
  36. <!--Source: Label text.
  37. Description: Label informing the user that eSpeak is loading resources.-->
  38. <string name="loading">Nalaganje, počakajte trenutek …</string>
  39. <!--Source: Spoken aloud.
  40. Description: Sample text spoken aloud when the user is trying out a language.-->
  41. <string name="sample_text">To je vzorec besedila, izgovorjen v %s</string>
  42. <string name="status">Status</string>
  43. <string name="tts_version">Različica eSpeak</string>
  44. <string name="speak">Izgovori</string>
  45. <string name="ssml">Naloži SSML predlogo</string>
  46. <string name="synthesis_demo">Vnesite tekst za izgovorjavo</string>
  47. <string name="espeak_volume">Glasnost</string>
  48. <string name="formatter_wpm">%s BNM (WPM)</string>
  49. <string name="formatter_percentage">%s%%</string>
  50. <string name="resetToDefault">Nastavi na privzeto</string>
  51. <string name="espeak_pitch_range">Varianta višine glasu</string>
  52. <string name="espeak_variant">Varianta glasu</string>
  53. <string name="espeak_speak_punctuation">Izgovori ločila</string>
  54. <string name="punctuation_all">Vse</string>
  55. <string name="punctuation_custom">Po meri</string>
  56. <string name="punctuation_custom_fmt">Po meri: %s</string>
  57. <string name="punctuation_none">Noben</string>
  58. <string name="punctuation_characters">Ločila</string>
  59. <string name="category">Kategorija</string>
  60. <string name="variant">Varianta</string>
  61. <string name="variant_male">Moški</string>
  62. <string name="variant_female">Ženski</string>
  63. <string name="variant_default">Privzeto</string>
  64. <string name="variant_n">Varianta %d</string>
  65. <string name="variant_young">Mladenič</string>
  66. <string name="variant_old">Starejši</string>
  67. <string name="variant_croak">Hreščeče</string>
  68. <string name="variant_whisper">Šepetaje</string>
  69. <string name="import_voice_title">Uvozi eSpeak slovar</string>
  70. <string name="import_voice_description">Uvozi eSpeak slovar glasov iz datoteke na SD kartici </string>
  71. </resources>