blob: e1e37d9de0826b0e9da0e766bc5660dd7589a842 [file] [log] [blame]
The Android Open Source Projectb64d3452009-03-03 19:32:20 -08001<?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
Chih-Chung Chang82ded202009-05-20 14:24:25 +08007
The Android Open Source Projectb64d3452009-03-03 19:32:20 -08008 http://www.apache.org/licenses/LICENSE-2.0
Chih-Chung Chang82ded202009-05-20 14:24:25 +08009
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080010 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
Owen Lin3f3c8572009-08-18 13:33:49 +080020 <!-- title for the dialog showing the error of camera hardware -->
Owen Lin59531f62010-03-04 14:45:33 +080021 <string name="camera_error_title">Camera error</string>
Owen Lin3f3c8572009-08-18 13:33:49 +080022
23 <!-- message for the dialog showing the error of camera hardware -->
24 <string name="cannot_connect_camera">Cannot connect to camera.</string>
25
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080026 <!-- label for the icon meaning 'show me all the images that were taken with the camera' -->
27 <string name="camera_label">Camera</string>
28
Owen Lind9deeb52009-03-27 15:58:34 -070029 <!-- label for the 'video recording application shown in the top level 'all applications' -->
30 <string name="video_camera_label">Camcorder</string>
31
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080032 <!-- 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>
Chih-Chung Chang82ded202009-05-20 14:24:25 +080037
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080038 <!-- alert to the user to wait for some operation to complete -->
39 <string name="wait">Please wait\u2026</string>
40
Wu-cheng Li0ab73a82010-05-28 19:57:36 +080041 <!-- alert to the user that an SD card must be installed before using the camera -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080042 <string name="no_storage">Please insert an SD card before using the camera.</string>
43
Wu-cheng Li0ab73a82010-05-28 19:57:36 +080044 <!-- alert to the user that the SD card is too full to complete the operation -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080045 <string name="not_enough_space">Your SD card is full.</string>
46
Wu-cheng Li0ab73a82010-05-28 19:57:36 +080047 <!-- alert to the user that the SD card is being disk-checked -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080048 <string name="preparing_sd">Preparing SD card\u2026</string>
49
Wu-cheng Li0ab73a82010-05-28 19:57:36 +080050 <!-- 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
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080053 <!-- Settings stuff -->
54
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080055 <!-- Menu items: -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080056 <!-- menu pick to go to the settings screen -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080057
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080058 <!-- menu pick to view the details of the currently selected image -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080059
Ray Chen0a5a78c2009-04-24 14:13:01 +080060 <!-- menu pick to show the location of the currently selected image on maps-->
Ray Chen0a5a78c2009-04-24 14:13:01 +080061
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080062 <!-- menu pick to rotate the currently selected image (brings up submenu) -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080063
64 <!-- menu pick to rotate the currently selected image to the left -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080065
66 <!-- menu pick to rotate the currently selected image to the right -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080067
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080068 <!-- Confirmation dialog title after deleting a picture -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080069 <!-- Confirmation dialog message after deleting a picture -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080070 <!-- Confirmation dialog message after deleting a video -->
Owen Lin3665f922009-09-02 18:03:42 +080071
Owen Lin85f72132010-01-16 05:24:14 +080072 <!-- Confirmation dialog when restoring settings -->
Owen Lin59531f62010-03-04 14:45:33 +080073 <string name="confirm_restore_title">Restore defaults</string>
74 <string name="confirm_restore_message">Camera settings will be restored to defaults.</string>
Owen Lin85f72132010-01-16 05:24:14 +080075
Owen Lin182fa942009-06-23 12:07:54 -070076 <!-- button in review mode indicating that the video just taken should be played -->
77 <string name="review_play">PLAY</string>
78
Owen Lin182fa942009-06-23 12:07:54 -070079 <!-- button in review mode indicating that the video recording session should be canceled -->
80 <string name="review_cancel">CANCEL</string>
81
Owen Lin006ba352009-06-23 14:34:23 -070082 <!-- button in review mode indicating that the taken video is OK to be attached/uploaded -->
83 <string name="review_ok">OK</string>
84
Owen Lin182fa942009-06-23 12:07:54 -070085 <!-- button in review mode indicate the user want to retake another picture for attachment -->
86 <string name="review_retake">RETAKE</string>
87
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080088 <!-- button indicating that the picture just taken should be deleted -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080089
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080090 <!-- button indicating that the picture just taken should be shared by email, mms, etc -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080091
92 <!-- button indicating that the picture just taken should be set as a contact photo, wallpaper, etc -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080093
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080094 <!-- button indicating that the picture just taken should be cropped -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080095
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080096 <!-- Toast after trying to share a picture indicating that there are no applications which are capable of so doing. -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080097
98 <!-- Toast after trying to share a video indicating that there are no applications which are capable of so doing. -->
Owen Linc0a98e82009-09-04 14:49:05 +080099
The Android Open Source Projectde365d82009-03-18 17:39:48 -0700100 <!-- Menu item for playing the video. -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800101
102 <!-- Button indicating to go to the image gallery -->
103 <string name="camera_gallery_photos_text">Gallery</string>
104
Chih-Chung Changac9d0a12010-06-15 16:41:33 +0800105 <!-- Button indicating to switch to another camera -->
106 <string name="switch_camera_id">Switch Camera</string>
107
Wu-cheng Lie2c02932010-08-26 15:56:45 -0700108 <!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] -->
109 <string name="pref_camera_id_title">Select camera</string>
110
111 <!-- In select camera setting, back facing camera. [CHAR LIMIT=14] -->
112 <string name="pref_camera_id_entry_back">Back</string>
113 <!-- In select camera setting, front-facing camera. [CHAR LIMIT=14] -->
114 <string name="pref_camera_id_entry_front">Front</string>
115
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800116 <!-- Settings screen, setting title text -->
Owen Linc1f2e302009-09-14 19:04:37 +0800117 <string name="pref_camera_recordlocation_title">Store location</string>
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800118
Owen Lin3e44f802009-11-17 17:47:22 +0800119 <string name="pref_camera_recordlocation_default" translatable="false">none</string>
Cheng-Ru Lina8bbcd72009-09-26 04:46:06 +0800120
121 <!-- Settings screen, Record location dialog choices -->
122 <string name="pref_camera_recordlocation_entry_off">Off</string>
123 <string name="pref_camera_recordlocation_entry_on">On</string>
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800124
Owen Lin59531f62010-03-04 14:45:33 +0800125 <!-- The Video length settings in preference -->
126 <string name="pref_video_quality_title">Video quality</string>
Owen Lin469a9ef2010-03-10 17:14:25 +0800127 <string name="pref_video_quality_default" translatable="false">high</string>
Owen Lin59531f62010-03-04 14:45:33 +0800128 <string name="pref_video_quality_entry_high">High (30m)</string>
129 <string name="pref_video_quality_entry_low">Low (30m)</string>
130 <string name="pref_video_quality_entry_mms">MMS (Low, 30s)</string>
131 <string name="pref_video_quality_entry_youtube">YouTube (High, 10m)</string>
132
Owen Lin50c60042009-09-10 14:43:42 +0800133 <!-- Settings screen, Camera setting category title -->
134 <string name="pref_camera_settings_category">Camera settings</string>
135
136 <!-- Settings screen, Camcorder setting category title -->
137 <string name="pref_camcorder_settings_category">Camcorder settings</string>
Wu-cheng Li87341532009-04-02 01:39:36 -0700138
Chih-Chung Chang3d66a952009-08-26 14:33:56 +0800139 <!-- Settings screen, Picture size title -->
140 <string name="pref_camera_picturesize_title">Picture size</string>
Wu-cheng Li9dacf7b2009-04-09 23:46:15 -0700141
142 <!-- Settings screen, Picture size dialog radio button choices -->
Cheng-Ru Lin78e428b2009-09-26 09:34:27 +0800143 <string name="pref_camera_picturesize_entry_2592x1936">5M Pixels</string>
144 <string name="pref_camera_picturesize_entry_2048x1536">3M Pixels</string>
145 <string name="pref_camera_picturesize_entry_1600x1200">2M Pixels</string>
146 <string name="pref_camera_picturesize_entry_1024x768">1M Pixels</string>
Owen Lin4ddee782009-11-24 16:49:54 +0800147 <string name="pref_camera_picturesize_entry_320x240">QVGA</string>
Wu-cheng Li9dacf7b2009-04-09 23:46:15 -0700148
Chih-Chung Changfaf398f2009-11-09 13:01:13 +0800149 <!-- Default picture quality setting. See
150 pref_camera_jpegquality_entryvalues for possible values -->
151 <string name="pref_camera_jpegquality_default" translatable="false">superfine</string>
Wu-cheng Lie0770002009-04-13 07:02:51 -0700152
Chih-Chung Chang3d66a952009-08-26 14:33:56 +0800153 <!-- Settings screen, Picture quality title -->
154 <string name="pref_camera_jpegquality_title">Picture quality</string>
Wu-cheng Lie0770002009-04-13 07:02:51 -0700155
156 <!-- Settings screen, Picture quality dialog radio button choices -->
157 <string name="pref_camera_jpegquality_entry_superfine">Super fine</string>
158 <string name="pref_camera_jpegquality_entry_fine">Fine</string>
159 <string name="pref_camera_jpegquality_entry_normal">Normal</string>
160
Wu-cheng Li72d69c32009-09-09 18:24:03 +0800161 <!-- Default focus mode setting.-->
162 <string name="pref_camera_focusmode_default" translatable="false">auto</string>
Wu-cheng Li0f56ef52009-04-15 17:47:56 +0800163
Chih-Chung Chang3d66a952009-08-26 14:33:56 +0800164 <!-- Settings screen, Focus mode title -->
165 <string name="pref_camera_focusmode_title">Focus mode</string>
Wu-cheng Li0f56ef52009-04-15 17:47:56 +0800166
167 <!-- Settings screen, Focue mode dialog radio button choices -->
168 <string name="pref_camera_focusmode_entry_auto">Auto</string>
169 <string name="pref_camera_focusmode_entry_infinity">Infinity</string>
Wu-cheng Licc529322009-09-18 15:34:37 +0800170 <string name="pref_camera_focusmode_entry_macro">Macro</string>
Wu-cheng Li0f56ef52009-04-15 17:47:56 +0800171
Owen Lina4e3d272009-09-17 14:45:06 +0800172 <!-- Default flash mode setting.-->
173 <string name="pref_camera_flashmode_default" translatable="false">auto</string>
174
Owen Lin503560f2009-11-19 13:24:55 +0800175 <!-- Value for flash off setting-->
176 <string name="pref_camera_flashmode_no_flash" translatable="false">no_flash</string>
177
Owen Lina4e3d272009-09-17 14:45:06 +0800178 <!-- Settings screen, Flash mode title -->
179 <string name="pref_camera_flashmode_title">Flash mode</string>
180
Wu-cheng Li186ff082010-06-04 14:18:16 +0800181 <!-- Settings screen, Flash mode dialog radio button choices -->
Owen Lina4e3d272009-09-17 14:45:06 +0800182 <string name="pref_camera_flashmode_entry_auto">Auto</string>
183 <string name="pref_camera_flashmode_entry_on">On</string>
184 <string name="pref_camera_flashmode_entry_off">Off</string>
185
Wu-cheng Lida3e9962009-12-08 12:47:21 +0800186 <!-- Default videocamera flash mode setting.-->
187 <string name="pref_camera_video_flashmode_default" translatable="false">off</string>
188
Wu-cheng Li72d69c32009-09-09 18:24:03 +0800189 <!-- Default white balance setting. -->
190 <string name="pref_camera_whitebalance_default" translatable="false">auto</string>
President Li5f6484a2009-04-02 02:38:09 -0700191
President Li5f6484a2009-04-02 02:38:09 -0700192 <!-- Settings screen, white balance title -->
193 <string name="pref_camera_whitebalance_title">White balance</string>
194
195 <!-- Settings screen, White balance dialog radio button choices -->
196 <string name="pref_camera_whitebalance_entry_auto">Auto</string>
197 <string name="pref_camera_whitebalance_entry_incandescent">Incandescent</string>
198 <string name="pref_camera_whitebalance_entry_daylight">Daylight</string>
199 <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string>
200 <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string>
President Li5f6484a2009-04-02 02:38:09 -0700201
Wu-cheng Li72d69c32009-09-09 18:24:03 +0800202 <!-- Default color effect setting. -->
203 <string name="pref_camera_coloreffect_default" translatable="false">none</string>
President Li5f6484a2009-04-02 02:38:09 -0700204
205 <!-- Settings screen, Select Color effect title -->
206 <string name="pref_camera_coloreffect_title">Color effect</string>
207
208 <!-- Settings screen, Color effect dialog radio button choices -->
209 <string name="pref_camera_coloreffect_entry_none">None</string>
210 <string name="pref_camera_coloreffect_entry_mono">Mono</string>
211 <string name="pref_camera_coloreffect_entry_sepia">Sepia</string>
212 <string name="pref_camera_coloreffect_entry_negative">Negative</string>
Wu-cheng Lic16617b2009-09-23 03:31:47 +0800213 <!-- Color effect that overexposes and reverses some of the tones. -->
President Li5f6484a2009-04-02 02:38:09 -0700214 <string name="pref_camera_coloreffect_entry_solarize">Solarize</string>
215 <string name="pref_camera_coloreffect_entry_posterize">Posterize</string>
President Li5f6484a2009-04-02 02:38:09 -0700216 <string name="pref_camera_coloreffect_entry_aqua">Aqua</string>
217 <string name="pref_camera_coloreffect_entry_pastel">Pastel</string>
218 <string name="pref_camera_coloreffect_entry_mosaic">Mosaic</string>
Owen Lin59531f62010-03-04 14:45:33 +0800219 <string name="pref_camera_coloreffect_entry_redtint">Red tint</string>
220 <string name="pref_camera_coloreffect_entry_bluetint">Blue tint</string>
221 <string name="pref_camera_coloreffect_entry_greentint">Green tint</string>
President Li5f6484a2009-04-02 02:38:09 -0700222
Wu-cheng Li72d69c32009-09-09 18:24:03 +0800223 <!-- Default scene mode setting. -->
Owen Lin8d0ba002009-09-08 17:03:07 +0800224 <string name="pref_camera_scenemode_default" translatable="false">auto</string>
225
226 <!-- Settings screen, Select Scene mode -->
227 <string name="pref_camera_scenemode_title">Scene mode</string>
228
Owen Lin8d0ba002009-09-08 17:03:07 +0800229 <!-- Settings menu, scene mode choices -->
230 <string name="pref_camera_scenemode_entry_auto">Auto</string>
Wu-cheng Lic16617b2009-09-23 03:31:47 +0800231 <!-- Scene mode that takes an image quickly with little motion blur. -->
Owen Lin8d0ba002009-09-08 17:03:07 +0800232 <string name="pref_camera_scenemode_entry_action">Action</string>
Wu-cheng Lic16617b2009-09-23 03:31:47 +0800233 <!-- Scene mode that takes an image with as little noise as possible so details of the subject are maintained. -->
Owen Lin8d0ba002009-09-08 17:03:07 +0800234 <string name="pref_camera_scenemode_entry_portrait">Portrait</string>
Wu-cheng Lic16617b2009-09-23 03:31:47 +0800235 <!-- Scene mode that takes an image of a landscape assuming all subjects are relatively far from the phone. -->
Owen Lin8d0ba002009-09-08 17:03:07 +0800236 <string name="pref_camera_scenemode_entry_landscape">Landscape</string>
Wu-cheng Lic16617b2009-09-23 03:31:47 +0800237 <!-- Scene mode that takes long exposures to capture night scenes without flash. -->
Owen Lin8d0ba002009-09-08 17:03:07 +0800238 <string name="pref_camera_scenemode_entry_night">Night</string>
Wu-cheng Lic16617b2009-09-23 03:31:47 +0800239 <!-- Scene mode that takes night shots with long exposure and flash to illuminate the subject while still capturing darker detail in the background. -->
Owen Lin59531f62010-03-04 14:45:33 +0800240 <string name="pref_camera_scenemode_entry_night_portrait">Night portrait</string>
Wu-cheng Lic16617b2009-09-23 03:31:47 +0800241 <!-- Scene mode to be used in a stage show. -->
Owen Lin8d0ba002009-09-08 17:03:07 +0800242 <string name="pref_camera_scenemode_entry_theatre">Theatre</string>
Wu-cheng Lic16617b2009-09-23 03:31:47 +0800243 <!-- Scene mode optimized for taking images on the beach. -->
Owen Lin8d0ba002009-09-08 17:03:07 +0800244 <string name="pref_camera_scenemode_entry_beach">Beach</string>
Wu-cheng Lic16617b2009-09-23 03:31:47 +0800245 <!-- Scene mode optimized for taking images in the snow. -->
Owen Lin8d0ba002009-09-08 17:03:07 +0800246 <string name="pref_camera_scenemode_entry_snow">Snow</string>
Wu-cheng Lic16617b2009-09-23 03:31:47 +0800247 <!-- Scene mode optimized for taking images in the sunset. -->
Owen Lin8d0ba002009-09-08 17:03:07 +0800248 <string name="pref_camera_scenemode_entry_sunset">Sunset</string>
Wu-cheng Lic16617b2009-09-23 03:31:47 +0800249 <!-- Scene mode for taking a photo as sharp as possible. -->
Owen Lin59531f62010-03-04 14:45:33 +0800250 <string name="pref_camera_scenemode_entry_steadyphoto">Steady photo</string>
Wu-cheng Lic16617b2009-09-23 03:31:47 +0800251 <!-- Scene mode optimized for taking images of fireworks. -->
Owen Lin8d0ba002009-09-08 17:03:07 +0800252 <string name="pref_camera_scenemode_entry_fireworks">Fireworks</string>
253
Owen Lin87916952010-01-22 16:52:31 -0800254 <!-- Settings menu, enable quick capture mode or not -->
Owen Lin59531f62010-03-04 14:45:33 +0800255 <string name="pref_camera_quickcapture_title">Quick capture</string>
Owen Lin87916952010-01-22 16:52:31 -0800256 <string name="pref_camera_quickcapture_default" translatable="false">off</string>
257 <string name="pref_camera_quickcapture_entry_on">On</string>
258 <string name="pref_camera_quickcapture_entry_off">Off</string>
259
Owen Lin85f72132010-01-16 05:24:14 +0800260 <!-- Restore settings item in preference -->
Owen Lin59531f62010-03-04 14:45:33 +0800261 <string name="pref_restore_title">Camera settings</string>
262 <string name="pref_restore_detail">Restore to defaults</string>
263
264 <!-- Exposure settings in preference -->
265 <string name="pref_exposure_title">Exposure</string>
Owen Lin33be45a2010-03-06 11:18:18 +0800266 <string name="pref_exposure_default" translatable="false">0</string>
Owen Lin59531f62010-03-04 14:45:33 +0800267
268 <!-- Framing grid settings in preference -->
Owen Lin85f72132010-01-16 05:24:14 +0800269
Ray Chen0a5a78c2009-04-24 14:13:01 +0800270 <!-- Message to show when there's no lat/lng information in the image -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800271 <!-- Title of Details dialog -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800272 <!-- Label in message of Details dialog -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800273 <!-- Label in message of Details dialog -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800274 <!-- Label in message of Details dialog -->
Ray Chen0f0af522009-04-22 13:26:07 +0800275 <!-- Label in message of Details dialog -->
Ray Chen0f0af522009-04-22 13:26:07 +0800276 <!-- Label in message of Details dialog -->
Ray Chen0f0af522009-04-22 13:26:07 +0800277 <!-- Label in message of Details dialog -->
Ray Chen0f0af522009-04-22 13:26:07 +0800278 <!-- Label in message of Details dialog -->
Ray Chen0f0af522009-04-22 13:26:07 +0800279 <!-- Label in message of Details dialog -->
Ray Chen0f0af522009-04-22 13:26:07 +0800280 <!-- Label in message of Details dialog -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800281 <!-- Label in message of Details dialog -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800282 <!-- Label in message of Details dialog -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800283 <!-- Label in message of Details dialog -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800284 <!-- Label in message of Details dialog -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800285 <!-- Label in message of Details dialog -->
Chih-Chung Chang82ded202009-05-20 14:24:25 +0800286
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800287 <!-- Used to format image dimensions in Details dialog. e.g. 64 x 64 -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800288 <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800289 <!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800290 <!-- Unit of measure in the Details dialog frames per second. e.g. 20 fps -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800291 <!-- Unit of measure in the Details dialog K bits per second. e.g. 192 Kbps -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800292 <!-- Unit of measure in the Details dialog M bits per second. e.g. 2.3 Mbps -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800293 <!-- Details dialog "OK" button. Dismisses dialog. -->
294 <string name="details_ok">OK</string>
Chih-Chung Chang82ded202009-05-20 14:24:25 +0800295
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800296 <!-- Displayed in the title of the dialog for things to do with a picture that
297 is to be sent to another application: -->
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800298
299 <!-- Displayed in the title of the dialog for things to do with a picture that
300 is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
Chih-Chung Chang82ded202009-05-20 14:24:25 +0800301
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800302 <!-- Displayed in the title of the dialog for things to do with a video that
303 is to be sent to another application. -->
Chih-Chung Chang82ded202009-05-20 14:24:25 +0800304
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800305 <!-- Low-memory dialog message -->
306 <string name="spaceIsLow_content">Your SD card is running out of space. Change the quality setting or delete items from Gallery.</string>
Chih-Chung Chang82ded202009-05-20 14:24:25 +0800307
Petri Gynther30055f62009-10-20 16:51:28 -0700308 <!-- Camera format string for new image files. Passed to java.text.SimpleDateFormat. -->
309 <string name="image_file_name_format" translatable="false">"'IMG'_yyyyMMdd_HHmmss"</string>
310
Wu-cheng Li72d69c32009-09-09 18:24:03 +0800311 <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. -->
Petri Gynther30055f62009-10-20 16:51:28 -0700312 <string name="video_file_name_format" translatable="false">"'VID'_yyyyMMdd_HHmmss"</string>
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800313
Wu-cheng Lib6ed73e2009-07-08 13:55:06 +0800314 <!-- The messsage shown when video record reaches size limit. -->
315 <string name="video_reach_size_limit">Size limit reached.</string>
316
Owen Lin59531f62010-03-04 14:45:33 +0800317 <!-- The title show on the zoom controller -->
318 <string name="zoom_control_title">Zoom</string>
319
Chih-Chung Chang9ae7d022010-03-12 16:37:35 -0800320 <string name="switch_to_camera_lable">Switch to camera</string>
321 <string name="switch_to_video_lable">Switch to video</string>
The Android Open Source Projectb64d3452009-03-03 19:32:20 -0800322</resources>