2013-07-10 02:45:36 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2014-10-22 19:43:37 +02:00
|
|
|
<string name="app_name" translatable="no">AppRTC</string>
|
2014-10-27 18:22:15 +01:00
|
|
|
<string name="settings_name" translatable="no">AppRTC Settings</string>
|
2014-10-22 19:43:37 +02:00
|
|
|
<string name="disconnect_call">Disconnect Call</string>
|
2014-11-03 23:18:52 +01:00
|
|
|
<string name="room_names">Room names:</string>
|
2014-10-22 19:43:37 +02:00
|
|
|
<string name="room_description">
|
|
|
|
Please enter a room name. Room names are shared with everyone, so think
|
|
|
|
of something unique and send it to a friend.
|
|
|
|
</string>
|
|
|
|
<string name="connect_text">Connect</string>
|
|
|
|
<string name="invalid_url_title">Invalid URL</string>
|
|
|
|
<string name="invalid_url_text">The URL or room name you entered resulted in an invalid URL: %1$s
|
|
|
|
</string>
|
2014-11-03 23:18:52 +01:00
|
|
|
<string name="channel_error_title">Connection error</string>
|
2014-10-22 19:43:37 +02:00
|
|
|
<string name="connecting_to">Connecting to: %1$s</string>
|
|
|
|
<string name="missing_url">FATAL ERROR: Missing URL to connect to.</string>
|
|
|
|
<string name="ok">OK</string>
|
2014-10-29 09:10:03 +01:00
|
|
|
<string name="switch_camera">Switch front/back camera</string>
|
2014-10-27 18:22:15 +01:00
|
|
|
<string name="action_settings">Settings</string>
|
2014-11-03 23:18:52 +01:00
|
|
|
<string name="add_room_description">Add new room to the list</string>
|
|
|
|
<string name="remove_room_description">Remove room from the list</string>
|
|
|
|
<string name="connect_description">Connect to the room</string>
|
|
|
|
<string name="connect_loopback_description">Loopback connection</string>
|
2014-10-27 18:22:15 +01:00
|
|
|
|
|
|
|
<!-- Settings strings. -->
|
|
|
|
<string name="pref_room_key">room_preference</string>
|
2014-11-03 23:18:52 +01:00
|
|
|
<string name="pref_room_list_key">room_list_preference</string>
|
2014-10-27 18:22:15 +01:00
|
|
|
|
|
|
|
<string name="pref_resolution_key">resolution_preference</string>
|
|
|
|
<string name="pref_resolution_title">Video resolution.</string>
|
|
|
|
<string name="pref_resolution_dlg">Enter AppRTC local video resolution.</string>
|
|
|
|
<string name="pref_resolution_default">Default</string>
|
2014-11-03 23:18:52 +01:00
|
|
|
|
|
|
|
<string name="pref_fps_key">fps_preference</string>
|
|
|
|
<string name="pref_fps_title">Camera fps.</string>
|
|
|
|
<string name="pref_fps_dlg">Enter local camera fps.</string>
|
|
|
|
<string name="pref_fps_default">Default</string>
|
2014-11-18 14:22:28 +01:00
|
|
|
|
|
|
|
<string name="pref_cpu_usage_detection_key">cpu_usage_detection</string>
|
|
|
|
<string name="pref_cpu_usage_detection_title">CPU overuse detection.</string>
|
|
|
|
<string name="pref_cpu_usage_detection_dlg">Adapt transmission to CPU status.</string>
|
|
|
|
<string name="pref_cpu_usage_detection_default">true</string>
|
2014-12-01 21:02:13 +01:00
|
|
|
|
|
|
|
<string name="pref_startbitrate_key">startbitrate_preference</string>
|
|
|
|
<string name="pref_startbitrate_title">Start bitrate setting.</string>
|
|
|
|
<string name="pref_startbitrate_dlg">Start bitrate setting.</string>
|
|
|
|
<string name="pref_startbitrate_default">Default</string>
|
|
|
|
|
|
|
|
<string name="pref_startbitratevalue_key">startbitratevalue_preference</string>
|
|
|
|
<string name="pref_startbitratevalue_title">Video encoder start bitrate.</string>
|
|
|
|
<string name="pref_startbitratevalue_dlg">Enter video encoder start bitrate in kbps.</string>
|
|
|
|
<string name="pref_startbitratevalue_default">1000</string>
|
|
|
|
|
|
|
|
<string name="pref_hwcodec_key">hwcodec_preference</string>
|
|
|
|
<string name="pref_hwcodec_title">VP8 hardware acceleration.</string>
|
|
|
|
<string name="pref_hwcodec_dlg">Use VP8 VP8 hardware accelerated codec (if available).</string>
|
|
|
|
<string name="pref_hwcodec_default">true</string>
|
|
|
|
|
2014-12-04 18:28:52 +01:00
|
|
|
<string name="pref_signaling_key">signaling_preference</string>
|
|
|
|
<string name="pref_signaling_title">Use WebSocket signaling.</string>
|
|
|
|
<string name="pref_signaling_dlg">Use WebSocket signaling.</string>
|
|
|
|
<string name="pref_signaling_default">true</string>
|
|
|
|
|
2014-12-01 21:02:13 +01:00
|
|
|
<string name="pref_value_enabled">Enabled</string>
|
|
|
|
<string name="pref_value_disabled">Disabled</string>
|
|
|
|
|
|
|
|
|
2013-07-10 02:45:36 +02:00
|
|
|
</resources>
|