strings.xml revision 94c0a10999c76ef25781447736c6f42729e522de
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 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 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 that the SD card is being disk-checked -->
48    <string name="preparing_sd">Preparing SD card\u2026</string>
49
50    <!-- alert to the user that the camera fails to read or write the SD card. -->
51    <string name="access_sd_fail">Fail to access SD card.</string>
52
53    <!-- Settings stuff -->
54
55    <!-- Menu items: -->
56    <!-- menu pick to go to the settings screen -->
57
58    <!-- menu pick to view the details of the currently selected image -->
59
60    <!-- menu pick to show the location of the currently selected image on maps-->
61
62    <!-- menu pick to rotate the currently selected image (brings up submenu) -->
63
64    <!-- menu pick to rotate the currently selected image to the left -->
65
66    <!-- menu pick to rotate the currently selected image to the right -->
67
68    <!-- Confirmation dialog title after deleting a picture -->
69    <!-- Confirmation dialog message after deleting a picture -->
70    <!-- Confirmation dialog message after deleting a video -->
71
72    <!-- Confirmation dialog when restoring settings -->
73    <string name="confirm_restore_title">Restore defaults</string>
74    <string name="confirm_restore_message">Camera settings will be restored to defaults.</string>
75
76    <!-- button in review mode indicating that the video just taken should be played -->
77    <string name="review_play">PLAY</string>
78
79    <!-- button in review mode indicating that the video recording session should be canceled -->
80    <string name="review_cancel">CANCEL</string>
81
82    <!-- button in review mode indicating that the taken video is OK to be attached/uploaded -->
83    <string name="review_ok">OK</string>
84
85    <!-- button in review mode indicate the user want to retake another picture for attachment -->
86    <string name="review_retake">RETAKE</string>
87
88    <!-- button indicating that the picture just taken should be deleted -->
89
90    <!-- button indicating that the picture just taken should be shared by email, mms, etc -->
91
92    <!-- button indicating that the picture just taken should be set as a contact photo, wallpaper, etc -->
93
94    <!-- button indicating that the picture just taken should be cropped -->
95
96    <!-- Toast after trying to share a picture indicating that there are no applications which are capable of so doing. -->
97
98    <!-- Toast after trying to share a video indicating that there are no applications which are capable of so doing. -->
99
100    <!-- Menu item for playing the video. -->
101
102    <!-- Button indicating to go to the image gallery -->
103    <string name="camera_gallery_photos_text">Gallery</string>
104
105    <!-- Button indicating to switch to another camera -->
106    <string name="switch_camera_id">Switch Camera</string>
107
108    <!-- Button indicating to enable the time lapse mode. Time lapse mode refers
109    to capturing video at a rate much slower than it is played back. Appears as
110    a Menu item in Camcorder mode. [CHAR LIMIT=20] -->
111    <string name="enable_time_lapse_mode">Enable Time Lapse</string>
112
113    <!-- Button indicating to disable the time lapse mode. Appears as a Menu item in
114    Camcorder mode. [CHAR LIMIT=20] -->
115    <string name="disable_time_lapse_mode">Disable Time Lapse</string>
116
117    <!-- Settings screen, setting title text -->
118    <string name="pref_camera_recordlocation_title">Store location</string>
119
120    <string name="pref_camera_recordlocation_default" translatable="false">none</string>
121
122    <!-- Settings screen, Record location dialog choices -->
123    <string name="pref_camera_recordlocation_entry_off">Off</string>
124    <string name="pref_camera_recordlocation_entry_on">On</string>
125
126    <!-- The Video length settings in preference -->
127    <string name="pref_video_quality_title">Video quality</string>
128    <string name="pref_video_quality_default" translatable="false">high</string>
129    <string name="pref_video_quality_entry_high">High (30m)</string>
130    <string name="pref_video_quality_entry_low">Low (30m)</string>
131    <string name="pref_video_quality_entry_mms">MMS (Low, 30s)</string>
132    <string name="pref_video_quality_entry_youtube">YouTube (High, 10m)</string>
133
134    <!-- Describes the preference dialog for choosing quality for time lapse video.
135    Appears at top of the dialog. [CHAR LIMIT=30] -->
136    <string name="pref_video_time_lapse_quality_title">Time lapse video quality</string>
137    <string name="pref_video_time_lapse_quality_default" translatable="false">high</string>
138    <!-- Refers to the video quality [CHAR LIMIT=8] -->
139    <string name="pref_video_time_lapse_quality_entry_low">Low</string>
140    <!-- Refers to the video quality [CHAR LIMIT=8] -->
141    <string name="pref_video_time_lapse_quality_entry_high">High</string>
142    <!-- Refers to the video quality -->
143    <string name="pref_video_time_lapse_quality_entry_720p" translatable="false">720p</string>
144    <!-- Refers to the video quality -->
145    <string name="pref_video_time_lapse_quality_entry_1080p" translatable="false">1080p</string>
146
147    <!-- Settings screen, Camera setting category title -->
148    <string name="pref_camera_settings_category">Camera settings</string>
149
150    <!-- Settings screen, Camcorder setting category title -->
151    <string name="pref_camcorder_settings_category">Camcorder settings</string>
152
153    <!-- Settings screen, Picture size title -->
154    <string name="pref_camera_picturesize_title">Picture size</string>
155
156    <!-- Settings screen, Picture size dialog radio button choices -->
157    <string name="pref_camera_picturesize_entry_2592x1936">5M Pixels</string>
158    <string name="pref_camera_picturesize_entry_2048x1536">3M Pixels</string>
159    <string name="pref_camera_picturesize_entry_1600x1200">2M Pixels</string>
160    <string name="pref_camera_picturesize_entry_1024x768">1M Pixels</string>
161    <string name="pref_camera_picturesize_entry_320x240">QVGA</string>
162
163    <!-- Default picture quality setting. See
164         pref_camera_jpegquality_entryvalues for possible values -->
165    <string name="pref_camera_jpegquality_default" translatable="false">superfine</string>
166
167    <!-- Settings screen, Picture quality title -->
168    <string name="pref_camera_jpegquality_title">Picture quality</string>
169
170    <!-- Settings screen, Picture quality dialog radio button choices -->
171    <string name="pref_camera_jpegquality_entry_superfine">Super fine</string>
172    <string name="pref_camera_jpegquality_entry_fine">Fine</string>
173    <string name="pref_camera_jpegquality_entry_normal">Normal</string>
174
175    <!-- Default focus mode setting.-->
176    <string name="pref_camera_focusmode_default" translatable="false">auto</string>
177
178    <!-- Settings screen, Focus mode title -->
179    <string name="pref_camera_focusmode_title">Focus mode</string>
180
181    <!-- Settings screen, Focue mode dialog radio button choices -->
182    <string name="pref_camera_focusmode_entry_auto">Auto</string>
183    <string name="pref_camera_focusmode_entry_infinity">Infinity</string>
184    <string name="pref_camera_focusmode_entry_macro">Macro</string>
185
186    <!-- Default flash mode setting.-->
187    <string name="pref_camera_flashmode_default" translatable="false">auto</string>
188
189    <!-- Value for flash off setting-->
190    <string name="pref_camera_flashmode_no_flash" translatable="false">no_flash</string>
191
192    <!-- Settings screen, Flash mode title -->
193    <string name="pref_camera_flashmode_title">Flash mode</string>
194
195    <!-- Settings screen, Flash mode dialog radio button choices -->
196    <string name="pref_camera_flashmode_entry_auto">Auto</string>
197    <string name="pref_camera_flashmode_entry_on">On</string>
198    <string name="pref_camera_flashmode_entry_off">Off</string>
199
200    <!-- Default videocamera flash mode setting.-->
201    <string name="pref_camera_video_flashmode_default" translatable="false">off</string>
202
203    <!-- Default white balance setting. -->
204    <string name="pref_camera_whitebalance_default" translatable="false">auto</string>
205
206    <!-- Settings screen, white balance title -->
207    <string name="pref_camera_whitebalance_title">White balance</string>
208
209    <!-- Settings screen, White balance dialog radio button choices -->
210    <string name="pref_camera_whitebalance_entry_auto">Auto</string>
211    <string name="pref_camera_whitebalance_entry_incandescent">Incandescent</string>
212    <string name="pref_camera_whitebalance_entry_daylight">Daylight</string>
213    <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string>
214    <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string>
215
216    <!-- Default color effect setting. -->
217    <string name="pref_camera_coloreffect_default" translatable="false">none</string>
218
219    <!-- Settings screen, Select Color effect title -->
220    <string name="pref_camera_coloreffect_title">Color effect</string>
221
222    <!-- Settings screen, Color effect dialog radio button choices -->
223    <string name="pref_camera_coloreffect_entry_none">None</string>
224    <string name="pref_camera_coloreffect_entry_mono">Mono</string>
225    <string name="pref_camera_coloreffect_entry_sepia">Sepia</string>
226    <string name="pref_camera_coloreffect_entry_negative">Negative</string>
227    <!-- Color effect that overexposes and reverses some of the tones. -->
228    <string name="pref_camera_coloreffect_entry_solarize">Solarize</string>
229    <string name="pref_camera_coloreffect_entry_posterize">Posterize</string>
230    <string name="pref_camera_coloreffect_entry_aqua">Aqua</string>
231    <string name="pref_camera_coloreffect_entry_pastel">Pastel</string>
232    <string name="pref_camera_coloreffect_entry_mosaic">Mosaic</string>
233    <string name="pref_camera_coloreffect_entry_redtint">Red tint</string>
234    <string name="pref_camera_coloreffect_entry_bluetint">Blue tint</string>
235    <string name="pref_camera_coloreffect_entry_greentint">Green tint</string>
236
237    <!-- Default scene mode setting. -->
238    <string name="pref_camera_scenemode_default" translatable="false">auto</string>
239
240    <!-- Settings screen, Select Scene mode -->
241    <string name="pref_camera_scenemode_title">Scene mode</string>
242
243    <!-- Settings menu, scene mode choices -->
244    <string name="pref_camera_scenemode_entry_auto">Auto</string>
245    <!-- Scene mode that takes an image quickly with little motion blur. -->
246    <string name="pref_camera_scenemode_entry_action">Action</string>
247    <!-- Scene mode that takes an image with as little noise as possible so details of the subject are maintained. -->
248    <string name="pref_camera_scenemode_entry_portrait">Portrait</string>
249    <!-- Scene mode that takes an image of a landscape assuming all subjects are relatively far from the phone. -->
250    <string name="pref_camera_scenemode_entry_landscape">Landscape</string>
251    <!-- Scene mode that takes long exposures to capture night scenes without flash. -->
252    <string name="pref_camera_scenemode_entry_night">Night</string>
253    <!-- Scene mode that takes night shots with long exposure and flash to illuminate the subject while still capturing darker detail in the background. -->
254    <string name="pref_camera_scenemode_entry_night_portrait">Night portrait</string>
255    <!-- Scene mode to be used in a stage show. -->
256    <string name="pref_camera_scenemode_entry_theatre">Theatre</string>
257    <!-- Scene mode optimized for taking images on the beach. -->
258    <string name="pref_camera_scenemode_entry_beach">Beach</string>
259    <!-- Scene mode optimized for taking images in the snow. -->
260    <string name="pref_camera_scenemode_entry_snow">Snow</string>
261    <!-- Scene mode optimized for taking images in the sunset. -->
262    <string name="pref_camera_scenemode_entry_sunset">Sunset</string>
263    <!-- Scene mode for taking a photo as sharp as possible. -->
264    <string name="pref_camera_scenemode_entry_steadyphoto">Steady photo</string>
265    <!-- Scene mode optimized for taking images of fireworks. -->
266    <string name="pref_camera_scenemode_entry_fireworks">Fireworks</string>
267
268    <!-- Settings menu, enable quick capture mode or not -->
269    <string name="pref_camera_quickcapture_title">Quick capture</string>
270    <string name="pref_camera_quickcapture_default" translatable="false">off</string>
271    <string name="pref_camera_quickcapture_entry_on">On</string>
272    <string name="pref_camera_quickcapture_entry_off">Off</string>
273
274    <!-- Restore settings item in preference -->
275    <string name="pref_restore_title">Camera settings</string>
276    <string name="pref_restore_detail">Restore to defaults</string>
277
278    <!-- Exposure settings in preference -->
279    <string name="pref_exposure_title">Exposure</string>
280    <string name="pref_exposure_default" translatable="false">0</string>
281
282    <!-- Default metering mode setting.-->
283    <string name="pref_camera_meteringmode_default" translatable="false">center-weighted</string>
284
285    <!-- Settings screen, Metering mode title -->
286    <string name="pref_camera_meteringmode_title">Metering mode</string>
287
288    <!-- Settings screen, Metering mode dialog radio button choices -->
289    <string name="pref_camera_meteringmode_entry_center_weighted">Center Weighted</string>
290    <string name="pref_camera_meteringmode_entry_frame_average">Frame Average</string>
291    <string name="pref_camera_meteringmode_entry_spot">Spot</string>
292
293    <!-- Framing grid settings in preference -->
294
295    <!-- Message to show when there's no lat/lng information in the image -->
296    <!-- Title of Details dialog  -->
297    <!-- Label in message of Details dialog  -->
298    <!-- Label in message of Details dialog  -->
299    <!-- Label in message of Details dialog  -->
300    <!-- Label in message of Details dialog  -->
301    <!-- Label in message of Details dialog  -->
302    <!-- Label in message of Details dialog  -->
303    <!-- Label in message of Details dialog  -->
304    <!-- Label in message of Details dialog  -->
305    <!-- Label in message of Details dialog  -->
306    <!-- Label in message of Details dialog  -->
307    <!-- Label in message of Details dialog  -->
308    <!-- Label in message of Details dialog  -->
309    <!-- Label in message of Details dialog  -->
310    <!-- Label in message of Details dialog  -->
311
312    <!-- Used to format image dimensions in Details dialog. e.g. 64 x 64 -->
313    <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
314    <!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
315    <!-- Unit of measure in the Details dialog frames per second. e.g. 20 fps -->
316    <!-- Unit of measure in the Details dialog K bits per second. e.g. 192 Kbps -->
317    <!-- Unit of measure in the Details dialog M bits per second. e.g. 2.3 Mbps -->
318    <!-- Details dialog "OK" button. Dismisses dialog. -->
319    <string name="details_ok">OK</string>
320
321    <!-- Displayed in the title of the dialog for things to do with a picture that
322         is to be sent to another application: -->
323
324    <!-- Displayed in the title of the dialog for things to do with a picture that
325         is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
326
327    <!-- Displayed in the title of the dialog for things to do with a video that
328         is to be sent to another application. -->
329
330    <!-- Low-memory dialog message -->
331    <string name="spaceIsLow_content">Your SD card is running out of space. Change the quality setting or delete items from Gallery.</string>
332
333    <!-- Camera format string for new image files. Passed to java.text.SimpleDateFormat. -->
334    <string name="image_file_name_format" translatable="false">"'IMG'_yyyyMMdd_HHmmss"</string>
335
336    <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. -->
337    <string name="video_file_name_format" translatable="false">"'VID'_yyyyMMdd_HHmmss"</string>
338
339    <!-- The messsage shown when video record reaches size limit. -->
340    <string name="video_reach_size_limit">Size limit reached.</string>
341
342    <!-- The title show on the zoom controller -->
343    <string name="zoom_control_title">Zoom</string>
344
345    <string name="switch_to_camera_lable">Switch to camera</string>
346    <string name="switch_to_video_lable">Switch to video</string>
347</resources>
348