strings.xml revision 8d0ba007ec6ef9bb34dc0c9f40c4c29dad2691e0
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    <!-- title for the dialog showing the error of camera hardware -->
21    <string name="camera_error_title">Camera Error</string>
22
23    <!-- message for the dialog showing the error of camera hardware -->
24    <string name="cannot_connect_camera">Cannot connect to camera.</string>
25
26    <!-- label for the icon meaning 'show me all the images' -->
27    <string name="all_images">All pictures</string>
28
29    <!-- label for the icon meaning 'show me all the videos' -->
30    <string name="all_videos">All videos</string>
31
32    <!-- label for the icon meaning 'show me all the images that were taken with the camera' -->
33    <string name="camera_label">Camera</string>
34
35    <!-- label for the 'video recording application shown in the top level 'all applications' -->
36    <string name="video_camera_label">Camcorder</string>
37
38    <!-- label for the 'pictures application shown in the top level 'all applications' -->
39    <string name="gallery_picker_label">Gallery</string>
40
41    <!-- temporary label for the image gallery before the real label is set in the activity (do not translate) -->
42    <string name="gallery_label"> </string>
43
44    <!-- label for the folder that contains Camera pictures in the gallery -->
45    <string name="gallery_camera_bucket_name">Camera pictures</string>
46
47    <!-- label for the folder that contains Camera videos in the gallery -->
48    <string name="gallery_camera_videos_bucket_name">Camera videos</string>
49
50    <!-- label for the folder that contains Camera videos in the gallery -->
51    <string name="gallery_camera_media_bucket_name">Camera media</string>
52
53    <!-- menu pick: switch to Video cam mode -->
54    <string name="switch_to_video_lable">Switch to video</string>
55
56    <!-- menu pick: switch to camera mode -->
57    <string name="switch_to_camera_lable">Switch to camera</string>
58
59    <!-- menu pick: crop the currently selected image -->
60    <string name="crop_label">Crop picture</string>
61
62    <!-- menu pick: view the currently selected image -->
63    <string name="view_label">View picture</string>
64
65    <!-- menu pick: go to the preferences screen for the camera or image gallery -->
66    <string name="preferences_label">Camera settings</string>
67
68    <!-- alert to the user to wait for some operation to complete -->
69    <string name="wait">Please wait\u2026</string>
70
71    <!-- alert to the user to that an SD card must be installed before using the camera -->
72    <string name="no_storage">Please insert an SD card before using the camera.</string>
73
74    <!-- alert to the user to that the SD card is too full to complete the operation -->
75    <string name="not_enough_space">Your SD card is full.</string>
76
77    <!-- alert to the user to that the SD card is being disk-checked -->
78    <string name="preparing_sd">Preparing SD card\u2026</string>
79
80    <!-- Toast/alert after saving wallpaper -->
81    <string name="wallpaper">Setting wallpaper, please wait\u2026</string>
82
83    <!-- Settings stuff -->
84
85    <!-- Toast/alert that the image is being saved to the SD card -->
86    <string name="savingImage">Saving picture\u2026</string>
87
88    <!-- Toast/alert that the face detection is being run -->
89    <string name="runningFaceDetection">Please wait\u2026</string>
90
91
92    <!-- Menu items: -->
93    <!-- menu pick to go to the settings screen -->
94    <string name="settings">Settings</string>
95
96    <!-- menu pick to view the currently selected image -->
97    <string name="view">View</string>
98
99    <!-- menu pick to view the details of the currently selected image -->
100    <string name="details">Details</string>
101
102    <!-- menu pick to show the location of the currently selected image on maps-->
103    <string name="show_on_map">Show on Maps</string>
104
105    <!-- menu pick to rotate the currently selected image (brings up submenu) -->
106    <string name="rotate">Rotate</string>
107
108    <!-- menu pick to rotate the currently selected image to the left -->
109    <string name="rotate_left">Rotate left</string>
110
111    <!-- menu pick to rotate the currently selected image to the right -->
112    <string name="rotate_right">Rotate right</string>
113
114    <!-- menu pick to start a slide show -->
115    <string name="slide_show">Slideshow</string>
116
117    <!-- menu pick to enter multiselect mode -->
118    <string name="multiselect">Multiselect</string>
119
120    <!-- menu pick to go to camera mode to capture a picture -->
121    <string name="capture_picture">Capture picture</string>
122    <!-- menu pick to go to video mode to capture a video -->
123    <string name="capture_video">Capture video</string>
124
125    <!-- button indicating that the cropped image should be saved -->
126    <string name="crop_save_text">Save</string>
127    <!-- button indicating that the cropped image should be reverted back to the original -->
128    <string name="crop_discard_text">Discard</string>
129
130    <!-- Confirmation dialog title after deleting a picture -->
131    <string name="confirm_delete_title">Delete</string>
132    <!-- Confirmation dialog message after deleting a picture -->
133    <string name="confirm_delete_message">The picture will be deleted.</string>
134    <!-- Confirmation dialog message after deleting a video -->
135    <string name="confirm_delete_video_message">The video will be deleted.</string>
136
137    <!-- Confirmation dialog message after deleting a multiple media files -->
138    <string name="confirm_delete_multiple_message">These media files will be deleted.</string>
139
140    <!-- button in review mode indicating that the picture just taken should be deleted -->
141    <string name="review_toss">DELETE</string>
142
143    <!-- button in review mode indicating that the picture just taken are going to shared by email, mms, etc -->
144    <string name="review_share">SHARE</string>
145
146    <!-- button in review mode indicating that the picture just taken should be set as a contact photo, wallpaper, etc -->
147    <string name="review_set">SET AS</string>
148
149    <!-- button in review mode indicating that the video just taken should be played -->
150    <string name="review_play">PLAY</string>
151
152    <!-- button in review mode indicating that the video recording session should be canceled -->
153    <string name="review_cancel">CANCEL</string>
154
155    <!-- button in review mode indicating that the the review activity should be finished -->
156    <string name="review_done">DONE</string>
157
158    <!-- button in review mode indicating that the taken video is OK to be attached/uploaded -->
159    <string name="review_ok">OK</string>
160
161    <!-- button in review mode indicate the user want to retake another picture for attachment -->
162    <string name="review_retake">RETAKE</string>
163
164    <!-- button indicating that the picture just taken should be deleted -->
165    <string name="camera_toss">Delete</string>
166
167    <!-- Lable for the button that takes the user to the camera pictures Gallery -->
168    <string name="camera_gallery">Gallery</string>
169
170    <!-- button indicating that the picture just taken should be shared by email, mms, etc -->
171    <string name="camera_share">Share</string>
172
173    <!-- button indicating that the picture just taken should be set as a contact photo, wallpaper, etc -->
174    <string name="camera_set">Set as</string>
175
176    <!-- button indicating that the video just taken should be played -->
177    <string name="camera_play">Play</string>
178
179    <!-- button indicating that the video just taken should be accepted as an attachment -->
180    <string name="camera_attach">Attach</string>
181
182    <!-- button indicating that the video recording session should be canceled -->
183    <string name="camera_cancel">Cancel</string>
184
185    <!-- button indicating that the picture just taken should be cropped -->
186    <string name="camera_crop">Crop</string>
187
188    <!-- Toast after trying to share a picture indicating that there are no applications which are capable of so doing. -->
189    <string name="no_way_to_share_image">No application available to share the picture.</string>
190
191    <!-- Toast after trying to share a video indicating that there are no applications which are capable of so doing. -->
192    <string name="no_way_to_share_video">No application available to share the video.</string>
193
194    <!-- Toast after trying to share multiple media files indicating that there are no applications which are capable of so doing. -->
195    <string name="no_way_to_share">No application available to share the media file(s).</string>
196
197    <!-- Menu item for playing the video. -->
198    <string name="video_play">Play</string>
199
200    <!-- Button indicating to go to the image gallery -->
201    <string name="camera_gallery_photos_text">Gallery</string>
202
203    <!-- String indicating an action of picking a picture to use as wallpaper (e.g. set wallpaper from "Pictures") -->
204    <string name="camera_pick_wallpaper">Pictures</string>
205    <string name="camera_setas_wallpaper">Wallpaper</string>
206
207    <!-- Settings screen, section heading  -->
208    <string name="pref_gallery_category">General settings</string>
209
210    <!-- Settings screen, section heading  -->
211    <string name="pref_slideshow_category">Slideshow settings</string>
212    <string name="pref_camera_general_settings_category">General settings</string>
213
214    <!-- Settings screen, setting summary text -->
215    <string name="pref_gallery_size_title">Display size</string>
216
217    <!-- Settings screen, title for preference for image size to be used in the im -->
218    <string name="pref_gallery_size_summary">Select the display size of pictures and videos</string>
219    <!-- Title of dialog that appears after selecting Picture size setting option -->
220    <string name="pref_gallery_size_dialogtitle">Picture size</string>
221    <!-- Options in dialog that appears after selecting Picture size setting option -->
222    <string-array name="pref_gallery_size_choices">
223        <!-- size choice of "large" -->
224        <item>Large</item>
225        <!-- size choice of "small" -->
226        <item>Small</item>
227    </string-array>
228    <!-- Do not translate. Option values in dialog that appears after selecting Picture size setting option -->
229    <string-array name="pref_gallery_size_values">
230        <!-- do not translate -->
231        <item>1</item>
232        <!-- do not translate -->
233        <item>0</item>
234    </string-array>
235    <!-- Do not translate. Default option value in dialog that appears after selecting Picture size setting option -->
236    <string name="default_value_pref_gallery_size">1</string>
237    <!-- Settings screen, setting option name -->
238    <string name="pref_gallery_sort_title">Sort order</string>
239    <!-- Settings screen, setting summary text -->
240    <string name="pref_gallery_sort_summary">Select the sort order of pictures and videos</string>
241    <!-- Title of dialog that appears after selecting Picture sort setting option -->
242    <string name="pref_gallery_sort_dialogtitle">Picture sort</string>
243    <!-- Options in dialog that appears after selecting Picture sort setting option -->
244    <string-array name="pref_gallery_sort_choices">
245        <!-- Preference choice to show "newest first" -->
246        <item>Newest first</item>
247        <!-- Preference choice to show "newest last" -->
248        <item>Newest last</item>
249    </string-array>
250    <!-- Do not translate. Option values in dialog that appears after selecting Picture sort setting option -->
251    <string-array name="pref_gallery_sort_values">
252        <!-- do not translate -->
253        <item>descending</item>
254        <!-- do not translate -->
255        <item>ascending</item>
256    </string-array>
257    <!-- Do not translate. Default option value in dialog that appears after selecting Picture sort setting option -->
258    <string name="default_value_pref_gallery_sort">descending</string>
259    <!-- Settings screen, setting option name -->
260    <string name="pref_gallery_slideshow_interval_title">Slideshow interval</string>
261    <!-- Settings screen, setting summary text -->
262    <string name="pref_gallery_slideshow_interval_summary">Select how long each slide displays in the show</string>
263    <!-- Title of dialog that appears after selecting Slideshow interval setting option -->
264    <string name="pref_gallery_slideshow_interval_dialogtitle">Slideshow interval</string>
265    <!-- Options in dialog that appears after selecting Slideshow interval
266     setting option -->
267    <string-array name="pref_gallery_slideshow_interval_choices">
268        <!-- slide show interval "N seconds" where N is 2 -->
269        <item>2 seconds</item>
270        <!-- slide show interval "N seconds" where N is 3 -->
271        <item>3 seconds</item>
272        <!-- slide show interval "N seconds" where N is 4 -->
273        <item>4 seconds</item>
274    </string-array>
275    <!-- Do not translate. Option values in dialog that appears after selecting Slideshow interval setting option -->
276    <string-array name="pref_gallery_slideshow_interval_values">
277        <!-- do not translate -->
278        <item>"2"</item>
279        <!-- do not translate -->
280        <item>"3"</item>
281        <!-- do not translate -->
282        <item>"4"</item>
283    </string-array>
284    <!-- Do not translate. Default option value in dialog that appears after selecting Slideshow interval setting option -->
285    <string name="default_value_pref_gallery_slideshow_interval">"2"</string>
286    <!-- Settings screen, setting option name -->
287    <string name="pref_gallery_slideshow_transition_title">Slideshow transition</string>
288    <!-- Settings screen, setting summary text -->
289    <string name="pref_gallery_slideshow_transition_summary">Select the effect used when moving from one slide to the next</string>
290    <!-- Title of dialog that appears after selecting Slideshow transition setting option -->
291    <string name="pref_gallery_slideshow_transition_dialogtitle">Slideshow transition</string>
292    <!-- Options in dialog that appears after selecting Slideshow transition
293     setting option -->
294    <string-array name="pref_gallery_slideshow_transition_choices">
295        <!-- Slide show transition to fade in and fade out -->
296        <item>Fade in &amp; out</item>
297        <!-- Slide show transition to slide in and out from the left and right -->
298        <item>Slide left - right</item>
299        <!-- Slide show transition to slide in and out from the top and bottom -->
300        <item>Slide up - down</item>
301        <!-- Slide show transition to be chosen randomly -->
302        <item>Random selection</item>
303    </string-array>
304    <!-- Do not translate. Option values in dialog that appears after selecting Slideshow transition setting option -->
305    <string-array name="pref_gallery_slideshow_transition_values">
306        <!-- do not translate -->
307        <item>"0"</item>
308        <!-- do not translate -->
309        <item>"1"</item>
310        <!-- do not translate -->
311        <item>"2"</item>
312        <!-- do not translate -->
313        <item>"-1"</item>
314    </string-array>
315    <!-- Do not translate. Default option value in dialog that appears after selecting Slideshow transition setting option -->
316    <string name="default_value_pref_gallery_slideshow_transition">"0"</string>
317
318    <!-- Settings screen, setting check box name -->
319    <string name="pref_gallery_slideshow_repeat_title">Repeat slideshow</string>
320
321    <!-- Settings screen, setting summary text -->
322    <string name="pref_gallery_slideshow_repeat_summary">Play slideshow more than once</string>
323
324    <!-- Settings screen, setting check box name -->
325    <string name="pref_gallery_slideshow_shuffle_title">Shuffle slides</string>
326
327    <!-- Settings screen, setting summary text -->
328    <string name="pref_gallery_slideshow_shuffle_summary">Show pictures in random order</string>
329
330    <!-- Settings screen, setting title text -->
331    <string name="pref_camera_recordlocation_title">Store location in pictures</string>
332
333    <!-- Settings screen, setting summary text -->
334    <string name="pref_camera_recordlocation_summary">Record location in picture data</string>
335
336    <!-- Settings screen, Video setting category title -->
337    <string name="pref_camera_video_settings_category">Video settings</string>
338
339    <!-- Default video quality setting. A numerical value. Do not translate. -->
340    <string name="pref_camera_videoquality_default">1</string>
341
342    <!-- Settings screen, Video quality title -->
343    <string name="pref_camera_videoquality_title">Video quality</string>
344
345    <!-- Settings screen, Video quality dialog radio button choices -->
346    <string name="pref_camera_videoquality_entry_0">Low (for MMS messages)</string>
347    <string name="pref_camera_videoquality_entry_1">High (for SD card)</string>
348
349    <!-- Settings screen, Video codec dialog title -->
350    <string name="pref_camera_videoquality_dialogtitle">Video quality</string>
351
352    <!-- Default video duration setting. A numerical value. Do not translate. -->
353    <string name="pref_camera_video_duration_default">-1</string>
354
355    <!-- Settings screen, Video duration title -->
356    <string name="pref_camera_video_duration_title">Video duration</string>
357
358    <!-- Settings screen, Video duration dialog radio button choices -->
359    <string name="pref_camera_video_duration_entry_mms">
360        <xliff:g id="duration" example="60">%1$d</xliff:g> seconds (for MMS)
361    </string>
362    <string name="pref_camera_video_duration_entry_10">10 minutes</string>
363    <string name="pref_camera_video_duration_entry_30">30 minutes</string>
364
365    <!-- Settings screen, Video duration dialog title -->
366    <string name="pref_camera_video_duration_dialogtitle">Video duration</string>
367
368    <!-- Settings screen, Picture setting category title -->
369    <string name="pref_camera_picture_settings_category">Picture settings</string>
370
371    <!-- Default picture size setting. Do not translate. -->
372    <string name="pref_camera_picturesize_default">2048x1536</string>
373
374    <!-- Settings screen, Picture size title -->
375    <string name="pref_camera_picturesize_title">Picture size</string>
376
377    <!-- Settings screen, Picture size dialog radio button choices -->
378    <string name="pref_camera_picturesize_entry_2592x1936">5M (2592x1936)</string>
379    <string name="pref_camera_picturesize_entry_2048x1536">3M (2048x1536)</string>
380    <string name="pref_camera_picturesize_entry_1600x1200">2M (1600x1200)</string>
381    <string name="pref_camera_picturesize_entry_1024x768">1M (1024x768)</string>
382
383    <!-- Settings screen, picture size dialog title -->
384    <string name="pref_camera_picturesize_dialogtitle">Picture size</string>
385
386    <!-- Default picture quality setting. Do not translate. -->
387    <string name="pref_camera_jpegquality_default">85</string>
388
389    <!-- Settings screen, Picture quality title -->
390    <string name="pref_camera_jpegquality_title">Picture quality</string>
391
392    <!-- Settings screen, Picture quality dialog radio button choices -->
393    <string name="pref_camera_jpegquality_entry_superfine">Super fine</string>
394    <string name="pref_camera_jpegquality_entry_fine">Fine</string>
395    <string name="pref_camera_jpegquality_entry_normal">Normal</string>
396
397    <!-- Settings screen, picture quality dialog title -->
398    <string name="pref_camera_jpegquality_dialogtitle">Picture quality</string>
399
400    <!-- Default focus mode setting. Do not translate. -->
401    <string name="pref_camera_focusmode_default">auto</string>
402
403    <!-- Settings screen, Focus mode title -->
404    <string name="pref_camera_focusmode_title">Focus mode</string>
405
406    <!-- Settings screen, Focue mode dialog radio button choices -->
407    <string name="pref_camera_focusmode_entry_auto">Auto</string>
408    <string name="pref_camera_focusmode_entry_infinity">Infinity</string>
409
410    <!-- Focus mode entry values. Do not translate. -->
411    <string name="pref_camera_focusmode_value_auto">auto</string>
412    <string name="pref_camera_focusmode_value_infinity">infinity</string>
413
414    <!-- Settings screen, focus mode dialog title -->
415    <string name="pref_camera_focusmode_dialogtitle">Focus mode</string>
416
417    <!-- Default white balance setting. Do not translate. -->
418    <string name="pref_camera_whitebalance_default">auto</string>
419
420    <!-- Settings screen, white balance dialog title -->
421    <string name="pref_camera_whitebalance_dialogtitle">White balance</string>
422
423    <!-- Settings screen, white balance title -->
424    <string name="pref_camera_whitebalance_title">White balance</string>
425
426    <!-- Settings screen, White balance dialog radio button choices -->
427    <string name="pref_camera_whitebalance_entry_auto">Auto</string>
428    <string name="pref_camera_whitebalance_entry_incandescent">Incandescent</string>
429    <string name="pref_camera_whitebalance_entry_daylight">Daylight</string>
430    <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string>
431    <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string>
432    <string name="pref_camera_whitebalance_entry_twilight">Twilight</string>
433    <string name="pref_camera_whitebalance_entry_shade">Shade</string>
434    <string name="pref_camera_whitebalance_entry_warm_fluorescent">Warm Fluorescent</string>
435    <string name="pref_camera_whitebalance_entry_halogen">Halogen</string>
436
437    <!-- Settings screen, color effect dialog title -->
438    <string name="pref_camera_coloreffect_dialogtitle">Color effect</string>
439
440    <!-- Default color effect setting. Do not translate. -->
441    <string name="pref_camera_coloreffect_default">none</string>
442
443    <!-- Settings screen, Select Color effect title -->
444    <string name="pref_camera_coloreffect_title">Color effect</string>
445
446    <!-- Settings screen, Color effect dialog radio button choices -->
447    <string name="pref_camera_coloreffect_entry_none">None</string>
448    <string name="pref_camera_coloreffect_entry_mono">Mono</string>
449    <string name="pref_camera_coloreffect_entry_sepia">Sepia</string>
450    <string name="pref_camera_coloreffect_entry_negative">Negative</string>
451    <string name="pref_camera_coloreffect_entry_solarize">Solarize</string>
452    <string name="pref_camera_coloreffect_entry_posterize">Posterize</string>
453    <string name="pref_camera_coloreffect_entry_whiteboard">Whiteboard</string>
454    <string name="pref_camera_coloreffect_entry_blackboard">Blackboard</string>
455    <string name="pref_camera_coloreffect_entry_aqua">Aqua</string>
456    <string name="pref_camera_coloreffect_entry_pastel">Pastel</string>
457    <string name="pref_camera_coloreffect_entry_mosaic">Mosaic</string>
458    <string name="pref_camera_coloreffect_entry_redtint">Red Tint</string>
459    <string name="pref_camera_coloreffect_entry_bluetint">Blue Tint</string>
460    <string name="pref_camera_coloreffect_entry_greentint">Green Tint</string>
461
462    <!-- Default scene mode setting. Do not translate. -->
463    <string name="pref_camera_scenemode_default" translatable="false">auto</string>
464
465    <!-- Settings screen, Select Scene mode -->
466    <string name="pref_camera_scenemode_title">Scene mode</string>
467
468    <!-- Settings screen, Select Scene mode -->
469    <string name="pref_camera_scenemode_dialogtitle">Scene mode</string>
470
471    <!-- Settings menu, scene mode choices -->
472    <string name="pref_camera_scenemode_entry_auto">Auto</string>
473    <string name="pref_camera_scenemode_entry_action">Action</string>
474    <string name="pref_camera_scenemode_entry_portrait">Portrait</string>
475    <string name="pref_camera_scenemode_entry_landscape">Landscape</string>
476    <string name="pref_camera_scenemode_entry_night">Night</string>
477    <string name="pref_camera_scenemode_entry_night_portrait">Night Portrait</string>
478    <string name="pref_camera_scenemode_entry_theatre">Theatre</string>
479    <string name="pref_camera_scenemode_entry_beach">Beach</string>
480    <string name="pref_camera_scenemode_entry_snow">Snow</string>
481    <string name="pref_camera_scenemode_entry_sunset">Sunset</string>
482    <string name="pref_camera_scenemode_entry_steadyphoto">Steady Photo</string>
483    <string name="pref_camera_scenemode_entry_fireworks">Fireworks</string>
484
485    <!-- Menu item to go to the settings screen -->
486    <string name="camerasettings">Settings</string>
487
488    <!-- Text message indicating that there are no pictures or videos in a particular
489         bucket on the SD card -->
490    <string name="image_gallery_NoImageView_text">No media found.</string>
491
492    <!-- Preference title for whether the user should be prompted form confirmation when deleting images  -->
493    <string name="pref_gallery_confirm_delete_title">Confirm deletions</string>
494
495    <!-- Preference summary for whether the user should be prompted form confirmation when deleting images  -->
496    <string name="pref_gallery_confirm_delete_summary">Show confirmation before deleting a picture or video</string>
497
498    <!-- Details stuff -->
499    <!-- Do not translate -->
500    <string name="details_title_text">myvideo</string>
501    <!-- Do not translate -->
502    <string name="details_tags_text">monster</string>
503    <!-- Do not translate -->
504    <string name="details_category_label">Category:</string>
505    <!-- Do not translate -->
506    <string name="details_description_label">Description:</string>
507    <!-- Do not translate -->
508    <string name="details_publicView_text">Public</string>
509    <!-- Do not translate -->
510    <string name="details_tags_label">Tags:</string>
511    <!-- Do not translate -->
512    <string name="details_description_text">testdescription</string>
513    <!-- Do not translate -->
514    <string name="details_title_label">Title:</string>
515    <!-- Do not translate -->
516    <string name="details_save_text">Save</string>
517    <!-- Do not translate -->
518    <string name="details_language_label">Language:</string>
519    <!-- Do not translate -->
520    <string name="details_privateView_text">Private</string>
521
522    <!-- Message to show when there's no lat/lng information in the image -->
523    <string name="no_location_image">No Location information contained in this image.</string>
524    <!-- Title of Details dialog  -->
525    <string name="details_panel_title">Details</string>
526    <!-- Label in message of Details dialog  -->
527    <string name="details_file_size">File size:</string>
528    <!-- Label in message of Details dialog  -->
529    <string name="details_image_resolution">Resolution:</string>
530    <!-- Label in message of Details dialog  -->
531    <string name="details_image_make">Manufacturer:</string>
532    <!-- Label in message of Details dialog  -->
533    <string name="details_image_model">Model:</string>
534    <!-- Label in message of Details dialog  -->
535    <string name="details_image_whitebalance">WhiteBalance:</string>
536    <!-- Label in message of Details dialog  -->
537    <string name="details_image_latitude">GPS Latitude:</string>
538    <!-- Label in message of Details dialog  -->
539    <string name="details_image_longitude">GPS Longitude:</string>
540    <!-- Label in message of Details dialog  -->
541    <string name="details_image_location">Location:</string>
542    <!-- Label in message of Details dialog  -->
543    <string name="details_duration">Duration:</string>
544    <!-- Label in message of Details dialog  -->
545    <string name="details_date_taken">Date taken:</string>
546    <!-- Label in message of Details dialog  -->
547    <string name="details_frame_rate">Frame rate:</string>
548    <!-- Label in message of Details dialog  -->
549    <string name="details_bit_rate">Bit rate:</string>
550    <!-- Label in message of Details dialog  -->
551    <string name="details_codec">Codec:</string>
552    <!-- Label in message of Details dialog  -->
553    <string name="details_format">Format:</string>
554
555    <!-- Used to format image dimensions in Details dialog. e.g. 64 x 64 -->
556    <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>
557    <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
558    <string name="details_ms"><xliff:g id="minutes">%1$02d</xliff:g>:<xliff:g id="seconds">%2$02d</xliff:g></string>
559    <!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
560    <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>
561    <!-- Unit of measure in the Details dialog frames per second. e.g. 20 fps -->
562        <string name="details_fps"><xliff:g id="frames" example="30">%1$d</xliff:g> fps</string>
563    <!-- Unit of measure in the Details dialog K bits per second. e.g. 192 Kbps -->
564    <string name="details_kbps"><xliff:g id="speed" example="192">%1$d</xliff:g> Kbps</string>
565    <!-- Unit of measure in the Details dialog M bits per second. e.g. 2.3 Mbps -->
566    <string name="details_mbps"><xliff:g id="speed" example="2.3">%1$g</xliff:g> Mbps</string>
567    <!-- Details dialog "OK" button. Dismisses dialog. -->
568    <string name="details_ok">OK</string>
569
570    <!-- Text of context menu when an image is selected -->
571    <string name="context_menu_header">Picture options</string>
572    <!-- Text of context menu when a video is selected -->
573    <string name="video_context_menu_header">Video options</string>
574    <!-- Hint that appears when cropping an image with more than one face -->
575    <string name="multiface_crop_help">Tap a face to begin.</string>
576
577    <!-- Activity title when in the image gallery to see pictures -->
578    <string name="photos_gallery_title">Gallery</string>
579
580    <!-- Activity title when in the image gallery to select a picture -->
581    <string name="pick_photos_gallery_title">Select picture</string>
582
583    <!-- Activity title when in the image gallery to see videos -->
584    <string name="videos_gallery_title">Gallery</string>
585
586    <!-- Activity title when in the image gallery to select a video -->
587    <string name="pick_videos_gallery_title">Select video</string>
588
589    <!-- onscreen text indicating the progress of generating thumbnails.  Basically some number followed by the word "remaining" -->
590    <string name="loading_progress_format_string"><xliff:g id="counter">%d</xliff:g> remaining</string>
591
592    <!-- Displayed in the title of the dialog for things to do with a picture that
593         is to be sent to another application: -->
594    <string name="sendImage">Share picture via</string>
595
596    <!-- Displayed in the title of the dialog for things to do with a picture that
597         is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
598    <string name="setImage">Set picture as</string>
599
600    <!-- Displayed in the title of the dialog for things to do with a video that
601         is to be sent to another application. -->
602    <string name="sendVideo">Share video via</string>
603
604    <!-- Displayed in the title of the dialog for things to do with media files that
605         are to be sent to another application: -->
606    <string name="send_media_files">Share media files via</string>
607
608    <!-- Activity label. This might show up in the activity-picker -->
609    <string name="movieviewlabel">Movies</string>
610    <!-- shown in the video player view while the video is being loaded, before it starts playing -->
611    <string name="loading_video">Loading video\u2026</string>
612
613    <!-- Low-memory dialog message -->
614    <string name="spaceIsLow_content">Your SD card is running out of space. Change the quality setting or delete items from Gallery.</string>
615
616    <!-- Movie View Resume Playing dialog title -->
617    <string name="resume_playing_title">Resume video</string>
618
619    <!-- Movie View Start Playing dialog title -->
620    <string name="resume_playing_message">Resume playing from <xliff:g id="duration" example="5:30">%s</xliff:g> ?</string>
621
622    <!-- Movie View Start Playing button "Resume from bookmark" -->
623    <string name="resume_playing_resume">Resume playing</string>
624
625    <!-- Movie View Start Playing button "Beginning" -->
626    <string name="resume_playing_restart">Start over</string>
627
628    <!-- Title for picture frame gadget to show in list of all available gadgets -->
629    <string name="gadget_title">Picture frame</string>
630
631    <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat.
632         Do not localize -->
633    <string name="video_file_name_format" translatable="false">"'video'-yyyy-MM-dd-HH-mm-ss"</string>
634
635    <!-- Title for the file information dialog -->
636    <string name="file_info_title">File info:</string>
637
638    <!-- The video is execeed the size limit of a MMS, and suggest user to record a shorter length clip -->
639    <string name="video_exceed_mms_limit">The video you recorded is too large to send via MMS. Try recording a shorter length clip.</string>
640
641    <!-- The title shown on the button which share the selected images by gmail, mms, and etc. -->
642    <string name="multiselect_share">Share</string>
643
644    <!-- The title shown on the button which will delete all the selected images -->
645    <string name="multiselect_delete">Delete</string>
646
647    <!-- Title shown on the button which will close the multiselction mode -->
648    <string name="multiselect_cancel">Cancel</string>
649
650    <!-- The messsage shown on progress dialog when deleting images -->
651    <string name="delete_images_message">Deleting images, please wait\u2026</string>
652
653    <!-- The messsage shown when video record reaches size limit. -->
654    <string name="video_reach_size_limit">Size limit reached.</string>
655
656    <!-- The title of the menu item for users to go back to the main menu from the sub menu -->
657    <string name="on_screen_menu_back">Back</string>
658
659</resources>
660