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

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

Issue 1457383002: Implement standalone event tracing in AppRTCDemo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: readd jitter_buffer trace, rebase Created 5 years 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
« no previous file with comments | « webrtc/call/call.cc ('k') | webrtc/examples/androidapp/res/xml/preferences.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 <string name="pref_room_server_url_key">room_server_url_preference</string> 113 <string name="pref_room_server_url_key">room_server_url_preference</string>
114 <string name="pref_room_server_url_title">Room server URL.</string> 114 <string name="pref_room_server_url_title">Room server URL.</string>
115 <string name="pref_room_server_url_dlg">Enter a room server URL.</string> 115 <string name="pref_room_server_url_dlg">Enter a room server URL.</string>
116 <string name="pref_room_server_url_default" translatable="false">https://app rtc.appspot.com</string> 116 <string name="pref_room_server_url_default" translatable="false">https://app rtc.appspot.com</string>
117 117
118 <string name="pref_displayhud_key">displayhud_preference</string> 118 <string name="pref_displayhud_key">displayhud_preference</string>
119 <string name="pref_displayhud_title">Display call statistics.</string> 119 <string name="pref_displayhud_title">Display call statistics.</string>
120 <string name="pref_displayhud_dlg">Display call statistics.</string> 120 <string name="pref_displayhud_dlg">Display call statistics.</string>
121 <string name="pref_displayhud_default" translatable="false">false</string> 121 <string name="pref_displayhud_default" translatable="false">false</string>
122 122
123 <string name="pref_tracing_key">tracing_preference</string>
124 <string name="pref_tracing_title">Debug performance tracing.</string>
125 <string name="pref_tracing_dlg">Debug performance tracing.</string>
126 <string name="pref_tracing_default" translatable="false">false</string>
127
123 </resources> 128 </resources>
OLDNEW
« no previous file with comments | « webrtc/call/call.cc ('k') | webrtc/examples/androidapp/res/xml/preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698