Index: webrtc/examples/androidapp/res/values/strings.xml |
diff --git a/webrtc/examples/androidapp/res/values/strings.xml b/webrtc/examples/androidapp/res/values/strings.xml |
index 24244238e072272f246ee600fbde633fc53ee4bf..1e196a5435bf5736cca9faf02429846476a867fe 100644 |
--- a/webrtc/examples/androidapp/res/values/strings.xml |
+++ b/webrtc/examples/androidapp/res/values/strings.xml |
@@ -1,7 +1,7 @@ |
<?xml version="1.0" encoding="utf-8"?> |
<resources> |
- <string name="app_name" translatable="no">AppRTC</string> |
- <string name="settings_name" translatable="no">AppRTC Settings</string> |
+ <string name="app_name" translatable="false">AppRTC</string> |
+ <string name="settings_name" translatable="false">AppRTC Settings</string> |
<string name="disconnect_call">Disconnect Call</string> |
<string name="room_description"> |
Please enter a room name. Room names are shared with everyone, so think |
@@ -20,12 +20,15 @@ |
<string name="add">Add</string> |
<string name="cancel">Cancel</string> |
<string name="switch_camera">Switch front/back camera</string> |
+ <string name="capture_format_change_text">Slide to change capture format</string> |
+ <string name="muted">Muted</string> |
<string name="toggle_debug">Toggle debug view</string> |
<string name="toggle_mic">Toggle microphone on/off</string> |
<string name="action_settings">Settings</string> |
<string name="action_loopback">Loopback connection</string> |
<string name="connect_description">Connect to the room</string> |
<string name="add_favorite_description">Add favorite</string> |
+ <string name="connect_loopback_description">Loopback connection</string> |
<!-- Settings strings. --> |
<string name="pref_room_key">room_preference</string> |