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