| 123456789101112131415161718192021222324252627282930313233343536373839404142 | <?xml version='1.0' encoding='UTF-8'?>
<resources>
  <!--Source: Activity title.
        Description: Title for the Settings activity.-->
  <string name="tts_settings_label">Mga Setting sa TTS ng eSpeak</string>
  <!--Source: Preference title.
        Description: Title for the preference that controls default voice pitch.-->
  <string name="setting_default_pitch">Default na pitch</string>
  <!--Source: Preference title.
        Description: Title for the preference that controls default speech rate.-->
  <string name="setting_default_rate">Multiplier ng rate ng pananalita</string>
  <!--Source: Dialog text.
        Description: Status message shown when installing voice data.-->
  <string name="installing_voice_data">Ini-install ang data ng boses…</string>
  <!--Source: Dialog message.
        Description: Alert dialog prompting the user to set eSpeak as their default TTS engine.-->
  <string name="set_default_message">Hindi nakatakda ang eSpeak bilang iyong default na text-to-speech engine.</string>
  <!--Source: Dialog message.
        Description: Alert dialog telling the user that voice data installation failed.-->
  <string name="voice_data_failed_message">Nabigong mag-install ng data ng boses ang eSpeak. Pakisuri ang iyong SD card.</string>
  <!--Source: Dialog message.
        Description: Alert dialog telling the user that an unknown error has occurred.-->
  <string name="error_message">Paumanhin, nabigong magsimula ang eSpeak.</string>
  <!--Source: Label text.
        Description: Label informing the user of the current text-to-speech language.-->
  <string name="current_tts_locale">Default na boses</string>
  <!--Source: Label text.
        Description: Label informing the user of how many voices are installed.-->
  <string name="available_voices">Mga boses na na-install</string>
  <!--Source: Button label.
        Description: Button for launching general text-to-speech settings.-->
  <string name="tts_settings">Pangkalahatang mga setting ng TTS</string>
  <!--Source: Button label.
        Description: Button for launching eSpeak-specific settings.-->
  <string name="engine_settings">Mga setting ng TTS ng eSpeak</string>
  <!--Source: Label text.
        Description: Label informing the user that eSpeak is loading resources.-->
  <string name="loading">Naglo-load, mangyaring maghintay...</string>
  <!--Source: Spoken aloud.
        Description: Sample text spoken aloud when the user is trying out a language.-->
  <string name="sample_text">Isa itong sample ng tekstong binibigkas sa %s</string>
</resources>
 |