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