blob: c4b53fe32b5918796b853e2cef0784cbce6928eb [file] [log] [blame]
Owen Linf9a0a432011-08-17 22:07:43 +08001<?xml version="1.0" encoding="utf-8"?>
zdi63b2c372016-04-18 15:21:47 +08002<!-- Copyright (c) 2014, 2016, The Linux Foundation. All rights reserved.
kaiyiz99cfa4d2014-09-03 16:02:55 +08003 Not a Contribution.
4
5 Copyright (C) 2007 The Android Open Source Project
Owen Linf9a0a432011-08-17 22:07:43 +08006
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18-->
19
20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Arne Coucherone2b592d2017-03-12 06:27:39 +010021 <string name="app_name">Gallery</string>
Owen Linf9a0a432011-08-17 22:07:43 +080022 <!-- Title for picture frame gadget to show in list of all available gadgets -->
23 <string name="gadget_title">Picture frame</string>
24
25 <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
26 <string name="details_ms">%1$02d:%2$02d</string>
27 <!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
28 <string name="details_hms">%1$d:%2$02d:%3$02d</string>
29 <!-- Activity label. This might show up in the activity-picker -->
30 <string name="movie_view_label">Video player</string>
31 <!-- shown in the video player view while the video is being loaded, before it starts playing -->
32 <string name="loading_video">Loading video\u2026</string>
33 <string name="loading_image">Loading image\u2026</string>
34
35 <!-- Message shown on the progress dialog to indicate we're loading the
36 account info [CHAR LIMIT=30] -->
37 <string name="loading_account">Loading account\u2026</string>
38
39 <!-- Movie View Resume Playing dialog title -->
40 <string name="resume_playing_title">Resume video</string>
41
42 <!-- Movie View Start Playing dialog title -->
43 <string name="resume_playing_message">Resume playing from %s ?</string>
44 <!-- Movie View Start Playing button "Resume from bookmark" -->
45 <string name="resume_playing_resume">Resume playing</string>
46
47 <!-- Displayed in the title of those albums that are being loaded -->
48 <string name="loading">Loading\u2026</string>
49
50 <!-- Displayed in the title of those pictures that fails to be loaded
51 [CHAR LIMIT=50]-->
Claudia de Veaux2f674232011-10-03 17:58:40 -070052 <string name="fail_to_load">Couldn\'t load</string>
Owen Linf9a0a432011-08-17 22:07:43 +080053
Chih-Chung Changf12d6492012-02-01 18:40:57 +080054 <!-- Used in a toast message when an image fails to be loaded
55 [CHAR LIMIT=50]-->
56 <string name="fail_to_load_image">Couldn\'t load the image</string>
57
Owen Linf9a0a432011-08-17 22:07:43 +080058 <!-- Displayed in place of the picture when we fail to get the thumbnail of it.
59 [CHAR LIMIT=50]-->
60 <string name="no_thumbnail">No thumbnail</string>
61
62 <!-- Movie View Start Playing button "Beginning" -->
63 <string name="resume_playing_restart">Start over</string>
64
65 <!-- Title of a menu item to indicate performing the image crop operation
66 [CHAR LIMIT=20] -->
Eric Fischerbc8d5322012-05-16 11:29:06 -070067 <string name="crop_save_text">OK</string>
68 <!-- Title of a menu item to indicate performing the image crop operation
69 [CHAR LIMIT=20] -->
Ray Chen9a033b02012-05-15 11:22:21 +080070 <string name="ok">OK</string>
Owen Linf9a0a432011-08-17 22:07:43 +080071 <!-- Button indicating that the cropped image should be reverted back to the original -->
72 <!-- Hint that appears when cropping an image with more than one face -->
Claudia de Veaux2f674232011-10-03 17:58:40 -070073 <string name="multiface_crop_help">Touch a face to begin.</string>
Owen Linf9a0a432011-08-17 22:07:43 +080074 <!-- Toast/alert that the image is being saved to the SD card -->
75 <string name="saving_image">Saving picture\u2026</string>
Doris Liu0addfc72012-10-17 16:15:51 -070076
77 <!-- Toast/alert that the image is being saved after editing in filtershow [CHAR LIMIT=40]-->
78 <string name="filtershow_saving_image">Saving picture to <xliff:g id="album_name">%1$s</xliff:g> \u2026</string>
79
Owen Lin02e68992011-09-23 15:24:28 +080080 <!-- Eorror toast message that the image cannot be saved [CHAR LIMIT=40]-->
Claudia de Veaux2f674232011-10-03 17:58:40 -070081 <string name="save_error">Couldn\'t save cropped image.</string>
Owen Lin02e68992011-09-23 15:24:28 +080082
Teng-Hui Zhu3f1f1ba2012-08-24 14:50:37 -070083 <!-- menu pick: crop the currently selected image [CHAR LIMIT=30]-->
Owen Linf9a0a432011-08-17 22:07:43 +080084 <string name="crop_label">Crop picture</string>
Teng-Hui Zhu3f1f1ba2012-08-24 14:50:37 -070085 <!-- menu pick: trim the currently selected video [CHAR LIMIT=30]-->
86 <string name="trim_label">Trim video</string>
87
Owen Linf9a0a432011-08-17 22:07:43 +080088 <!-- Toast/alert that the face detection is being run -->
89
90 <!-- Title prompted for user to choose a photo item [CHAR LIMIT=20] -->
91 <string name="select_image">Select photo</string>
92 <!-- Title prompted for user to choose a video item [CHAR LIMIT=20] -->
93 <string name="select_video">Select video</string>
94 <!-- Title prompted for user to choose a media object [CHAR LIMIT=20] -->
Ray Chen2a2108c2011-10-28 12:01:49 +080095 <string name="select_item">Select item</string>
Owen Linf9a0a432011-08-17 22:07:43 +080096 <!-- Title prompted for user to choose an album [CHAR LIMIT=20] -->
Ray Chen2a2108c2011-10-28 12:01:49 +080097 <string name="select_album">Select album</string>
Owen Linf9a0a432011-08-17 22:07:43 +080098 <!-- Title prompted for user to choose a group [CHAR LIMIT=20] -->
Ray Chen2a2108c2011-10-28 12:01:49 +080099 <string name="select_group">Select group</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800100
101 <!-- Displayed in the title of the dialog for things to do with a picture
102 that is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
103 <string name="set_image">Set picture as</string>
Yuli Huangc9f743a2012-05-18 16:12:32 +0800104 <!-- Activity title for cropping picture and setting it as wallpaper [CHAR LIMIT=20] -->
105 <string name="set_wallpaper">Set wallpaper</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800106 <!-- Toast/alert after saving wallpaper -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700107 <string name="wallpaper">Setting wallpaper\u2026</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800108 <string name="camera_setas_wallpaper">Wallpaper</string>
wangjinga00353a2015-06-30 17:44:34 +0800109 <!-- Toast message for share items -->
Ravi Banuri49f14dd2015-10-21 15:54:59 +0530110 <string name="cannot_share_items">Max selected items for share is 300</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800111
112 <!-- Details dialog "OK" button. Dismisses dialog. -->
113 <string name="delete">Delete</string>
Ray Chen1eb03bc2012-05-18 08:41:33 +0800114 <!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
Ray Chen9a033b02012-05-15 11:22:21 +0800115 <plurals name="delete_selection">
116 <item quantity="one">Delete selected item?</item>
117 <item quantity="other">Delete selected items?</item>
118 </plurals>
Ray Chen67098d12012-04-05 17:25:43 +0800119 <string name="confirm">Confirm</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800120 <string name="cancel">Cancel</string>
121 <string name="share">Share</string>
c_yongga81d10a12016-01-27 13:29:33 +0800122 <string name="share_dialogue_title">Share via</string>
Mangesh Ghiware5172dee2012-09-27 21:05:41 -0700123 <string name="share_panorama">Share panorama</string>
124 <string name="share_as_photo">Share as photo</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800125
Chih-Chung Chang6b891c62012-06-07 20:09:13 +0800126 <!-- The label shown after an image is deleted [CHAR LIMIT=16] -->
127 <string name="deleted">Deleted</string>
128
129 <!-- The label on the button which when clicked will undo a deletion of image [CHAR LIMIT=16]-->
130 <string name="undo">UNDO</string>
131
Owen Linf9a0a432011-08-17 22:07:43 +0800132 <!-- String indicating more actions are available -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700133 <string name="select_all">Select all</string>
134 <string name="deselect_all">Deselect all</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800135 <string name="slideshow">Slideshow</string>
136
137 <string name="details">Details</string>
Ray Chen4105e222011-08-24 11:40:04 +0800138 <string name="details_title">%1$d of %2$d items:</string>
139 <string name="close">Close</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800140
141 <!-- Title of a menu item to switch from Gallery to Camera app [CHAR LIMIT=30] -->
142 <string name="switch_to_camera">Switch to Camera</string>
143
144 <!-- String indicating how many media item(s) is(are) selected
145 eg. 1 selected [CHAR LIMIT=30] -->
146 <plurals name="number_of_items_selected">
147 <item quantity="zero">%1$d selected</item>
148 <item quantity="one">%1$d selected</item>
149 <item quantity="other">%1$d selected</item>
150 </plurals>
151
152 <!-- String indicating how many media album(s) is(are) selected
153 eg. 1 selected [CHAR LIMIT=30] -->
154 <plurals name="number_of_albums_selected">
155 <item quantity="zero">%1$d selected</item>
156 <item quantity="one">%1$d selected</item>
157 <item quantity="other">%1$d selected</item>
158 </plurals>
159
160 <!-- String indicating how many media group(s) is(are) selected
161 eg. 1 selected [CHAR LIMIT=30] -->
162 <plurals name="number_of_groups_selected">
163 <item quantity="zero">%1$d selected</item>
164 <item quantity="one">%1$d selected</item>
165 <item quantity="other">%1$d selected</item>
166 </plurals>
167
168 <!-- String indicating timestamp of photo or video -->
169 <string name="show_on_map">Show on map</string>
Claudia de Veaux2f674232011-10-03 17:58:40 -0700170 <string name="rotate_left">Rotate left</string>
171 <string name="rotate_right">Rotate right</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800172
173 <!-- Toast message prompted when the specified item is not found [CHAR LIMIT=40]-->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700174 <string name="no_such_item">Couldn\'t find item.</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800175
nicolasroard8c4e95f2013-04-08 18:16:17 -0700176 <!-- String used as a menu label. The user can choose to edit the image
Owen Linf9a0a432011-08-17 22:07:43 +0800177 [CHAR_LIMIT=20]-->
178 <string name="edit">Edit</string>
179
nicolasroard8c4e95f2013-04-08 18:16:17 -0700180 <!-- String used as a menu label. The user can choose to edit the image
181 [CHAR_LIMIT=20]-->
182 <string name="simple_edit">Simple Edit</string>
183
Owen Linf9a0a432011-08-17 22:07:43 +0800184 <!-- String used as a title of a progress dialog. The user can
185 choose to cache some Picasa picture albums on device, so it can
186 be viewed offline. This string is shown when the request is being
187 processed. [CHAR LIMIT=50] -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700188 <string name="process_caching_requests">Processing caching requests</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800189
190 <!-- String used as a small notification label above a Picasa album.
191 It means the pictures of the Picasa album is currently being
192 transferred to local storage, so the pictures can later be viewed
193 offline. [CHAR LIMIT=15] -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700194 <string name="caching_label">Caching\u2026</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800195
Teng-Hui Zhu648b3392012-11-13 10:39:26 -0800196 <!-- The title of the menu item to let user crop the image. [CHAR LIMIT=15] -->
Yuli Huang1d8303b2011-09-09 17:09:39 +0800197 <string name="crop_action">Crop</string>
Teng-Hui Zhu648b3392012-11-13 10:39:26 -0800198 <!-- The title of the menu item to let user trim the video. [CHAR LIMIT=15] -->
Teng-Hui Zhu50ea2d22012-08-23 16:45:11 -0700199 <string name="trim_action">Trim</string>
Teng-Hui Zhu648b3392012-11-13 10:39:26 -0800200 <!-- The title of the menu item to let user mute the video. [CHAR LIMIT=15] -->
201 <string name="mute_action">Mute</string>
202 <!-- The title of the menu item to let user set the image as background etc. [CHAR LIMIT=15] -->
Owen Linf9a0a432011-08-17 22:07:43 +0800203 <string name="set_as">Set as</string>
204
Teng-Hui Zhu648b3392012-11-13 10:39:26 -0800205 <!-- String indicating an error when muting the video. [CHAR LIMIT=30] -->
206 <string name="video_mute_err">Can\'t mute video.</string>
207 <!-- String indicating an error when playing the video. [CHAR LIMIT=30] -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700208 <string name="video_err">Can\'t play video.</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800209
210 <!-- Strings for grouping operations in the menu. The photos can be grouped
211 by their location, taken time, or tags. -->
212 <!-- The title of the menu item to let user choose the grouping rule, when
213 pressed, a submenu will shown and user can choose one grouping rule
214 from the submenu. -->
215
216 <!-- Title of a menu item to group photo by location [CHAR LIMIT=30] -->
217 <string name="group_by_location">By location</string>
218
219 <!-- Title of a menu tiem to group photo by taken date [CHAR LIMIT=30]-->
220 <string name="group_by_time">By time</string>
221
222 <!-- Title of a menu item to group photo by tags [CHAR LIMIT=30]-->
223 <string name="group_by_tags">By tags</string>
224
225 <!-- Title of a menu item to group photo by faces [CHAR LIMIT=30]-->
226 <string name="group_by_faces">By people</string>
227
228 <!-- Title of a menu item to group photo by albums [CHAR LIMIT=30]-->
229 <string name="group_by_album">By album</string>
230
231 <!-- Title of a menu item to group photo by size [CHAR LIMIT=30]-->
232 <string name="group_by_size">By size</string>
233
234 <!-- When grouping photos by tags, the label used for photos without tags
235 [CHAR LIMIT=20]-->
236 <string name="untagged">Untagged</string>
237
238 <!-- When grouping photos by locations, the label used for photos that don't
239 have location information in them [CHAR LIMIT=20]-->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700240 <string name="no_location">No location</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800241
mqi5e2719d2015-03-17 13:07:18 +0800242 <!-- When grouping photos by peoples, the label used for photos that don't
243 have people information in them [CHAR LIMIT=20]-->
244 <string name="no_faces">No faces</string>
245
Owen Linf9a0a432011-08-17 22:07:43 +0800246 <!-- This toast message is shown when network connection is lost while doing clustering -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700247 <string name="no_connectivity">Some locations couldn\'t be identified due to network problems.</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800248
Hung-ying Tyan57cbaa12011-09-30 14:42:50 +0800249 <!-- This toast message is shown when failed to load the album data. [CHAR LIMIT=NONE] -->
Claudia de Veaux6354f352011-10-27 13:41:33 -0700250 <string name="sync_album_error">Couldn\'t download the photos in this album. Retry later.</string>
Hung-ying Tyan57cbaa12011-09-30 14:42:50 +0800251
Owen Linf9a0a432011-08-17 22:07:43 +0800252 <!-- The title of the menu item to let user choose the which portion of
253 the media items the user wants to see. When pressed, a submenu will
254 appear and user can choose one of "show images only",
255 "show videos only", or "show all" from the submenu. -->
256
257 <!-- Title of a menu item to show images only [CHAR LIMIT=30]-->
258 <string name="show_images_only">Images only</string>
259
260 <!-- Title of a menu item to show videos only [CHAR LIMIT=30]-->
261 <string name="show_videos_only">Videos only</string>
262
263 <!-- Title of a menu item to show all (both images and videos) [CHAR LIMIT=30]-->
Claudia de Veaux6354f352011-10-27 13:41:33 -0700264 <string name="show_all">Images &amp; videos</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800265
266 <!-- Title of the StackView AppWidget -->
267 <string name="appwidget_title">Photo Gallery</string>
268
269 <!-- Text for the empty state of the StackView AppWidget [CHAR LIMIT=30] -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700270 <string name="appwidget_empty_text">No photos.</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800271
272 <!-- Toast message shown when the cropped image has been saved in the
Yuli Huang985e2892012-04-25 23:51:52 +0800273 %s folder (string: folder_download) [CHAR LIMIT=50]-->
274 <string name="crop_saved">
275 Cropped image saved to <xliff:g id="folder_name">%s</xliff:g>.</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800276
Owen Linf9a0a432011-08-17 22:07:43 +0800277 <!-- Toast message shown when there is no albums available [CHAR LIMIT=50]-->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700278 <string name="no_albums_alert">No albums available.</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800279
280 <!-- Toast message shown when we close the AlbumPage because it is empty
281 [CHAR LIMIT=50] -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700282 <string name="empty_album">O images/videos available.</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800283
Owen Linf9a0a432011-08-17 22:07:43 +0800284 <!-- Album label used to indicate the collection of PWA Buzz/Post photos -->
Ray Chend88ae0d2011-09-08 16:34:33 +0800285 <string name="picasa_posts">Posts</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800286
287 <!-- A label describing that the current screen is for the user to pick
288 some albums to be viewable offline [CHAR LIMIT=30] -->
289 <string name="make_available_offline">Make available offline</string>
290
kaiyiz99cfa4d2014-09-03 16:02:55 +0800291 <!-- A label describing to link website [CHAR LIMIT=30] -->
292 <string name="more_image">More Images</string>
293 <string name="website_for_more_image"></string>
294
Owen Linf9a0a432011-08-17 22:07:43 +0800295 <!-- A label of a menu item for user to sync the content [CHAR LIMIT=30] -->
296 <string name="sync_picasa_albums">Refresh</string>
297
298 <!-- A label on a button. The user clicks this button after he has
299 finished selection. [CHAR LIMIT=15] -->
300 <string name="done">Done</string>
301
302 <!-- String indicating the sequence of currently selected item in the
303 media set eg. 3 of 5 items [CHAR LIMIT=30] -->
304 <string name="sequence_in_set">%1$d of %2$d items:</string>
305 <!-- Text indicating the title of a media item in details window [CHAR LIMIT=14] -->
306 <string name="title">Title</string>
307 <!-- Text indicating the description of a media item in details window [CHAR LIMIT=14] -->
308 <string name="description">Description</string>
309 <!-- Text indicating the creation time of a media item in details window [CHAR LIMIT=14] -->
310 <string name="time">Time</string>
311 <!-- Text indicating the location of a media item in details window [CHAR LIMIT=14] -->
312 <string name="location">Location</string>
313 <!-- Text indicating the path of a media item in details window [CHAR LIMIT=14] -->
314 <string name="path">Path</string>
315 <!-- Text indicating the width of a media item in details window [CHAR LIMIT=14] -->
316 <string name="width">Width</string>
317 <!-- Text indicating the height of a media item in details window [CHAR LIMIT=14] -->
318 <string name="height">Height</string>
319 <!-- Text indicating the orientation of a media item in details window [CHAR LIMIT=14] -->
320 <string name="orientation">Orientation</string>
321 <!-- Text indicating the duration of a video item in details window [CHAR LIMIT=14] -->
322 <string name="duration">Duration</string>
323 <!-- Text indicating the mime type of a media item in details window [CHAR LIMIT=14] -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700324 <string name="mimetype">MIME type</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800325 <!-- Text indicating the file size of a media item in details window [CHAR LIMIT=14] -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700326 <string name="file_size">File size</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800327 <!-- Text indicating the maker of a media item in details window [CHAR LIMIT=14] -->
328 <string name="maker">Maker</string>
329 <!-- Text indicating the model of a media item in details window [CHAR LIMIT=14] -->
330 <string name="model">Model</string>
331 <!-- Text indicating flash info of a media item in details window [CHAR LIMIT=14] -->
332 <string name="flash">Flash</string>
333 <!-- Text indicating aperture of a media item in details window [CHAR LIMIT=14] -->
334 <string name="aperture">Aperture</string>
335 <!-- Text indicating the focal length of a media item in details window [CHAR LIMIT=14] -->
336 <string name="focal_length">Focal Length</string>
337 <!-- Text indicating the white balance of a media item in details window [CHAR LIMIT=14] -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700338 <string name="white_balance">White balance</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800339 <!-- Text indicating the exposure time of a media item in details window [CHAR LIMIT=14] -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700340 <string name="exposure_time">Exposure time</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800341 <!-- Text indicating the ISO speed rating of a media item in details window [CHAR LIMIT=14] -->
342 <string name="iso">ISO</string>
343 <!-- String indicating the time units in seconds. [CHAR LIMIT=8] -->
344 <!-- String indicating the length units in milli-meters. [CHAR LIMIT=8] -->
345 <string name="unit_mm">mm</string>
346 <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=8] -->
347 <string name="manual">Manual</string>
348 <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=8] -->
349 <string name="auto">Auto</string>
350 <!-- String indicating camera flash is fired. [CHAR LIMIT=14] -->
351 <string name="flash_on">Flash fired</string>
352 <!-- String indicating camera flash is not used. [CHAR LIMIT=14] -->
353 <string name="flash_off">No flash</string>
354
Doris Liue8793262012-12-07 12:41:39 -0800355 <!-- String indicating image width or height is unknown. [CHAR LIMIT=14] -->
356 <string name="unknown">Unknown</string>
357
Ruben Brunk2d0566f2012-12-06 14:48:25 -0800358 <!-- String for the empty not filtered image [CHAR LIMIT=10] -->
John Hoford3038d012012-10-16 17:09:27 -0700359 <string name="ffx_original">Original</string>
Ruben Brunk2d0566f2012-12-06 14:48:25 -0800360 <!-- String for brown-colored old-fashion looking filter (filtershow_fx_0000_vintage) [CHAR LIMIT=10] -->
John Hoford457e88c2012-10-09 16:17:17 -0700361 <string name="ffx_vintage">Vintage</string>
John Hoforda552bfd2013-09-20 17:28:18 -0700362 <!-- String for filter that brightens colors like instant cameras(filtershow_fx_0001_instant) [CHAR LIMIT=10] -->
John Hoford457e88c2012-10-09 16:17:17 -0700363 <string name="ffx_instant">Instant</string>
Ruben Brunk2d0566f2012-12-06 14:48:25 -0800364 <!-- String for filter that washes out colors (filtershow_fx_0002_bleach) [CHAR LIMIT=10] -->
John Hoford457e88c2012-10-09 16:17:17 -0700365 <string name="ffx_bleach">Bleach</string>
Ruben Brunk2d0566f2012-12-06 14:48:25 -0800366 <!-- String for filter that makes colors a bluish (filtershow_fx_0003_blue_crush) [CHAR LIMIT=10] -->
Ruben Brunk43b906d2012-10-17 03:29:08 -0700367 <string name="ffx_blue_crush">Blue</string>
Ruben Brunk2d0566f2012-12-06 14:48:25 -0800368 <!-- String for filter that makes image black & white (filtershow_fx_0004_bw_contrast) [CHAR LIMIT=10] -->
Ruben Brunk43b906d2012-10-17 03:29:08 -0700369 <string name="ffx_bw_contrast">B/W</string>
Ruben Brunk2d0566f2012-12-06 14:48:25 -0800370 <!-- String for filter that makes colors a yellowish (filtershow_fx_0005_punch) [CHAR LIMIT=10] -->
John Hoford457e88c2012-10-09 16:17:17 -0700371 <string name="ffx_punch">Punch</string>
Ruben Brunk2d0566f2012-12-06 14:48:25 -0800372 <!-- String for filter that mimics the cross-process technique in
373 photography (makes colors bluish) (filtershow_fx_0006_x_process) [CHAR LIMIT=10] -->
John Hoford457e88c2012-10-09 16:17:17 -0700374 <string name="ffx_x_process">X Process</string>
Ruben Brunk2d0566f2012-12-06 14:48:25 -0800375 <!-- String for filter that makes image coffee-colored (filtershow_fx_0007_washout) [CHAR LIMIT=10] -->
Ruben Brunk43b906d2012-10-17 03:29:08 -0700376 <string name="ffx_washout">Latte</string>
Ruben Brunk2d0566f2012-12-06 14:48:25 -0800377 <!-- String for filter that makes colors washed out and brownish
378 (filtershow_fx_0008_washout_color) [CHAR LIMIT=10] -->
Ruben Brunk43b906d2012-10-17 03:29:08 -0700379 <string name="ffx_washout_color">Litho</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800380
381 <!-- Toast message shown after we make some album(s) available offline [CHAR LIMIT=50] -->
382 <plurals name="make_albums_available_offline">
Claudia de Veaux2f674232011-10-03 17:58:40 -0700383 <item quantity="one">Making album available offline.</item>
384 <item quantity="other">Making albums available offline.</item>
Owen Linf9a0a432011-08-17 22:07:43 +0800385 </plurals>
386
387 <!-- Toast message shown after we try to make a local album available offline
388 [CHAR LIMIT=150] -->
389 <string name="try_to_set_local_album_available_offline">
390 This item is stored locally and available offline.</string>
391
392 <!-- A label shown on the action bar. It indicates that the user is
393 viewing all available albums [CHAR LIMIT=20] -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700394 <string name="set_label_all_albums">All albums</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800395
396 <!-- A label shown on the action bar. It indicates that the user is
397 viewing albums stored locally on the device [CHAR LIMIT=20] -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700398 <string name="set_label_local_albums">Local albums</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800399
400 <!-- A label shown on the action bar. It indicates that the user is
401 viewing MTP devices connected (like other digital cameras).
402 [CHAR LIMIT=20] -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700403 <string name="set_label_mtp_devices">MTP devices</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800404
405 <!-- A label shown on the action bar. It indicates that the user is
406 viewing Picasa albums [CHAR LIMIT=20] -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700407 <string name="set_label_picasa_albums">Picasa albums</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800408
409 <!-- Label indicating the amount on free space on the device. The parameter
410 is a string representation of the amount of free space, eg. "20MB".
411 [CHAR LIMIT=20]
412 -->
413 <string name="free_space_format"><xliff:g id="bytes">%s</xliff:g> free</string>
414
415 <!-- Label of a group of pictures. The size of each picture in this group is
416 less than a certain amount. The parameter is a string representation
417 of that amount, eg. "10MB".
418 [CHAR LIMIT=20]
419 -->
420 <string name="size_below"><xliff:g id="size">%1$s</xliff:g> or below</string>
421
422 <!-- Label of a group of pictures. The size of each picture in this group is
423 more than a certain amount. The parameter is a string representation
424 of that amount, eg. "10MB".
425 [CHAR LIMIT=20]
426 -->
427 <string name="size_above"><xliff:g id="size">%1$s</xliff:g> or above</string>
428
429 <!-- Label of a group of pictures. The size of each picture in this group is
430 between two amounts. The parameters are string representations of the two
431 amounts, eg. "10MB", "100MB".
432 [CHAR LIMIT=20]
433 -->
434 <string name="size_between"><xliff:g id="min_size">%1$s</xliff:g> to <xliff:g id="max_size">%2$s</xliff:g></string>
435
436 <!-- A label shown on the action bar. It indicates that the operation
437 to import media item(s) [CHAR LIMIT=20] -->
438 <string name="Import">Import</string>
439
440 <!-- A label shown on the action bar. It indicates whether the import
441 operation succeeds or fails. [CHAR LIMIT=20] -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700442 <string name="import_complete">Import complete</string>
443 <string name="import_fail">Import unsuccessful</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800444
445 <!-- A toast indicating a camera is connected to the device [CHAR LIMIT=30]-->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700446 <string name="camera_connected">Camera connected.</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800447 <!-- A toast indicating a camera is disconnected [CHAR LIMIT=30] -->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700448 <string name="camera_disconnected">Camera disconnected.</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800449 <!-- A label shown on MTP albums thumbnail to instruct users to import
450 [CHAR LIMIT=40] -->
451 <string name="click_import">Touch here to import</string>
452
453 <!-- The label on the radio button for the widget type that shows the images randomly. [CHAR LIMIT=30]-->
Ray Chen2a2108c2011-10-28 12:01:49 +0800454 <string name="widget_type_album">Choose an album</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800455 <!-- The label on the radio button for the widget type that shows the images in an album. [CHAR LIMIT=30]-->
456 <string name="widget_type_shuffle">Shuffle all images</string>
457 <!-- The label on the radio button for the widget type that shows only one image. [CHAR LIMIT=30]-->
Claudia de Veaux2f674232011-10-03 17:58:40 -0700458 <string name="widget_type_photo">Choose an image</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800459
460 <!-- The title of the dialog for choosing the type of widget. [CHAR LIMIT=20] -->
Ray Chen2a2108c2011-10-28 12:01:49 +0800461 <string name="widget_type">Choose images</string>
Owen Linf9a0a432011-08-17 22:07:43 +0800462
463 <!-- Title of the Android Dreams slideshow screensaver. [CHAR LIMIT=20] -->
464 <string name="slideshow_dream_name">Slideshow</string>
465
Owen Linf9a0a432011-08-17 22:07:43 +0800466 <!-- Group by Albums tab on Action Bar. [CHAR LIMIT=12] -->
467 <string name="albums">Albums</string>
468
469 <!-- Group by Times tab on Action Bar. [CHAR LIMIT=12] -->
470 <string name="times">Times</string>
471
472 <!-- Group by Locations tab on Action Bar. [CHAR LIMIT=12] -->
473 <string name="locations">Locations</string>
474
475 <!-- Group by People tab on Action Bar. [CHAR LIMIT=12] -->
476 <string name="people">People</string>
477
478 <!-- Group by Tags tab on Action Bar. [CHAR LIMIT=12] -->
479 <string name="tags">Tags</string>
480
481 <!-- Group by menu item. [CHAR LIMIT=20] -->
482 <string name="group_by">Group by</string>
Eric Fischer10451532011-09-08 15:41:28 -0700483
484 <!-- The title of the menu item which enable the settings [CHAR LIMIT=20] -->
485 <string name="settings">Settings</string>
486
487 <!-- The title of menu item where user can add a new account -->
488 <string name="add_account">Add account</string>
Chih-Chung Chang6caf2212011-10-24 15:56:30 +0800489
490 <!-- The label for the folder contains pictures taken by the camera. [CHAR LIMIT=20]-->
491 <string name="folder_camera">Camera</string>
492
493 <!-- The label for the folder contains downloaded pictures. [CHAR LIMIT=20]-->
494 <string name="folder_download">Download</string>
495
Doris Liu0addfc72012-10-17 16:15:51 -0700496 <!-- The label for the folder contains edited online pictures. [CHAR LIMIT=40]-->
497 <string name="folder_edited_online_photos">Edited Online Photos</string>
498
Chih-Chung Chang6caf2212011-10-24 15:56:30 +0800499 <!-- The label for the folder contains pictures that was imported from an
500 external camera. [CHAR LIMIT=20]-->
501 <string name="folder_imported">Imported</string>
502
503 <!-- The label for the folder contains screenshot images. [CHAR LIMIT=20]-->
504 <string name="folder_screenshot">Screenshot</string>
505
Ray Chene7d17672012-04-16 16:18:47 +0800506 <!-- The title of the menu item which display online help in browser. [CHAR LIMIT=20]-->
507 <string name="help">Help</string>
508
Owen Linfd3071d2012-06-21 17:05:10 +0800509 <!-- The tilte of a dialog showing there is no external storage. [CHAR LIMIT=20] -->
510 <string name="no_external_storage_title">No Storage</string>
511
512 <!-- The message of a dialog showing there is no external storage. [CHAR LIMIT=none] -->
513 <string name="no_external_storage">No external storage available</string>
Bobby Georgescu7eea4d32012-09-06 17:14:02 -0700514
515 <!-- Label for album filmstrip button -->
Bobby Georgescua2ce8112012-10-09 14:53:22 -0700516 <string name="switch_photo_filmstrip">Filmstrip view</string>
Bobby Georgescu7eea4d32012-09-06 17:14:02 -0700517
518 <!-- Label for album grid button -->
Bobby Georgescua2ce8112012-10-09 14:53:22 -0700519 <string name="switch_photo_grid">Grid view</string>
Teng-Hui Zhud44b0d82012-09-29 13:32:01 -0700520
Bobby Georgescuc8a9e862013-02-01 12:57:14 -0800521 <!-- Label for fullscreen button. [CHAR LIMIT=20] -->
522 <string name="switch_photo_fullscreen">Fullscreen view</string>
523
Teng-Hui Zhud44b0d82012-09-29 13:32:01 -0700524 <!-- The tilte of a dialog showing trimming in progress. [CHAR LIMIT=20] -->
525 <string name="trimming">Trimming</string>
526
Teng-Hui Zhu648b3392012-11-13 10:39:26 -0800527 <!-- The tilte of a dialog showing muting in progress. [CHAR LIMIT=20] -->
528 <string name="muting">Muting</string>
529
Teng-Hui Zhud44b0d82012-09-29 13:32:01 -0700530 <!-- The content of a dialog showing trimming in progress. [CHAR LIMIT=30] -->
531 <string name="please_wait">Please wait</string>
532
Teng-Hui Zhu648b3392012-11-13 10:39:26 -0800533 <!-- Toast after the trimming / muting is done. [CHAR LIMIT=50] -->
534 <string name="save_into">Saving video to <xliff:g id="album_name">%1$s</xliff:g> \u2026</string>
Teng-Hui Zhud44b0d82012-09-29 13:32:01 -0700535
536 <!-- Toast if the trimmed video is too short to trim. [CHAR LIMIT=80] -->
537 <string name="trim_too_short">Can not trim : target video is too short</string>
538
Vasantha Balla07a1c982013-10-07 15:29:52 +0530539 <!-- Toast if the muted video is not supported. [CHAR LIMIT=80] -->
540 <string name="mute_nosupport">Can not mute : not supported video</string>
541
George Mountf122d562012-10-09 17:50:33 -0700542 <!-- Text to show with progress bar while stitching in Gallery -->
543 <string name="pano_progress_text">Rendering panorama</string>
544
Bobby Georgescu688274a2012-10-10 16:42:48 -0700545 <!-- The label on the button that will save an edited image -->
zdic30b1632016-02-26 13:55:04 +0800546 <string name="save" msgid="8140440041190264400">Save</string>
Bobby Georgescud3aac522012-12-26 00:52:28 -0800547
Bobby Georgescuf640d372014-05-14 10:19:19 -0700548 <!-- A label representing the action of importing media item(s) [CHAR LIMIT=20] -->
549 <string name="ingest_import">@string/Import</string>
550
551 <!-- A label that indicates the media import operation completed [CHAR LIMIT=20] -->
552 <string name="ingest_import_complete">@string/import_complete</string>
553
Bobby Georgescud3aac522012-12-26 00:52:28 -0800554 <!-- Text of notification message which is shown when user attaches camera -->
555 <string name="ingest_scanning" msgid="2048262851775139720">Scanning content...</string>
556
557 <!-- String indicating how many media items from the camera have been scanned -->
558 <plurals name="ingest_number_of_items_scanned">
559 <item quantity="zero">%1$d items scanned</item>
560 <item quantity="one">%1$d item scanned</item>
561 <item quantity="other">%1$d items scanned</item>
562 </plurals>
563
Bobby Georgescuf640d372014-05-14 10:19:19 -0700564 <!-- String indicating how many media items from the camera have been selected -->
565 <plurals name="ingest_number_of_items_selected">
566 <item quantity="zero">%1$d items selected</item>
567 <item quantity="one">%1$d item selected</item>
568 <item quantity="other">%1$d items selected</item>
569 </plurals>
570
Bobby Georgescud3aac522012-12-26 00:52:28 -0800571 <!-- Status message shown when content from the camera is being sorted -->
572 <string name="ingest_sorting" msgid="624687230903648118">Sorting...</string>
573
574 <!-- Status message shown when scanning the content from the camera has completed -->
575 <string name="ingest_scanning_done">Scanning done</string>
576
577 <!-- Status message shown when content from an external camera is being imported -->
578 <string name="ingest_importing">Importing...</string>
Bobby Georgescu6516d272013-01-17 12:30:06 -0800579
580 <!-- Status message shown when there is no content available to be imported -->
581 <string name="ingest_empty_device">There is no content available for importing on this device.</string>
582
583 <!-- Status message shown when there is no MTP device connected -->
584 <string name="ingest_no_device">There is no MTP device connected</string>
Michael Kolb8af7bb62013-01-29 14:03:06 -0800585
Bobby Georgescuf640d372014-05-14 10:19:19 -0700586 <!-- Label for album grid button -->
587 <string name="ingest_switch_photo_grid">@string/switch_photo_grid</string>
588
589 <!-- Label for fullscreen button. [CHAR LIMIT=20] -->
590 <string name="ingest_switch_photo_fullscreen">@string/switch_photo_fullscreen</string>
591
Michael Kolb8af7bb62013-01-29 14:03:06 -0800592 <!-- Camera resources below -->
593
594 <!-- General strings -->
595
596 <!-- title for the dialog showing the error of camera hardware -->
597 <string name="camera_error_title">Camera error</string>
598
599 <!-- message for the dialog showing the error of camera hardware -->
600 <string name="cannot_connect_camera">Can\'t connect to the camera.</string>
601
602 <!-- message for the dialog showing the camera is disabled because of security policies. Camera cannot be used. -->
603 <string name="camera_disabled">Camera has been disabled because of security policies.</string>
604
605 <!-- label for the icon meaning 'show me all the images that were taken with the camera' -->
606 <string name="camera_label">Camera</string>
607
Michael Kolb8af7bb62013-01-29 14:03:06 -0800608 <!-- alert to the user to wait for some operation to complete -->
609 <string name="wait">Please wait\u2026</string>
610
611 <!-- alert to the user that USB storage must be available before using the camera [CHAR LIMIT=NONE] -->
612 <string name="no_storage" product="nosdcard">Mount USB storage before using the camera.</string>
613 <!-- alert to the user that an SD card must be installed before using the camera -->
614 <string name="no_storage" product="default">Insert an SD card before using the camera.</string>
615
616 <!-- alert to the user that the USB storage is being disk-checked [CHAR LIMIT=30] -->
617 <string name="preparing_sd" product="nosdcard">Preparing USB storage\u2026</string>
618 <!-- alert to the user that the SD card is being disk-checked -->
619 <string name="preparing_sd" product="default">Preparing SD card\u2026</string>
620
621 <!-- alert to the user that the camera fails to read or write the USB storage. [CHAR LIMIT=NONE] -->
622 <string name="access_sd_fail" product="nosdcard">Couldn\'t access USB storage.</string>
623 <!-- alert to the user that the camera fails to read or write the SD card. -->
624 <string name="access_sd_fail" product="default">Couldn\'t access SD card.</string>
625
626 <!-- button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT=10] -->
627 <string name="review_cancel">CANCEL</string>
628
629 <!-- button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT=10] -->
630 <string name="review_ok">DONE</string>
631
632 <!-- A label that overlays on top of the preview frame to indicate the camcorder is in time lapse mode [CHAR LIMIT=35] -->
633 <string name="time_lapse_title">Time lapse recording</string>
634
635 <!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] -->
636 <string name="pref_camera_id_title">Choose camera</string>
637
638 <string name="pref_camera_id_default" translatable="false">0</string>
639
640 <!-- In select camera setting, back facing camera. [CHAR LIMIT=14] -->
641 <string name="pref_camera_id_entry_back">Back</string>
642 <!-- In select camera setting, front-facing camera. [CHAR LIMIT=14] -->
643 <string name="pref_camera_id_entry_front">Front</string>
644
645 <!-- Settings screen, setting title text -->
646 <string name="pref_camera_recordlocation_title">Store location</string>
647
648 <string name="pref_camera_recordlocation_default" translatable="false">none</string>
649
Michael Kolb5b083f82013-04-18 12:31:10 -0700650 <!-- Label for record location preference [CHAR LIMIT=50] -->
Michael Kolbd3d91f22013-04-19 14:04:01 -0700651 <string name="pref_camera_location_label">LOCATION</string>
Michael Kolb5b083f82013-04-18 12:31:10 -0700652
Michael Kolb8af7bb62013-01-29 14:03:06 -0800653 <!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
654 <string name="pref_camera_timer_title">Countdown timer</string>
655
656 <string name="pref_camera_timer_default" translatable="false">0</string>
657 <!-- Entry for countdown timer setting. e.g. 1 second, 10 seconds, etc. [CHAR LIMIT=30]-->
658 <plurals name="pref_camera_timer_entry">
659 <item quantity="one">1 second</item>
660 <item quantity="other">%d seconds</item>
661 </plurals>
662 <string name="pref_camera_timer_sound_default">@string/setting_on_value</string>
663 <!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 16]-->
664 <string name="pref_camera_timer_sound_title">Beep during countdown</string>
665
666 <!-- Entry of a on/off setting. The setting is turned off. [CHAR LIMIT=15] -->
667 <string name="setting_off">Off</string>
668 <!-- Entry of a on/off setting. The setting is turned on. [CHAR LIMIT=15] -->
669 <string name="setting_on">On</string>
670
671 <!-- The value of a camera preference indicating the setting is off. -->
672 <string name="setting_off_value" translatable="false">off</string>
673 <!-- The value of a camera preference indicating the setting is on. -->
674 <string name="setting_on_value" translatable="false">on</string>
675
676 <!-- The Video quality settings in preference [CHAR LIMIT=21] -->
677 <string name="pref_video_quality_title">Video quality</string>
678 <!-- The default quality value is 5 (720p) -->
679 <string name="pref_video_quality_default" translatable="false">5</string>
680 <!-- Video quality setting entry. Videos will be recorded in 1080p quality. [CHAR LIMIT=24] -->
681 <string name="pref_video_quality_entry_1080p" translatable="false">HD 1080p</string>
682 <!-- Video quality setting entry. Videos will be recorded in 720p quality. [CHAR LIMIT=24] -->
683 <string name="pref_video_quality_entry_720p" translatable="false">HD 720p</string>
684 <!-- Video quality setting entry. Videos will be recorded in 480p quality. [CHAR LIMIT=24] -->
685 <string name="pref_video_quality_entry_480p" translatable="false">SD 480p</string>
686 <!-- Video quality setting entry. Videos will be recorded in the highest quality available on the device. [CHAR LIMIT=24] -->
687 <string name="pref_video_quality_entry_high">High</string>
688 <!-- Video quality setting entry. Videos will be recorded in the lowest quality available on the device. [CHAR LIMIT=24] -->
689 <string name="pref_video_quality_entry_low">Low</string>
690
691 <!-- Describes the preference dialog for choosing interval between frame capture for
692 time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] -->
693 <string name="pref_video_time_lapse_frame_interval_title">Time lapse</string>
694 <string name="pref_video_time_lapse_frame_interval_default" translatable="false">0</string>
695
696 <!-- Settings screen, Camera setting category title -->
697 <string name="pref_camera_settings_category">Camera settings</string>
698
699 <!-- Settings screen, Camcorder setting category title -->
700 <string name="pref_camcorder_settings_category">Camcorder settings</string>
701
702 <!-- Settings screen, Picture size title -->
703 <string name="pref_camera_picturesize_title">Picture size</string>
704
Michael Kolb461e1012013-05-24 09:44:00 -0700705 <!-- Settings screen, dialog choice for 13 megapixels picture size [CHAR LIMIT=15] -->
706 <string name="pref_camera_picturesize_entry_13mp">13M pixels</string>
Michael Kolb8af7bb62013-01-29 14:03:06 -0800707 <!-- Settings screen, dialog choice for 8 megapixels picture size [CHAR LIMIT=15] -->
708 <string name="pref_camera_picturesize_entry_8mp">8M pixels</string>
709 <!-- Settings screen, dialog choice for 5 megapixels picture size [CHAR LIMIT=15] -->
710 <string name="pref_camera_picturesize_entry_5mp">5M pixels</string>
Michael Kolbdadbad32013-05-30 08:35:26 -0700711 <!-- Settings screen, dialog choice for 4 megapixels picture size [CHAR LIMIT=15] -->
712 <string name="pref_camera_picturesize_entry_4mp">4M pixels</string>
Michael Kolb8af7bb62013-01-29 14:03:06 -0800713 <!-- Settings screen, dialog choice for 3 megapixels picture size [CHAR LIMIT=15] -->
714 <string name="pref_camera_picturesize_entry_3mp">3M pixels</string>
715 <!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=15] -->
716 <string name="pref_camera_picturesize_entry_2mp">2M pixels</string>
Michael Kolbdadbad32013-05-30 08:35:26 -0700717 <!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=15] -->
718 <string name="pref_camera_picturesize_entry_2mp_wide">2M pixels (16:9)</string>
Michael Kolb8af7bb62013-01-29 14:03:06 -0800719 <!-- Settings screen, dialog choice for 1.3 megapixels picture size [CHAR LIMIT=15] -->
720 <string name="pref_camera_picturesize_entry_1_3mp">1.3M pixels</string>
721 <!-- Settings screen, dialog choice for 1 megapixels picture size [CHAR LIMIT=15] -->
722 <string name="pref_camera_picturesize_entry_1mp">1M pixels</string>
723 <!-- Settings screen, dialog choice for VGA picture size [CHAR LIMIT=15] -->
724 <string name="pref_camera_picturesize_entry_vga">VGA</string>
725 <!-- Settings screen, dialog choice for QVGA picture size [CHAR LIMIT=15] -->
726 <string name="pref_camera_picturesize_entry_qvga">QVGA</string>
727
728 <!-- Settings screen, Focus mode title -->
729 <string name="pref_camera_focusmode_title">Focus mode</string>
730
731 <!-- Settings screen, Focus mode dialog radio button choices -->
732 <string name="pref_camera_focusmode_entry_auto">Auto</string>
733 <string name="pref_camera_focusmode_entry_infinity">Infinity</string>
734 <string name="pref_camera_focusmode_entry_macro">Macro</string>
735
Michael Kolb3d25de22013-04-10 08:50:51 -0700736 <!-- Menu, focus mode labels [CHAR LIMIT=50] -->
737 <string name="pref_camera_focusmode_label_auto">AUTO</string>
738 <string name="pref_camera_focusmode_label_infinity">INFINITY</string>
739 <string name="pref_camera_focusmode_label_macro">MACRO</string>
740
Michael Kolb8af7bb62013-01-29 14:03:06 -0800741 <!-- Default flash mode setting.-->
742 <string name="pref_camera_flashmode_default" translatable="false">auto</string>
743
744 <!-- Value for flash off setting-->
745 <string name="pref_camera_flashmode_no_flash" translatable="false">no_flash</string>
746
747 <!-- Settings screen, Flash mode title -->
748 <string name="pref_camera_flashmode_title">Flash mode</string>
Michael Kolb3d25de22013-04-10 08:50:51 -0700749 <!-- flash label [CHAR LIMIT=50] -->
750 <string name="pref_camera_flashmode_label">FLASH MODE</string>
Michael Kolb8af7bb62013-01-29 14:03:06 -0800751
752 <!-- Settings screen, Flash mode dialog radio button choices -->
753 <string name="pref_camera_flashmode_entry_auto">Auto</string>
754 <string name="pref_camera_flashmode_entry_on">On</string>
755 <string name="pref_camera_flashmode_entry_off">Off</string>
756
Michael Kolb3d25de22013-04-10 08:50:51 -0700757 <!-- Menu, flash mode labels [CHAR LIMIT=50] -->
758 <string name="pref_camera_flashmode_label_auto">FLASH AUTO</string>
759 <string name="pref_camera_flashmode_label_on">FLASH ON</string>
760 <string name="pref_camera_flashmode_label_off">FLASH OFF</string>
761
Michael Kolb8af7bb62013-01-29 14:03:06 -0800762 <!-- Default videocamera flash mode setting.-->
763 <string name="pref_camera_video_flashmode_default" translatable="false">off</string>
764
765 <!-- Default white balance setting. -->
766 <string name="pref_camera_whitebalance_default" translatable="false">auto</string>
767
768 <!-- Settings screen, white balance title -->
769 <string name="pref_camera_whitebalance_title">White balance</string>
Michael Kolb3d25de22013-04-10 08:50:51 -0700770 <!-- Menu, white balance label -->
771 <string name="pref_camera_whitebalance_label">WHITE BALANCE</string>
Michael Kolb8af7bb62013-01-29 14:03:06 -0800772
773 <!-- Settings screen, White balance dialog radio button choices -->
774 <string name="pref_camera_whitebalance_entry_auto">Auto</string>
775 <string name="pref_camera_whitebalance_entry_incandescent">Incandescent</string>
776 <string name="pref_camera_whitebalance_entry_daylight">Daylight</string>
777 <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string>
778 <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string>
779
Michael Kolb3d25de22013-04-10 08:50:51 -0700780 <!-- Menu, White balance labels [CHAR LIMIT=50] -->
781 <string name="pref_camera_whitebalance_label_auto">AUTO</string>
782 <string name="pref_camera_whitebalance_label_incandescent">INCANDESCENT</string>
783 <string name="pref_camera_whitebalance_label_daylight">DAYLIGHT</string>
784 <string name="pref_camera_whitebalance_label_fluorescent">FLUORESCENT</string>
785 <string name="pref_camera_whitebalance_label_cloudy">CLOUDY</string>
786
Michael Kolb8af7bb62013-01-29 14:03:06 -0800787 <!-- Default scene mode setting. -->
788 <string name="pref_camera_scenemode_default" translatable="false">auto</string>
789
790 <!-- Settings screen, Select Scene mode -->
791 <string name="pref_camera_scenemode_title">Scene mode</string>
792
793 <!-- Settings menu, scene mode choices [CHAR LIMIT=16] -->
794 <string name="pref_camera_scenemode_entry_auto">Auto</string>
795 <!-- Scene mode that uses HDR (high dynamic range) [CHAR LIMIT=16] -->
796 <string name="pref_camera_scenemode_entry_hdr">HDR</string>
797 <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=16] -->
798 <string name="pref_camera_scenemode_entry_action">Action</string>
799 <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=16] -->
800 <string name="pref_camera_scenemode_entry_night">Night</string>
801 <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=16] -->
802 <string name="pref_camera_scenemode_entry_sunset">Sunset</string>
803 <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] -->
804 <string name="pref_camera_scenemode_entry_party">Party</string>
805
Michael Kolb5b083f82013-04-18 12:31:10 -0700806 <!-- Settings menu, scene mode labels [CHAR LIMIT=50] -->
Michael Kolb237216e2013-04-19 16:23:28 -0700807 <string name="pref_camera_scenemode_label_auto">NONE</string>
Michael Kolb5b083f82013-04-18 12:31:10 -0700808 <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=50] -->
809 <string name="pref_camera_scenemode_label_action">ACTION</string>
810 <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=50] -->
811 <string name="pref_camera_scenemode_label_night">NIGHT</string>
812 <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=50] -->
813 <string name="pref_camera_scenemode_label_sunset">SUNSET</string>
814 <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=50] -->
815 <string name="pref_camera_scenemode_label_party">PARTY</string>
816
Michael Kolbd3d91f22013-04-19 14:04:01 -0700817 <!-- Settings menu countdown timer labels [CHAR LIMIT=50] -->
818 <string name="pref_camera_countdown_label">COUNTDOWN TIMER</string>
819 <!-- Settings menu countdown timer off [CHAR LIMIT=50] -->
820 <string name="pref_camera_countdown_label_off">TIMER OFF</string>
821 <!-- Settings menu countdown timer 1 second [CHAR LIMIT=50] -->
822 <string name="pref_camera_countdown_label_one">1 SECOND</string>
823 <!-- Settings menu countdown timer 3 seconds [CHAR LIMIT=50] -->
824 <string name="pref_camera_countdown_label_three">3 SECONDS</string>
825 <!-- Settings menu countdown timer 10 seconds [CHAR LIMIT=50] -->
826 <string name="pref_camera_countdown_label_ten">10 SECONDS</string>
827 <!-- Settings menu countdown timer 15 seconds [CHAR LIMIT=50] -->
828 <string name="pref_camera_countdown_label_fifteen">15 SECONDS</string>
829
Michael Kolb8af7bb62013-01-29 14:03:06 -0800830 <!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
831 <string name="not_selectable_in_scene_mode">Not selectable in scene mode.</string>
832
833 <!-- Exposure settings in preference -->
834 <string name="pref_exposure_title">Exposure</string>
835 <string name="pref_exposure_default" translatable="false">0</string>
Michael Kolb3d25de22013-04-10 08:50:51 -0700836 <!-- menu label exposure compensation [CHAR LIMIT=50] -->
837 <string name="pref_exposure_label">EXPOSURE</string>
Michael Kolb8af7bb62013-01-29 14:03:06 -0800838
839 <!-- Default HDR entry value -->
840 <string name="pref_camera_hdr_default">@string/setting_off_value</string>
841
Michael Kolb3d25de22013-04-10 08:50:51 -0700842 <!-- HDR label ON [CHAR LIMIT=60] -->
Michael Kolbd3d91f22013-04-19 14:04:01 -0700843 <string name="pref_camera_hdr_label">HDR</string>
Michael Kolb3d25de22013-04-10 08:50:51 -0700844
845 <!-- switch camera label back [CHAR LIMIT=60] -->
846 <string name="pref_camera_id_label_back">FRONT CAMERA</string>
847 <!-- switch camera label front [CHAR LIMIT=60] -->
848 <string name="pref_camera_id_label_front">BACK CAMERA</string>
849
Michael Kolb8af7bb62013-01-29 14:03:06 -0800850 <!-- Dialog "OK" button. Dismisses dialog. -->
851 <string name="dialog_ok">OK</string>
852
853 <!-- Low-memory dialog message [CHAR LIMT=NONE] -->
854 <string name="spaceIsLow_content" product="nosdcard">Your USB storage is running out of space. Change the quality setting or delete some images or other files.</string>
855 <!-- Low-memory dialog message [CHAR LIMIT=NONE] -->
856 <string name="spaceIsLow_content" product="default">Your SD card is running out of space. Change the quality setting or delete some images or other files.</string>
857
858 <!-- Camera format string for new image files. Passed to java.text.SimpleDateFormat. -->
859 <string name="image_file_name_format" translatable="false">"'IMG'_yyyyMMdd_HHmmss"</string>
860
861 <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. -->
862 <string name="video_file_name_format" translatable="false">"'VID'_yyyyMMdd_HHmmss"</string>
863
864 <!-- Filename prefix for panorama output. -->
865 <string name="pano_file_name_format" translatable="false">"'PANO'_yyyyMMdd_HHmmss"</string>
866
867 <!-- The message shown when video record reaches size limit. -->
868 <string name="video_reach_size_limit">Size limit reached.</string>
869
870 <!-- The text shown when the panorama panning speed is to fast [CHAR LIMIT=12] -->
871 <string name="pano_too_fast_prompt">Too fast</string>
872
873 <!-- The text shown in the progress dialog when panorama preview is generating in the background [CHAR LIMIT=30] -->
874 <string name="pano_dialog_prepare_preview">Preparing panorama</string>
875
876 <!-- The text shown in the dialog when panorama saving failed [CHAR LIMIT=40] -->
877 <string name="pano_dialog_panorama_failed">Couldn\'t save panorama.</string>
878
879 <!-- The text shown on the dialog title in the dialogs for Panorama [CHAR LIMIT=12] -->
880 <string name="pano_dialog_title">Panorama</string>
881
882 <!-- The text shown on the top-left corner of the screen to indicate the capturing is on going [CHAR LIMIT=27] -->
883 <string name="pano_capture_indication">Capturing panorama</string>
884
885 <!-- The text shown in the progress dialog when waiting for previous panorama finishing [CHAR LIMIT=40] -->
886 <string name="pano_dialog_waiting_previous">Waiting for previous panorama</string>
887
888 <!-- The text shown on the bottom-left corner of the screen to indicate that the saving is in process [CHAR LIMIT=13] -->
889 <string name="pano_review_saving_indication_str">Saving\u2026</string>
890
891 <!-- The text shown on the screen to indicate that the panorama is rendering [CHAR LIMIT=27] -->
892 <string name="pano_review_rendering">Rendering panorama</string>
893
894 <!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=28] -->
895 <string name="tap_to_focus">Touch to focus.</string>
896
897 <!-- Default effect setting that clears the effect. -->
898 <string name="pref_video_effect_default" translatable="false">none</string>
899
900 <!-- Title of video effect setting popup window -->
901 <string name="pref_video_effect_title">Effects</string>
902
903 <!-- Effect setting item that clear the effect. [CHAR LIMIT=14] -->
904 <string name="effect_none">None</string>
905 <!-- Effect setting item that squeezes the face. [CHAR LIMIT=14] -->
906 <string name="effect_goofy_face_squeeze">Squeeze</string>
907 <!-- Effect setting item that makes eyes big. [CHAR LIMIT=14] -->
908 <string name="effect_goofy_face_big_eyes">Big eyes</string>
909 <!-- Effect setting item that makes mouth big. [CHAR LIMIT=14] -->
910 <string name="effect_goofy_face_big_mouth">Big mouth</string>
911 <!-- Effect setting item that makes mouth small. [CHAR LIMIT=14] -->
912 <string name="effect_goofy_face_small_mouth">Small mouth</string>
913 <!-- Effect setting item that makes nose big. [CHAR LIMIT=14] -->
914 <string name="effect_goofy_face_big_nose">Big nose</string>
915 <!-- Effect setting item that makes eyes small. [CHAR LIMIT=14] -->
916 <string name="effect_goofy_face_small_eyes">Small eyes</string>
917 <!-- Effect setting item that replaces background with Android in Space. [CHAR LIMIT=14] -->
918 <string name="effect_backdropper_space">In space</string>
919 <!-- Effect setting item that replaces background with a sunset. [CHAR LIMIT=14] -->
920 <string name="effect_backdropper_sunset">Sunset</string>
921 <!-- Effect setting item that replaces background with video from gallery. [CHAR LIMIT=14] -->
922 <string name="effect_backdropper_gallery">Your video</string>
923
924 <!-- Message displayed in overlay during background replacement training [CHAR LIMIT=180]-->
925 <string name="bg_replacement_message">Set your device down.\nStep out of view for a moment.</string>
926
927
928 <!-- Toast telling users tapping on the viewfinder will take a picture [CHAR LIMIT=54] -->
929 <string name="video_snapshot_hint">Touch to take photo while recording.</string>
930
931 <!-- Announcement telling users video recording has just started [CHAR LIMIT=NONE] -->
932 <string name="video_recording_started">Video recording has started.</string>
933 <!-- Announcement telling users video recording has just stopped [CHAR LIMIT=NONE] -->
934 <string name="video_recording_stopped">Video recording has stopped.</string>
935
936 <!-- Toast telling users video snapshot is disabled when the effects are on and a user tries to tap on the viewfinder [CHAR LIMIT=65] -->
937 <string name="disable_video_snapshot_hint">Video snapshot is disabled when special effects are on.</string>
938
939 <!-- A button in effect setting popup to clear the effect. [CHAR LIMIT=26] -->
940 <string name="clear_effects">Clear effects</string>
941
942 <!-- Title of category for silly face effects. [CHAR LIMIT=26] -->
943 <string name="effect_silly_faces">SILLY FACES</string>
944
945 <!-- Title of category for background replacement effects. [CHAR LIMIT=26] -->
946 <string name="effect_background">BACKGROUND</string>
947
948 <!-- The shutter button. [CHAR LIMIT = NONE] -->
949 <string name="accessibility_shutter_button">Shutter button</string>
950 <!-- The menu button. [CHAR LIMIT = NONE] -->
951 <string name="accessibility_menu_button">Menu button</string>
952 <!-- The button to review the thumbnail. [CHAR LIMIT = NONE] -->
953 <string name="accessibility_review_thumbnail">Most recent photo</string>
954 <!-- The front/back camera switch. [CHAR LIMIT = NONE] -->
955 <string name="accessibility_camera_picker">Front and back camera switch</string>
956 <!-- The mode picker to switch between camera, video and panorama. [CHAR LIMIT = NONE] -->
957 <string name="accessibility_mode_picker">Camera, video, or panorama selector</string>
958 <!-- The button to switch to the second-level indicators of the camera settings. [CHAR LIMIT = NONE] -->
959 <string name="accessibility_second_level_indicators">More setting controls</string>
960 <!-- The button to back to the first-level indicators of the camera settings. [CHAR LIMIT = NONE] -->
961 <string name="accessibility_back_to_first_level">Close setting controls</string>
962 <!-- The zoom control button. [CHAR LIMIT = NONE] -->
963 <string name="accessibility_zoom_control">Zoom control</string>
964 <!-- The decrement button in camera preference such as exposure, picture size. [CHAR LIMIT = NONE] -->
965 <string name="accessibility_decrement">Decrease %1$s</string>
966 <!-- The increment button in camera preference such as exposure, picture size. [CHAR LIMIT = NONE] -->
967 <string name="accessibility_increment">Increase %1$s</string>
968 <!-- The check box in camera settings, such as store location. [CHAR LIMIT = NONE] -->
969 <string name="accessibility_check_box">%1$s check box</string>
970 <!-- The button to switch to Camera mode. [CHAR LIMIT = NONE] -->
971 <string name="accessibility_switch_to_camera">Switch to photo</string>
972 <!-- The button to switch to Video mode. [CHAR LIMIT = NONE] -->
973 <string name="accessibility_switch_to_video">Switch to video</string>
974 <!-- The button to switch to Panorama mode. [CHAR LIMIT = NONE] -->
975 <string name="accessibility_switch_to_panorama">Switch to panorama</string>
976 <!-- The button to switch to new Panorama mode. [CHAR LIMIT = NONE] -->
977 <string name="accessibility_switch_to_new_panorama">Switch to new panorama</string>
Sascha Haeberlingc46978c2013-07-23 18:30:17 -0700978 <!-- The button to switch to the Re-Focus mode. [CHAR LIMIT = NONE] -->
979 <string name="accessibility_switch_to_refocus">Switch to Refocus</string>
Michael Kolb8af7bb62013-01-29 14:03:06 -0800980 <!-- The button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT = NONE] -->
981 <string name="accessibility_review_cancel">Review cancel</string>
982 <!-- The button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT = NONE] -->
983 <string name="accessibility_review_ok">Review done</string>
984 <!-- button in review mode indicate the user want to retake another photo/video for attachment [
985CHAR LIMIT = NONE] -->
986 <string name="accessibility_review_retake">Review retake</string>
ztenghui75408cd2013-04-16 13:52:07 -0700987 <!-- The button to play the video. [CHAR LIMIT = NONE] -->
988 <string name="accessibility_play_video">Play video</string>
989 <!-- The button to pause the video. [CHAR LIMIT = NONE] -->
990 <string name="accessibility_pause_video">Pause video</string>
991 <!-- The button to reload the video. [CHAR LIMIT = NONE] -->
992 <string name="accessibility_reload_video">Reload video</string>
993 <!-- The time bar of the media player. [CHAR LIMIT = NONE] -->
994 <string name="accessibility_time_bar">Video player time bar</string>
995
Michael Kolb8af7bb62013-01-29 14:03:06 -0800996 <!-- TODO: remove the string as it is a work-around solution to bypass the default speak of the element type. -->
997 <string name="empty" translatable="false">" "</string>
998
999 <!-- Default text for a button that can be toggled on and off. -->
1000 <string name="capital_on">ON</string>
1001 <!-- Default text for a button that can be toggled on and off. -->
1002 <string name="capital_off">OFF</string>
1003
1004 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1005 <string name="pref_video_time_lapse_frame_interval_off">Off</string>
1006 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1007 <string name="pref_video_time_lapse_frame_interval_500">0.5 seconds</string>
1008 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1009 <string name="pref_video_time_lapse_frame_interval_1000">1 second</string>
1010 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1011 <string name="pref_video_time_lapse_frame_interval_1500">1.5 seconds</string>
1012 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1013 <string name="pref_video_time_lapse_frame_interval_2000">2 seconds</string>
1014 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1015 <string name="pref_video_time_lapse_frame_interval_2500">2.5 seconds</string>
1016 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1017 <string name="pref_video_time_lapse_frame_interval_3000">3 seconds</string>
1018 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1019 <string name="pref_video_time_lapse_frame_interval_4000">4 seconds</string>
1020 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1021 <string name="pref_video_time_lapse_frame_interval_5000">5 seconds</string>
1022 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1023 <string name="pref_video_time_lapse_frame_interval_6000">6 seconds</string>
1024 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1025 <string name="pref_video_time_lapse_frame_interval_10000">10 seconds</string>
1026 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1027 <string name="pref_video_time_lapse_frame_interval_12000">12 seconds</string>
1028 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1029 <string name="pref_video_time_lapse_frame_interval_15000">15 seconds</string>
1030 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1031 <string name="pref_video_time_lapse_frame_interval_24000">24 seconds</string>
1032 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1033 <string name="pref_video_time_lapse_frame_interval_30000">0.5 minutes</string>
1034 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1035 <string name="pref_video_time_lapse_frame_interval_60000">1 minute</string>
1036 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1037 <string name="pref_video_time_lapse_frame_interval_90000">1.5 minutes</string>
1038 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1039 <string name="pref_video_time_lapse_frame_interval_120000">2 minutes</string>
1040 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1041 <string name="pref_video_time_lapse_frame_interval_150000">2.5 minutes</string>
1042 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1043 <string name="pref_video_time_lapse_frame_interval_180000">3 minutes</string>
1044 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1045 <string name="pref_video_time_lapse_frame_interval_240000">4 minutes</string>
1046 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1047 <string name="pref_video_time_lapse_frame_interval_300000">5 minutes</string>
1048 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1049 <string name="pref_video_time_lapse_frame_interval_360000">6 minutes</string>
1050 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1051 <string name="pref_video_time_lapse_frame_interval_600000">10 minutes</string>
1052 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1053 <string name="pref_video_time_lapse_frame_interval_720000">12 minutes</string>
1054 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1055 <string name="pref_video_time_lapse_frame_interval_900000">15 minutes</string>
1056 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1057 <string name="pref_video_time_lapse_frame_interval_1440000">24 minutes</string>
1058 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1059 <string name="pref_video_time_lapse_frame_interval_1800000">0.5 hours</string>
1060 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1061 <string name="pref_video_time_lapse_frame_interval_3600000">1 hour</string>
1062 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1063 <string name="pref_video_time_lapse_frame_interval_5400000">1.5 hour</string>
1064 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1065 <string name="pref_video_time_lapse_frame_interval_7200000">2 hours</string>
1066 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1067 <string name="pref_video_time_lapse_frame_interval_9000000">2.5 hours</string>
1068 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1069 <string name="pref_video_time_lapse_frame_interval_10800000">3 hours</string>
1070 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1071 <string name="pref_video_time_lapse_frame_interval_14400000">4 hours</string>
1072 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1073 <string name="pref_video_time_lapse_frame_interval_18000000">5 hours</string>
1074 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1075 <string name="pref_video_time_lapse_frame_interval_21600000">6 hours</string>
1076 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1077 <string name="pref_video_time_lapse_frame_interval_36000000">10 hours</string>
1078 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1079 <string name="pref_video_time_lapse_frame_interval_43200000">12 hours</string>
1080 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1081 <string name="pref_video_time_lapse_frame_interval_54000000">15 hours</string>
1082 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
1083 <string name="pref_video_time_lapse_frame_interval_86400000">24 hours</string>
1084
1085 <!-- Seconds: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
1086 <string name="time_lapse_seconds">seconds</string>
1087 <!-- Minutes: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
1088 <string name="time_lapse_minutes">minutes</string>
1089 <!-- Hours: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
1090 <string name="time_lapse_hours">hours</string>
1091
1092 <!-- The button to confirm time-lapse setting changes. [CHAR LIMIT = 20] -->
1093 <string name="time_lapse_interval_set">Done</string>
1094 <!-- Title in time interval picker for setting time interval. [CHAR LIMIT = 30]-->
1095 <string name="set_time_interval">Set Time Interval</string>
1096 <!-- Help text that is shown when the time lapse feature is turned off. [CHAR LIMIT = 180]-->
1097 <string name="set_time_interval_help">Time lapse feature is off. Turn it on to set time interval.</string>
1098 <!-- Help text that is shown when the countdown timer is turned off. [CHAR LIMIT = 180]-->
1099 <string name="set_timer_help">Countdown timer is off. Turn it on to count down before taking a picture.</string>
1100 <!-- Title in timer setting for setting the duration for the countdown timer. [CHAR LIMIT = 50]-->
1101 <string name="set_duration">Set duration in seconds</string>
1102 <!-- On-screen hint during timer countdown for taking a photo. [CHAR LIMIT = 60]-->
1103 <string name="count_down_title_text">Counting down to take a photo</string>
1104
1105 <!-- Title for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 50] -->
1106 <string name="remember_location_title">Remember photo locations?</string>
1107 <!-- Message for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = None] -->
1108 <string name="remember_location_prompt">Tag your photos and videos with the locations where they are taken.\n\nOther apps can access this information along with your saved images.</string>
1109 <!-- Negative answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 20] -->
1110 <string name="remember_location_no">No thanks</string>
1111 <!-- Positive answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 20] -->
1112 <string name="remember_location_yes">Yes</string>
1113
kaiyizf6b2aac2014-11-27 10:35:11 +08001114 <!-- The message is shown in toast when click showOnMap Menu and there is no map app -->
1115 <string name="map_activity_not_found_err">There is no map app for show location.</string>
1116
John Reck5f30b982013-02-15 14:32:08 -08001117 <!-- Menu item to launch the camera app [CHAR LIMIT=25] -->
1118 <string name="menu_camera">Camera</string>
1119 <!-- Menu item to search for photos [CHAR LIMIT=25] -->
1120 <string name="menu_search">Search</string>
1121 <!-- Title for the all photos tab [CHAR LIMIT=25] -->
1122 <string name="tab_photos">Photos</string>
1123 <!-- Title for the albums tab [CHAR LIMIT=25] -->
1124 <string name="tab_albums">Albums</string>
Bobby Georgescud9928652013-03-15 14:38:04 -07001125
Michael Kolb3d25de22013-04-10 08:50:51 -07001126 <!-- Camera menu labels -->
1127
1128 <!-- more options label [CHAR LIMIT=50] -->
1129 <string name="camera_menu_more_label">MORE OPTIONS</string>
1130 <!-- settings label [CHAR LIMIT=50] -->
1131 <string name="camera_menu_settings_label">SETTINGS</string>
1132
Bobby Georgescud9928652013-03-15 14:38:04 -07001133 <!-- String indicating how many photos are in an album [CHAR LIMIT=15] -->
1134 <plurals name="number_of_photos">
1135 <item quantity="one">%1$d photo</item>
1136 <item quantity="other">%1$d photos</item>
1137 </plurals>
Li Sun90ade052013-08-07 14:08:06 +08001138
Ravi Banuri49f14dd2015-10-21 15:54:59 +05301139 <plurals name="number_of_videos">
Abhishek Panjikar9775cc32015-11-06 17:30:50 +05301140 <item quantity="one">%1$d video</item>
1141 <item quantity="other">%1$d videos</item>
Ravi Banuri49f14dd2015-10-21 15:54:59 +05301142 </plurals>
1143
Likai Ding5167fdf2013-07-22 10:36:14 +08001144 <!-- The label for the bass boost knob of the audio effects dialog. -->
1145 <string name="bass_boost_strength">Bass boost</string>
1146
1147 <!-- The label for the 3d effect knob of the audio effects dialog. -->
zdi63b2c372016-04-18 15:21:47 +08001148 <string name="virtualizer_strength">Surround sound</string>
Likai Ding5167fdf2013-07-22 10:36:14 +08001149
1150 <!-- The label for the audio effects menu. -->
1151 <string name="audio_effects">Audio effects</string>
1152
1153 <!-- Toast if user attempts to control audio effects without headphones plugged in. -->
1154 <string name="headset_plug">Plug in headphones for these effects.</string>
1155
1156 <!-- The title of the audio effects dialog. -->
1157 <string name="audio_effects_dialog_title">Snapdragon Audio+</string>
1158
Li Sun90ade052013-08-07 14:08:06 +08001159 <!-- The tips of trimming video -->
1160 <string name="fail_trim">Sorry, this video file can not be trimmed</string>
xiaoqiny3be69402014-12-25 13:39:42 +08001161 <string name="can_not_trim">Only mp4 and 3gp file can be trimmed</string>
Paramananda Pradhan9382a972014-12-14 17:27:31 +05301162
1163 <string name="no_permission_for_drm">"Sorry, Drm file can not be shared"</string>
1164 <string name="drm_license_info">Drm license info</string>
1165 <string name="mimetype_not_supported">This file can not be played</string>
1166 <string name="action_consumes_rights">Rights will be consumed for playing this media</string>
Zhang Zhenzhen38478f22015-03-10 16:40:13 +08001167 <string name="text_makeup_whiten">Whiten</string>
1168 <string name="text_makeup_Soften">Soften</string>
Ravi Banuri49f14dd2015-10-21 15:54:59 +05301169
1170 <string-array name="title_array_nav_items">
huiyane16558a2016-04-21 16:47:32 +08001171 <item>@string/timeline_title</item>
1172 <item>@string/albums_title</item>
1173 <item>@string/videos_title</item>
Ravi Banuri49f14dd2015-10-21 15:54:59 +05301174 </string-array>
1175
yongga61e24d02016-01-07 16:48:55 +08001176 <string name="navigation_drawer_title" translatable="false">@string/app_name</string>
Ravi Banuri49f14dd2015-10-21 15:54:59 +05301177 <!-- Timeline screen title -->
1178 <string name="timeline_title">Timeline</string>
1179 <!-- Albums screen title -->
yongga61e24d02016-01-07 16:48:55 +08001180 <string name="albums_title" translatable="false">@string/tab_albums</string>
Ravi Banuri49f14dd2015-10-21 15:54:59 +05301181 <!-- Videos screen title -->
1182 <string name="videos_title">Videos</string>
1183 <string name="action_viewtype_list">List view</string>
yongga61e24d02016-01-07 16:48:55 +08001184 <string name="action_viewtype_grid" translatable="false">@string/switch_photo_grid</string>
Ravi Banuri49f14dd2015-10-21 15:54:59 +05301185 <string name="tvEmptyAlbum">No photos found</string>
1186 <string name="tvEmptyVideos">No videos found</string>
Zhang Zhenzhen38478f22015-03-10 16:40:13 +08001187 <string name="text_makeup_trimface">Trimface</string>
1188 <string name="text_makeup_bigeye">Bigeye</string>
yongga61e24d02016-01-07 16:48:55 +08001189 <string name="drawer_desc" translatable="false">drawer</string>
Jack Yoo66d21442015-10-27 16:27:49 -07001190 <string name="truescanner_normal">Normal</string>
1191 <string name="truescanner_white">WhiteBoard</string>
Jack Yooe94e7662016-05-18 11:34:04 -07001192 <string name="truescanner">TrueScanner</string>
1193 <string name="truescanner_remove_glare">Remove Glare</string>
Jack Yoo1d415cf2016-01-18 15:49:46 -08001194 <string name="hazebuster_acts">Haze Buster</string>
Jack Yoo813c89e2016-01-21 15:28:31 -08001195 <string name="seestraight_acts">See Straight</string>
Jack Yoo432ad6e2016-03-28 10:40:55 -07001196 <string name="seestraight_input_image_is_small">Input image is too small to process.</string>
1197 <string name="seestraight_process_fail">Couldn\'t process the image.</string>
zdi63b2c372016-04-18 15:21:47 +08001198
1199 <string name="trim_video_exit_title">Discard changes?</string>
1200 <string name="trim_video_exit_msg">Discard the changes made to this video?</string>
1201 <string name="trim_video_exit_discard">DISCARD</string>
Owen Linf9a0a432011-08-17 22:07:43 +08001202</resources>