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

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