safedispatch-mobile/libSafeMobile/src/main/res/values-ru/strings_activity_settings.xml
2022-03-14 11:53:00 +02:00

122 lines
4.8 KiB
XML

<resources>
<string name="title_activity_settings">Settings</string>
<!-- Example General settings -->
<string name="pref_title_server_ip">SafeBridge Wi-Fi IP</string>
<string name="pref_value_server_ip">192.168.2.100</string>
<string name="pref_summary_server_ip">The IP of SafeBridge wireless network</string>
<string name="pref_title_port">SafeBridge Gateway Apps Port</string>
<string name="pref_value_port">13570</string>
<string name="pref_title_configFile">Config file name</string>
<string name="pref_value_configFile">serial.xml</string>
<string name="pref_summary_configFile">The name received after uploading the codeplug</string>
<string name="pref_title_language">Language</string>
<string name="pref_value_language">en</string>
<string name="pref_title_audio_source">Audio Source</string>
<string name="pref_summary_audio_source">Audio Source</string>
<string name="pref_title_audio_stream">Audio Stream</string>
<string name="pref_summary_audio_stream">Audio Stream</string>
<string name="pref_title_tether_sound">Tether Sound</string>
<string name="pref_summary_tether_sound">Allow the sound to be redirected to a bluetooth device</string>
<string name="pref_title_recordings">Record calls</string>
<string name="pref_summary_recordings">Allow that all calls to be saved</string>
<string name="pref_title_recordings_location">Recordings location</string>
<string name="pref_summary_recordings_location">Select if recordings are saved on the internal or external storage</string>
<string name="pref_title_trbo">TRBO station</string>
<string name="pref_summary_trbo">Select whether the station connected to SafeBridge is TRBO (checked) or TETRA (unchecked)</string>
<string name="pref_title_notifications">Text Message Notifications</string>
<string name="pref_summary_notifications">Notifications will be triggered as they normally do</string>
<string name="pref_title_mandown">Man Down</string>
<string name="pref_summary_mandown">Send an alarm signal if the device is dropped</string>
<string name="pref_title_motionless">Motionless</string>
<string name="pref_summary_motionless">The device is tipped on its side for a preset perdiod</string>
<string name="pref_value_motionlessTime">300</string>
<string name="pref_title_motionlessTime">Time before motionless event</string>
<string name="pref_summary_motionlessTime">The period after which the motionless alarm is sent (seconds)</string>
<string name="pref_value_mandownThreshold">25</string>
<string name="pref_title_mandownThreshold">ManDown Threshold</string>
<string name="pref_summary_mandownThreshold">ManDown threshold after which the alarm is sent[values from 1 to 50]</string>
<string name="pref_title_reset">Reset SafeBridge</string>
<string name="pref_summary_reset">Reset the gateway applications that runs on SafeBridge</string>
<string name="pref_header_audio">Audio settings</string>
<string name="pref_header_connection">SafeBridge Connection Parameters</string>
<string name="pref_header_misc">Misc</string>
<string name="pref_header_title">Reset SafeBridge</string>
<string-array name="audio_source_titles">
<item>UDP</item>
<item>TCP</item>
</string-array>
<string-array name="audio_source_values">
<item>UDP</item>
<item>TCP</item>
</string-array>
<string-array name="recordings_titles">
<item>Internal Storage</item>
<item>External Storage</item>
</string-array>
<string-array name="recordings_values">
<item>Internal Storage</item>
<item>External Storage</item>
</string-array>
<string-array name="audio_stream_titles">
<item>ALARM</item>
<item>DTMF</item>
<item>MUSIC</item>
<item>NOTIFICATION</item>
<item>RING</item>
<item>SYSTEM</item>
<item>VOICE CALL</item>
</string-array>
<string-array name="audio_stream_values">
<item>ALARM</item>
<item>DTMF</item>
<item>MUSIC</item>
<item>NOTIFICATION</item>
<item>RING</item>
<item>SYSTEM</item>
<item>VOICE CALL</item>
</string-array>
<string-array name="language_titles">
<item>Arabic</item>
<item>English</item>
<item>Deutsch</item>
<item>Turkish</item>
<item>Romanian</item>
<item>Russian</item>
<item>Spanish</item>
</string-array>
<string-array name="language_values">
<item>ar</item>
<item>en</item>
<item>de</item>
<item>tr</item>
<item>ro</item>
<item>ru</item>
<item>es</item>
</string-array>
</resources>