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

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