strings.xml revision a955261dd734524eb7d8e1af76c695122efc8aa7
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<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17    <!-- General strings -->
18
19    <!-- title for the dialog showing the error of camera hardware -->
20    <string name="camera_error_title">Camera error</string>
21
22    <!-- message for the dialog showing the error of camera hardware -->
23    <string name="cannot_connect_camera">Cannot connect to camera.</string>
24
25    <!-- message for the dialog showing the camera is disabled because of security policies. Camera cannot be used. -->
26    <string name="camera_disabled">Camera has been disabled because of security policies.</string>
27
28    <!-- label for the icon meaning 'show me all the images that were taken with the camera' -->
29    <string name="camera_label">Camera</string>
30
31    <!-- label for the 'video recording application shown in the top level 'all applications' -->
32    <string name="video_camera_label">Camcorder</string>
33
34    <!-- label for the folder that contains Camera pictures in the gallery -->
35    <string name="gallery_camera_bucket_name">Camera pictures</string>
36
37    <!-- label for the folder that contains Camera videos in the gallery -->
38    <string name="gallery_camera_videos_bucket_name">Camera videos</string>
39
40    <!-- alert to the user to wait for some operation to complete -->
41    <string name="wait">Please wait\u2026</string>
42
43    <!-- alert to the user that USB storage must be available before using the camera [CHAR LIMIT=NONE] -->
44    <string name="no_storage" product="nosdcard">Please mount USB storage before using the camera.</string>
45    <!-- alert to the user that an SD card must be installed before using the camera -->
46    <string name="no_storage" product="default">Please insert an SD card before using the camera.</string>
47
48    <!-- alert to the user that the USB storage is too full to complete the operation [CHAR LIMIT=NONE] -->
49    <string name="not_enough_space" product="nosdcard">Your USB storage is full.</string>
50    <!-- alert to the user that the SD card is too full to complete the operation -->
51    <string name="not_enough_space" product="default">Your SD card is full.</string>
52
53    <!-- alert to the user that the USB storage is being disk-checked [CHAR LIMIT=30] -->
54    <string name="preparing_sd" product="nosdcard">Preparing USB storage\u2026</string>
55    <!-- alert to the user that the SD card is being disk-checked -->
56    <string name="preparing_sd" product="default">Preparing SD card\u2026</string>
57
58    <!-- alert to the user that the camera fails to read or write the USB storage. [CHAR LIMIT=NONE] -->
59    <string name="access_sd_fail" product="nosdcard">Failed to access USB storage.</string>
60    <!-- alert to the user that the camera fails to read or write the SD card. -->
61    <string name="access_sd_fail" product="default">Fail to access SD card.</string>
62
63    <!-- Confirmation dialog when restoring settings -->
64    <string name="confirm_restore_title">Restore defaults</string>
65    <string name="confirm_restore_message">Camera settings will be restored to defaults.</string>
66
67    <!-- button in review mode indicating that the video just taken should be played [CHAR LIMIT=10] -->
68    <string name="review_play">Play</string>
69
70    <!-- button in review mode indicating that the photo taking/video recording session should be canceled [CHAR LIMIT=10] -->
71    <string name="review_cancel">Cancel</string>
72
73    <!-- button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT=10] -->
74    <string name="review_ok">Ok</string>
75
76    <!-- button in review mode indicate the user want to retake another photo/video for attachment [CHAR LIMIT=10] -->
77    <string name="review_retake">Retake</string>
78
79    <!-- Button indicating to go to the image gallery -->
80    <string name="camera_gallery_photos_text">Gallery</string>
81
82    <!-- Button indicating to switch to another camera -->
83    <string name="switch_camera_id">Switch Camera</string>
84
85    <!-- A lable that overlays on top of the preview frame to indicate the camcorder is in time lapse mode [CHAR LIMIT=35] -->
86    <string name="time_lapse_title">Time lapse recording</string>
87
88    <!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] -->
89    <string name="pref_camera_id_title">Select camera</string>
90
91    <string name="pref_camera_id_default" translatable="false">0</string>
92
93    <!-- In select camera setting, back facing camera. [CHAR LIMIT=14] -->
94    <string name="pref_camera_id_entry_back">Back</string>
95    <!-- In select camera setting, front-facing camera. [CHAR LIMIT=14] -->
96    <string name="pref_camera_id_entry_front">Front</string>
97
98    <!-- Settings screen, setting title text -->
99    <string name="pref_camera_recordlocation_title">Store location</string>
100
101    <string name="pref_camera_recordlocation_default" translatable="false">none</string>
102
103    <!-- Settings screen, Record location dialog choices -->
104    <string name="pref_camera_recordlocation_entry_off">Off</string>
105    <string name="pref_camera_recordlocation_entry_on">On</string>
106
107    <!-- The Video quality settings in preference [CHAR LIMIT=21] -->
108    <string name="pref_video_quality_title">Video quality</string>
109    <string name="pref_video_quality_default" translatable="false">high</string>
110    <!-- Video quality setting entry. Videos will be recorded in high quality. [CHAR LIMIT=24] -->
111    <string name="pref_video_quality_entry_high">High</string>
112    <!-- Video quality setting entry. Videos will be recorded in low quality. [CHAR LIMIT=24] -->
113    <string name="pref_video_quality_entry_low">Low</string>
114    <!-- Video quality setting entry. Videos will be recorded in low quality and the length is at most 30 seconds. [CHAR LIMIT=24] -->
115    <string name="pref_video_quality_entry_mms">MMS (Low, 30s)</string>
116    <!-- Video quality setting entry. Videos will be recorded in high quality and the length is at most 15 minutes. [CHAR LIMIT=24] -->
117    <string name="pref_video_quality_entry_youtube">YouTube (High, 15m)</string>
118
119    <string name="pref_video_quality_high" translatable="false">high</string>
120    <string name="pref_video_quality_low" translatable="false">low</string>
121    <string name="pref_video_quality_mms" translatable="false">mms</string>
122    <string name="pref_video_quality_youtube" translatable="false">youtube</string>
123
124    <!-- Describes the preference dialog for choosing interval between frame capture for
125    time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] -->
126    <string name="pref_video_time_lapse_frame_interval_title">Time lapse interval</string>
127    <string name="pref_video_time_lapse_frame_interval_default" translatable="false">0</string>
128    <!-- The time interval between frame capture for time lapse recording -->
129    <string name="pref_video_time_lapse_frame_interval_entry_1000" translatable="false">1s</string>
130    <string name="pref_video_time_lapse_frame_interval_entry_1500" translatable="false">1.5s</string>
131    <string name="pref_video_time_lapse_frame_interval_entry_2000" translatable="false">2s</string>
132    <string name="pref_video_time_lapse_frame_interval_entry_2500" translatable="false">2.5s</string>
133    <string name="pref_video_time_lapse_frame_interval_entry_3000" translatable="false">3s</string>
134    <string name="pref_video_time_lapse_frame_interval_entry_5000" translatable="false">5s</string>
135    <string name="pref_video_time_lapse_frame_interval_entry_10000" translatable="false">10s</string>
136
137    <!-- Settings screen, Camera setting category title -->
138    <string name="pref_camera_settings_category">Camera settings</string>
139
140    <!-- Settings screen, Camcorder setting category title -->
141    <string name="pref_camcorder_settings_category">Camcorder settings</string>
142
143    <!-- Settings screen, Picture size title -->
144    <string name="pref_camera_picturesize_title">Picture size</string>
145
146    <!-- Settings screen, Picture size dialog radio button choices -->
147    <string name="pref_camera_picturesize_entry_2592x1936">5M Pixels</string>
148    <string name="pref_camera_picturesize_entry_2048x1536">3M Pixels</string>
149    <string name="pref_camera_picturesize_entry_1600x1200">2M Pixels</string>
150    <string name="pref_camera_picturesize_entry_1280x960">1.3M Pixels</string>
151    <string name="pref_camera_picturesize_entry_1024x768">1M Pixels</string>
152    <string name="pref_camera_picturesize_entry_640x480">VGA</string>
153    <string name="pref_camera_picturesize_entry_320x240">QVGA</string>
154
155    <!-- Default focus mode setting.-->
156    <string name="pref_camera_focusmode_default" translatable="false">auto</string>
157
158    <!-- Settings screen, Focus mode title -->
159    <string name="pref_camera_focusmode_title">Focus mode</string>
160
161    <!-- Settings screen, Focue mode dialog radio button choices -->
162    <string name="pref_camera_focusmode_entry_auto">Auto</string>
163    <string name="pref_camera_focusmode_entry_infinity">Infinity</string>
164    <string name="pref_camera_focusmode_entry_macro">Macro</string>
165
166    <!-- Default flash mode setting.-->
167    <string name="pref_camera_flashmode_default" translatable="false">auto</string>
168
169    <!-- Value for flash off setting-->
170    <string name="pref_camera_flashmode_no_flash" translatable="false">no_flash</string>
171
172    <!-- Settings screen, Flash mode title -->
173    <string name="pref_camera_flashmode_title">Flash mode</string>
174
175    <!-- Settings screen, Flash mode dialog radio button choices -->
176    <string name="pref_camera_flashmode_entry_auto">Auto</string>
177    <string name="pref_camera_flashmode_entry_on">On</string>
178    <string name="pref_camera_flashmode_entry_off">Off</string>
179
180    <!-- Default videocamera flash mode setting.-->
181    <string name="pref_camera_video_flashmode_default" translatable="false">off</string>
182
183    <!-- Default white balance setting. -->
184    <string name="pref_camera_whitebalance_default" translatable="false">auto</string>
185
186    <!-- Settings screen, white balance title -->
187    <string name="pref_camera_whitebalance_title">White balance</string>
188
189    <!-- Settings screen, White balance dialog radio button choices -->
190    <string name="pref_camera_whitebalance_entry_auto">Auto</string>
191    <string name="pref_camera_whitebalance_entry_incandescent">Incandescent</string>
192    <string name="pref_camera_whitebalance_entry_daylight">Daylight</string>
193    <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string>
194    <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string>
195
196    <!-- Default color effect setting. -->
197    <string name="pref_camera_coloreffect_default" translatable="false">none</string>
198
199    <!-- Settings screen, Select Color effect title -->
200    <string name="pref_camera_coloreffect_title">Color effect</string>
201
202    <!-- Settings screen, Color effect dialog radio button choices -->
203    <string name="pref_camera_coloreffect_entry_none">None</string>
204    <string name="pref_camera_coloreffect_entry_mono">Mono</string>
205    <string name="pref_camera_coloreffect_entry_sepia">Sepia</string>
206    <string name="pref_camera_coloreffect_entry_negative">Negative</string>
207    <!-- Color effect that overexposes and reverses some of the tones. -->
208    <string name="pref_camera_coloreffect_entry_solarize">Solarize</string>
209    <string name="pref_camera_coloreffect_entry_posterize">Posterize</string>
210    <string name="pref_camera_coloreffect_entry_aqua">Aqua</string>
211    <string name="pref_camera_coloreffect_entry_redtint">Red tint</string>
212    <string name="pref_camera_coloreffect_entry_bluetint">Blue tint</string>
213    <string name="pref_camera_coloreffect_entry_greentint">Green tint</string>
214
215    <!-- Default scene mode setting. -->
216    <string name="pref_camera_scenemode_default" translatable="false">auto</string>
217
218    <!-- Settings screen, Select Scene mode -->
219    <string name="pref_camera_scenemode_title">Scene mode</string>
220
221    <!-- Settings menu, scene mode choices -->
222    <string name="pref_camera_scenemode_entry_auto">Auto</string>
223    <!-- Scene mode that takes an image quickly with little motion blur. -->
224    <string name="pref_camera_scenemode_entry_action">Action</string>
225    <!-- Scene mode that takes an image with as little noise as possible so details of the subject are maintained. -->
226    <string name="pref_camera_scenemode_entry_portrait">Portrait</string>
227    <!-- Scene mode that takes an image of a landscape assuming all subjects are relatively far from the phone. -->
228    <string name="pref_camera_scenemode_entry_landscape">Landscape</string>
229    <!-- Scene mode that takes long exposures to capture night scenes without flash. -->
230    <string name="pref_camera_scenemode_entry_night">Night</string>
231    <!-- Scene mode that takes night shots with long exposure and flash to illuminate the subject while still capturing darker detail in the background. -->
232    <string name="pref_camera_scenemode_entry_night_portrait">Night portrait</string>
233    <!-- Scene mode to be used in a stage show. -->
234    <string name="pref_camera_scenemode_entry_theatre">Theatre</string>
235    <!-- Scene mode optimized for taking images on the beach. -->
236    <string name="pref_camera_scenemode_entry_beach">Beach</string>
237    <!-- Scene mode optimized for taking images in the snow. -->
238    <string name="pref_camera_scenemode_entry_snow">Snow</string>
239    <!-- Scene mode optimized for taking images in the sunset. -->
240    <string name="pref_camera_scenemode_entry_sunset">Sunset</string>
241    <!-- Scene mode for taking a photo as sharp as possible. -->
242    <string name="pref_camera_scenemode_entry_steadyphoto">Steady photo</string>
243    <!-- Scene mode optimized for taking images of fireworks. -->
244    <string name="pref_camera_scenemode_entry_fireworks">Fireworks</string>
245    <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] -->
246    <string name="pref_camera_scenemode_entry_party">Party</string>
247    <!-- Scene mode optimized for capturing the naturally warm color of scenes lit by candles. [CHAR LIMIT=16] -->
248    <string name="pref_camera_scenemode_entry_candlelight">Candlelight</string>
249
250    <!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
251    <string name="not_selectable_in_scene_mode">This is not selectable in scene mode</string>
252
253    <!-- Restore settings item in preference -->
254    <string name="pref_restore_title">Camera settings</string>
255    <string name="pref_restore_detail">Restore defaults</string>
256
257    <!-- Exposure settings in preference -->
258    <string name="pref_exposure_title">Exposure</string>
259    <string name="pref_exposure_default" translatable="false">0</string>
260
261    <!-- Details dialog "OK" button. Dismisses dialog. -->
262    <string name="details_ok">OK</string>
263
264    <!-- Low-memory dialog message [CHAR LIMT=NONE] -->
265    <string name="spaceIsLow_content" product="nosdcard">Your USB storage is running out of space. Change the quality setting or delete some images or other files.</string>
266    <!-- Low-memory dialog message [CHAR LIMIT=NONE] -->
267    <string name="spaceIsLow_content" product="default">Your SD card is running out of space. Change the quality setting or delete some images or other files.</string>
268
269    <!-- Camera format string for new image files. Passed to java.text.SimpleDateFormat. -->
270    <string name="image_file_name_format" translatable="false">"'IMG'_yyyyMMdd_HHmmss"</string>
271
272    <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. -->
273    <string name="video_file_name_format" translatable="false">"'VID'_yyyyMMdd_HHmmss"</string>
274
275    <!-- Filename prefix for panorama output. -->
276    <string name="pano_file_name_format" translatable="false">"'PANO'_yyyyMMdd_HHmmss"</string>
277
278    <!-- The messsage shown when video record reaches size limit. -->
279    <string name="video_reach_size_limit">Size limit reached.</string>
280
281    <!-- The title show on the zoom controller -->
282    <string name="zoom_control_title">Zoom</string>
283
284    <!-- The text to show the current zoom factor. [CHAR LIMIT=NONE] -->
285    <string name="zoom_text">Zoom <xliff:g id="zoom_text" example="1.1x">%s</xliff:g></string>
286
287    <!-- The text of menu item to switch the mode to Camera. [CHAR LIMIT=NONE] -->
288    <string name="switch_to_camera_label">Switch to camera</string>
289
290    <!-- The text of menu item to switch the mode to Video. [CHAR LIMIT=NONE] -->
291    <string name="switch_to_video_label">Switch to video</string>
292
293    <!-- The text of menu item to switch the mode to Panorama. [CHAR LIMIT=NONE] -->
294    <string name="switch_to_panorama_label">Switch to panorama</string>
295
296    <string name="setting_increment" translatable="false">&gt;</string>
297    <string name="setting_decrement" translatable="false">&lt;</string>
298
299    <!-- Title of the dialog showing a list of applications that can share the captured picture. [CHAR LIMIT=30] -->
300    <string name="share_picture_via">Share picture via</string>
301
302    <!-- Title of the dialog showing a list of applications that can share the captured video. [CHAR LIMIT=30] -->
303    <string name="share_video_via">Share video via</string>
304
305    <!-- Toast saying that there is no picture to share. [CHAR LIMIT=30] -->
306    <string name="no_picture_to_share">No picture to share</string>
307
308    <!-- Toast saying that there is no video to share. [CHAR LIMIT=30] -->
309    <string name="no_video_to_share">No video to share</string>
310
311    <!-- The text shown for stopping panorama capturing [CHAR LIMIT=7] -->
312    <string name="pano_capture_stop">Stop</string>
313</resources>
314