strings.xml revision 228f1322c6dcbd324ecf1b927db6b9ef10c7868c
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    <!-- unused (do not translate) -->
36    <string name="gallery_label">Pictures</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 quality category title -->
312    <string name="pref_camera_videoquality_category">Video quality</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    <!-- Settings screen, Picture setting category title -->
328    <string name="pref_camera_picture_settings_category">Picture settings</string>
329
330    <!-- Default white balance setting. Do not translate. -->
331    <string name="pref_camera_whitebalance_default">auto</string>
332
333    <!-- Settings screen, Select White balance title -->
334    <string name="pref_camera_whitebalance_title">Select white balance</string>
335
336    <!-- Settings screen, White balance dialog radio button choices -->
337    <string name="pref_camera_whitebalance_entry_auto">Auto</string>
338    <string name="pref_camera_whitebalance_entry_incandescent">Incandescent</string>
339    <string name="pref_camera_whitebalance_entry_daylight">Daylight</string>
340    <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string>
341    <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string>
342    <string name="pref_camera_whitebalance_entry_twilight">Twilight</string>
343    <string name="pref_camera_whitebalance_entry_shade">Shade</string>
344
345    <!-- Settings screen, white balance dialog title -->
346    <string name="pref_camera_whitebalance_dialogtitle">White balance</string>
347
348    <!-- Default effect setting. Do not translate. -->
349    <string name="pref_camera_effect_default">off</string>
350
351    <!-- Settings screen, Select Effect title -->
352    <string name="pref_camera_effect_title">Select effect</string>
353
354    <!-- Settings screen, Effect dialog radio button choices -->
355    <string name="pref_camera_effect_entry_off">Off</string>
356    <string name="pref_camera_effect_entry_mono">Mono</string>
357    <string name="pref_camera_effect_entry_sepia">Sepia</string>
358    <string name="pref_camera_effect_entry_negative">Negative</string>
359    <string name="pref_camera_effect_entry_solarize">Solarize</string>
360    <string name="pref_camera_effect_entry_posterize">Posterize</string>
361    <string name="pref_camera_effect_entry_whiteboard">Whiteboard</string>
362    <string name="pref_camera_effect_entry_blackboard">Blackboard</string>
363    <string name="pref_camera_effect_entry_aqua">Aqua</string>
364    <string name="pref_camera_effect_entry_pastel">Pastel</string>
365    <string name="pref_camera_effect_entry_mosaic">Mosaic</string>
366
367    <!-- Settings screen, effect dialog title -->
368    <string name="pref_camera_effect_dialogtitle">Effect</string>
369
370    <!-- Default brightness setting. Do not translate. -->
371    <string name="pref_camera_brightness_default">5</string>
372
373    <!-- Settings screen, Select Brightness title -->
374    <string name="pref_camera_brightness_title">Select brightness</string>
375
376    <!-- Settings screen, brightness dialog title -->
377    <string name="pref_camera_brightness_dialogtitle">Brightness</string>
378
379    <!-- Default picture size setting. Do not translate. -->
380    <string name="pref_camera_picturesize_default">2048x1536</string>
381
382    <!-- Settings screen, Select Picture size title -->
383    <string name="pref_camera_picturesize_title">Select picture size</string>
384
385    <!-- Settings screen, Picture size dialog radio button choices -->
386    <string name="pref_camera_picturesize_entry_2048x1536">3M (2048x1536)</string>
387    <string name="pref_camera_picturesize_entry_1600x1200">2M (1600x1200)</string>
388    <string name="pref_camera_picturesize_entry_1024x768">1M (1024x768)</string>
389
390    <!-- Settings screen, picture size dialog title -->
391    <string name="pref_camera_picturesize_dialogtitle">Picture size</string>
392
393    <!-- Default picture quality setting. Do not translate. -->
394    <string name="pref_camera_jpegquality_default">85</string>
395
396    <!-- Settings screen, Select Picture quality title -->
397    <string name="pref_camera_jpegquality_title">Select picture quality</string>
398
399    <!-- Settings screen, Picture quality dialog radio button choices -->
400    <string name="pref_camera_jpegquality_entry_superfine">Super fine</string>
401    <string name="pref_camera_jpegquality_entry_fine">Fine</string>
402    <string name="pref_camera_jpegquality_entry_normal">Normal</string>
403
404    <!-- Settings screen, picture quality dialog title -->
405    <string name="pref_camera_jpegquality_dialogtitle">Picture quality</string>
406
407    <!-- Default focus mode setting. Do not translate. -->
408    <string name="pref_camera_focusmode_default">auto</string>
409
410    <!-- Settings screen, Select Focus mode title -->
411    <string name="pref_camera_focusmode_title">Select focus mode</string>
412
413    <!-- Settings screen, Focue mode dialog radio button choices -->
414    <string name="pref_camera_focusmode_entry_auto">Auto</string>
415    <string name="pref_camera_focusmode_entry_infinity">Infinity</string>
416
417    <!-- Focus mode entry values. Do not translate. -->
418    <string name="pref_camera_focusmode_value_auto">auto</string>
419    <string name="pref_camera_focusmode_value_infinity">infinity</string>
420
421    <!-- Settings screen, focus mode dialog title -->
422    <string name="pref_camera_focusmode_dialogtitle">Focus mode</string>
423
424    <!-- Default iso setting. Do not translate. -->
425    <string name="pref_camera_iso_default">auto</string>
426
427    <!-- Settings screen, Select Iso title -->
428    <string name="pref_camera_iso_title">Select ISO</string>
429
430    <!-- Settings screen, ISO dialog radio button choices -->
431    <string name="pref_camera_iso_entry_auto">Auto</string>
432    <string name="pref_camera_iso_entry_high">High ISO</string>
433
434    <!-- ISO entry values. Do not translate. -->
435    <string name="pref_camera_iso_value_auto">auto</string>
436    <string name="pref_camera_iso_value_high">high</string>
437
438    <!-- Settings screen, ISO dialog title -->
439    <string name="pref_camera_iso_dialogtitle">ISO</string>
440
441    <!-- Menu item to go to the settings screen -->
442    <string name="camerasettings">Settings</string>
443
444    <!-- Text message indicating that there are no pictures or videos in a particular
445         bucket on the SD card -->
446    <string name="image_gallery_NoImageView_text">No media found.</string>
447
448    <!-- Preference title for whether the user should be prompted form confirmation when deleting images  -->
449    <string name="pref_gallery_confirm_delete_title">Confirm deletions</string>
450
451    <!-- Preference summary for whether the user should be prompted form confirmation when deleting images  -->
452    <string name="pref_gallery_confirm_delete_summary">Show confirmation before deleting a picture or video</string>
453
454   <!-- Details stuff -->
455    <!-- Do not translate -->
456    <string name="details_title_text">myvideo</string>
457    <!-- Do not translate -->
458    <string name="details_tags_text">monster</string>
459    <!-- Do not translate -->
460    <string name="details_category_label">Category:</string>
461    <!-- Do not translate -->
462    <string name="details_description_label">Description:</string>
463    <!-- Do not translate -->
464    <string name="details_publicView_text">Public</string>
465    <!-- Do not translate -->
466    <string name="details_tags_label">Tags:</string>
467    <!-- Do not translate -->
468    <string name="details_description_text">testdescription</string>
469    <!-- Do not translate -->
470    <string name="details_title_label">Title:</string>
471    <!-- Do not translate -->
472    <string name="details_save_text">Save</string>
473    <!-- Do not translate -->
474    <string name="details_language_label">Language:</string>
475    <!-- Do not translate -->
476    <string name="details_privateView_text">Private</string>
477
478    <!-- Message to show when there's no lat/lng information in the image -->
479    <string name="no_location_image">No Location information contained in this image.</string>
480    <!-- Title of Details dialog  -->
481    <string name="details_panel_title">Details</string> 
482    <!-- Label in message of Details dialog  -->
483    <string name="details_file_size">File size:</string>
484    <!-- Label in message of Details dialog  -->
485    <string name="details_image_resolution">Resolution:</string>
486    <!-- Label in message of Details dialog  -->
487    <string name="details_image_make">Manufacturer:</string>
488    <!-- Label in message of Details dialog  -->
489    <string name="details_image_model">Model:</string>
490    <!-- Label in message of Details dialog  -->
491    <string name="details_image_whitebalance">WhiteBalance:</string>
492    <!-- Label in message of Details dialog  -->
493    <string name="details_image_latitude">GPS Latitude:</string>
494    <!-- Label in message of Details dialog  -->
495    <string name="details_image_longitude">GPS Longitude:</string>
496    <!-- Label in message of Details dialog  -->
497    <string name="details_image_location">Location:</string>
498    <!-- Label in message of Details dialog  -->
499    <string name="details_duration">Duration:</string>
500    <!-- Label in message of Details dialog  -->
501    <string name="details_date_taken">Date taken:</string>
502    <!-- Label in message of Details dialog  -->
503    <string name="details_frame_rate">Frame rate:</string>
504    <!-- Label in message of Details dialog  -->
505    <string name="details_bit_rate">Bit rate:</string>
506    <!-- Label in message of Details dialog  -->
507    <string name="details_codec">Codec:</string>
508    <!-- Label in message of Details dialog  -->
509    <string name="details_format">Format:</string>
510    
511    <!-- Used to format image dimensions in Details dialog. e.g. 64 x 64 -->
512    <string name="details_dimension_x">%1$d x %2$d</string>
513    <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
514    <string name="details_ms">%1$02d:%2$02d</string>
515    <!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
516    <string name="details_hms">%1$d:%2$02d:%3$02d</string>
517    <!-- Unit of measure in the Details dialog frames per second. e.g. 20 fps -->
518    <string name="details_fps">%1$d fps</string>
519    <!-- Unit of measure in the Details dialog K bits per second. e.g. 192 Kbps -->
520    <string name="details_kbps">%1$d Kbps</string>
521    <!-- Unit of measure in the Details dialog M bits per second. e.g. 2.3 Mbps -->
522    <string name="details_mbps">%1$g Mbps</string>
523    <!-- Details dialog "OK" button. Dismisses dialog. -->
524    <string name="details_ok">OK</string>
525    
526    <!-- Text of context menu when an image is selected -->
527    <string name="context_menu_header">Picture options</string>
528    <!-- Text of context menu when a video is selected -->
529    <string name="video_context_menu_header">Video options</string>
530    <!-- Hint that appears when cropping an image with more than one face -->
531    <string name="multiface_crop_help">Tap a face to begin.</string>
532    
533    <!-- Activity title when in the image gallery to see pictures -->   
534    <string name="photos_gallery_title">Gallery</string>
535
536    <!-- Activity title when in the image gallery to select a picture -->   
537    <string name="pick_photos_gallery_title">Select picture</string>
538
539    <!-- Activity title when in the image gallery to see videos -->
540    <string name="videos_gallery_title">Gallery</string>
541
542    <!-- Activity title when in the image gallery to select a video -->
543    <string name="pick_videos_gallery_title">Select video</string>
544    
545    <!-- onscreen text indicating the progress of generating thumbnails.  Basically some number followed by the word "remaining" -->    
546    <string name="loading_progress_format_string"><xliff:g id="counter">%d</xliff:g> remaining</string>
547    
548    <!-- Displayed in the title of the dialog for things to do with a picture that
549         is to be sent to another application: -->
550    <string name="sendImage">Share picture via</string>
551
552    <!-- Displayed in the title of the dialog for things to do with a picture that
553         is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
554    <string name="setImage">Set picture as</string>
555    
556    <!-- Displayed in the title of the dialog for things to do with a video that
557         is to be sent to another application. -->
558    <string name="sendVideo">Share video via</string>
559    
560    <!-- Activity label. This might show up in the activity-picker -->
561    <string name="movieviewlabel">Movies</string>
562    <!-- shown in the video player view while the video is being loaded, before it starts playing -->
563    <string name="loading_video">Loading video\u2026</string>
564 
565    <!-- Low-memory dialog title -->
566    <string name="spaceIsLow_title">Space is low</string>
567    <!-- Low-memory dialog message -->
568    <string name="spaceIsLow_content">Your SD card is running out of space. Change the quality setting or delete items from Gallery.</string>
569    
570    <!-- Movie View Resume Playing dialog title -->
571    <string name="resume_playing_title">Resume video</string>
572    
573    <!-- Movie View Start Playing dialog title -->
574    <string name="resume_playing_message">Resume playing from %s ?</string>
575    
576    <!-- Movie View Start Playing button "Resume from bookmark" -->
577    <string name="resume_playing_resume">Resume playing</string>
578    
579    <!-- Movie View Start Playing button "Beginning" -->
580    <string name="resume_playing_restart">Start over</string>
581    
582    <!-- Title for picture frame gadget to show in list of all available gadgets -->
583    <string name="gadget_title">Picture frame</string>
584    
585    <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat.
586         Do not localize -->
587    <string name="video_file_name_format" translatable="false">"'video'-yyyy-MM-dd-HH-mm-ss"</string>
588
589    <!-- Title for the file information dialog -->
590    <string name="file_info_title">File info:</string>
591    
592    <!-- The video is execeed the size limit of a MMS, and suggest user to record a shorter length clip -->
593    <string name="video_exceed_mms_limit">The video you recorded is too large to send via MMS. Try recording a shorter length clip.</string>
594
595    <!-- Displayed as a toast when a video file is too large to attach
596         to a Gmail message. -->
597    <string name="too_large_to_attach">File too large to attach.</string>
598
599    <!-- The title shown on the button which share the selected images by gmail, mms, and etc. --> 
600    <string name="multiselect_share">Share</string>
601
602    <!-- The title shown on the button which will delete all the selected images -->
603    <string name="multiselect_delete">Delete</string>
604
605    <!-- Title shown on the button which will close the multiselction mode -->
606    <string name="multiselect_close">Close</string>
607    
608</resources>
609