1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2007 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18    <!-- General strings -->
19
20    <!-- label for the icon meaning 'show me all the images' -->
21    <string name="all_images">All pictures</string>
22
23    <!-- label for the icon meaning 'show me all the videos' -->
24    <string name="all_videos">All videos</string>
25
26    <!-- label for the icon meaning 'show me all the images that were taken with the camera' -->
27    <string name="camera_label">Camera</string>
28
29    <!-- label for the 'pictures application shown in the top level 'all applications' -->
30    <string name="gallery_picker_label">Gallery</string>
31
32    <!-- label for the gallery application (displayed when the user needs to
33         choose an application to pick a picture or a video) -->
34    <string name="gallery_label">Gallery</string>
35
36    <!-- label for the folder that contains Camera pictures in the gallery -->
37    <string name="gallery_camera_bucket_name">Camera pictures</string>
38
39    <!-- label for the folder that contains Camera videos in the gallery -->
40    <string name="gallery_camera_videos_bucket_name">Camera videos</string>
41
42    <!-- label for the folder that contains Camera videos in the gallery -->
43    <string name="gallery_camera_media_bucket_name">Camera media</string>
44
45    <!-- menu pick: crop the currently selected image -->
46    <string name="crop_label">Crop picture</string>
47
48    <!-- menu pick: view the currently selected image -->
49    <string name="view_label">View picture</string>
50
51    <!-- menu pick: go to the preferences screen for the camera or image gallery -->
52    <string name="preferences_label">Camera settings</string>
53
54    <!-- alert to the user to wait for some operation to complete -->
55    <string name="wait">Please wait\u2026</string>
56
57    <!-- alert to the user to that shared storage must be available before using the camera [CHAR LIMIT=NONE] -->
58    <string name="no_storage" product="nosdcard">You need to mount the shared storage before using the camera.</string>
59    <!-- alert to the user to that an SD card must be installed before using the camera -->
60    <string name="no_storage" product="default">You need to insert an SD card before using the camera.</string>
61
62    <!-- alert to the user to that the shared storage is too full to complete the operation [CHAR LIMIT=NONE] -->
63    <string name="not_enough_space" product="nosdcard">Your shared storage is full.</string>
64    <!-- alert to the user to that the SD card is too full to complete the operation -->
65    <string name="not_enough_space" product="default">Your SD card is full.</string>
66
67    <!-- alert to the user to that the shared storage is being disk-checked [CHAR LIMIT=NONE] -->
68    <string name="preparing_sd" product="nosdcard">Preparing shared storage\u2026</string>
69    <!-- alert to the user to that the SD card is being disk-checked -->
70    <string name="preparing_sd" product="default">Preparing SD card\u2026</string>
71
72    <!-- Toast/alert after saving wallpaper -->
73    <string name="wallpaper">Setting wallpaper\u2026</string>
74
75    <!-- Settings stuff -->
76
77    <!-- Toast/alert that the image is being saved to the SD card -->
78    <string name="savingImage">Saving picture\u2026</string>
79
80    <!-- Toast/alert that the face detection is being run -->
81    <string name="runningFaceDetection">Please wait\u2026</string>
82
83
84    <!-- Menu items: -->
85    <!-- menu pick to view the currently selected image -->
86    <string name="view">View</string>
87
88    <!-- menu pick to view the details of the currently selected image -->
89    <string name="details">Details</string>
90
91    <!-- menu pick to show the location of the currently selected image on maps-->
92    <string name="show_on_map">Show on Maps</string>
93
94    <!-- menu pick to rotate the currently selected image (brings up submenu) -->
95    <string name="rotate">Rotate</string>
96
97    <!-- menu pick to rotate the currently selected image to the left -->
98    <string name="rotate_left">Rotate left</string>
99
100    <!-- menu pick to rotate the currently selected image to the right -->
101    <string name="rotate_right">Rotate right</string>
102
103    <!-- menu pick to start a slide show -->
104    <string name="slide_show">Slideshow</string>
105
106    <!-- menu pick to enter multiselect mode -->
107    <string name="multiselect">Multiselect</string>
108
109    <!-- menu pick to go to camera mode to capture a picture -->
110    <string name="capture_picture">Capture picture</string>
111    <!-- menu pick to go to video mode to capture a video -->
112    <string name="capture_video">Capture video</string>
113
114    <!-- button indicating that the cropped image should be saved -->
115    <string name="crop_save_text">Save</string>
116    <!-- button indicating that the cropped image should be reverted back to the original -->
117    <string name="crop_discard_text">Discard</string>
118
119    <!-- Confirmation dialog title after deleting a picture -->
120    <string name="confirm_delete_title">Delete</string>
121    <!-- Confirmation dialog message after deleting a picture -->
122    <string name="confirm_delete_message">Delete this picture?</string>
123    <!-- Confirmation dialog message after deleting a video -->
124    <string name="confirm_delete_video_message">Delete this video?</string>
125
126    <!-- Confirmation dialog message after deleting a multiple media files -->
127    <string name="confirm_delete_multiple_message">Delete these media files?</string>
128
129    <!-- button indicating that the picture just taken should be deleted -->
130    <string name="camera_toss">Delete</string>
131
132    <!-- button indicating that the picture just taken should be shared by email, mms, etc -->
133    <string name="camera_share">Share</string>
134
135    <!-- button indicating that the picture just taken should be set as a contact photo, wallpaper, etc -->
136    <string name="camera_set">Set as</string>
137
138    <!-- button indicating that the video just taken should be played -->
139    <string name="camera_play">Play</string>
140
141    <!-- button indicating that the video just taken should be accepted as an attachment -->
142    <string name="camera_attach">Attach</string>
143
144    <!-- button indicating that the video recording session should be canceled -->
145    <string name="camera_cancel">Cancel</string>
146
147    <!-- button indicating that the picture just taken should be cropped -->
148    <string name="camera_crop">Crop</string>
149
150    <!-- Toast after trying to share a picture indicating that there are no applications which are capable of so doing. -->
151    <string name="no_way_to_share_image">There\'s no app available to share the picture.</string>
152
153    <!-- Toast after trying to share a video indicating that there are no applications which are capable of so doing. -->
154    <string name="no_way_to_share_video">There\'s no app available to share the video.</string>
155
156    <!-- Toast after trying to share multiple media files indicating that there are no applications which are capable of so doing. -->
157    <string name="no_way_to_share">There\'s no app available to share the media file(s).</string>
158
159    <!-- Menu item for playing the video. -->
160    <string name="video_play">Play</string>
161
162    <!-- String indicating an action of picking a picture to use as wallpaper (e.g. set wallpaper from "Pictures") -->
163    <string name="camera_pick_wallpaper">Pictures</string>
164    <string name="camera_setas_wallpaper">Wallpaper</string>
165
166    <!-- Settings screen, section heading  -->
167    <string name="pref_gallery_category">General settings</string>
168
169    <!-- Settings screen, section heading  -->
170    <string name="pref_slideshow_category">Slideshow settings</string>
171
172    <!-- Settings screen, setting summary text -->
173    <string name="pref_gallery_size_title">Display size</string>
174
175    <!-- Settings screen, title for preference for image size to be used in the im -->
176    <string name="pref_gallery_size_summary">Choose the display size of pictures and videos</string>
177    <!-- Title of dialog that appears after selecting Picture size setting option -->
178    <string name="pref_gallery_size_dialogtitle">Picture size</string>
179    <!-- Options in dialog that appears after selecting Picture size setting option -->
180    <string-array name="pref_gallery_size_choices">
181        <!-- size choice of "large" -->
182        <item>Large</item>
183        <!-- size choice of "small" -->
184        <item>Small</item>
185    </string-array>
186    <!-- Option values in dialog that appears after selecting Picture size setting option -->
187    <string-array name="pref_gallery_size_values" translatable="false">
188        <item>1</item>
189        <item>0</item>
190    </string-array>
191    <!-- Default option value in dialog that appears after selecting Picture size setting option -->
192    <string name="default_value_pref_gallery_size" translatable="false">1</string>
193    <!-- Settings screen, setting option name -->
194    <string name="pref_gallery_sort_title">Sort order</string>
195    <!-- Settings screen, setting summary text -->
196    <string name="pref_gallery_sort_summary">Choose the sort order of pictures and videos</string>
197    <!-- Title of dialog that appears after selecting Picture sort setting option -->
198    <string name="pref_gallery_sort_dialogtitle">Picture sort</string>
199    <!-- Options in dialog that appears after selecting Picture sort setting option -->
200    <string-array name="pref_gallery_sort_choices">
201        <!-- Preference choice to show "newest first" -->
202        <item>Newest first</item>
203        <!-- Preference choice to show "newest last" -->
204        <item>Newest last</item>
205    </string-array>
206    <!-- Option values in dialog that appears after selecting Picture sort setting option -->
207    <string-array name="pref_gallery_sort_values" translatable="false">
208        <item>descending</item>
209        <item>ascending</item>
210    </string-array>
211    <!-- Default option value in dialog that appears after selecting Picture sort setting option -->
212    <string name="default_value_pref_gallery_sort" translatable="false">descending</string>
213    <!-- Settings screen, setting option name -->
214    <string name="pref_gallery_slideshow_interval_title">Slideshow interval</string>
215    <!-- Settings screen, setting summary text -->
216    <string name="pref_gallery_slideshow_interval_summary">Choose how long each slide displays in the show</string>
217    <!-- Title of dialog that appears after selecting Slideshow interval setting option -->
218    <string name="pref_gallery_slideshow_interval_dialogtitle">Slideshow interval</string>
219    <!-- Options in dialog that appears after selecting Slideshow interval setting option -->
220    <string-array name="pref_gallery_slideshow_interval_choices">
221        <!-- slide show interval "N seconds" where N is 2 -->
222        <item>2 seconds</item>
223        <!-- slide show interval "N seconds" where N is 3 -->
224        <item>3 seconds</item>
225        <!-- slide show interval "N seconds" where N is 4 -->
226        <item>4 seconds</item>
227    </string-array>
228    <!-- Option values in dialog that appears after selecting Slideshow interval setting option -->
229    <string-array name="pref_gallery_slideshow_interval_values" translatable="false">
230        <item>"2"</item>
231        <item>"3"</item>
232        <item>"4"</item>
233    </string-array>
234    <!-- Default option value in dialog that appears after selecting Slideshow interval setting option -->
235    <string name="default_value_pref_gallery_slideshow_interval" translatable="false">"2"</string>
236    <!-- Settings screen, setting option name -->
237    <string name="pref_gallery_slideshow_transition_title">Slideshow transition</string>
238    <!-- Settings screen, setting summary text -->
239    <string name="pref_gallery_slideshow_transition_summary">Choose the effect used when moving from one slide to the next</string>
240    <!-- Title of dialog that appears after selecting Slideshow transition setting option -->
241    <string name="pref_gallery_slideshow_transition_dialogtitle">Slideshow transition</string>
242    <!-- Options in dialog that appears after selecting Slideshow transition
243     setting option -->
244    <string-array name="pref_gallery_slideshow_transition_choices">
245        <!-- Slide show transition to fade in and fade out -->
246        <item>Fade in &amp; out</item>
247        <!-- Slide show transition to slide in and out from the left and right -->
248        <item>Slide left - right</item>
249        <!-- Slide show transition to slide in and out from the top and bottom -->
250        <item>Slide up - down</item>
251        <!-- Slide show transition to be chosen randomly -->
252        <item>Random selection</item>
253    </string-array>
254    <!-- Option values in dialog that appears after selecting Slideshow transition setting option -->
255    <string-array name="pref_gallery_slideshow_transition_values" translatable="false">
256        <item>"0"</item>
257        <item>"1"</item>
258        <item>"2"</item>
259        <item>"-1"</item>
260    </string-array>
261    <!-- Default option value in dialog that appears after selecting Slideshow transition setting option -->
262    <string name="default_value_pref_gallery_slideshow_transition" translatable="false">"0"</string>
263
264    <!-- Settings screen, setting check box name -->
265    <string name="pref_gallery_slideshow_repeat_title">Repeat slideshow</string>
266
267    <!-- Settings screen, setting summary text -->
268    <string name="pref_gallery_slideshow_repeat_summary">Play slideshow more than once</string>
269
270    <!-- Settings screen, setting check box name -->
271    <string name="pref_gallery_slideshow_shuffle_title">Shuffle slides</string>
272
273    <!-- Settings screen, setting summary text -->
274    <string name="pref_gallery_slideshow_shuffle_summary">Show pictures in random order</string>
275
276    <!-- Menu item to go to the settings screen -->
277    <string name="camerasettings">Settings</string>
278
279    <!-- Text message indicating that there are no pictures or videos in a particular
280         bucket on the SD card -->
281    <string name="image_gallery_NoImageView_text">No media found.</string>
282
283    <!-- Preference title for whether the user should be prompted form confirmation when deleting images  -->
284    <string name="pref_gallery_confirm_delete_title">Confirm deletions</string>
285
286    <!-- Preference summary for whether the user should be prompted form confirmation when deleting images  -->
287    <string name="pref_gallery_confirm_delete_summary">Show confirmation before deleting a picture or video</string>
288
289    <!-- Message to show when there's no lat/lng information in the image -->
290    <string name="no_location_image">There\'s no location information stored in this image.</string>
291    <!-- Title of Details dialog  -->
292    <string name="details_panel_title">Details</string>
293    <!-- Label in message of Details dialog  -->
294    <string name="details_file_size">File size:</string>
295    <!-- Label in message of Details dialog  -->
296    <string name="details_image_resolution">Resolution:</string>
297    <!-- Label in message of Details dialog  -->
298    <string name="details_image_make">Manufacturer:</string>
299    <!-- Label in message of Details dialog  -->
300    <string name="details_image_model">Model:</string>
301    <!-- Label in message of Details dialog  -->
302    <string name="details_image_whitebalance">WhiteBalance:</string>
303    <!-- Label in message of Details dialog  -->
304    <string name="details_image_latitude">GPS latitude:</string>
305    <!-- Label in message of Details dialog  -->
306    <string name="details_image_longitude">GPS longitude:</string>
307    <!-- Label in message of Details dialog  -->
308    <string name="details_image_location">Location:</string>
309    <!-- Label in message of Details dialog  -->
310    <string name="details_duration">Duration:</string>
311    <!-- Label in message of Details dialog  -->
312    <string name="details_date_taken">Date taken:</string>
313    <!-- Label in message of Details dialog  -->
314    <string name="details_frame_rate">Frame rate:</string>
315    <!-- Label in message of Details dialog  -->
316    <string name="details_bit_rate">Bit rate:</string>
317    <!-- Label in message of Details dialog  -->
318    <string name="details_codec">Codec:</string>
319    <!-- Label in message of Details dialog  -->
320    <string name="details_format">Format:</string>
321
322    <!-- Used to format image dimensions in Details dialog. e.g. 64 x 64 -->
323    <string name="details_dimension_x"><xliff:g id="width" example="640">%1$d</xliff:g> x <xliff:g id="height" example="480">%2$d</xliff:g></string>
324    <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
325    <string name="details_ms"><xliff:g id="minutes">%1$02d</xliff:g>:<xliff:g id="seconds">%2$02d</xliff:g></string>
326    <!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
327    <string name="details_hms"><xliff:g id="hours">%1$d</xliff:g>:<xliff:g id="minutes">%2$02d</xliff:g>:<xliff:g id="seconds">%3$02d</xliff:g></string>
328    <!-- Unit of measure in the Details dialog frames per second. e.g. 20 fps -->
329        <string name="details_fps"><xliff:g id="frames" example="30">%1$d</xliff:g> fps</string>
330    <!-- Unit of measure in the Details dialog K bits per second. e.g. 192 Kbps -->
331    <string name="details_kbps"><xliff:g id="speed" example="192">%1$d</xliff:g> Kbps</string>
332    <!-- Unit of measure in the Details dialog M bits per second. e.g. 2.3 Mbps -->
333    <string name="details_mbps"><xliff:g id="speed" example="2.3">%1$g</xliff:g> Mbps</string>
334    <!-- Details dialog "OK" button. Dismisses dialog. -->
335    <string name="details_ok">OK</string>
336
337    <!-- Text of context menu when an image is selected -->
338    <string name="context_menu_header">Picture options</string>
339    <!-- Text of context menu when a video is selected -->
340    <string name="video_context_menu_header">Video options</string>
341    <!-- Hint that appears when cropping an image with more than one face -->
342    <string name="multiface_crop_help">Touch a face to begin.</string>
343
344    <!-- Activity title when in the image gallery to see pictures -->
345    <string name="photos_gallery_title">Gallery</string>
346
347    <!-- Activity title when in the image gallery to select a picture -->
348    <string name="pick_photos_gallery_title">Choose picture</string>
349
350    <!-- Activity title when in the image gallery to see videos -->
351    <string name="videos_gallery_title">Gallery</string>
352
353    <!-- Activity title when in the image gallery to select a video -->
354    <string name="pick_videos_gallery_title">Choose video</string>
355
356    <!-- Displayed in the title of the dialog for things to do with a picture that
357         is to be sent to another application: -->
358    <string name="sendImage">Share picture via</string>
359
360    <!-- Displayed in the title of the dialog for things to do with a picture that
361         is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
362    <string name="setImage">Set picture as</string>
363
364    <!-- Displayed in the title of the dialog for things to do with a video that
365         is to be sent to another application. -->
366    <string name="sendVideo">Share video via</string>
367
368    <!-- Displayed in the title of the dialog for things to do with media files that
369         are to be sent to another application: -->
370    <string name="send_media_files">Share media files via</string>
371
372    <!-- Activity label. This might show up in the activity-picker -->
373    <string name="movieviewlabel">Movies</string>
374    <!-- shown in the video player view while the video is being loaded, before it starts playing -->
375    <string name="loading_video">Loading video\u2026</string>
376
377    <!-- Movie View Resume Playing dialog title -->
378    <string name="resume_playing_title">Resume video</string>
379
380    <!-- Movie View Start Playing dialog title -->
381    <string name="resume_playing_message">Resume playing video from <xliff:g id="duration" example="5:30">%s</xliff:g>?</string>
382
383    <!-- Movie View Start Playing button "Resume from bookmark" -->
384    <string name="resume_playing_resume">Resume playing</string>
385
386    <!-- Movie View Start Playing button "Beginning" -->
387    <string name="resume_playing_restart">Start over</string>
388
389    <!-- Title for picture frame gadget to show in list of all available gadgets -->
390    <string name="gadget_title">Picture frame</string>
391
392    <!-- Title for the file information dialog -->
393    <string name="file_info_title">File info:</string>
394
395    <!-- The video is execeed the size limit of a MMS, and suggest user to record a shorter length clip -->
396    <string name="video_exceed_mms_limit">The video you recorded is too large to send via MMS. Try recording a shorter length clip.</string>
397
398    <!-- The title shown on the button which share the selected images by gmail, mms, and etc. -->
399    <string name="multiselect_share">Share</string>
400
401    <!-- The title shown on the button which will delete all the selected images -->
402    <string name="multiselect_delete">Delete</string>
403
404    <!-- Title shown on the button which will close the multiselction mode -->
405    <string name="multiselect_cancel">Cancel</string>
406
407    <!-- The messsage shown on progress dialog when deleting images -->
408    <string name="delete_images_message">Deleting images\u2026</string>
409</resources>
410