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

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

Issue 1970783002: New UI for AppRTC Android Demo that is easier to use (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Styling according to comments Created 4 years, 7 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>
7 <string name="room_description"> 6 <string name="room_description">
8 Please enter a room name. Room names are shared with everyone, so think 7 Please enter a room name. Room names are shared with everyone, so think
9 of something unique and send it to a friend. 8 of something unique and send it to a friend.
10 </string> 9 </string>
11 <string name="connect_text">Connect</string> 10 <string name="favorites">Favorites</string>
11 <string name="no_favorites">No favorites</string>
12 <string name="add_favorite_title">Add favorite</string>
12 <string name="invalid_url_title">Invalid URL</string> 13 <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 14 <string name="invalid_url_text">The URL or room name you entered resulted in an invalid URL: %1$s
14 </string> 15 </string>
15 <string name="channel_error_title">Connection error</string> 16 <string name="channel_error_title">Connection error</string>
16 <string name="connecting_to">Connecting to: %1$s</string> 17 <string name="connecting_to">Connecting to: %1$s</string>
17 <string name="missing_url">FATAL ERROR: Missing URL to connect to.</string> 18 <string name="missing_url">FATAL ERROR: Missing URL to connect to.</string>
18 <string name="ok">OK</string> 19 <string name="ok">OK</string>
20 <string name="add">Add</string>
21 <string name="cancel">Cancel</string>
19 <string name="switch_camera">Switch front/back camera</string> 22 <string name="switch_camera">Switch front/back camera</string>
20 <string name="toggle_debug">Toggle debug view</string> 23 <string name="toggle_debug">Toggle debug view</string>
21 <string name="toggle_mic">Toggle microphone on/off</string> 24 <string name="toggle_mic">Toggle microphone on/off</string>
22 <string name="action_settings">Settings</string> 25 <string name="action_settings">Settings</string>
23 <string name="add_room_description">Add new room to the list</string> 26 <string name="action_loopback">Loopback connection</string>
24 <string name="remove_room_description">Remove room from the list</string>
25 <string name="connect_description">Connect to the room</string> 27 <string name="connect_description">Connect to the room</string>
26 <string name="connect_loopback_description">Loopback connection</string> 28 <string name="add_favorite_description">Add favorite</string>
27 29
28 <!-- Settings strings. --> 30 <!-- Settings strings. -->
29 <string name="pref_room_key">room_preference</string> 31 <string name="pref_room_key">room_preference</string>
30 <string name="pref_room_list_key">room_list_preference</string> 32 <string name="pref_room_list_key">room_list_preference</string>
31 33
32 <string name="pref_videosettings_key">video_settings_key</string> 34 <string name="pref_videosettings_key">video_settings_key</string>
33 <string name="pref_videosettings_title">WebRTC video settings.</string> 35 <string name="pref_videosettings_title">WebRTC video settings.</string>
34 36
35 <string name="pref_videocall_key">videocall_preference</string> 37 <string name="pref_videocall_key">videocall_preference</string>
36 <string name="pref_videocall_title">Video call.</string> 38 <string name="pref_videocall_title">Video call.</string>
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 <string name="pref_displayhud_title">Display call statistics.</string> 127 <string name="pref_displayhud_title">Display call statistics.</string>
126 <string name="pref_displayhud_dlg">Display call statistics.</string> 128 <string name="pref_displayhud_dlg">Display call statistics.</string>
127 <string name="pref_displayhud_default" translatable="false">false</string> 129 <string name="pref_displayhud_default" translatable="false">false</string>
128 130
129 <string name="pref_tracing_key">tracing_preference</string> 131 <string name="pref_tracing_key">tracing_preference</string>
130 <string name="pref_tracing_title">Debug performance tracing.</string> 132 <string name="pref_tracing_title">Debug performance tracing.</string>
131 <string name="pref_tracing_dlg">Debug performance tracing.</string> 133 <string name="pref_tracing_dlg">Debug performance tracing.</string>
132 <string name="pref_tracing_default" translatable="false">false</string> 134 <string name="pref_tracing_default" translatable="false">false</string>
133 135
134 </resources> 136 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698