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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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">Default pitch</string>
  18. <!--
  19. Source: Preference title.
  20. Description: Title for the preference that controls default voice gender.
  21. -->
  22. <string name="setting_default_gender">Voice gender</string>
  23. <!--
  24. Source: Preference title.
  25. Description: Title for the preference that controls default speech rate multiplier.
  26. -->
  27. <string name="setting_default_rate">Speech rate multiplier</string>
  28. <!--
  29. Source: Dialog text.
  30. Description: Status message shown when installing voice data.
  31. -->
  32. <string name="installing_voice_data">Installing voice data…</string>
  33. <!--
  34. Source: Dialog message.
  35. Description: Alert dialog prompting the user to set eSpeak as their default TTS engine.
  36. -->
  37. <string name="set_default_message">eSpeak is not set as your default text-to-speech engine.</string>
  38. <!--
  39. Source: Dialog message.
  40. Description: Alert dialog telling the user that voice data installation failed.
  41. -->
  42. <string name="voice_data_failed_message">eSpeak failed to install voice data. Please check your SD card.</string>
  43. <!--
  44. Source: Dialog message.
  45. Description: Alert dialog telling the user that an unknown error has occurred.
  46. -->
  47. <string name="error_message">Sorry, eSpeak failed to start.</string>
  48. <!--
  49. Source: Dialog title.
  50. Description: Alert dialog telling the user that an error occurred while loading eSpeak.
  51. -->
  52. <string name="loading_failed_title">Error loading eSpeak</string>
  53. <!--
  54. Source: Dialog message.
  55. Description: Alert dialog telling the user that an error occurred while loading eSpeak.
  56. -->
  57. <string name="loading_failed_message">eSpeak encountered an error while loading. Would you like to send a report to the developer?</string>
  58. <!--
  59. Source: Displayed in the Settings activity.
  60. Description: Text shown when there are no settings available for the user to change.
  61. -->
  62. <string name="no_settings">No settings available</string>
  63. <!--
  64. Source: Label text.
  65. Description: Label informing the user of the current text-to-speech language.
  66. -->
  67. <string name="current_tts_locale">Default voice</string>
  68. <!--
  69. Source: Label text.
  70. Description: Label informing the user of how many voices are installed.
  71. -->
  72. <string name="available_voices">Voices installed</string>
  73. <!--
  74. Source: Button label.
  75. Description: Button for launching general text-to-speech settings.
  76. -->
  77. <string name="tts_settings">General TTS settings</string>
  78. <!--
  79. Source: Button label.
  80. Description: Button for launching eSpeak-specific settings.
  81. -->
  82. <string name="engine_settings">eSpeak TTS settings</string>
  83. <!--
  84. Source: Label text.
  85. Description: Label informing the user that eSpeak is loading resources.
  86. -->
  87. <string name="loading">Loading, please wait…</string>
  88. <!--
  89. Source: Label text.
  90. Description: Label informing the user that eSpeak failed to load.
  91. -->
  92. <string name="loading_failed">Sorry, eSpeak failed to load.</string>
  93. <!--
  94. Source: Spoken aloud.
  95. Description: Sample text spoken aloud when the user is trying out a language.
  96. -->
  97. <string name="sample_text">This is a sample of text spoken in <xliff:g>%s</xliff:g></string>
  98. <!--
  99. Source: Pitch preference labels.
  100. Description: Labels for possible pitch values.
  101. -->
  102. <string-array name="default_pitch_entries">
  103. <item>Very low</item>
  104. <item>Low</item>
  105. <item>Normal</item>
  106. <item>High</item>
  107. <item>Very high</item>
  108. </string-array>
  109. <!--
  110. Source: Gender preference labels.
  111. Description: Labels for possible gender values.
  112. -->
  113. <string-array name="default_gender_entries">
  114. <item>Default</item>
  115. <item>Male</item>
  116. <item>Female</item>
  117. </string-array>
  118. <!--
  119. Source: Rate preference labels.
  120. Description: Labels for possible rate multiplier values.
  121. -->
  122. <string-array name="default_rate_entries">
  123. <item>1x</item>
  124. <item>2x</item>
  125. <item>3x</item>
  126. <item>4x</item>
  127. <item>5x</item>
  128. </string-array>
  129. <string name="status">Status</string>
  130. </resources>