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

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

Issue 2077663003: Camera2 in AppRTC Android Demo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@camera2_only
Patch Set: Create peer connection factory with the target context in the test Created 4 years, 5 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>
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>
13 <string name="invalid_url_title">Invalid URL</string> 12 <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 13 <string name="invalid_url_text">The URL or room name you entered resulted in an invalid URL: %1$s
15 </string> 14 </string>
16 <string name="channel_error_title">Connection error</string> 15 <string name="channel_error_title">Connection error</string>
17 <string name="connecting_to">Connecting to: %1$s</string> 16 <string name="connecting_to">Connecting to: %1$s</string>
18 <string name="missing_url">FATAL ERROR: Missing URL to connect to.</string> 17 <string name="missing_url">FATAL ERROR: Missing URL to connect to.</string>
18 <string name="camera2_texture_only_error">Camera2 only supports capturing to texture. Either disable Camera2 or enable capturing to texture in the options.< /string>
19 <string name="ok">OK</string> 19 <string name="ok">OK</string>
20 <string name="add">Add</string>
21 <string name="cancel">Cancel</string>
22 <string name="switch_camera">Switch front/back camera</string> 20 <string name="switch_camera">Switch front/back camera</string>
23 <string name="capture_format_change_text">Slide to change capture format</st ring> 21 <string name="capture_format_change_text">Slide to change capture format</st ring>
24 <string name="muted">Muted</string> 22 <string name="muted">Muted</string>
25 <string name="toggle_debug">Toggle debug view</string> 23 <string name="toggle_debug">Toggle debug view</string>
26 <string name="toggle_mic">Toggle microphone on/off</string> 24 <string name="toggle_mic">Toggle microphone on/off</string>
27 <string name="action_settings">Settings</string> 25 <string name="action_settings">Settings</string>
28 <string name="action_loopback">Loopback connection</string> 26 <string name="action_loopback">Loopback connection</string>
29 <string name="connect_description">Connect to the room</string> 27 <string name="connect_description">Connect to the room</string>
30 <string name="add_favorite_description">Add favorite</string> 28 <string name="add_favorite_description">Add favorite</string>
31 29
32 <!-- Settings strings. --> 30 <!-- Settings strings. -->
33 <string name="pref_room_key">room_preference</string> 31 <string name="pref_room_key">room_preference</string>
34 <string name="pref_room_list_key">room_list_preference</string> 32 <string name="pref_room_list_key">room_list_preference</string>
35 33
36 <string name="pref_videosettings_key">video_settings_key</string> 34 <string name="pref_videosettings_key">video_settings_key</string>
37 <string name="pref_videosettings_title">WebRTC video settings.</string> 35 <string name="pref_videosettings_title">WebRTC video settings.</string>
38 36
39 <string name="pref_videocall_key">videocall_preference</string> 37 <string name="pref_videocall_key">videocall_preference</string>
40 <string name="pref_videocall_title">Video call.</string> 38 <string name="pref_videocall_title">Video call.</string>
41 <string name="pref_videocall_dlg">Enable video in a call.</string> 39 <string name="pref_videocall_dlg">Enable video in a call.</string>
42 <string name="pref_videocall_default">true</string> 40 <string name="pref_videocall_default">true</string>
43 41
42 <string name="pref_camera2_key">camera2_preference</string>
43 <string name="pref_camera2_title">Use Camera2.</string>
44 <string name="pref_camera2_default">true</string>
45 <string name="pref_camera2_not_supported">Only supported on Android Lollipop and forward.</string>
46
44 <string name="pref_resolution_key">resolution_preference</string> 47 <string name="pref_resolution_key">resolution_preference</string>
45 <string name="pref_resolution_title">Video resolution.</string> 48 <string name="pref_resolution_title">Video resolution.</string>
46 <string name="pref_resolution_dlg">Enter AppRTC local video resolution.</str ing> 49 <string name="pref_resolution_dlg">Enter AppRTC local video resolution.</str ing>
47 <string name="pref_resolution_default">Default</string> 50 <string name="pref_resolution_default">Default</string>
48 51
49 <string name="pref_fps_key">fps_preference</string> 52 <string name="pref_fps_key">fps_preference</string>
50 <string name="pref_fps_title">Camera fps.</string> 53 <string name="pref_fps_title">Camera fps.</string>
51 <string name="pref_fps_dlg">Enter local camera fps.</string> 54 <string name="pref_fps_dlg">Enter local camera fps.</string>
52 <string name="pref_fps_default">Default</string> 55 <string name="pref_fps_default">Default</string>
53 56
(...skipping 18 matching lines...) Expand all
72 <string name="pref_videocodec_default">VP8</string> 75 <string name="pref_videocodec_default">VP8</string>
73 76
74 <string name="pref_hwcodec_key">hwcodec_preference</string> 77 <string name="pref_hwcodec_key">hwcodec_preference</string>
75 <string name="pref_hwcodec_title">Video codec hardware acceleration.</string > 78 <string name="pref_hwcodec_title">Video codec hardware acceleration.</string >
76 <string name="pref_hwcodec_dlg">Use hardware accelerated video codec (if ava ilable).</string> 79 <string name="pref_hwcodec_dlg">Use hardware accelerated video codec (if ava ilable).</string>
77 <string name="pref_hwcodec_default">true</string> 80 <string name="pref_hwcodec_default">true</string>
78 81
79 <string name="pref_capturetotexture_key">capturetotexture_preference</string > 82 <string name="pref_capturetotexture_key">capturetotexture_preference</string >
80 <string name="pref_capturetotexture_title">Video capture to surface texture. </string> 83 <string name="pref_capturetotexture_title">Video capture to surface texture. </string>
81 <string name="pref_capturetotexture_dlg">Capture video to textures (if avail able).</string> 84 <string name="pref_capturetotexture_dlg">Capture video to textures (if avail able).</string>
82 <string name="pref_capturetotexture_default">false</string> 85 <string name="pref_capturetotexture_default">true</string>
83 86
84 <string name="pref_value_enabled">Enabled</string> 87 <string name="pref_value_enabled">Enabled</string>
85 <string name="pref_value_disabled">Disabled</string> 88 <string name="pref_value_disabled">Disabled</string>
86 89
87 <string name="pref_audiosettings_key">audio_settings_key</string> 90 <string name="pref_audiosettings_key">audio_settings_key</string>
88 <string name="pref_audiosettings_title">WebRTC audio settings.</string> 91 <string name="pref_audiosettings_title">WebRTC audio settings.</string>
89 92
90 <string name="pref_startaudiobitrate_key">startaudiobitrate_preference</stri ng> 93 <string name="pref_startaudiobitrate_key">startaudiobitrate_preference</stri ng>
91 <string name="pref_startaudiobitrate_title">Audio bitrate setting.</string> 94 <string name="pref_startaudiobitrate_title">Audio bitrate setting.</string>
92 <string name="pref_startaudiobitrate_dlg">Audio bitrate setting.</string> 95 <string name="pref_startaudiobitrate_dlg">Audio bitrate setting.</string>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 136
134 <string name="pref_displayhud_key">displayhud_preference</string> 137 <string name="pref_displayhud_key">displayhud_preference</string>
135 <string name="pref_displayhud_title">Display call statistics.</string> 138 <string name="pref_displayhud_title">Display call statistics.</string>
136 <string name="pref_displayhud_dlg">Display call statistics.</string> 139 <string name="pref_displayhud_dlg">Display call statistics.</string>
137 <string name="pref_displayhud_default" translatable="false">false</string> 140 <string name="pref_displayhud_default" translatable="false">false</string>
138 141
139 <string name="pref_tracing_key">tracing_preference</string> 142 <string name="pref_tracing_key">tracing_preference</string>
140 <string name="pref_tracing_title">Debug performance tracing.</string> 143 <string name="pref_tracing_title">Debug performance tracing.</string>
141 <string name="pref_tracing_dlg">Debug performance tracing.</string> 144 <string name="pref_tracing_dlg">Debug performance tracing.</string>
142 <string name="pref_tracing_default" translatable="false">false</string> 145 <string name="pref_tracing_default" translatable="false">false</string>
143
144 </resources> 146 </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