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

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <resources xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  4. <string name="tts_settings_label" msgid="2696301846672491410">"Nastavitve pretvorbe besedila v govor v mehanizmu eSpeak"</string>
  5. <string name="setting_default_pitch" msgid="2063082697363767286">"Privzeta višina tona"</string>
  6. <string name="setting_default_gender" msgid="8721577045178419807">"Spol glasu:"</string>
  7. <string name="setting_default_rate" msgid="3255750767876184606">"Množitelj hitrosti govora"</string>
  8. <string name="installing_voice_data" msgid="1199950160686799120">"Namestitev glasovnih podatkov ..."</string>
  9. <string name="set_default_message" msgid="651325122612558377">"Mehanizem eSpeak ni nastavljen kot privzeti za pretvorbo besedila v govor. Ali ga želite zdaj nastaviti za privzetega?"</string>
  10. <string name="voice_data_failed_message" msgid="8631894446950552673">"Mehanizmu eSpeak ni uspelo namestiti glasovnih podatkov. Preverite kartico SD."</string>
  11. <string name="error_message" msgid="7565522727556545634">"Mehanizma eSpeak ni bilo mogoče zagnati. Ali želite poslati poročilo o napaki?"</string>
  12. <string name="loading_failed_title" msgid="511566315504616423">"Napaka pri nalaganju mehanizma eSpeak"</string>
  13. <string name="loading_failed_message" msgid="5873070263506367474">"V mehanizmu eSpeak je prišlo do napake med nalaganjem. Ali želite poslati poročilo razvijalcu?"</string>
  14. <string name="no_settings" msgid="1351437843962431135">"Ni razpoložljivih nastavitev"</string>
  15. <string name="current_tts_locale" msgid="3069242116489679835">"Privzeti glas: <xliff:g id="ID_1">%s</xliff:g>"</string>
  16. <string name="available_voices" msgid="1405969819028957410">"Št. nameščenih glasov: <xliff:g id="ID_1">%d</xliff:g>"</string>
  17. <string name="tts_settings" msgid="8094374695950898637">"Splošne nastavitve pretvorbe besedila v govor"</string>
  18. <string name="engine_settings" msgid="15960710549009350">"Nastavitve pretvorbe besedila v govor v mehanizmu eSpeak"</string>
  19. <string name="loading" msgid="1624831854302260352">"Nalaganje, počakajte trenutek ..."</string>
  20. <string name="loading_failed" msgid="8965859207758593651">"Mehanizma eSpeak ni bilo mogoče naložiti."</string>
  21. <string name="sample_text" msgid="7870499751575948178">"To je vzorec besedila, izgovorjen v <xliff:g id="ID_1">%s</xliff:g>"</string>
  22. <string-array name="default_pitch_entries">
  23. <item msgid="5761992954594669467">"Zelo nizek"</item>
  24. <item msgid="9160252712018935449">"Nizek"</item>
  25. <item msgid="6600217296998445656">"Običajen"</item>
  26. <item msgid="224968018667112211">"Visok"</item>
  27. <item msgid="3676463174560550053">"Zelo visok"</item>
  28. </string-array>
  29. <string-array name="default_gender_entries">
  30. <item msgid="6067066045311564033">"Privzeto"</item>
  31. <item msgid="6629288844142484435">"Moški"</item>
  32. <item msgid="5166591510034679431">"Ženski"</item>
  33. </string-array>
  34. <string-array name="default_rate_entries">
  35. <item msgid="2422192643694183245">"1 x"</item>
  36. <item msgid="7553786328764566293">"2 x"</item>
  37. <item msgid="7682118582350353919">"3 x"</item>
  38. <item msgid="5021322359195099970">"4 x"</item>
  39. <item msgid="6621008032814909392">"5 x"</item>
  40. </string-array>
  41. </resources>