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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  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 %s</string>
  68. <string name="status">Status</string>
  69. <string name="tts_version">eSpeak version</string>
  70. <string name="speak">Speak</string>
  71. <string name="ssml">Load SSML Template</string>
  72. <string name="synthesis_demo">Enter text to speak:</string>
  73. <string name="espeak_volume">Volume</string>
  74. <string name="formatter_wpm">%s WPM</string>
  75. <string name="formatter_percentage">%s%%</string>
  76. <string name="resetToDefault">Set to default</string>
  77. <string name="espeak_pitch_range">Pitch variation</string>
  78. <string name="espeak_variant">Voice variant</string>
  79. <string name="espeak_speak_punctuation">Speak punctuation</string>
  80. <string name="punctuation_all">All</string>
  81. <string name="punctuation_custom">Custom</string>
  82. <string name="punctuation_custom_fmt">Custom: %s</string>
  83. <string name="punctuation_none">None</string>
  84. <string name="punctuation_characters">Punctuation characters</string>
  85. <string name="category">Category</string>
  86. <string name="variant">Variant</string>
  87. <string name="variant_male">Male</string>
  88. <string name="variant_female">Female</string>
  89. <string name="variant_default">Default</string>
  90. <string name="variant_n">Variant %d</string>
  91. <string name="variant_young">Young</string>
  92. <string name="variant_old">Old</string>
  93. <string name="variant_croak">Croak</string>
  94. <string name="variant_whisper">Whisper</string>
  95. </resources>