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

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

Issue 1998483003: General cleanup on AppRTC Android Demo codebase (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove unused string that was accidentally added. 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="false">AppRTC</string>
4 <string name="settings_name" translatable="no">AppRTC Settings</string> 4 <string name="settings_name" translatable="false">AppRTC Settings</string>
5 <string name="disconnect_call">Disconnect Call</string> 5 <string name="disconnect_call">Disconnect Call</string>
6 <string name="room_description"> 6 <string name="room_description">
7 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
8 of something unique and send it to a friend. 8 of something unique and send it to a friend.
9 </string> 9 </string>
10 <string name="favorites">Favorites</string> 10 <string name="favorites">Favorites</string>
11 <string name="no_favorites">No favorites</string> 11 <string name="no_favorites">No favorites</string>
12 <string name="add_favorite_title">Add favorite</string> 12 <string name="add_favorite_title">Add favorite</string>
13 <string name="invalid_url_title">Invalid URL</string> 13 <string name="invalid_url_title">Invalid URL</string>
14 <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
15 </string> 15 </string>
16 <string name="channel_error_title">Connection error</string> 16 <string name="channel_error_title">Connection error</string>
17 <string name="connecting_to">Connecting to: %1$s</string> 17 <string name="connecting_to">Connecting to: %1$s</string>
18 <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>
19 <string name="ok">OK</string> 19 <string name="ok">OK</string>
20 <string name="add">Add</string> 20 <string name="add">Add</string>
21 <string name="cancel">Cancel</string> 21 <string name="cancel">Cancel</string>
22 <string name="switch_camera">Switch front/back camera</string> 22 <string name="switch_camera">Switch front/back camera</string>
23 <string name="capture_format_change_text">Slide to change capture format</st ring>
24 <string name="muted">Muted</string>
23 <string name="toggle_debug">Toggle debug view</string> 25 <string name="toggle_debug">Toggle debug view</string>
24 <string name="toggle_mic">Toggle microphone on/off</string> 26 <string name="toggle_mic">Toggle microphone on/off</string>
25 <string name="action_settings">Settings</string> 27 <string name="action_settings">Settings</string>
26 <string name="action_loopback">Loopback connection</string> 28 <string name="action_loopback">Loopback connection</string>
27 <string name="connect_description">Connect to the room</string> 29 <string name="connect_description">Connect to the room</string>
28 <string name="add_favorite_description">Add favorite</string> 30 <string name="add_favorite_description">Add favorite</string>
29 31
30 <!-- Settings strings. --> 32 <!-- Settings strings. -->
31 <string name="pref_room_key">room_preference</string> 33 <string name="pref_room_key">room_preference</string>
32 <string name="pref_room_list_key">room_list_preference</string> 34 <string name="pref_room_list_key">room_list_preference</string>
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 <string name="pref_displayhud_title">Display call statistics.</string> 129 <string name="pref_displayhud_title">Display call statistics.</string>
128 <string name="pref_displayhud_dlg">Display call statistics.</string> 130 <string name="pref_displayhud_dlg">Display call statistics.</string>
129 <string name="pref_displayhud_default" translatable="false">false</string> 131 <string name="pref_displayhud_default" translatable="false">false</string>
130 132
131 <string name="pref_tracing_key">tracing_preference</string> 133 <string name="pref_tracing_key">tracing_preference</string>
132 <string name="pref_tracing_title">Debug performance tracing.</string> 134 <string name="pref_tracing_title">Debug performance tracing.</string>
133 <string name="pref_tracing_dlg">Debug performance tracing.</string> 135 <string name="pref_tracing_dlg">Debug performance tracing.</string>
134 <string name="pref_tracing_default" translatable="false">false</string> 136 <string name="pref_tracing_default" translatable="false">false</string>
135 137
136 </resources> 138 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698