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.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  3. <!--
  4. Source: Activity title.
  5. Description: Title for the Settings activity.
  6. -->
  7. <string name="tts_settings_label">eSpeak TTS Settings</string>
  8. <!--
  9. Source: Preference title.
  10. Description: Title for the preference that controls default voice pitch.
  11. -->
  12. <string name="setting_default_pitch">Pitch</string>
  13. <!--
  14. Source: Preference title.
  15. Description: Title for the preference that controls default speech rate.
  16. -->
  17. <string name="setting_default_rate">Speech rate</string>
  18. <!--
  19. Source: Dialog text.
  20. Description: Status message shown when installing voice data.
  21. -->
  22. <string name="installing_voice_data">Installing voice data…</string>
  23. <!--
  24. Source: Dialog message.
  25. Description: Alert dialog prompting the user to set eSpeak as their default TTS engine.
  26. -->
  27. <string name="set_default_message">eSpeak is not set as your default text-to-speech engine.</string>
  28. <!--
  29. Source: Dialog message.
  30. Description: Alert dialog telling the user that voice data installation failed.
  31. -->
  32. <string name="voice_data_failed_message">eSpeak failed to install voice data. Please check your SD card.</string>
  33. <!--
  34. Source: Dialog message.
  35. Description: Alert dialog telling the user that an unknown error has occurred.
  36. -->
  37. <string name="error_message">Sorry, eSpeak failed to start.</string>
  38. <!--
  39. Source: Label text.
  40. Description: Label informing the user of the current text-to-speech language.
  41. -->
  42. <string name="current_tts_locale">Default voice</string>
  43. <!--
  44. Source: Label text.
  45. Description: Label informing the user of how many voices are installed.
  46. -->
  47. <string name="available_voices">Voices installed</string>
  48. <!--
  49. Source: Button label.
  50. Description: Button for launching general text-to-speech settings.
  51. -->
  52. <string name="tts_settings">General TTS settings</string>
  53. <!--
  54. Source: Button label.
  55. Description: Button for launching eSpeak-specific settings.
  56. -->
  57. <string name="engine_settings">eSpeak TTS settings</string>
  58. <!--
  59. Source: Label text.
  60. Description: Label informing the user that eSpeak is loading resources.
  61. -->
  62. <string name="loading">Loading, please wait…</string>
  63. <!--
  64. Source: Spoken aloud.
  65. Description: Sample text spoken aloud when the user is trying out a language.
  66. -->
  67. <string name="sample_text">This is a sample of text spoken in <xliff:g>%s</xliff:g></string>
  68. <!--
  69. Source: Variant preference labels.
  70. Description: Labels for possible voice variant/gender/age values.
  71. -->
  72. <string-array name="default_variant_entries">
  73. <item>Male</item>
  74. <item>Male (Variant 1)</item>
  75. <item>Male (Variant 2)</item>
  76. <item>Male (Variant 3)</item>
  77. <item>Male (Variant 4)</item>
  78. <item>Male (Variant 5)</item>
  79. <item>Male (Variant 6)</item>
  80. <item>Male (Variant 7)</item>
  81. <item>Female</item>
  82. <item>Female (Variant 1)</item>
  83. <item>Female (Variant 2)</item>
  84. <item>Female (Variant 3)</item>
  85. <item>Female (Variant 4)</item>
  86. <item>Female (Variant 5)</item>
  87. <item>Klatt (Variant 1)</item>
  88. <item>Klatt (Variant 2)</item>
  89. <item>Klatt (Variant 3)</item>
  90. <item>Klatt (Variant 4)</item>
  91. <item>Croak (Male)</item>
  92. <item>Whisper (Male)</item>
  93. <item>Whisper (Female)</item>
  94. <item>Young (Male)</item>
  95. <item>Young (Female)</item>
  96. <item>Old (Male)</item>
  97. <item>Old (Female)</item>
  98. </string-array>
  99. <!--
  100. Source: Rate preference labels.
  101. Description: Labels for possible rate multiplier values.
  102. -->
  103. <string name="status">Status</string>
  104. <string name="tts_version">eSpeak version</string>
  105. <string name="speak">Speak</string>
  106. <string name="ssml">Load SSML Template</string>
  107. <string name="synthesis_demo">Enter text to speak:</string>
  108. <string name="espeak_volume">Volume</string>
  109. <string name="formatter_wpm">%s WPM</string>
  110. <string name="formatter_percentage">%s%%</string>
  111. <string name="resetToDefault">Set to default</string>
  112. <string name="espeak_pitch_range">Pitch variation</string>
  113. <string name="espeak_variant">Voice variant</string>
  114. </resources>