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

Side by Side Diff: talk/examples/android/res/values/strings.xml

Issue 1176023002: Relanding https://webrtc-codereview.appspot.com/56589004 (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 6 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 | talk/examples/android/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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 <string name="pref_startaudiobitratevalue_key">startaudiobitratevalue_prefer ence</string> 80 <string name="pref_startaudiobitratevalue_key">startaudiobitratevalue_prefer ence</string>
81 <string name="pref_startaudiobitratevalue_title">Audio codec bitrate.</strin g> 81 <string name="pref_startaudiobitratevalue_title">Audio codec bitrate.</strin g>
82 <string name="pref_startaudiobitratevalue_dlg">Enter audio codec bitrate in kbps.</string> 82 <string name="pref_startaudiobitratevalue_dlg">Enter audio codec bitrate in kbps.</string>
83 <string name="pref_startaudiobitratevalue_default">32</string> 83 <string name="pref_startaudiobitratevalue_default">32</string>
84 84
85 <string name="pref_audiocodec_key">audiocodec_preference</string> 85 <string name="pref_audiocodec_key">audiocodec_preference</string>
86 <string name="pref_audiocodec_title">Default audio codec.</string> 86 <string name="pref_audiocodec_title">Default audio codec.</string>
87 <string name="pref_audiocodec_dlg">Select default audio codec.</string> 87 <string name="pref_audiocodec_dlg">Select default audio codec.</string>
88 <string name="pref_audiocodec_default">OPUS</string> 88 <string name="pref_audiocodec_default">OPUS</string>
89 89
90 <string name="pref_noaudioprocessing_key">audioprocessing_preference</string >
91 <string name="pref_noaudioprocessing_title">Disable audio processing.</strin g>
92 <string name="pref_noaudioprocessing_dlg">Disable audio processing pipeline. </string>
93 <string name="pref_noaudioprocessing_default">false</string>
94
90 <string name="pref_miscsettings_key">misc_settings_key</string> 95 <string name="pref_miscsettings_key">misc_settings_key</string>
91 <string name="pref_miscsettings_title">Miscellaneous settings.</string> 96 <string name="pref_miscsettings_title">Miscellaneous settings.</string>
92 97
93 <string name="pref_cpu_usage_detection_key">cpu_usage_detection</string> 98 <string name="pref_cpu_usage_detection_key">cpu_usage_detection</string>
94 <string name="pref_cpu_usage_detection_title">CPU overuse detection.</string > 99 <string name="pref_cpu_usage_detection_title">CPU overuse detection.</string >
95 <string name="pref_cpu_usage_detection_dlg">Adapt transmission to CPU status .</string> 100 <string name="pref_cpu_usage_detection_dlg">Adapt transmission to CPU status .</string>
96 <string name="pref_cpu_usage_detection_default" translatable="false">true</s tring> 101 <string name="pref_cpu_usage_detection_default" translatable="false">true</s tring>
97 102
98 <string name="pref_room_server_url_key">room_server_url_preference</string> 103 <string name="pref_room_server_url_key">room_server_url_preference</string>
99 <string name="pref_room_server_url_title">Room server URL.</string> 104 <string name="pref_room_server_url_title">Room server URL.</string>
100 <string name="pref_room_server_url_dlg">Enter a room server URL.</string> 105 <string name="pref_room_server_url_dlg">Enter a room server URL.</string>
101 <string name="pref_room_server_url_default" translatable="false">https://app rtc.appspot.com</string> 106 <string name="pref_room_server_url_default" translatable="false">https://app rtc.appspot.com</string>
102 107
103 <string name="pref_displayhud_key">displayhud_preference</string> 108 <string name="pref_displayhud_key">displayhud_preference</string>
104 <string name="pref_displayhud_title">Display call statistics.</string> 109 <string name="pref_displayhud_title">Display call statistics.</string>
105 <string name="pref_displayhud_dlg">Display call statistics.</string> 110 <string name="pref_displayhud_dlg">Display call statistics.</string>
106 <string name="pref_displayhud_default" translatable="false">false</string> 111 <string name="pref_displayhud_default" translatable="false">false</string>
107 112
108 </resources> 113 </resources>
OLDNEW
« no previous file with comments | « no previous file | talk/examples/android/res/xml/preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698