1- <resources >
1+ <resources xmlns : tools = " http://schemas.android.com/tools " xmlns : xliff = " urn:oasis:names:tc:xliff:document:1.2 " tools : locale = " en " >
22 <string name =" app_name" >THEOplayer Open Video UI for Android Demo</string >
3+
4+ <!-- Copied from Open Video UI for Android -->
5+ <string name =" theoplayer_ui_btn_play" >Play</string >
6+ <string name =" theoplayer_ui_btn_pause" >Pause</string >
7+ <string name =" theoplayer_ui_btn_replay" >Replay</string >
8+ <string name =" theoplayer_ui_btn_chromecast_start" >Start casting</string >
9+ <string name =" theoplayer_ui_btn_chromecast_stop" >Stop casting</string >
10+ <string name =" theoplayer_ui_btn_fullscreen_enter" >Enter fullscreen</string >
11+ <string name =" theoplayer_ui_btn_fullscreen_exit" >Exit fullscreen</string >
12+ <string name =" theoplayer_ui_btn_menu_close" >Close</string >
13+ <string name =" theoplayer_ui_btn_back" >Back</string >
14+ <string name =" theoplayer_ui_btn_mute" >Mute</string >
15+ <string name =" theoplayer_ui_btn_unmute" >Unmute</string >
16+ <plurals name =" theoplayer_ui_btn_seek_forward" >
17+ <item quantity =" one" >Seek forward by <xliff : g example =" 5" id =" seek_offset" >%1$d</xliff : g > second</item >
18+ <item quantity =" other" >Seek forward by <xliff : g example =" 5" id =" seek_offset" >%1$d</xliff : g > seconds</item >
19+ </plurals >
20+ <plurals name =" theoplayer_ui_btn_seek_backward" >
21+ <item quantity =" one" >Seek backward by <xliff : g example =" 5" id =" seek_offset" >%1$d</xliff : g > second</item >
22+ <item quantity =" other" >Seek backward by <xliff : g example =" 5" id =" seek_offset" >%1$d</xliff : g > seconds</item >
23+ </plurals >
24+ <string name =" theoplayer_ui_btn_live" >LIVE</string >
25+ <string name =" theoplayer_ui_current_time" translatable =" false" ><xliff : g example =" 01:23" id =" current_time" >%1$s</xliff : g ></string >
26+ <string name =" theoplayer_ui_current_time_remaining" translatable =" false" ><xliff : g example =" -01:23" id =" remaining_time" >%1$s</xliff : g ></string >
27+ <string name =" theoplayer_ui_current_time_with_duration" translatable =" false" ><xliff : g example =" 01:23" id =" current_time" >%1$s</xliff : g > / <xliff : g example =" 60:00" id =" duration" >%2$s</xliff : g ></string >
28+ <string name =" theoplayer_ui_current_time_remaining_with_duration" translatable =" false" ><xliff : g example =" -01:23" id =" remaining_time" >%1$s</xliff : g > / <xliff : g example =" 60:00" id =" duration" >%2$s</xliff : g ></string >
29+ <string name =" theoplayer_ui_chromecast_playing_on_receiver" >Playing on <xliff : g example =" Living Room" id =" receiver_name" >%1$s</xliff : g ></string >
30+ <string name =" theoplayer_ui_chromecast_playing_on_receiver_expanded_first_line" >Playing on</string >
31+ <string name =" theoplayer_ui_chromecast_playing_on_receiver_expanded_second_line" translatable =" false" ><xliff : g example =" Living Room" id =" receiver_name" >%1$s</xliff : g ></string >
32+ <string name =" theoplayer_ui_chromecast_playing_on_unknown_receiver" >Playing on Chromecast</string >
33+ <string name =" theoplayer_ui_chromecast_playing_on_unknown_receiver_expanded_first_line" >Playing on</string >
34+ <string name =" theoplayer_ui_chromecast_playing_on_unknown_receiver_expanded_second_line" >Chromecast</string >
35+ <string name =" theoplayer_ui_menu_language" >Language</string >
36+ <string name =" theoplayer_ui_menu_settings" >Settings</string >
37+ <string name =" theoplayer_ui_menu_audio" >Audio</string >
38+ <string name =" theoplayer_ui_menu_subtitles" >Subtitles</string >
39+ <string name =" theoplayer_ui_menu_playback_rate" >Playback speed</string >
40+ <string name =" theoplayer_ui_menu_quality" >Quality</string >
41+ <string name =" theoplayer_ui_audio_none" >None</string >
42+ <string name =" theoplayer_ui_subtitles_off" >Off</string >
43+ <string name =" theoplayer_ui_playback_rate_normal" >Normal</string >
44+ <string name =" theoplayer_ui_playback_rate_format" translatable =" false" >#.##x</string >
45+ <string name =" theoplayer_ui_quality_automatic" >Automatic</string >
46+ <string name =" theoplayer_ui_quality_with_height" translatable =" false" ><xliff : g example =" 720" id =" quality_height" >%1$d</xliff : g >p</string >
47+ <string name =" theoplayer_ui_quality_automatic_with_height" >Automatic (<xliff : g example =" 720" id =" quality_height" >%1$d</xliff : g >p)</string >
48+ <string name =" theoplayer_ui_bandwidth_format_10mbps" translatable =" false" >#Mbps</string >
49+ <string name =" theoplayer_ui_bandwidth_format_1mbps" translatable =" false" >#.#Mbps</string >
50+ <string name =" theoplayer_ui_bandwidth_format_kbps" translatable =" false" >#kbps</string >
51+ <string name =" theoplayer_ui_track_unknown" >Unknown</string >
52+ <string name =" theoplayer_ui_error_title" >An error occurred</string >
353</resources >
0 commit comments