Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Side by Side Diff: webrtc/examples/androidapp/res/values/strings.xml

Issue 1820113003: Add Mic Toggle button to AppRTCDemo (Android). (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressed comment Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <resources> 2 <resources>
3 <string name="app_name" translatable="no">AppRTC</string> 3 <string name="app_name" translatable="no">AppRTC</string>
4 <string name="settings_name" translatable="no">AppRTC Settings</string> 4 <string name="settings_name" translatable="no">AppRTC Settings</string>
5 <string name="disconnect_call">Disconnect Call</string> 5 <string name="disconnect_call">Disconnect Call</string>
6 <string name="room_names">Room names:</string> 6 <string name="room_names">Room names:</string>
7 <string name="room_description"> 7 <string name="room_description">
8 Please enter a room name. Room names are shared with everyone, so think 8 Please enter a room name. Room names are shared with everyone, so think
9 of something unique and send it to a friend. 9 of something unique and send it to a friend.
10 </string> 10 </string>
11 <string name="connect_text">Connect</string> 11 <string name="connect_text">Connect</string>
12 <string name="invalid_url_title">Invalid URL</string> 12 <string name="invalid_url_title">Invalid URL</string>
13 <string name="invalid_url_text">The URL or room name you entered resulted in an invalid URL: %1$s 13 <string name="invalid_url_text">The URL or room name you entered resulted in an invalid URL: %1$s
14 </string> 14 </string>
15 <string name="channel_error_title">Connection error</string> 15 <string name="channel_error_title">Connection error</string>
16 <string name="connecting_to">Connecting to: %1$s</string> 16 <string name="connecting_to">Connecting to: %1$s</string>
17 <string name="missing_url">FATAL ERROR: Missing URL to connect to.</string> 17 <string name="missing_url">FATAL ERROR: Missing URL to connect to.</string>
18 <string name="ok">OK</string> 18 <string name="ok">OK</string>
19 <string name="switch_camera">Switch front/back camera</string> 19 <string name="switch_camera">Switch front/back camera</string>
20 <string name="toggle_debug">Toggle debug view</string> 20 <string name="toggle_debug">Toggle debug view</string>
21 <string name="toggle_mic">Toggle microphone on/off</string>
21 <string name="action_settings">Settings</string> 22 <string name="action_settings">Settings</string>
22 <string name="add_room_description">Add new room to the list</string> 23 <string name="add_room_description">Add new room to the list</string>
23 <string name="remove_room_description">Remove room from the list</string> 24 <string name="remove_room_description">Remove room from the list</string>
24 <string name="connect_description">Connect to the room</string> 25 <string name="connect_description">Connect to the room</string>
25 <string name="connect_loopback_description">Loopback connection</string> 26 <string name="connect_loopback_description">Loopback connection</string>
26 27
27 <!-- Settings strings. --> 28 <!-- Settings strings. -->
28 <string name="pref_room_key">room_preference</string> 29 <string name="pref_room_key">room_preference</string>
29 <string name="pref_room_list_key">room_list_preference</string> 30 <string name="pref_room_list_key">room_list_preference</string>
30 31
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 <string name="pref_displayhud_title">Display call statistics.</string> 125 <string name="pref_displayhud_title">Display call statistics.</string>
125 <string name="pref_displayhud_dlg">Display call statistics.</string> 126 <string name="pref_displayhud_dlg">Display call statistics.</string>
126 <string name="pref_displayhud_default" translatable="false">false</string> 127 <string name="pref_displayhud_default" translatable="false">false</string>
127 128
128 <string name="pref_tracing_key">tracing_preference</string> 129 <string name="pref_tracing_key">tracing_preference</string>
129 <string name="pref_tracing_title">Debug performance tracing.</string> 130 <string name="pref_tracing_title">Debug performance tracing.</string>
130 <string name="pref_tracing_dlg">Debug performance tracing.</string> 131 <string name="pref_tracing_dlg">Debug performance tracing.</string>
131 <string name="pref_tracing_default" translatable="false">false</string> 132 <string name="pref_tracing_default" translatable="false">false</string>
132 133
133 </resources> 134 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698