strings.xml revision 7d2d5ec1e9d6c19278e41c103eacd8090be24406
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    <!-- label for the gallery application (displayed when the user needs to
33         choose an application to pick a picture or a video) -->
34    <string name="gallery_label">Gallery</string>
35
36    <!-- label for the folder that contains Camera pictures in the gallery -->
37    <string name="gallery_camera_bucket_name">Camera pictures</string>
38
39    <!-- label for the folder that contains Camera videos in the gallery -->
40    <string name="gallery_camera_videos_bucket_name">Camera videos</string>
41
42    <!-- label for the folder that contains Camera videos in the gallery -->
43    <string name="gallery_camera_media_bucket_name">Camera media</string>
44
45    <!-- menu pick: crop the currently selected image -->
46    <string name="crop_label">Crop picture</string>
47
48    <!-- menu pick: view the currently selected image -->
49    <string name="view_label">View picture</string>
50
51    <!-- menu pick: go to the preferences screen for the camera or image gallery -->
52    <string name="preferences_label">Camera settings</string>
53
54    <!-- alert to the user to wait for some operation to complete -->
55    <string name="wait">Please wait\u2026</string>
56
57    <!-- alert to the user to that an SD card must be installed before using the camera -->
58    <string name="no_storage">Please insert an SD card before using the camera.</string>
59
60    <!-- alert to the user to that the SD card is too full to complete the operation -->
61    <string name="not_enough_space">Your SD card is full.</string>
62
63    <!-- alert to the user to that the SD card is being disk-checked -->
64    <string name="preparing_sd">Preparing SD card\u2026</string>
65
66    <!-- Toast/alert after saving wallpaper -->
67    <string name="wallpaper">Setting wallpaper, please wait\u2026</string>
68
69    <!-- Settings stuff -->
70
71    <!-- Toast/alert that the image is being saved to the SD card -->
72    <string name="savingImage">Saving picture\u2026</string>
73
74    <!-- Toast/alert that the face detection is being run -->
75    <string name="runningFaceDetection">Please wait\u2026</string>
76
77
78    <!-- Menu items: -->
79    <!-- menu pick to view the currently selected image -->
80    <string name="view">View</string>
81
82    <!-- menu pick to view the details of the currently selected image -->
83    <string name="details">Details</string>
84
85    <!-- menu pick to show the location of the currently selected image on maps-->
86    <string name="show_on_map">Show on Maps</string>
87
88    <!-- menu pick to rotate the currently selected image (brings up submenu) -->
89    <string name="rotate">Rotate</string>
90
91    <!-- menu pick to rotate the currently selected image to the left -->
92    <string name="rotate_left">Rotate left</string>
93
94    <!-- menu pick to rotate the currently selected image to the right -->
95    <string name="rotate_right">Rotate right</string>
96
97    <!-- menu pick to start a slide show -->
98    <string name="slide_show">Slideshow</string>
99
100    <!-- menu pick to enter multiselect mode -->
101    <string name="multiselect">Multiselect</string>
102
103    <!-- menu pick to go to camera mode to capture a picture -->
104    <string name="capture_picture">Capture picture</string>
105    <!-- menu pick to go to video mode to capture a video -->
106    <string name="capture_video">Capture video</string>
107
108    <!-- button indicating that the cropped image should be saved -->
109    <string name="crop_save_text">Save</string>
110    <!-- button indicating that the cropped image should be reverted back to the original -->
111    <string name="crop_discard_text">Discard</string>
112
113    <!-- Confirmation dialog title after deleting a picture -->
114    <string name="confirm_delete_title">Delete</string>
115    <!-- Confirmation dialog message after deleting a picture -->
116    <string name="confirm_delete_message">The picture will be deleted.</string>
117    <!-- Confirmation dialog message after deleting a video -->
118    <string name="confirm_delete_video_message">The video will be deleted.</string>
119
120    <!-- Confirmation dialog message after deleting a multiple media files -->
121    <string name="confirm_delete_multiple_message">These media files will be deleted.</string>
122
123    <!-- button indicating that the picture just taken should be deleted -->
124    <string name="camera_toss">Delete</string>
125
126    <!-- button indicating that the picture just taken should be shared by email, mms, etc -->
127    <string name="camera_share">Share</string>
128
129    <!-- button indicating that the picture just taken should be set as a contact photo, wallpaper, etc -->
130    <string name="camera_set">Set as</string>
131
132    <!-- button indicating that the video just taken should be played -->
133    <string name="camera_play">Play</string>
134
135    <!-- button indicating that the video just taken should be accepted as an attachment -->
136    <string name="camera_attach">Attach</string>
137
138    <!-- button indicating that the video recording session should be canceled -->
139    <string name="camera_cancel">Cancel</string>
140
141    <!-- button indicating that the picture just taken should be cropped -->
142    <string name="camera_crop">Crop</string>
143
144    <!-- Toast after trying to share a picture indicating that there are no applications which are capable of so doing. -->
145    <string name="no_way_to_share_image">No application available to share the picture.</string>
146
147    <!-- Toast after trying to share a video indicating that there are no applications which are capable of so doing. -->
148    <string name="no_way_to_share_video">No application available to share the video.</string>
149
150    <!-- Toast after trying to share multiple media files indicating that there are no applications which are capable of so doing. -->
151    <string name="no_way_to_share">No application available to share the media file(s).</string>
152
153    <!-- Menu item for playing the video. -->
154    <string name="video_play">Play</string>
155
156    <!-- String indicating an action of picking a picture to use as wallpaper (e.g. set wallpaper from "Pictures") -->
157    <string name="camera_pick_wallpaper">Pictures</string>
158    <string name="camera_setas_wallpaper">Wallpaper</string>
159
160    <!-- Settings screen, section heading  -->
161    <string name="pref_gallery_category">General settings</string>
162
163    <!-- Settings screen, section heading  -->
164    <string name="pref_slideshow_category">Slideshow settings</string>
165
166    <!-- Settings screen, setting summary text -->
167    <string name="pref_gallery_size_title">Display size</string>
168
169    <!-- Settings screen, title for preference for image size to be used in the im -->
170    <string name="pref_gallery_size_summary">Select the display size of pictures and videos</string>
171    <!-- Title of dialog that appears after selecting Picture size setting option -->
172    <string name="pref_gallery_size_dialogtitle">Picture size</string>
173    <!-- Options in dialog that appears after selecting Picture size setting option -->
174    <string-array name="pref_gallery_size_choices">
175        <!-- size choice of "large" -->
176        <item>Large</item>
177        <!-- size choice of "small" -->
178        <item>Small</item>
179    </string-array>
180    <!-- Option values in dialog that appears after selecting Picture size setting option -->
181    <string-array name="pref_gallery_size_values" translatable="false">
182        <item>1</item>
183        <item>0</item>
184    </string-array>
185    <!-- Default option value in dialog that appears after selecting Picture size setting option -->
186    <string name="default_value_pref_gallery_size" translatable="false">1</string>
187    <!-- Settings screen, setting option name -->
188    <string name="pref_gallery_sort_title">Sort order</string>
189    <!-- Settings screen, setting summary text -->
190    <string name="pref_gallery_sort_summary">Select the sort order of pictures and videos</string>
191    <!-- Title of dialog that appears after selecting Picture sort setting option -->
192    <string name="pref_gallery_sort_dialogtitle">Picture sort</string>
193    <!-- Options in dialog that appears after selecting Picture sort setting option -->
194    <string-array name="pref_gallery_sort_choices">
195        <!-- Preference choice to show "newest first" -->
196        <item>Newest first</item>
197        <!-- Preference choice to show "newest last" -->
198        <item>Newest last</item>
199    </string-array>
200    <!-- Option values in dialog that appears after selecting Picture sort setting option -->
201    <string-array name="pref_gallery_sort_values" translatable="false">
202        <item>descending</item>
203        <item>ascending</item>
204    </string-array>
205    <!-- Default option value in dialog that appears after selecting Picture sort setting option -->
206    <string name="default_value_pref_gallery_sort" translatable="false">descending</string>
207    <!-- Settings screen, setting option name -->
208    <string name="pref_gallery_slideshow_interval_title">Slideshow interval</string>
209    <!-- Settings screen, setting summary text -->
210    <string name="pref_gallery_slideshow_interval_summary">Select how long each slide displays in the show</string>
211    <!-- Title of dialog that appears after selecting Slideshow interval setting option -->
212    <string name="pref_gallery_slideshow_interval_dialogtitle">Slideshow interval</string>
213    <!-- Options in dialog that appears after selecting Slideshow interval setting option -->
214    <string-array name="pref_gallery_slideshow_interval_choices">
215        <!-- slide show interval "N seconds" where N is 2 -->
216        <item>2 seconds</item>
217        <!-- slide show interval "N seconds" where N is 3 -->
218        <item>3 seconds</item>
219        <!-- slide show interval "N seconds" where N is 4 -->
220        <item>4 seconds</item>
221    </string-array>
222    <!-- Option values in dialog that appears after selecting Slideshow interval setting option -->
223    <string-array name="pref_gallery_slideshow_interval_values" translatable="false">
224        <item>"2"</item>
225        <item>"3"</item>
226        <item>"4"</item>
227    </string-array>
228    <!-- Default option value in dialog that appears after selecting Slideshow interval setting option -->
229    <string name="default_value_pref_gallery_slideshow_interval" translatable="false">"2"</string>
230    <!-- Settings screen, setting option name -->
231    <string name="pref_gallery_slideshow_transition_title">Slideshow transition</string>
232    <!-- Settings screen, setting summary text -->
233    <string name="pref_gallery_slideshow_transition_summary">Select the effect used when moving from one slide to the next</string>
234    <!-- Title of dialog that appears after selecting Slideshow transition setting option -->
235    <string name="pref_gallery_slideshow_transition_dialogtitle">Slideshow transition</string>
236    <!-- Options in dialog that appears after selecting Slideshow transition
237     setting option -->
238    <string-array name="pref_gallery_slideshow_transition_choices">
239        <!-- Slide show transition to fade in and fade out -->
240        <item>Fade in &amp; out</item>
241        <!-- Slide show transition to slide in and out from the left and right -->
242        <item>Slide left - right</item>
243        <!-- Slide show transition to slide in and out from the top and bottom -->
244        <item>Slide up - down</item>
245        <!-- Slide show transition to be chosen randomly -->
246        <item>Random selection</item>
247    </string-array>
248    <!-- Option values in dialog that appears after selecting Slideshow transition setting option -->
249    <string-array name="pref_gallery_slideshow_transition_values" translatable="false">
250        <item>"0"</item>
251        <item>"1"</item>
252        <item>"2"</item>
253        <item>"-1"</item>
254    </string-array>
255    <!-- Default option value in dialog that appears after selecting Slideshow transition setting option -->
256    <string name="default_value_pref_gallery_slideshow_transition" translatable="false">"0"</string>
257
258    <!-- Settings screen, setting check box name -->
259    <string name="pref_gallery_slideshow_repeat_title">Repeat slideshow</string>
260
261    <!-- Settings screen, setting summary text -->
262    <string name="pref_gallery_slideshow_repeat_summary">Play slideshow more than once</string>
263
264    <!-- Settings screen, setting check box name -->
265    <string name="pref_gallery_slideshow_shuffle_title">Shuffle slides</string>
266
267    <!-- Settings screen, setting summary text -->
268    <string name="pref_gallery_slideshow_shuffle_summary">Show pictures in random order</string>
269
270    <!-- Menu item to go to the settings screen -->
271    <string name="camerasettings">Settings</string>
272
273    <!-- Text message indicating that there are no pictures or videos in a particular
274         bucket on the SD card -->
275    <string name="image_gallery_NoImageView_text">No media found.</string>
276
277    <!-- Preference title for whether the user should be prompted form confirmation when deleting images  -->
278    <string name="pref_gallery_confirm_delete_title">Confirm deletions</string>
279
280    <!-- Preference summary for whether the user should be prompted form confirmation when deleting images  -->
281    <string name="pref_gallery_confirm_delete_summary">Show confirmation before deleting a picture or video</string>
282
283    <!-- Message to show when there's no lat/lng information in the image -->
284    <string name="no_location_image">No Location information contained in this image.</string>
285    <!-- Title of Details dialog  -->
286    <string name="details_panel_title">Details</string>
287    <!-- Label in message of Details dialog  -->
288    <string name="details_file_size">File size:</string>
289    <!-- Label in message of Details dialog  -->
290    <string name="details_image_resolution">Resolution:</string>
291    <!-- Label in message of Details dialog  -->
292    <string name="details_image_make">Manufacturer:</string>
293    <!-- Label in message of Details dialog  -->
294    <string name="details_image_model">Model:</string>
295    <!-- Label in message of Details dialog  -->
296    <string name="details_image_whitebalance">WhiteBalance:</string>
297    <!-- Label in message of Details dialog  -->
298    <string name="details_image_latitude">GPS Latitude:</string>
299    <!-- Label in message of Details dialog  -->
300    <string name="details_image_longitude">GPS Longitude:</string>
301    <!-- Label in message of Details dialog  -->
302    <string name="details_image_location">Location:</string>
303    <!-- Label in message of Details dialog  -->
304    <string name="details_duration">Duration:</string>
305    <!-- Label in message of Details dialog  -->
306    <string name="details_date_taken">Date taken:</string>
307    <!-- Label in message of Details dialog  -->
308    <string name="details_frame_rate">Frame rate:</string>
309    <!-- Label in message of Details dialog  -->
310    <string name="details_bit_rate">Bit rate:</string>
311    <!-- Label in message of Details dialog  -->
312    <string name="details_codec">Codec:</string>
313    <!-- Label in message of Details dialog  -->
314    <string name="details_format">Format:</string>
315
316    <!-- Used to format image dimensions in Details dialog. e.g. 64 x 64 -->
317    <string name="details_dimension_x"><xliff:g id="width" example="640">%1$d</xliff:g> x <xliff:g id="height" example="480">%2$d</xliff:g></string>
318    <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
319    <string name="details_ms"><xliff:g id="minutes">%1$02d</xliff:g>:<xliff:g id="seconds">%2$02d</xliff:g></string>
320    <!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
321    <string name="details_hms"><xliff:g id="hours">%1$d</xliff:g>:<xliff:g id="minutes">%2$02d</xliff:g>:<xliff:g id="seconds">%3$02d</xliff:g></string>
322    <!-- Unit of measure in the Details dialog frames per second. e.g. 20 fps -->
323        <string name="details_fps"><xliff:g id="frames" example="30">%1$d</xliff:g> fps</string>
324    <!-- Unit of measure in the Details dialog K bits per second. e.g. 192 Kbps -->
325    <string name="details_kbps"><xliff:g id="speed" example="192">%1$d</xliff:g> Kbps</string>
326    <!-- Unit of measure in the Details dialog M bits per second. e.g. 2.3 Mbps -->
327    <string name="details_mbps"><xliff:g id="speed" example="2.3">%1$g</xliff:g> Mbps</string>
328    <!-- Details dialog "OK" button. Dismisses dialog. -->
329    <string name="details_ok">OK</string>
330
331    <!-- Text of context menu when an image is selected -->
332    <string name="context_menu_header">Picture options</string>
333    <!-- Text of context menu when a video is selected -->
334    <string name="video_context_menu_header">Video options</string>
335    <!-- Hint that appears when cropping an image with more than one face -->
336    <string name="multiface_crop_help">Tap a face to begin.</string>
337
338    <!-- Activity title when in the image gallery to see pictures -->
339    <string name="photos_gallery_title">Gallery</string>
340
341    <!-- Activity title when in the image gallery to select a picture -->
342    <string name="pick_photos_gallery_title">Select picture</string>
343
344    <!-- Activity title when in the image gallery to see videos -->
345    <string name="videos_gallery_title">Gallery</string>
346
347    <!-- Activity title when in the image gallery to select a video -->
348    <string name="pick_videos_gallery_title">Select video</string>
349
350    <!-- Displayed in the title of the dialog for things to do with a picture that
351         is to be sent to another application: -->
352    <string name="sendImage">Share picture via</string>
353
354    <!-- Displayed in the title of the dialog for things to do with a picture that
355         is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
356    <string name="setImage">Set picture as</string>
357
358    <!-- Displayed in the title of the dialog for things to do with a video that
359         is to be sent to another application. -->
360    <string name="sendVideo">Share video via</string>
361
362    <!-- Displayed in the title of the dialog for things to do with media files that
363         are to be sent to another application: -->
364    <string name="send_media_files">Share media files via</string>
365
366    <!-- Activity label. This might show up in the activity-picker -->
367    <string name="movieviewlabel">Movies</string>
368    <!-- shown in the video player view while the video is being loaded, before it starts playing -->
369    <string name="loading_video">Loading video\u2026</string>
370
371    <!-- Movie View Resume Playing dialog title -->
372    <string name="resume_playing_title">Resume video</string>
373
374    <!-- Movie View Start Playing dialog title -->
375    <string name="resume_playing_message">Resume playing from <xliff:g id="duration" example="5:30">%s</xliff:g> ?</string>
376
377    <!-- Movie View Start Playing button "Resume from bookmark" -->
378    <string name="resume_playing_resume">Resume playing</string>
379
380    <!-- Movie View Start Playing button "Beginning" -->
381    <string name="resume_playing_restart">Start over</string>
382
383    <!-- Title for picture frame gadget to show in list of all available gadgets -->
384    <string name="gadget_title">Picture frame</string>
385
386    <!-- Title for the file information dialog -->
387    <string name="file_info_title">File info:</string>
388
389    <!-- The video is execeed the size limit of a MMS, and suggest user to record a shorter length clip -->
390    <string name="video_exceed_mms_limit">The video you recorded is too large to send via MMS. Try recording a shorter length clip.</string>
391
392    <!-- The title shown on the button which share the selected images by gmail, mms, and etc. -->
393    <string name="multiselect_share">Share</string>
394
395    <!-- The title shown on the button which will delete all the selected images -->
396    <string name="multiselect_delete">Delete</string>
397
398    <!-- Title shown on the button which will close the multiselction mode -->
399    <string name="multiselect_cancel">Cancel</string>
400
401    <!-- The messsage shown on progress dialog when deleting images -->
402    <string name="delete_images_message">Deleting images, please wait\u2026</string>
403</resources>
404