blob: 540707e3a6d05c7c6e79b017e4c307dac2933bf0 [file] [log] [blame]
Likai Ding85963d92013-08-19 15:04:18 +08001<?xml version="1.0" encoding="utf-8"?>
Likai Dingd42e6dc2013-08-19 16:33:24 +08002<!--
kaiyizdf2a2842014-04-18 16:13:11 +08003Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
Michael Bestasf4f030b2016-06-07 00:06:53 +03004Copyright (C) 2014-2016 The CyanogenMod Project
Likai Dingd42e6dc2013-08-19 16:33:24 +08005
6Redistribution and use in source and binary forms, with or without
7modification, are permitted provided that the following conditions are
8met:
9 * Redistributions of source code must retain the above copyright
10 notice, this list of conditions and the following disclaimer.
11 * Redistributions in binary form must reproduce the above
12 copyright notice, this list of conditions and the following
13 disclaimer in the documentation and/or other materials provided
14 with the distribution.
15 * Neither the name of The Linux Foundation nor the names of its
16 contributors may be used to endorse or promote products derived
17 from this software without specific prior written permission.
18
19THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
20WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
21MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
22ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
23BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
26BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
27WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
28OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
29IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30-->
31
Likai Ding85963d92013-08-19 15:04:18 +080032<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Likai Ding253ebbd2013-08-20 16:21:57 +080033 <!-- Strings for step option settins -->
34 <string name="setp_option_name">Step</string>
Michael Bestasf4f030b2016-06-07 00:06:53 +030035 <string name="step_option_desc">Customize fast forward/rewind step</string>
Likai Ding253ebbd2013-08-20 16:21:57 +080036 <string name="setp_option_three_second">3 seconds</string>
37 <string name="setp_option_six_second">6 seconds</string>
38
Likai Ding85963d92013-08-19 15:04:18 +080039 <string name="loop">"Loop"</string>
40 <string name="single">"Single"</string>
Likai Ding60e2e3f2013-08-14 17:43:38 +080041 <string name="stereo">"Stereo"</string>
kaiyizdf2a2842014-04-18 16:13:11 +080042 <string name="speaker_on">Speaker ON</string>
43 <string name="speaker_off">Speaker OFF</string>
Michael Bestasf4f030b2016-06-07 00:06:53 +030044 <string name="speaker_need_headset">Plug in headphones to use this feature.</string>
Likai Ding60e2e3f2013-08-14 17:43:38 +080045 <string name="single_track">"Single track"</string>
Michael Bestasf4f030b2016-06-07 00:06:53 +030046 <string name="input_url">"Enter URL"</string>
47 <string name="streaming_settings">"Streaming settings"</string>
Likai Ding253ebbd2013-08-20 16:21:57 +080048 <string name="next">"Next"</string>
49 <string name="previous">"Previous"</string>
Likai Dingd42e6dc2013-08-19 16:33:24 +080050
Michael Bestasf4f030b2016-06-07 00:06:53 +030051 <string name="rtp_rtcp" translatable="false">RTP/RTCP</string>
52 <string name="buffer_size">Buffer size</string>
53 <string name="apn">Preferred APN</string>
Likai Dingd42e6dc2013-08-19 16:33:24 +080054 <string name="rtp_min_port">Min port</string>
55 <string name="rtp_max_port">Max port</string>
Likai Dingd42e6dc2013-08-19 16:33:24 +080056 <string name="set_rtp_min_port">Set min port</string>
57 <string name="set_rtp_max_port">Set max port</string>
Likai Dingd42e6dc2013-08-19 16:33:24 +080058 <string name="set_buffer_size">Set buffer size</string>
Michael Bestasf4f030b2016-06-07 00:06:53 +030059 <string name="set_apn">Select preferred APN</string>
Likai Dingd42e6dc2013-08-19 16:33:24 +080060 <string name="setting">Settings</string>
61
Michael Bestasf4f030b2016-06-07 00:06:53 +030062 <string name="server_timeout_title">"Server timeout"</string>
63 <string name="server_timeout_message">"Reconnect to the server to play the video?"</string>
64 <string name="videoview_error_text_cannot_connect_retry">"Connection failed, trying to reconnect to %1$d\u2026"</string>
Likai Ding253ebbd2013-08-20 16:21:57 +080065 <string name="media_controller_live">Live</string>
66 <string name="media_controller_playing">Playing</string>
Michael Bestasf4f030b2016-06-07 00:06:53 +030067 <string name="media_controller_connecting">Connecting\u2026</string>
Likai Dingd42e6dc2013-08-19 16:33:24 +080068
69 <string name="bookmark_add">"Add bookmark"</string>
70 <string name="bookmark_display">"Show bookmarks"</string>
71 <string name="bookmark_empty">"No bookmarks"</string>
Michael Bestasf4f030b2016-06-07 00:06:53 +030072 <string name="bookmark_exist">"Bookmark already exists"</string>
73 <string name="bookmark_add_success">"Bookmark added"</string>
Likai Dingd42e6dc2013-08-19 16:33:24 +080074 <string name="bookmark_list">"Bookmarks"</string>
75 <string name="bookmark_title">"Title"</string>
76 <string name="bookmark_location">"Location"</string>
77 <string name="delete_all">"Delete all"</string>
78 <string name="default_title">"Default title"</string>
Michael Bestasf4f030b2016-06-07 00:06:53 +030079
80 <!-- A label describing to link website [CHAR LIMIT=30] -->
81 <string name="more_image">More images</string>
82 <string name="website_for_more_image" translatable="false"></string>
83
84 <!-- Toast if the muted video is not supported. [CHAR LIMIT=80] -->
85 <string name="mute_nosupport">Can not mute : video not supported</string>
86
87 <!-- The message is shown in toast when click showOnMap Menu and there is no map app -->
88 <string name="map_activity_not_found_err">There is no maps app installed to show the location.</string>
89
90 <plurals name="number_of_videos">
91 <item quantity="one">%1$d video</item>
92 <item quantity="other">%1$d videos</item>
93 </plurals>
94
95 <!-- The label for the bass boost knob of the audio effects dialog. -->
96 <string name="bass_boost_strength">Bass boost</string>
97
98 <!-- The label for the 3d effect knob of the audio effects dialog. -->
99 <string name="virtualizer_strength">3D effect</string>
100
101 <!-- The label for the audio effects menu. -->
102 <string name="audio_effects">Audio effects</string>
103
104 <!-- Toast if user attempts to control audio effects without headphones plugged in. -->
105 <string name="headset_plug">Plug in headphones for these effects.</string>
106
107 <!-- The title of the audio effects dialog. -->
108 <string name="audio_effects_dialog_title">Snapdragon Audio+</string>
109
110 <!-- Toast message for share items -->
111 <string name="cannot_share_items">Max selected items for share is 300</string>
112
113 <string name="share_dialogue_title">Share via</string>
114
115 <!-- When grouping photos by peoples, the label used for photos that don't
116 have people information in them [CHAR LIMIT=20]-->
117 <string name="no_faces">No faces</string>
118
119 <!-- The tips of trimming video -->
120 <string name="fail_trim">Sorry, this video file can not be trimmed</string>
121 <string name="can_not_trim">Only mp4 and 3gp files can be trimmed</string>
122
123 <string name="drm_license_info">DRM license info</string>
124
Michael Bestasf4f030b2016-06-07 00:06:53 +0300125 <!-- Timeline screen title -->
126 <string name="timeline_title">Timeline</string>
127 <!-- Albums screen title -->
Joey Rizzoli0a421722016-06-01 14:04:38 +0200128 <string name="albums_title">Albums</string>
Michael Bestasf4f030b2016-06-07 00:06:53 +0300129 <!-- Videos screen title -->
130 <string name="videos_title">Videos</string>
Joey Rizzoli0a421722016-06-01 14:04:38 +0200131
Michael Bestasf4f030b2016-06-07 00:06:53 +0300132 <string name="action_viewtype_list">List view</string>
133 <string name="action_viewtype_grid" translatable="false">@string/switch_photo_grid</string>
134 <string name="tvEmptyAlbum">No photos found</string>
135 <string name="tvEmptyVideos">No videos found</string>
136
137 <string name="text_makeup_whiten">Whiten</string>
138 <string name="text_makeup_Soften">Soften</string>
139 <string name="text_makeup_trimface">Trimface</string>
140 <string name="text_makeup_bigeye">Bigeye</string>
Joey Rizzoli0a421722016-06-01 14:04:38 +0200141
Michael Bestasf4f030b2016-06-07 00:06:53 +0300142 <string name="truescanner_normal">Normal</string>
143 <string name="truescanner_white">Whiteboard</string>
144 <string name="truescanner">TrueScanner</string>
145 <string name="truescanner_remove_glare">Remove Glare</string>
146 <string name="hazebuster_acts">Haze Buster</string>
147 <string name="seestraight_acts">See Straight</string>
148 <string name="seestraight_input_image_is_small">Input image is too small to process.</string>
149 <string name="seestraight_process_fail">Couldn\'t process the image.</string>
150
151 <string name="trim_video_exit_title">Discard changes?</string>
152 <string name="trim_video_exit_msg">Discard the changes made to this video?</string>
153 <string name="trim_video_exit_discard">DISCARD</string>
Likai Ding85963d92013-08-19 15:04:18 +0800154</resources>