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

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

Issue 2193753002: Add an option to enable level control to Android AppRTC Demo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | 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="false">AppRTC</string> 3 <string name="app_name" translatable="false">AppRTC</string>
4 <string name="settings_name" translatable="false">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>
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 <string name="pref_disable_built_in_agc_dlg">Disable hardware AGC.</string> 131 <string name="pref_disable_built_in_agc_dlg">Disable hardware AGC.</string>
132 <string name="pref_disable_built_in_agc_default">false</string> 132 <string name="pref_disable_built_in_agc_default">false</string>
133 <string name="pref_built_in_agc_not_available">Hardware AGC is not available </string> 133 <string name="pref_built_in_agc_not_available">Hardware AGC is not available </string>
134 134
135 <string name="pref_disable_built_in_ns_key">disable_built_in_ns_preference</ string> 135 <string name="pref_disable_built_in_ns_key">disable_built_in_ns_preference</ string>
136 <string name="pref_disable_built_in_ns_title">Disable hardware NS.</string> 136 <string name="pref_disable_built_in_ns_title">Disable hardware NS.</string>
137 <string name="pref_disable_built_in_ns_dlg">Disable hardware NS.</string> 137 <string name="pref_disable_built_in_ns_dlg">Disable hardware NS.</string>
138 <string name="pref_disable_built_in_ns_default">false</string> 138 <string name="pref_disable_built_in_ns_default">false</string>
139 <string name="pref_built_in_ns_not_available">Hardware NS is not available</ string> 139 <string name="pref_built_in_ns_not_available">Hardware NS is not available</ string>
140 140
141 <string name="pref_enable_level_control_key">enable_level_control_preference </string>
142 <string name="pref_enable_level_control_title">Enable level control.</string >
143 <string name="pref_enable_level_control_default">false</string>
144
141 <string name="pref_miscsettings_key">misc_settings_key</string> 145 <string name="pref_miscsettings_key">misc_settings_key</string>
142 <string name="pref_miscsettings_title">Miscellaneous settings.</string> 146 <string name="pref_miscsettings_title">Miscellaneous settings.</string>
143 147
144 <string name="pref_room_server_url_key">room_server_url_preference</string> 148 <string name="pref_room_server_url_key">room_server_url_preference</string>
145 <string name="pref_room_server_url_title">Room server URL.</string> 149 <string name="pref_room_server_url_title">Room server URL.</string>
146 <string name="pref_room_server_url_dlg">Enter a room server URL.</string> 150 <string name="pref_room_server_url_dlg">Enter a room server URL.</string>
147 <string name="pref_room_server_url_default" translatable="false">https://app r.tc</string> 151 <string name="pref_room_server_url_default" translatable="false">https://app r.tc</string>
148 152
149 <string name="pref_displayhud_key">displayhud_preference</string> 153 <string name="pref_displayhud_key">displayhud_preference</string>
150 <string name="pref_displayhud_title">Display call statistics.</string> 154 <string name="pref_displayhud_title">Display call statistics.</string>
151 <string name="pref_displayhud_dlg">Display call statistics.</string> 155 <string name="pref_displayhud_dlg">Display call statistics.</string>
152 <string name="pref_displayhud_default" translatable="false">false</string> 156 <string name="pref_displayhud_default" translatable="false">false</string>
153 157
154 <string name="pref_tracing_key">tracing_preference</string> 158 <string name="pref_tracing_key">tracing_preference</string>
155 <string name="pref_tracing_title">Debug performance tracing.</string> 159 <string name="pref_tracing_title">Debug performance tracing.</string>
156 <string name="pref_tracing_dlg">Debug performance tracing.</string> 160 <string name="pref_tracing_dlg">Debug performance tracing.</string>
157 <string name="pref_tracing_default" translatable="false">false</string> 161 <string name="pref_tracing_default" translatable="false">false</string>
158 </resources> 162 </resources>
OLDNEW
« no previous file with comments | « no previous file | webrtc/examples/androidapp/res/xml/preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698