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