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