blob: cad63a5202323fb61f3127e5f73006d6210d6520 [file] [log] [blame]
Owen Lina85c8022011-08-17 22:07:43 +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
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">
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -070018 <!-- The name of the Android Camera application. [CHAR LIMIT=16] -->
Sascha Haeberlingca4ddcc2013-08-12 11:49:33 -070019 <string name="app_name">Camera</string>
Mangesh Ghiwaref32062e2013-09-25 14:46:30 -070020 <!-- The label for the Video Camera activity. [CHAR LIMIT=16] -->
21 <string name="video_camera_label">Camcorder</string>
Owen Lina85c8022011-08-17 22:07:43 +080022 <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
23 <string name="details_ms">%1$02d:%2$02d</string>
24 <!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
25 <string name="details_hms">%1$d:%2$02d:%3$02d</string>
Owen Lina85c8022011-08-17 22:07:43 +080026
27 <!-- Displayed in the title of the dialog for things to do with a picture
28 that is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
29 <string name="set_image">Set picture as</string>
Owen Lina85c8022011-08-17 22:07:43 +080030
31 <!-- Details dialog "OK" button. Dismisses dialog. -->
32 <string name="delete">Delete</string>
Ray Chen3a063572012-05-18 08:41:33 +080033 <!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
Ray Chenced68f12012-05-15 11:22:21 +080034 <plurals name="delete_selection">
35 <item quantity="one">Delete selected item?</item>
36 <item quantity="other">Delete selected items?</item>
37 </plurals>
Owen Lina85c8022011-08-17 22:07:43 +080038 <string name="share">Share</string>
Mangesh Ghiware2f589c82012-09-27 21:05:41 -070039 <string name="share_panorama">Share panorama</string>
40 <string name="share_as_photo">Share as photo</string>
Owen Lina85c8022011-08-17 22:07:43 +080041
Chih-Chung Chang27b88dc2012-06-07 20:09:13 +080042 <!-- The label shown after an image is deleted [CHAR LIMIT=16] -->
43 <string name="deleted">Deleted</string>
44
45 <!-- The label on the button which when clicked will undo a deletion of image [CHAR LIMIT=16]-->
46 <string name="undo">UNDO</string>
47
Owen Lina85c8022011-08-17 22:07:43 +080048 <string name="details">Details</string>
Ray Chen7c56dc22011-08-24 11:40:04 +080049 <string name="close">Close</string>
Owen Lina85c8022011-08-17 22:07:43 +080050
Owen Lina85c8022011-08-17 22:07:43 +080051 <!-- String indicating how many media item(s) is(are) selected
52 eg. 1 selected [CHAR LIMIT=30] -->
53 <plurals name="number_of_items_selected">
54 <item quantity="zero">%1$d selected</item>
55 <item quantity="one">%1$d selected</item>
56 <item quantity="other">%1$d selected</item>
57 </plurals>
58
59 <!-- String indicating how many media album(s) is(are) selected
60 eg. 1 selected [CHAR LIMIT=30] -->
61 <plurals name="number_of_albums_selected">
62 <item quantity="zero">%1$d selected</item>
63 <item quantity="one">%1$d selected</item>
64 <item quantity="other">%1$d selected</item>
65 </plurals>
66
67 <!-- String indicating how many media group(s) is(are) selected
68 eg. 1 selected [CHAR LIMIT=30] -->
69 <plurals name="number_of_groups_selected">
70 <item quantity="zero">%1$d selected</item>
71 <item quantity="one">%1$d selected</item>
72 <item quantity="other">%1$d selected</item>
73 </plurals>
74
75 <!-- String indicating timestamp of photo or video -->
76 <string name="show_on_map">Show on map</string>
Claudia de Veaux5ec3e392011-10-03 17:58:40 -070077 <string name="rotate_left">Rotate left</string>
78 <string name="rotate_right">Rotate right</string>
Owen Lina85c8022011-08-17 22:07:43 +080079
nicolasroard782dc552013-04-08 18:16:17 -070080 <!-- String used as a menu label. The user can choose to edit the image
Owen Lina85c8022011-08-17 22:07:43 +080081 [CHAR_LIMIT=20]-->
82 <string name="edit">Edit</string>
83
Teng-Hui Zhuf00d4d02012-11-13 10:39:26 -080084 <!-- The title of the menu item to let user crop the image. [CHAR LIMIT=15] -->
Yuli Huang9004bba2011-09-09 17:09:39 +080085 <string name="crop_action">Crop</string>
Teng-Hui Zhuf00d4d02012-11-13 10:39:26 -080086 <!-- The title of the menu item to let user trim the video. [CHAR LIMIT=15] -->
Teng-Hui Zhu0d9061b2012-08-23 16:45:11 -070087 <string name="trim_action">Trim</string>
Teng-Hui Zhuf00d4d02012-11-13 10:39:26 -080088 <!-- The title of the menu item to let user set the image as background etc. [CHAR LIMIT=15] -->
Owen Lina85c8022011-08-17 22:07:43 +080089 <string name="set_as">Set as</string>
90
Teng-Hui Zhuf00d4d02012-11-13 10:39:26 -080091 <!-- String indicating an error when playing the video. [CHAR LIMIT=30] -->
Claudia de Veaux5ec3e392011-10-03 17:58:40 -070092 <string name="video_err">Can\'t play video.</string>
Owen Lina85c8022011-08-17 22:07:43 +080093
Owen Lina85c8022011-08-17 22:07:43 +080094 <!-- Toast message shown when the cropped image has been saved in the
Yuli Huangd88996f2012-04-25 23:51:52 +080095 %s folder (string: folder_download) [CHAR LIMIT=50]-->
96 <string name="crop_saved">
97 Cropped image saved to <xliff:g id="folder_name">%s</xliff:g>.</string>
Owen Lina85c8022011-08-17 22:07:43 +080098
Owen Lina85c8022011-08-17 22:07:43 +080099 <!-- Text indicating the title of a media item in details window [CHAR LIMIT=14] -->
100 <string name="title">Title</string>
101 <!-- Text indicating the description of a media item in details window [CHAR LIMIT=14] -->
102 <string name="description">Description</string>
103 <!-- Text indicating the creation time of a media item in details window [CHAR LIMIT=14] -->
104 <string name="time">Time</string>
105 <!-- Text indicating the location of a media item in details window [CHAR LIMIT=14] -->
106 <string name="location">Location</string>
107 <!-- Text indicating the path of a media item in details window [CHAR LIMIT=14] -->
108 <string name="path">Path</string>
109 <!-- Text indicating the width of a media item in details window [CHAR LIMIT=14] -->
110 <string name="width">Width</string>
111 <!-- Text indicating the height of a media item in details window [CHAR LIMIT=14] -->
112 <string name="height">Height</string>
113 <!-- Text indicating the orientation of a media item in details window [CHAR LIMIT=14] -->
114 <string name="orientation">Orientation</string>
Sascha Haeberling4d96e372013-10-07 20:09:47 -0700115 <!-- Text indicating the duration of a video item in details window [CHAR LIMIT=18] -->
Owen Lina85c8022011-08-17 22:07:43 +0800116 <string name="duration">Duration</string>
117 <!-- Text indicating the mime type of a media item in details window [CHAR LIMIT=14] -->
Claudia de Veaux5ec3e392011-10-03 17:58:40 -0700118 <string name="mimetype">MIME type</string>
Owen Lina85c8022011-08-17 22:07:43 +0800119 <!-- Text indicating the file size of a media item in details window [CHAR LIMIT=14] -->
Claudia de Veaux5ec3e392011-10-03 17:58:40 -0700120 <string name="file_size">File size</string>
Owen Lina85c8022011-08-17 22:07:43 +0800121 <!-- Text indicating the maker of a media item in details window [CHAR LIMIT=14] -->
122 <string name="maker">Maker</string>
123 <!-- Text indicating the model of a media item in details window [CHAR LIMIT=14] -->
124 <string name="model">Model</string>
125 <!-- Text indicating flash info of a media item in details window [CHAR LIMIT=14] -->
126 <string name="flash">Flash</string>
127 <!-- Text indicating aperture of a media item in details window [CHAR LIMIT=14] -->
128 <string name="aperture">Aperture</string>
129 <!-- Text indicating the focal length of a media item in details window [CHAR LIMIT=14] -->
130 <string name="focal_length">Focal Length</string>
Sascha Haeberling4d96e372013-10-07 20:09:47 -0700131 <!-- Text indicating the white balance of a media item in details window [CHAR LIMIT=18] -->
Claudia de Veaux5ec3e392011-10-03 17:58:40 -0700132 <string name="white_balance">White balance</string>
Owen Lina85c8022011-08-17 22:07:43 +0800133 <!-- Text indicating the exposure time of a media item in details window [CHAR LIMIT=14] -->
Claudia de Veaux5ec3e392011-10-03 17:58:40 -0700134 <string name="exposure_time">Exposure time</string>
Owen Lina85c8022011-08-17 22:07:43 +0800135 <!-- Text indicating the ISO speed rating of a media item in details window [CHAR LIMIT=14] -->
136 <string name="iso">ISO</string>
137 <!-- String indicating the time units in seconds. [CHAR LIMIT=8] -->
138 <!-- String indicating the length units in milli-meters. [CHAR LIMIT=8] -->
139 <string name="unit_mm">mm</string>
Sascha Haeberling4d96e372013-10-07 20:09:47 -0700140 <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=12] -->
Owen Lina85c8022011-08-17 22:07:43 +0800141 <string name="manual">Manual</string>
Sascha Haeberling4d96e372013-10-07 20:09:47 -0700142 <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=12 -->
Owen Lina85c8022011-08-17 22:07:43 +0800143 <string name="auto">Auto</string>
144 <!-- String indicating camera flash is fired. [CHAR LIMIT=14] -->
145 <string name="flash_on">Flash fired</string>
146 <!-- String indicating camera flash is not used. [CHAR LIMIT=14] -->
147 <string name="flash_off">No flash</string>
148
Doris Liu533d88d2012-12-07 12:41:39 -0800149 <!-- String indicating image width or height is unknown. [CHAR LIMIT=14] -->
150 <string name="unknown">Unknown</string>
151
Owen Lina85c8022011-08-17 22:07:43 +0800152 <!-- Toast message shown after we try to make a local album available offline
153 [CHAR LIMIT=150] -->
154 <string name="try_to_set_local_album_available_offline">
155 This item is stored locally and available offline.</string>
156
Teng-Hui Zhuf00d4d02012-11-13 10:39:26 -0800157
Teng-Hui Zhuc9b47532012-09-29 13:32:01 -0700158 <!-- The content of a dialog showing trimming in progress. [CHAR LIMIT=30] -->
159 <string name="please_wait">Please wait</string>
160
Michael Kolb3148b182013-01-29 14:03:06 -0800161 <!-- title for the dialog showing the error of camera hardware -->
162 <string name="camera_error_title">Camera error</string>
163
164 <!-- message for the dialog showing the error of camera hardware -->
165 <string name="cannot_connect_camera">Can\'t connect to the camera.</string>
166
167 <!-- message for the dialog showing the camera is disabled because of security policies. Camera cannot be used. -->
168 <string name="camera_disabled">Camera has been disabled because of security policies.</string>
169
Michael Kolb3148b182013-01-29 14:03:06 -0800170 <!-- alert to the user to wait for some operation to complete -->
171 <string name="wait">Please wait\u2026</string>
172
Michael Kolb3148b182013-01-29 14:03:06 -0800173 <!-- alert to the user that an SD card must be installed before using the camera -->
174 <string name="no_storage" product="default">Insert an SD card before using the camera.</string>
175
Michael Kolb3148b182013-01-29 14:03:06 -0800176 <!-- alert to the user that the SD card is being disk-checked -->
177 <string name="preparing_sd" product="default">Preparing SD card\u2026</string>
178
Michael Kolb3148b182013-01-29 14:03:06 -0800179 <!-- alert to the user that the camera fails to read or write the SD card. -->
180 <string name="access_sd_fail" product="default">Couldn\'t access SD card.</string>
181
Michael Kolb3148b182013-01-29 14:03:06 -0800182 <!-- A label that overlays on top of the preview frame to indicate the camcorder is in time lapse mode [CHAR LIMIT=35] -->
183 <string name="time_lapse_title">Time lapse recording</string>
184
Alan Newberger2bcb8d12013-11-05 20:15:01 -0800185 <!-- Screen display message during image capture to indicate that the capture is in progress, like during HDR+. [CHAR LIMIT=20] -->
186 <string name="capturing">Capturing</string>
187
Michael Kolb3148b182013-01-29 14:03:06 -0800188 <!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] -->
189 <string name="pref_camera_id_title">Choose camera</string>
190
191 <string name="pref_camera_id_default" translatable="false">0</string>
192
Erin Dahlgren8a2933b2013-12-06 12:07:33 -0800193 <!-- Named indexes into the array of camera facing entries -->
194 <string name="pref_camera_id_index_back" translatable="false">0</string>
195 <string name="pref_camera_id_index_front" translatable="false">1</string>
196
Michael Kolb3148b182013-01-29 14:03:06 -0800197 <!-- In select camera setting, back facing camera. [CHAR LIMIT=14] -->
198 <string name="pref_camera_id_entry_back">Back</string>
199 <!-- In select camera setting, front-facing camera. [CHAR LIMIT=14] -->
200 <string name="pref_camera_id_entry_front">Front</string>
201
202 <!-- Settings screen, setting title text -->
203 <string name="pref_camera_recordlocation_title">Store location</string>
204
205 <string name="pref_camera_recordlocation_default" translatable="false">none</string>
206
Michael Kolbb4524a12013-04-18 12:31:10 -0700207 <!-- Label for record location preference [CHAR LIMIT=50] -->
Michael Kolbe7cb33d2013-04-19 14:04:01 -0700208 <string name="pref_camera_location_label">LOCATION</string>
Michael Kolbb4524a12013-04-18 12:31:10 -0700209
Michael Kolb3148b182013-01-29 14:03:06 -0800210 <!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
211 <string name="pref_camera_timer_title">Countdown timer</string>
212
213 <string name="pref_camera_timer_default" translatable="false">0</string>
214 <!-- Entry for countdown timer setting. e.g. 1 second, 10 seconds, etc. [CHAR LIMIT=30]-->
215 <plurals name="pref_camera_timer_entry">
216 <item quantity="one">1 second</item>
217 <item quantity="other">%d seconds</item>
218 </plurals>
219 <string name="pref_camera_timer_sound_default">@string/setting_on_value</string>
Sascha Haeberlingc1461e12013-11-25 13:15:15 -0800220 <!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT=24]-->
Michael Kolb3148b182013-01-29 14:03:06 -0800221 <string name="pref_camera_timer_sound_title">Beep during countdown</string>
222
223 <!-- Entry of a on/off setting. The setting is turned off. [CHAR LIMIT=15] -->
224 <string name="setting_off">Off</string>
225 <!-- Entry of a on/off setting. The setting is turned on. [CHAR LIMIT=15] -->
226 <string name="setting_on">On</string>
227
228 <!-- The value of a camera preference indicating the setting is off. -->
229 <string name="setting_off_value" translatable="false">off</string>
230 <!-- The value of a camera preference indicating the setting is on. -->
231 <string name="setting_on_value" translatable="false">on</string>
Erin Dahlgrene419b192013-12-03 13:10:27 -0800232 <!-- The value of a camera preference indicating the setting is none. -->
233 <string name="setting_none_value" translatable="false">none</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800234
235 <!-- The Video quality settings in preference [CHAR LIMIT=21] -->
236 <string name="pref_video_quality_title">Video quality</string>
237 <!-- The default quality value is 5 (720p) -->
238 <string name="pref_video_quality_default" translatable="false">5</string>
239 <!-- Video quality setting entry. Videos will be recorded in 1080p quality. [CHAR LIMIT=24] -->
240 <string name="pref_video_quality_entry_1080p" translatable="false">HD 1080p</string>
241 <!-- Video quality setting entry. Videos will be recorded in 720p quality. [CHAR LIMIT=24] -->
242 <string name="pref_video_quality_entry_720p" translatable="false">HD 720p</string>
243 <!-- Video quality setting entry. Videos will be recorded in 480p quality. [CHAR LIMIT=24] -->
244 <string name="pref_video_quality_entry_480p" translatable="false">SD 480p</string>
245 <!-- Video quality setting entry. Videos will be recorded in the highest quality available on the device. [CHAR LIMIT=24] -->
246 <string name="pref_video_quality_entry_high">High</string>
247 <!-- Video quality setting entry. Videos will be recorded in the lowest quality available on the device. [CHAR LIMIT=24] -->
248 <string name="pref_video_quality_entry_low">Low</string>
249
250 <!-- Describes the preference dialog for choosing interval between frame capture for
251 time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] -->
252 <string name="pref_video_time_lapse_frame_interval_title">Time lapse</string>
253 <string name="pref_video_time_lapse_frame_interval_default" translatable="false">0</string>
254
255 <!-- Settings screen, Camera setting category title -->
256 <string name="pref_camera_settings_category">Camera settings</string>
257
258 <!-- Settings screen, Camcorder setting category title -->
259 <string name="pref_camcorder_settings_category">Camcorder settings</string>
260
261 <!-- Settings screen, Picture size title -->
262 <string name="pref_camera_picturesize_title">Picture size</string>
263
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700264 <!-- Settings screen, dialog choice for 13 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolbba0c6472013-05-24 09:44:00 -0700265 <string name="pref_camera_picturesize_entry_13mp">13M pixels</string>
Sascha Haeberling206dabd2014-01-16 13:11:46 -0800266 <!-- Settings screen, dialog choice for 10 megapixels picture size [CHAR LIMIT=20] -->
267 <string name="pref_camera_picturesize_entry_10mp">10M pixels</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700268 <!-- Settings screen, dialog choice for 8 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800269 <string name="pref_camera_picturesize_entry_8mp">8M pixels</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700270 <!-- Settings screen, dialog choice for 5 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800271 <string name="pref_camera_picturesize_entry_5mp">5M pixels</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700272 <!-- Settings screen, dialog choice for 4 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolbf4f94c82013-06-12 11:57:45 -0700273 <string name="pref_camera_picturesize_entry_4mp_wide">4M pixels (16:9)</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700274 <!-- Settings screen, dialog choice for 3 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800275 <string name="pref_camera_picturesize_entry_3mp">3M pixels</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700276 <!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800277 <string name="pref_camera_picturesize_entry_2mp">2M pixels</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700278 <!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolb6610eea2013-05-30 08:35:26 -0700279 <string name="pref_camera_picturesize_entry_2mp_wide">2M pixels (16:9)</string>
Michael Kolb8c686012013-06-04 11:40:20 -0700280 <!-- Settings screen, dialog choice for 1.5 megapixels picture size [CHAR LIMIT=20] -->
281 <string name="pref_camera_picturesize_entry_1_5mp">1.5M pixels</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700282 <!-- Settings screen, dialog choice for 1.3 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800283 <string name="pref_camera_picturesize_entry_1_3mp">1.3M pixels</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700284 <!-- Settings screen, dialog choice for 1 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800285 <string name="pref_camera_picturesize_entry_1mp">1M pixels</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700286 <!-- Settings screen, dialog choice for VGA picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800287 <string name="pref_camera_picturesize_entry_vga">VGA</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700288 <!-- Settings screen, dialog choice for QVGA picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800289 <string name="pref_camera_picturesize_entry_qvga">QVGA</string>
290
291 <!-- Settings screen, Focus mode title -->
292 <string name="pref_camera_focusmode_title">Focus mode</string>
293
294 <!-- Settings screen, Focus mode dialog radio button choices -->
295 <string name="pref_camera_focusmode_entry_auto">Auto</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700296 <!-- A setting that lets the camera focus into infinity. [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800297 <string name="pref_camera_focusmode_entry_infinity">Infinity</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700298 <!-- A setting that lets the camera operate in macro focus mode for nearby objects. [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800299 <string name="pref_camera_focusmode_entry_macro">Macro</string>
300
Michael Kolb317b5992013-04-10 08:50:51 -0700301 <!-- Menu, focus mode labels [CHAR LIMIT=50] -->
302 <string name="pref_camera_focusmode_label_auto">AUTO</string>
303 <string name="pref_camera_focusmode_label_infinity">INFINITY</string>
304 <string name="pref_camera_focusmode_label_macro">MACRO</string>
305
Michael Kolb3148b182013-01-29 14:03:06 -0800306 <!-- Default flash mode setting.-->
307 <string name="pref_camera_flashmode_default" translatable="false">auto</string>
308
309 <!-- Value for flash off setting-->
310 <string name="pref_camera_flashmode_no_flash" translatable="false">no_flash</string>
311
312 <!-- Settings screen, Flash mode title -->
313 <string name="pref_camera_flashmode_title">Flash mode</string>
Michael Kolb317b5992013-04-10 08:50:51 -0700314 <!-- flash label [CHAR LIMIT=50] -->
315 <string name="pref_camera_flashmode_label">FLASH MODE</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800316
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700317 <!-- Settings screen, Flash mode 'auto'. [CHAR LIMIT=12] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800318 <string name="pref_camera_flashmode_entry_auto">Auto</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700319 <!-- Settings screen, Flash mode 'alway on'. [CHAR LIMIT=12] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800320 <string name="pref_camera_flashmode_entry_on">On</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700321 <!-- Settings screen, Flash mode 'always off'. [CHAR LIMIT=12] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800322 <string name="pref_camera_flashmode_entry_off">Off</string>
323
Michael Kolb317b5992013-04-10 08:50:51 -0700324 <!-- Menu, flash mode labels [CHAR LIMIT=50] -->
325 <string name="pref_camera_flashmode_label_auto">FLASH AUTO</string>
326 <string name="pref_camera_flashmode_label_on">FLASH ON</string>
327 <string name="pref_camera_flashmode_label_off">FLASH OFF</string>
328
Michael Kolb3148b182013-01-29 14:03:06 -0800329 <!-- Default videocamera flash mode setting.-->
330 <string name="pref_camera_video_flashmode_default" translatable="false">off</string>
331
332 <!-- Default white balance setting. -->
333 <string name="pref_camera_whitebalance_default" translatable="false">auto</string>
334
335 <!-- Settings screen, white balance title -->
336 <string name="pref_camera_whitebalance_title">White balance</string>
Michael Kolb317b5992013-04-10 08:50:51 -0700337 <!-- Menu, white balance label -->
338 <string name="pref_camera_whitebalance_label">WHITE BALANCE</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800339
340 <!-- Settings screen, White balance dialog radio button choices -->
341 <string name="pref_camera_whitebalance_entry_auto">Auto</string>
342 <string name="pref_camera_whitebalance_entry_incandescent">Incandescent</string>
343 <string name="pref_camera_whitebalance_entry_daylight">Daylight</string>
344 <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string>
345 <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string>
346
Michael Kolb317b5992013-04-10 08:50:51 -0700347 <!-- Menu, White balance labels [CHAR LIMIT=50] -->
348 <string name="pref_camera_whitebalance_label_auto">AUTO</string>
349 <string name="pref_camera_whitebalance_label_incandescent">INCANDESCENT</string>
350 <string name="pref_camera_whitebalance_label_daylight">DAYLIGHT</string>
351 <string name="pref_camera_whitebalance_label_fluorescent">FLUORESCENT</string>
352 <string name="pref_camera_whitebalance_label_cloudy">CLOUDY</string>
353
Michael Kolb3148b182013-01-29 14:03:06 -0800354 <!-- Default scene mode setting. -->
355 <string name="pref_camera_scenemode_default" translatable="false">auto</string>
356
357 <!-- Settings screen, Select Scene mode -->
358 <string name="pref_camera_scenemode_title">Scene mode</string>
359
360 <!-- Settings menu, scene mode choices [CHAR LIMIT=16] -->
361 <string name="pref_camera_scenemode_entry_auto">Auto</string>
Sascha Haeberling623b74b2013-10-02 23:00:46 -0700362 <!-- Scene mode that uses HDR plus (better HDR) [CHAR LIMIT=16] -->
363 <string name="pref_camera_scenemode_entry_hdr_plus">HDR+</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800364 <!-- Scene mode that uses HDR (high dynamic range) [CHAR LIMIT=16] -->
365 <string name="pref_camera_scenemode_entry_hdr">HDR</string>
Alan Newbergerc13cc222013-10-11 13:20:59 -0700366 <!-- Scene mode to turn on HDR (better high dynamic range) [CHAR LIMIT=50] -->
Alan Newberger5e409332013-11-04 14:12:26 -0800367 <string name="pref_camera_scenemode_entry_turn_hdr_plus_on">HDR+ ON</string>
Alan Newbergerc13cc222013-10-11 13:20:59 -0700368 <!-- Scene mode to turn off HDR (better high dynamic range) [CHAR LIMIT=50] -->
Alan Newberger5e409332013-11-04 14:12:26 -0800369 <string name="pref_camera_scenemode_entry_turn_hdr_plus_off">HDR+ OFF</string>
Alan Newbergerc13cc222013-10-11 13:20:59 -0700370 <!-- Scene mode to turn on HDR (high dynamic range) [CHAR LIMIT=50] -->
Alan Newberger5e409332013-11-04 14:12:26 -0800371 <string name="pref_camera_scenemode_entry_turn_hdr_on">HDR ON</string>
Alan Newbergerc13cc222013-10-11 13:20:59 -0700372 <!-- Scene mode to turn off HDR (high dynamic range) [CHAR LIMIT=50] -->
Alan Newberger5e409332013-11-04 14:12:26 -0800373 <string name="pref_camera_scenemode_entry_turn_hdr_off">HDR OFF</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800374 <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=16] -->
375 <string name="pref_camera_scenemode_entry_action">Action</string>
376 <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=16] -->
377 <string name="pref_camera_scenemode_entry_night">Night</string>
378 <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=16] -->
379 <string name="pref_camera_scenemode_entry_sunset">Sunset</string>
380 <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] -->
381 <string name="pref_camera_scenemode_entry_party">Party</string>
382
Michael Kolbb4524a12013-04-18 12:31:10 -0700383 <!-- Settings menu, scene mode labels [CHAR LIMIT=50] -->
Michael Kolb52508fb2013-04-19 16:23:28 -0700384 <string name="pref_camera_scenemode_label_auto">NONE</string>
Michael Kolbb4524a12013-04-18 12:31:10 -0700385 <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=50] -->
386 <string name="pref_camera_scenemode_label_action">ACTION</string>
387 <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=50] -->
388 <string name="pref_camera_scenemode_label_night">NIGHT</string>
389 <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=50] -->
390 <string name="pref_camera_scenemode_label_sunset">SUNSET</string>
391 <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=50] -->
392 <string name="pref_camera_scenemode_label_party">PARTY</string>
393
Michael Kolbe7cb33d2013-04-19 14:04:01 -0700394 <!-- Settings menu countdown timer off [CHAR LIMIT=50] -->
395 <string name="pref_camera_countdown_label_off">TIMER OFF</string>
396 <!-- Settings menu countdown timer 1 second [CHAR LIMIT=50] -->
397 <string name="pref_camera_countdown_label_one">1 SECOND</string>
398 <!-- Settings menu countdown timer 3 seconds [CHAR LIMIT=50] -->
399 <string name="pref_camera_countdown_label_three">3 SECONDS</string>
400 <!-- Settings menu countdown timer 10 seconds [CHAR LIMIT=50] -->
401 <string name="pref_camera_countdown_label_ten">10 SECONDS</string>
402 <!-- Settings menu countdown timer 15 seconds [CHAR LIMIT=50] -->
403 <string name="pref_camera_countdown_label_fifteen">15 SECONDS</string>
404
Michael Kolb3148b182013-01-29 14:03:06 -0800405 <!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
406 <string name="not_selectable_in_scene_mode">Not selectable in scene mode.</string>
407
408 <!-- Exposure settings in preference -->
409 <string name="pref_exposure_title">Exposure</string>
410 <string name="pref_exposure_default" translatable="false">0</string>
Michael Kolb317b5992013-04-10 08:50:51 -0700411 <!-- menu label exposure compensation [CHAR LIMIT=50] -->
412 <string name="pref_exposure_label">EXPOSURE</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800413
414 <!-- Default HDR entry value -->
415 <string name="pref_camera_hdr_default">@string/setting_off_value</string>
416
Sascha Haeberling9bf0fd62013-10-03 12:10:48 -0700417 <!-- Default HDR+ entry value -->
418 <string name="pref_camera_hdr_plus_default">@string/setting_off_value</string>
Sascha Haeberling98f38bb2013-09-24 18:58:34 -0700419
Michael Kolb317b5992013-04-10 08:50:51 -0700420 <!-- HDR label ON [CHAR LIMIT=60] -->
Michael Kolbe7cb33d2013-04-19 14:04:01 -0700421 <string name="pref_camera_hdr_label">HDR</string>
Michael Kolb317b5992013-04-10 08:50:51 -0700422
423 <!-- switch camera label back [CHAR LIMIT=60] -->
424 <string name="pref_camera_id_label_back">FRONT CAMERA</string>
425 <!-- switch camera label front [CHAR LIMIT=60] -->
426 <string name="pref_camera_id_label_front">BACK CAMERA</string>
427
Michael Kolb3148b182013-01-29 14:03:06 -0800428 <!-- Dialog "OK" button. Dismisses dialog. -->
429 <string name="dialog_ok">OK</string>
Erin Dahlgrenc120b0f2013-11-19 10:53:49 -0800430 <string name="dialog_cancel">Cancel</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800431
Michael Kolb3148b182013-01-29 14:03:06 -0800432 <!-- Low-memory dialog message [CHAR LIMIT=NONE] -->
433 <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>
434
435 <!-- Camera format string for new image files. Passed to java.text.SimpleDateFormat. -->
436 <string name="image_file_name_format" translatable="false">"'IMG'_yyyyMMdd_HHmmss"</string>
437
438 <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. -->
439 <string name="video_file_name_format" translatable="false">"'VID'_yyyyMMdd_HHmmss"</string>
440
441 <!-- Filename prefix for panorama output. -->
442 <string name="pano_file_name_format" translatable="false">"'PANO'_yyyyMMdd_HHmmss"</string>
443
444 <!-- The message shown when video record reaches size limit. -->
445 <string name="video_reach_size_limit">Size limit reached.</string>
446
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700447 <!-- The text shown when the panorama panning speed is to fast [CHAR LIMIT=16] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800448 <string name="pano_too_fast_prompt">Too fast</string>
449
Sascha Haeberlingcd7b8c12013-09-06 10:11:42 -0700450 <!-- The text shown in the progress dialog when panorama preview is generating in the background [CHAR LIMIT=30] -->
451 <string name="pano_dialog_prepare_preview">Preparing panorama</string>
452
453 <!-- The text shown in the dialog when panorama saving failed [CHAR LIMIT=40] -->
454 <string name="pano_dialog_panorama_failed">Couldn\'t save panorama.</string>
455
Michael Kolb3148b182013-01-29 14:03:06 -0800456 <!-- The text shown on the dialog title in the dialogs for Panorama [CHAR LIMIT=12] -->
457 <string name="pano_dialog_title">Panorama</string>
458
459 <!-- The text shown on the top-left corner of the screen to indicate the capturing is on going [CHAR LIMIT=27] -->
460 <string name="pano_capture_indication">Capturing panorama</string>
461
Sascha Haeberlingcd7b8c12013-09-06 10:11:42 -0700462 <!-- The text shown in the progress dialog when waiting for previous panorama finishing [CHAR LIMIT=40] -->
463 <string name="pano_dialog_waiting_previous">Waiting for previous panorama</string>
464
465 <!-- The text shown on the bottom-left corner of the screen to indicate that the saving is in process [CHAR LIMIT=13] -->
466 <string name="pano_review_saving_indication_str">Saving\u2026</string>
467
Michael Kolb3148b182013-01-29 14:03:06 -0800468 <!-- The text shown on the screen to indicate that the panorama is rendering [CHAR LIMIT=27] -->
469 <string name="pano_review_rendering">Rendering panorama</string>
470
471 <!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=28] -->
472 <string name="tap_to_focus">Touch to focus.</string>
473
474 <!-- Default effect setting that clears the effect. -->
475 <string name="pref_video_effect_default" translatable="false">none</string>
476
477 <!-- Title of video effect setting popup window -->
478 <string name="pref_video_effect_title">Effects</string>
479
480 <!-- Effect setting item that clear the effect. [CHAR LIMIT=14] -->
481 <string name="effect_none">None</string>
482 <!-- Effect setting item that squeezes the face. [CHAR LIMIT=14] -->
483 <string name="effect_goofy_face_squeeze">Squeeze</string>
484 <!-- Effect setting item that makes eyes big. [CHAR LIMIT=14] -->
485 <string name="effect_goofy_face_big_eyes">Big eyes</string>
486 <!-- Effect setting item that makes mouth big. [CHAR LIMIT=14] -->
487 <string name="effect_goofy_face_big_mouth">Big mouth</string>
488 <!-- Effect setting item that makes mouth small. [CHAR LIMIT=14] -->
489 <string name="effect_goofy_face_small_mouth">Small mouth</string>
490 <!-- Effect setting item that makes nose big. [CHAR LIMIT=14] -->
491 <string name="effect_goofy_face_big_nose">Big nose</string>
492 <!-- Effect setting item that makes eyes small. [CHAR LIMIT=14] -->
493 <string name="effect_goofy_face_small_eyes">Small eyes</string>
494 <!-- Effect setting item that replaces background with Android in Space. [CHAR LIMIT=14] -->
495 <string name="effect_backdropper_space">In space</string>
Sascha Haeberlingc1461e12013-11-25 13:15:15 -0800496 <!-- Effect setting item that replaces background with a sunset. [CHAR LIMIT=16] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800497 <string name="effect_backdropper_sunset">Sunset</string>
Sascha Haeberlingc1461e12013-11-25 13:15:15 -0800498 <!-- Effect setting item that replaces background with video from gallery. [CHAR LIMIT=16] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800499 <string name="effect_backdropper_gallery">Your video</string>
500
Michael Kolb3148b182013-01-29 14:03:06 -0800501 <!-- Toast telling users tapping on the viewfinder will take a picture [CHAR LIMIT=54] -->
502 <string name="video_snapshot_hint">Touch to take photo while recording.</string>
503
504 <!-- Announcement telling users video recording has just started [CHAR LIMIT=NONE] -->
505 <string name="video_recording_started">Video recording has started.</string>
506 <!-- Announcement telling users video recording has just stopped [CHAR LIMIT=NONE] -->
507 <string name="video_recording_stopped">Video recording has stopped.</string>
508
Michael Kolb3148b182013-01-29 14:03:06 -0800509 <!-- A button in effect setting popup to clear the effect. [CHAR LIMIT=26] -->
510 <string name="clear_effects">Clear effects</string>
511
512 <!-- Title of category for silly face effects. [CHAR LIMIT=26] -->
513 <string name="effect_silly_faces">SILLY FACES</string>
514
515 <!-- Title of category for background replacement effects. [CHAR LIMIT=26] -->
516 <string name="effect_background">BACKGROUND</string>
517
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800518 <!-- The shutter button. [CHAR LIMIT=NONE] -->
Sascha Haeberlingf9a082c2013-08-20 17:26:37 -0700519 <string name="accessibility_shutter_button">Shutter</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800520 <!-- The menu button. [CHAR LIMIT=NONE] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800521 <string name="accessibility_menu_button">Menu button</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800522 <!-- The mode picker to switch between camera, video and panorama. [CHAR LIMIT=NONE] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800523 <string name="accessibility_mode_picker">Camera, video, or panorama selector</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800524 <!-- The check box in camera settings, such as store location. [CHAR LIMIT=NONE] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800525 <string name="accessibility_check_box">%1$s check box</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800526 <!-- The button to switch to Camera mode. [CHAR LIMIT=NONE] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800527 <string name="accessibility_switch_to_camera">Switch to photo</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800528 <!-- The button to switch to Video mode. [CHAR LIMIT=NONE] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800529 <string name="accessibility_switch_to_video">Switch to video</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800530 <!-- The button to switch to Panorama mode. [CHAR LIMIT=NONE] -->
Sascha Haeberlingcd7b8c12013-09-06 10:11:42 -0700531 <string name="accessibility_switch_to_panorama">Switch to panorama</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800532 <!-- The button to switch to the Photo Sphere mode. [CHAR LIMIT=NONE] -->
Sascha Haeberling722c8602013-08-19 19:00:02 -0700533 <string name="accessibility_switch_to_photo_sphere">Switch to Photo Sphere</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800534 <!-- The button to switch to the high quality mode. [CHAR LIMIT=NONE] -->
Ruben Brunka9d66bd2013-09-06 11:56:32 -0700535 <string name="accessibility_switch_to_gcam">Switch to high quality</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800536 <!-- The button to switch to the Re-Focus mode. [CHAR LIMIT=NONE] -->
Sascha Haeberling03e01452013-10-07 13:21:33 -0700537 <string name="accessibility_switch_to_refocus">Switch to Refocus</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800538 <!-- The button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT=NONE] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800539 <string name="accessibility_review_cancel">Review cancel</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800540 <!-- The button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT=NONE] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800541 <string name="accessibility_review_ok">Review done</string>
542 <!-- button in review mode indicate the user want to retake another photo/video for attachment [
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800543CHAR LIMIT=NONE] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800544 <string name="accessibility_review_retake">Review retake</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800545 <!-- Default text for a button that can be toggled on and off. -->
546 <string name="capital_on">ON</string>
547 <!-- Default text for a button that can be toggled on and off. -->
548 <string name="capital_off">OFF</string>
549
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800550 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800551 <string name="pref_video_time_lapse_frame_interval_off">Off</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800552 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800553 <string name="pref_video_time_lapse_frame_interval_500">0.5 seconds</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800554 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800555 <string name="pref_video_time_lapse_frame_interval_1000">1 second</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800556 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800557 <string name="pref_video_time_lapse_frame_interval_1500">1.5 seconds</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800558 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800559 <string name="pref_video_time_lapse_frame_interval_2000">2 seconds</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800560 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800561 <string name="pref_video_time_lapse_frame_interval_2500">2.5 seconds</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800562 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800563 <string name="pref_video_time_lapse_frame_interval_3000">3 seconds</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800564 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800565 <string name="pref_video_time_lapse_frame_interval_4000">4 seconds</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800566 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800567 <string name="pref_video_time_lapse_frame_interval_5000">5 seconds</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800568 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800569 <string name="pref_video_time_lapse_frame_interval_6000">6 seconds</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800570 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800571 <string name="pref_video_time_lapse_frame_interval_10000">10 seconds</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800572 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800573 <string name="pref_video_time_lapse_frame_interval_12000">12 seconds</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800574 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800575 <string name="pref_video_time_lapse_frame_interval_15000">15 seconds</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800576 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800577 <string name="pref_video_time_lapse_frame_interval_24000">24 seconds</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800578 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800579 <string name="pref_video_time_lapse_frame_interval_30000">0.5 minutes</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800580 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800581 <string name="pref_video_time_lapse_frame_interval_60000">1 minute</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800582 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800583 <string name="pref_video_time_lapse_frame_interval_90000">1.5 minutes</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800584 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800585 <string name="pref_video_time_lapse_frame_interval_120000">2 minutes</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800586 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800587 <string name="pref_video_time_lapse_frame_interval_150000">2.5 minutes</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800588 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800589 <string name="pref_video_time_lapse_frame_interval_180000">3 minutes</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800590 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800591 <string name="pref_video_time_lapse_frame_interval_240000">4 minutes</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800592 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800593 <string name="pref_video_time_lapse_frame_interval_300000">5 minutes</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800594 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800595 <string name="pref_video_time_lapse_frame_interval_360000">6 minutes</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800596 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800597 <string name="pref_video_time_lapse_frame_interval_600000">10 minutes</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800598 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800599 <string name="pref_video_time_lapse_frame_interval_720000">12 minutes</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800600 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800601 <string name="pref_video_time_lapse_frame_interval_900000">15 minutes</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800602 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800603 <string name="pref_video_time_lapse_frame_interval_1440000">24 minutes</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800604 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800605 <string name="pref_video_time_lapse_frame_interval_1800000">0.5 hours</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800606 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800607 <string name="pref_video_time_lapse_frame_interval_3600000">1 hour</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800608 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800609 <string name="pref_video_time_lapse_frame_interval_5400000">1.5 hour</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800610 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800611 <string name="pref_video_time_lapse_frame_interval_7200000">2 hours</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800612 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800613 <string name="pref_video_time_lapse_frame_interval_9000000">2.5 hours</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800614 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800615 <string name="pref_video_time_lapse_frame_interval_10800000">3 hours</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800616 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800617 <string name="pref_video_time_lapse_frame_interval_14400000">4 hours</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800618 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800619 <string name="pref_video_time_lapse_frame_interval_18000000">5 hours</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800620 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800621 <string name="pref_video_time_lapse_frame_interval_21600000">6 hours</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800622 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800623 <string name="pref_video_time_lapse_frame_interval_36000000">10 hours</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800624 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800625 <string name="pref_video_time_lapse_frame_interval_43200000">12 hours</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800626 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800627 <string name="pref_video_time_lapse_frame_interval_54000000">15 hours</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800628 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800629 <string name="pref_video_time_lapse_frame_interval_86400000">24 hours</string>
630
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800631 <!-- Seconds: a unit of time for time lapse intervals. [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800632 <string name="time_lapse_seconds">seconds</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800633 <!-- Minutes: a unit of time for time lapse intervals. [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800634 <string name="time_lapse_minutes">minutes</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800635 <!-- Hours: a unit of time for time lapse intervals. [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800636 <string name="time_lapse_hours">hours</string>
637
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800638 <!-- The button to confirm time-lapse setting changes. [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800639 <string name="time_lapse_interval_set">Done</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800640 <!-- Title in time interval picker for setting time interval. [CHAR LIMIT=30]-->
Michael Kolb3148b182013-01-29 14:03:06 -0800641 <string name="set_time_interval">Set Time Interval</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800642 <!-- Help text that is shown when the time lapse feature is turned off. [CHAR LIMIT=180]-->
Michael Kolb3148b182013-01-29 14:03:06 -0800643 <string name="set_time_interval_help">Time lapse feature is off. Turn it on to set time interval.</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800644 <!-- Title in timer setting for setting the duration for the countdown timer. [CHAR LIMIT=50]-->
Michael Kolb3148b182013-01-29 14:03:06 -0800645 <string name="set_duration">Set duration in seconds</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800646 <!-- On-screen hint during timer countdown for taking a photo. [CHAR LIMIT=60]-->
Michael Kolb3148b182013-01-29 14:03:06 -0800647 <string name="count_down_title_text">Counting down to take a photo</string>
648
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800649 <!-- Title for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=50] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800650 <string name="remember_location_title">Remember photo locations?</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800651 <!-- Message for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=None] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800652 <string name="remember_location_prompt">Tag your photos and videos with the locations where they are taken.\n\nOther apps can access this information along with your saved images.</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800653 <!-- Negative answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800654 <string name="remember_location_no">No thanks</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800655 <!-- Positive answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800656 <string name="remember_location_yes">Yes</string>
657
Michael Kolb317b5992013-04-10 08:50:51 -0700658 <!-- Camera menu labels -->
Michael Kolb317b5992013-04-10 08:50:51 -0700659 <!-- more options label [CHAR LIMIT=50] -->
660 <string name="camera_menu_more_label">MORE OPTIONS</string>
661 <!-- settings label [CHAR LIMIT=50] -->
662 <string name="camera_menu_settings_label">SETTINGS</string>
Sascha Haeberlinga5a08d72013-09-11 20:30:52 -0700663
664 <!-- Tiny Planet -->
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800665 <!-- Button to press for creating a tiny planet image. [CHAR LIMIT=30] -->
Sascha Haeberlinga5a08d72013-09-11 20:30:52 -0700666 <string name="create_tiny_planet">Create Tiny Planet</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800667 <!-- Message shown while a tiny planet image is being saved. [CHAR LIMIT=30] -->
Sascha Haeberlinga5a08d72013-09-11 20:30:52 -0700668 <string name="saving_tiny_planet">Saving Tiny Planet …</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800669 <!-- Label above a slider that let's the user set the zoom of a tiny planet image. [CHAR LIMIT=15] -->
Sascha Haeberlinga5a08d72013-09-11 20:30:52 -0700670 <string name="tiny_planet_zoom">Zoom</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800671 <!-- Label above a slider that let's the user set the rotation of a tiny planet image. [CHAR LIMIT=15] -->
Sascha Haeberlinga5a08d72013-09-11 20:30:52 -0700672 <string name="tiny_planet_rotate">Rotate</string>
nicolasroard19ab7252013-09-18 16:54:05 -0700673
674 <!-- Crop -->
675 <!-- Label for the save button in the crop activity action bar [CHAR LIMIT=20] -->
676 <string name="crop_save">Save</string>
Sascha Haeberling46aec0d2013-10-03 00:01:12 -0700677 <!-- String shown when we cannot load the image when starting the activity [CHAR LIMIT=NONE] -->
678 <string name="cannot_load_image">Cannot load the image!</string>
Sascha Haeberlingf6da2582013-10-01 16:42:47 -0700679 <!-- Label for album filmstrip button -->
680 <string name="switch_photo_filmstrip">Filmstrip view</string>
681
Sameer Padala1f8c4242013-10-07 13:09:34 -0700682 <!-- String shown when setting the homepage wallpaper in the background [CHAR LIMIT=NONE] -->
683 <string name="setting_wallpaper">Setting wallpaper</string>
Doris Liu1c94b7d2013-11-09 19:13:44 -0800684
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800685 <!-- Camera settings. [CHAR LIMIT=25] -->
Doris Liu1c94b7d2013-11-09 19:13:44 -0800686 <string name="mode_settings">Settings</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800687 <!-- Text shown in the camera mode options list for normal camera mode [CHAR LIMIT=25] -->
Doris Liu1c94b7d2013-11-09 19:13:44 -0800688 <string name="mode_camera">Camera</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800689 <!-- Text shown in the camera mode options list for putting camera in video recording mode [CHAR LIMIT=25] -->
Doris Liu1c94b7d2013-11-09 19:13:44 -0800690 <string name="mode_video">Video</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800691 <!-- Text shown in the camera mode options list for putting camera in photo sphere mode. 'Photo sphere' is a product name. [CHAR LIMIT=25] -->
Doris Liu74924262013-11-18 14:44:17 -0800692 <string name="mode_photosphere">Photo Sphere</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800693 <!-- Text shown in the camera mode options list for advanced user mode. Craft mode contains more advanced features such as capability to refocus and recognize barcode/QR code. [CHAR LIMIT=25] -->
Doris Liu1c94b7d2013-11-09 19:13:44 -0800694 <string name="mode_craft">Craft</string>
Sascha Haeberling601921e2013-12-17 10:01:11 -0800695 <!-- Text shown in the camera mode options list for advanced user mode. It contains more advanced features such as capability to refocus and recognize barcode/QR code. [CHAR LIMIT=25] -->
696 <string name="mode_advanced_camera">Advanced Camera</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800697 <!-- Text shown in the camera mode options list for putting camera in time lapse mode [CHAR LIMIT=25] -->
Doris Liu74924262013-11-18 14:44:17 -0800698 <string name="mode_timelapse">Time Lapse</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800699 <!-- Text shown in the camera mode options list for putting camera in wide angle panorama mode [CHAR LIMIT=25] -->
Doris Liu74924262013-11-18 14:44:17 -0800700 <string name="mode_wideangle">Wide Angle</string>
Doris Liu49a52f22013-12-12 18:42:53 -0800701 <!-- Text shown in the camera mode options list for putting camera in panorama mode [CHAR LIMIT=25] -->
702 <string name="mode_panorama">Panorama</string>
Doris Liu1c94b7d2013-11-09 19:13:44 -0800703
Spike Sprague79718f62014-01-28 18:48:22 -0800704 <!-- Accessibility text for switching to camera settings [CHAR_LIMIT=NONE] -->
705 <string name="mode_settings_desc">Open Settings</string>
706 <!-- Accessibility text for switching to normal camera mode [CHAR_LIMIT=NONE] -->
707 <string name="mode_camera_desc">Switch to Camera Mode</string>
708 <!-- Accessibility text for switching to video mode [CHAR_LIMIT=NONE] -->
709 <string name="mode_video_desc">Switch to Video Camera</string>
710 <!-- Accessibility text for switching to photo sphere mode. 'Photo sphere' is a product name. [CHAR_LIMIT=NONE] -->
711 <string name="mode_photosphere_desc">Switch to Photo Sphere Mode</string>
712 <!-- Accessibility text for switching to craft mode. Craft mode contains more advanced features such as capability to refocus and recognize barcode/QR code. [CHAR_LIMIT=NONE] -->
713 <string name="mode_craft_desc">Switch to Advanced Camera Mode</string>
714 <!-- Accessibility text for switching to advanced camera mode. It contains more advanced features such as capability to refocus and recognize barcode/QR code. [CHAR_LIMIT=NONE] -->
715 <string name="mode_advanced_camera_desc">Switch to Advanced Camera Mode</string>
716 <!-- Accessibility text for switching to timelapse mode [CHAR_LIMIT=NONE] -->
717 <string name="mode_timelapse_desc">Switch to Timelapse Mode</string>
718 <!-- Accessibility text for switching to wideangle mode [CHAR_LIMIT=NONE] -->
719 <string name="mode_wideangle_desc">Switch to Wideangle Mode</string>
720 <!-- Accessibility text for switching to panorama mode [CHAR_LIMIT=NONE] -->
721 <string name="mode_panorama_desc">Switch to Panorama Mode</string>
722
723
724 <!-- Accessibility text for refocus toggle button states [CHAR_LIMIT=NONE] -->
725 <string name="refocus_off_desc">Foreground Focus off</string>
726 <string name="refocus_on_desc">Foreground Focus on</string>
727
728 <!-- Accessibility text for settings toggle button states [CHAR_LIMIT=NONE] -->
729 <string name="settings_open_desc">Open settings</string>
730 <string name="settings_close_desc">Close settings</string>
731
732 <!-- Accessibility text for HDR+ toggle button states [CHAR_LIMIT=NONE] -->
733 <string name="hdr_plus_off_desc">HDR Plus off</string>
734 <string name="hdr_plus_on_desc">HDR Plus on</string>
735
736 <!-- Accessibility text for HDR toggle button states [CHAR_LIMIT=NONE] -->
737 <string name="hdr_off_desc">HDR off</string>
738 <string name="hdr_on_desc">HDR on</string>
739
740 <!-- Accessibility text for camera flash toggle button states [CHAR_LIMIT=NONE] -->
741 <string name="flash_off_desc">Flash off</string>
742 <string name="flash_auto_desc">Flash auto</string>
743 <string name="flash_on_desc">Flash on</string>
744
745 <!-- Accessibility text for vide torch (flash) toggle button states [CHAR_LIMIT=NONE] -->
746 <string name="torch_on_desc">Torch on</string>
747 <string name="torch_off_desc">Torch off</string>
748
749 <!-- Accessibility text for camera switch toggle button states [CHAR_LIMIT=NONE] -->
750 <string name="camera_id_back_desc">Back camera</string>
751 <string name="camera_id_front_desc">Front camera</string>
752
753 <!-- Accessibility text for cancel button [CHAR_LIMIT=NONE] -->
754 <string name="cancel_button_description">Cancel</string>
755 <!-- Accessibility text for done button [CHAR_LIMIT=NONE] -->
756 <string name="done_button_description">Done</string>
757 <!-- Accessibility text for retake button [CHAR_LIMIT=NONE] -->
758 <string name="retake_button_description">Retake</string>
759
760
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800761 <!-- Text shown in camera settings list for toggling photo location on or off [CHAR LIMIT=25] -->
Erin Dahlgrenc120b0f2013-11-19 10:53:49 -0800762 <string name="setting_location">Location</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800763 <!-- Text shown in camera settings list for selecting the size of photos that will be captured [CHAR LIMIT=25] -->
Erin Dahlgrenc120b0f2013-11-19 10:53:49 -0800764 <string name="setting_picture_size">Picture Size</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800765 <!-- Text shown in camera settings list for selecting the resolution of videos that will be recorded [CHAR LIMIT=25] -->
Erin Dahlgrenc120b0f2013-11-19 10:53:49 -0800766 <string name="setting_video_resolution">Video Resolution</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800767 <!-- Text shown in camera settings list for selecting the camera mode that will be used by default when the app starts [CHAR LIMIT=25] -->
Erin Dahlgrenc120b0f2013-11-19 10:53:49 -0800768 <string name="setting_default_camera">Default Camera</string>
Christian Wyglendowski6fe8c822013-11-26 14:16:04 -0800769 <!-- Text shown in camera settings list for sending user feedback to the app publisher [CHAR LIMIT=25] -->
770 <string name="setting_send_feedback">Send Feedback</string>
Erin Dahlgrenc120b0f2013-11-19 10:53:49 -0800771
Sascha Haeberling601921e2013-12-17 10:01:11 -0800772 <!-- TODO: don't ship with these. -->
Marco Nelissen0744e4a2013-11-22 01:47:37 +0000773 <string name="focus_ring_toggle" translatable="false">FR</string>
774 <string name="immediate_capture_toggle" translatable="false">IMM</string>
Erin Dahlgrene419b192013-12-03 13:10:27 -0800775
776 <!-- camera jpeg quality settings -->
777 <string name="pref_camera_jpeg_quality_normal" translatable="false">normal</string>
778 <string name="pref_camera_jpeg_quality_fine" translatable="false">fine</string>
779 <string name="pref_camera_jpeg_quality_superfine" translatable="false">superfine</string>
780
Erin Dahlgrene419b192013-12-03 13:10:27 -0800781 <!-- Default for camera startup module index -->
782 <string name="pref_camera_startup_index_default" translatable="false">0</string>
Sascha Haeberling1dbb3392013-12-12 20:11:09 -0800783
Doris Liu2c559c42014-01-08 16:04:38 -0800784 <!-- Default number of times to play shimmy. -->
785 <string name="pref_shimmy_play_times" translatable="false">10</string>
786
Sascha Haeberling1dbb3392013-12-12 20:11:09 -0800787 <!-- A message shown to the user, indicating that an HDR+ photo is being processed. [CHAR LIMIT=25] -->
788 <string name="processing_hdr_plus">Processing HDR+ &#8230;</string>
Erin Dahlgrena1fab412014-01-21 09:31:11 -0800789
790 <string name="pano_orientation_horizontal" translatable="false">pano_horizontal</string>
791 <string name="pano_orientation_vertical" translatable="false">pano_vertical</string>
792
793 <string name="tag_enabled_id" translatable="false">enabled_id</string>
794
Sameer Padala1f8c4242013-10-07 13:09:34 -0700795 </resources>