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