strings.xml revision 9c57ded79ff3d986acfed935865a2fc2a7f0d14e
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    <!-- title for the dialog showing the error of camera hardware -->
21    <string name="camera_error_title">Camera Error</string>
22
23    <!-- message for the dialog showing the error of camera hardware -->
24    <string name="cannot_connect_camera">Cannot connect to camera.</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 folder that contains Camera pictures in the gallery -->
33    <string name="gallery_camera_bucket_name">Camera pictures</string>
34
35    <!-- label for the folder that contains Camera videos in the gallery -->
36    <string name="gallery_camera_videos_bucket_name">Camera videos</string>
37
38    <!-- menu pick: view the currently selected image -->
39    <string name="view_label">View picture</string>
40
41    <!-- alert to the user to wait for some operation to complete -->
42    <string name="wait">Please wait\u2026</string>
43
44    <!-- alert to the user to that an SD card must be installed before using the camera -->
45    <string name="no_storage">Please insert an SD card before using the camera.</string>
46
47    <!-- alert to the user to that the SD card is too full to complete the operation -->
48    <string name="not_enough_space">Your SD card is full.</string>
49
50    <!-- alert to the user to that the SD card is being disk-checked -->
51    <string name="preparing_sd">Preparing SD card\u2026</string>
52
53    <!-- Toast/alert after saving wallpaper -->
54    <string name="wallpaper">Setting wallpaper, please wait\u2026</string>
55
56    <!-- Settings stuff -->
57
58    <!-- Toast/alert that the image is being saved to the SD card -->
59    <string name="savingImage">Saving picture\u2026</string>
60
61    <!-- Toast/alert that the face detection is being run -->
62    <string name="runningFaceDetection">Please wait\u2026</string>
63
64
65    <!-- Menu items: -->
66    <!-- menu pick to go to the settings screen -->
67    <string name="settings">Settings</string>
68
69    <!-- menu pick to view the details of the currently selected image -->
70    <string name="details">Details</string>
71
72    <!-- menu pick to show the location of the currently selected image on maps-->
73    <string name="show_on_map">Show on Maps</string>
74
75    <!-- menu pick to rotate the currently selected image (brings up submenu) -->
76    <string name="rotate">Rotate</string>
77
78    <!-- menu pick to rotate the currently selected image to the left -->
79    <string name="rotate_left">Rotate left</string>
80
81    <!-- menu pick to rotate the currently selected image to the right -->
82    <string name="rotate_right">Rotate right</string>
83
84    <!-- button indicating that the cropped image should be saved -->
85    <string name="crop_save_text">Save</string>
86    <!-- button indicating that the cropped image should be reverted back to the original -->
87    <string name="crop_discard_text">Discard</string>
88
89    <!-- Confirmation dialog title after deleting a picture -->
90    <string name="confirm_delete_title">Delete</string>
91    <!-- Confirmation dialog message after deleting a picture -->
92    <string name="confirm_delete_message">The picture will be deleted.</string>
93    <!-- Confirmation dialog message after deleting a video -->
94    <string name="confirm_delete_video_message">The video will be deleted.</string>
95
96    <!-- button in review mode indicating that the picture just taken should be deleted -->
97    <string name="review_toss">DELETE</string>
98
99    <!-- button in review mode indicating that the picture just taken are going to shared by email, mms, etc -->
100    <string name="review_share">SHARE</string>
101
102    <!-- button in review mode indicating that the picture just taken should be set as a contact photo, wallpaper, etc -->
103    <string name="review_set">SET AS</string>
104
105    <!-- button in review mode indicating that the video just taken should be played -->
106    <string name="review_play">PLAY</string>
107
108    <!-- button in review mode indicating that the video recording session should be canceled -->
109    <string name="review_cancel">CANCEL</string>
110
111    <!-- button in review mode indicating that the the review activity should be finished -->
112    <string name="review_done">DONE</string>
113
114    <!-- button in review mode indicating that the taken video is OK to be attached/uploaded -->
115    <string name="review_ok">OK</string>
116
117    <!-- button in review mode indicate the user want to retake another picture for attachment -->
118    <string name="review_retake">RETAKE</string>
119
120    <!-- button indicating that the picture just taken should be deleted -->
121    <string name="camera_toss">Delete</string>
122
123    <!-- button indicating that the picture just taken should be shared by email, mms, etc -->
124    <string name="camera_share">Share</string>
125
126    <!-- button indicating that the picture just taken should be set as a contact photo, wallpaper, etc -->
127    <string name="camera_set">Set as</string>
128
129    <!-- button indicating that the picture just taken should be cropped -->
130    <string name="camera_crop">Crop</string>
131
132    <!-- Toast after trying to share a picture indicating that there are no applications which are capable of so doing. -->
133    <string name="no_way_to_share_image">No application available to share the picture.</string>
134
135    <!-- Toast after trying to share a video indicating that there are no applications which are capable of so doing. -->
136    <string name="no_way_to_share_video">No application available to share the video.</string>
137
138    <!-- Menu item for playing the video. -->
139    <string name="video_play">Play</string>
140
141    <!-- Button indicating to go to the image gallery -->
142    <string name="camera_gallery_photos_text">Gallery</string>
143
144    <!-- Settings screen, setting title text -->
145    <string name="pref_camera_recordlocation_title">Store location</string>
146
147    <string name="pref_camera_recordlocation_default" translatable="false">false</string>
148
149    <!-- Settings screen, Record location dialog choices -->
150    <string name="pref_camera_recordlocation_entry_off">Off</string>
151    <string name="pref_camera_recordlocation_entry_on">On</string>
152
153    <!-- Default video quality setting. A numerical value. -->
154    <string name="pref_camera_videoquality_default" translatable="false">1</string>
155
156    <!-- Settings screen, Video quality title -->
157    <string name="pref_camera_videoquality_title">Video quality</string>
158
159    <!-- Settings screen, Video quality dialog radio button choices -->
160    <string name="pref_camera_videoquality_entry_0">Low (for MMS messages)</string>
161    <string name="pref_camera_videoquality_entry_1">High (for SD card)</string>
162
163    <!-- Settings screen, Video codec dialog title -->
164    <string name="pref_camera_videoquality_dialogtitle">Video quality</string>
165
166    <!-- Default video duration setting. A numerical value.-->
167    <string name="pref_camera_video_duration_default" translatable="false">10</string>
168
169    <!-- Settings screen, Video duration title -->
170    <string name="pref_camera_video_duration_title">Video duration</string>
171
172    <!-- Settings screen, Video duration dialog radio button choices -->
173    <string name="pref_camera_video_duration_entry_mms">
174        <xliff:g id="duration" example="60">%1$d</xliff:g> seconds (for MMS)
175    </string>
176    <string name="pref_camera_video_duration_entry_10">10 minutes</string>
177    <string name="pref_camera_video_duration_entry_30">30 minutes</string>
178
179    <!-- Settings screen, Video duration dialog title -->
180    <string name="pref_camera_video_duration_dialogtitle">Video duration</string>
181
182    <!-- Settings screen, Camera setting category title -->
183    <string name="pref_camera_settings_category">Camera settings</string>
184
185    <!-- Settings screen, Camcorder setting category title -->
186    <string name="pref_camcorder_settings_category">Camcorder settings</string>
187
188    <!-- Settings screen, Picture size title -->
189    <string name="pref_camera_picturesize_title">Picture size</string>
190
191    <!-- Settings screen, Picture size dialog radio button choices -->
192    <string name="pref_camera_picturesize_entry_2592x1936">5M Pixels</string>
193    <string name="pref_camera_picturesize_entry_2048x1536">3M Pixels</string>
194    <string name="pref_camera_picturesize_entry_1600x1200">2M Pixels</string>
195    <string name="pref_camera_picturesize_entry_1024x768">1M Pixels</string>
196
197    <!-- Settings screen, picture size dialog title -->
198    <string name="pref_camera_picturesize_dialogtitle">Picture size</string>
199
200    <!-- Default picture quality setting.-->
201    <string name="pref_camera_jpegquality_default" translatable="false">85</string>
202
203    <!-- Settings screen, Picture quality title -->
204    <string name="pref_camera_jpegquality_title">Picture quality</string>
205
206    <!-- Settings screen, Picture quality dialog radio button choices -->
207    <string name="pref_camera_jpegquality_entry_superfine">Super fine</string>
208    <string name="pref_camera_jpegquality_entry_fine">Fine</string>
209    <string name="pref_camera_jpegquality_entry_normal">Normal</string>
210
211    <!-- Settings screen, picture quality dialog title -->
212    <string name="pref_camera_jpegquality_dialogtitle">Picture quality</string>
213
214    <!-- Default focus mode setting.-->
215    <string name="pref_camera_focusmode_default" translatable="false">auto</string>
216
217    <!-- Settings screen, Focus mode title -->
218    <string name="pref_camera_focusmode_title">Focus mode</string>
219
220    <!-- Settings screen, Focue mode dialog radio button choices -->
221    <string name="pref_camera_focusmode_entry_auto">Auto</string>
222    <string name="pref_camera_focusmode_entry_infinity">Infinity</string>
223    <string name="pref_camera_focusmode_entry_macro">Macro</string>
224
225    <!-- Settings screen, focus mode dialog title -->
226    <string name="pref_camera_focusmode_dialogtitle">Focus mode</string>
227
228    <!-- Default flash mode setting.-->
229    <string name="pref_camera_flashmode_default" translatable="false">auto</string>
230
231    <!-- Settings screen, Flash mode title -->
232    <string name="pref_camera_flashmode_title">Flash mode</string>
233
234    <!-- Settings screen, Focue mode dialog radio button choices -->
235    <string name="pref_camera_flashmode_entry_auto">Auto</string>
236    <string name="pref_camera_flashmode_entry_on">On</string>
237    <string name="pref_camera_flashmode_entry_off">Off</string>
238
239    <!-- Settings screen, flash mode dialog title -->
240    <string name="pref_camera_flashmode_dialogtitle">Flash mode</string>
241
242    <!-- Default white balance setting. -->
243    <string name="pref_camera_whitebalance_default" translatable="false">auto</string>
244
245    <!-- Settings screen, white balance dialog title -->
246    <string name="pref_camera_whitebalance_dialogtitle">White balance</string>
247
248    <!-- Settings screen, white balance title -->
249    <string name="pref_camera_whitebalance_title">White balance</string>
250
251    <!-- Settings screen, White balance dialog radio button choices -->
252    <string name="pref_camera_whitebalance_entry_auto">Auto</string>
253    <string name="pref_camera_whitebalance_entry_incandescent">Incandescent</string>
254    <string name="pref_camera_whitebalance_entry_daylight">Daylight</string>
255    <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string>
256    <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string>
257
258    <!-- Settings screen, color effect dialog title -->
259    <string name="pref_camera_coloreffect_dialogtitle">Color effect</string>
260
261    <!-- Default color effect setting. -->
262    <string name="pref_camera_coloreffect_default" translatable="false">none</string>
263
264    <!-- Settings screen, Select Color effect title -->
265    <string name="pref_camera_coloreffect_title">Color effect</string>
266
267    <!-- Settings screen, Color effect dialog radio button choices -->
268    <string name="pref_camera_coloreffect_entry_none">None</string>
269    <string name="pref_camera_coloreffect_entry_mono">Mono</string>
270    <string name="pref_camera_coloreffect_entry_sepia">Sepia</string>
271    <string name="pref_camera_coloreffect_entry_negative">Negative</string>
272    <!-- Color effect that overexposes and reverses some of the tones. -->
273    <string name="pref_camera_coloreffect_entry_solarize">Solarize</string>
274    <string name="pref_camera_coloreffect_entry_posterize">Posterize</string>
275    <string name="pref_camera_coloreffect_entry_whiteboard">Whiteboard</string>
276    <string name="pref_camera_coloreffect_entry_blackboard">Blackboard</string>
277    <string name="pref_camera_coloreffect_entry_aqua">Aqua</string>
278    <string name="pref_camera_coloreffect_entry_pastel">Pastel</string>
279    <string name="pref_camera_coloreffect_entry_mosaic">Mosaic</string>
280    <string name="pref_camera_coloreffect_entry_redtint">Red Tint</string>
281    <string name="pref_camera_coloreffect_entry_bluetint">Blue Tint</string>
282    <string name="pref_camera_coloreffect_entry_greentint">Green Tint</string>
283
284    <!-- Default scene mode setting. -->
285    <string name="pref_camera_scenemode_default" translatable="false">auto</string>
286
287    <!-- Settings screen, Select Scene mode -->
288    <string name="pref_camera_scenemode_title">Scene mode</string>
289
290    <!-- Settings screen, Select Scene mode -->
291    <string name="pref_camera_scenemode_dialogtitle">Scene mode</string>
292
293    <!-- Settings menu, scene mode choices -->
294    <string name="pref_camera_scenemode_entry_auto">Auto</string>
295    <!-- Scene mode that takes an image quickly with little motion blur. -->
296    <string name="pref_camera_scenemode_entry_action">Action</string>
297    <!-- Scene mode that takes an image with as little noise as possible so details of the subject are maintained. -->
298    <string name="pref_camera_scenemode_entry_portrait">Portrait</string>
299    <!-- Scene mode that takes an image of a landscape assuming all subjects are relatively far from the phone. -->
300    <string name="pref_camera_scenemode_entry_landscape">Landscape</string>
301    <!-- Scene mode that takes long exposures to capture night scenes without flash. -->
302    <string name="pref_camera_scenemode_entry_night">Night</string>
303    <!-- Scene mode that takes night shots with long exposure and flash to illuminate the subject while still capturing darker detail in the background. -->
304    <string name="pref_camera_scenemode_entry_night_portrait">Night Portrait</string>
305    <!-- Scene mode to be used in a stage show. -->
306    <string name="pref_camera_scenemode_entry_theatre">Theatre</string>
307    <!-- Scene mode optimized for taking images on the beach. -->
308    <string name="pref_camera_scenemode_entry_beach">Beach</string>
309    <!-- Scene mode optimized for taking images in the snow. -->
310    <string name="pref_camera_scenemode_entry_snow">Snow</string>
311    <!-- Scene mode optimized for taking images in the sunset. -->
312    <string name="pref_camera_scenemode_entry_sunset">Sunset</string>
313    <!-- Scene mode for taking a photo as sharp as possible. -->
314    <string name="pref_camera_scenemode_entry_steadyphoto">Steady Photo</string>
315    <!-- Scene mode optimized for taking images of fireworks. -->
316    <string name="pref_camera_scenemode_entry_fireworks">Fireworks</string>
317
318    <!-- Message to show when there's no lat/lng information in the image -->
319    <string name="no_location_image">No Location information contained in this image.</string>
320    <!-- Title of Details dialog  -->
321    <string name="details_panel_title">Details</string>
322    <!-- Label in message of Details dialog  -->
323    <string name="details_file_size">File size:</string>
324    <!-- Label in message of Details dialog  -->
325    <string name="details_image_resolution">Resolution:</string>
326    <!-- Label in message of Details dialog  -->
327    <string name="details_image_make">Manufacturer:</string>
328    <!-- Label in message of Details dialog  -->
329    <string name="details_image_model">Model:</string>
330    <!-- Label in message of Details dialog  -->
331    <string name="details_image_whitebalance">WhiteBalance:</string>
332    <!-- Label in message of Details dialog  -->
333    <string name="details_image_latitude">GPS Latitude:</string>
334    <!-- Label in message of Details dialog  -->
335    <string name="details_image_longitude">GPS Longitude:</string>
336    <!-- Label in message of Details dialog  -->
337    <string name="details_image_location">Location:</string>
338    <!-- Label in message of Details dialog  -->
339    <string name="details_duration">Duration:</string>
340    <!-- Label in message of Details dialog  -->
341    <string name="details_date_taken">Date taken:</string>
342    <!-- Label in message of Details dialog  -->
343    <string name="details_frame_rate">Frame rate:</string>
344    <!-- Label in message of Details dialog  -->
345    <string name="details_bit_rate">Bit rate:</string>
346    <!-- Label in message of Details dialog  -->
347    <string name="details_codec">Codec:</string>
348    <!-- Label in message of Details dialog  -->
349    <string name="details_format">Format:</string>
350
351    <!-- Used to format image dimensions in Details dialog. e.g. 64 x 64 -->
352    <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>
353    <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
354    <string name="details_ms"><xliff:g id="minutes">%1$02d</xliff:g>:<xliff:g id="seconds">%2$02d</xliff:g></string>
355    <!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
356    <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>
357    <!-- Unit of measure in the Details dialog frames per second. e.g. 20 fps -->
358        <string name="details_fps"><xliff:g id="frames" example="30">%1$d</xliff:g> fps</string>
359    <!-- Unit of measure in the Details dialog K bits per second. e.g. 192 Kbps -->
360    <string name="details_kbps"><xliff:g id="speed" example="192">%1$d</xliff:g> Kbps</string>
361    <!-- Unit of measure in the Details dialog M bits per second. e.g. 2.3 Mbps -->
362    <string name="details_mbps"><xliff:g id="speed" example="2.3">%1$g</xliff:g> Mbps</string>
363    <!-- Details dialog "OK" button. Dismisses dialog. -->
364    <string name="details_ok">OK</string>
365
366    <!-- Hint that appears when cropping an image with more than one face -->
367    <string name="multiface_crop_help">Tap a face to begin.</string>
368
369    <!-- Displayed in the title of the dialog for things to do with a picture that
370         is to be sent to another application: -->
371    <string name="sendImage">Share picture via</string>
372
373    <!-- Displayed in the title of the dialog for things to do with a picture that
374         is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
375    <string name="setImage">Set picture as</string>
376
377    <!-- Displayed in the title of the dialog for things to do with a video that
378         is to be sent to another application. -->
379    <string name="sendVideo">Share video via</string>
380
381    <!-- Low-memory dialog message -->
382    <string name="spaceIsLow_content">Your SD card is running out of space. Change the quality setting or delete items from Gallery.</string>
383
384    <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. -->
385    <string name="video_file_name_format" translatable="false">"'video'-yyyy-MM-dd-HH-mm-ss"</string>
386
387    <!-- The messsage shown when video record reaches size limit. -->
388    <string name="video_reach_size_limit">Size limit reached.</string>
389
390</resources>
391