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