blob: 67bdc2679e50e31c3c1ae90f1898eeeffee096ab [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>
Sachin Shah89d153b2014-08-15 18:36:44 -070020 <string name="snapcam_app_name">Snapdragon Camera</string>
Mangesh Ghiwaref32062e2013-09-25 14:46:30 -070021 <!-- The label for the Video Camera activity. [CHAR LIMIT=16] -->
22 <string name="video_camera_label">Camcorder</string>
Owen Lina85c8022011-08-17 22:07:43 +080023 <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
24 <string name="details_ms">%1$02d:%2$02d</string>
25 <!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
26 <string name="details_hms">%1$d:%2$02d:%3$02d</string>
Owen Lina85c8022011-08-17 22:07:43 +080027
28 <!-- Displayed in the title of the dialog for things to do with a picture
29 that is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
30 <string name="set_image">Set picture as</string>
Owen Lina85c8022011-08-17 22:07:43 +080031
32 <!-- Details dialog "OK" button. Dismisses dialog. -->
33 <string name="delete">Delete</string>
Ray Chen3a063572012-05-18 08:41:33 +080034 <!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
Ray Chenced68f12012-05-15 11:22:21 +080035 <plurals name="delete_selection">
36 <item quantity="one">Delete selected item?</item>
37 <item quantity="other">Delete selected items?</item>
38 </plurals>
Owen Lina85c8022011-08-17 22:07:43 +080039 <string name="share">Share</string>
Mangesh Ghiware2f589c82012-09-27 21:05:41 -070040 <string name="share_panorama">Share panorama</string>
41 <string name="share_as_photo">Share as photo</string>
Owen Lina85c8022011-08-17 22:07:43 +080042
Chih-Chung Chang27b88dc2012-06-07 20:09:13 +080043 <!-- The label shown after an image is deleted [CHAR LIMIT=16] -->
44 <string name="deleted">Deleted</string>
45
46 <!-- The label on the button which when clicked will undo a deletion of image [CHAR LIMIT=16]-->
47 <string name="undo">UNDO</string>
48
Owen Lina85c8022011-08-17 22:07:43 +080049 <string name="details">Details</string>
Ray Chen7c56dc22011-08-24 11:40:04 +080050 <string name="close">Close</string>
Owen Lina85c8022011-08-17 22:07:43 +080051
Owen Lina85c8022011-08-17 22:07:43 +080052 <!-- String indicating how many media item(s) is(are) selected
53 eg. 1 selected [CHAR LIMIT=30] -->
54 <plurals name="number_of_items_selected">
55 <item quantity="zero">%1$d selected</item>
56 <item quantity="one">%1$d selected</item>
57 <item quantity="other">%1$d selected</item>
58 </plurals>
59
60 <!-- String indicating how many media album(s) is(are) selected
61 eg. 1 selected [CHAR LIMIT=30] -->
62 <plurals name="number_of_albums_selected">
63 <item quantity="zero">%1$d selected</item>
64 <item quantity="one">%1$d selected</item>
65 <item quantity="other">%1$d selected</item>
66 </plurals>
67
68 <!-- String indicating how many media group(s) is(are) selected
69 eg. 1 selected [CHAR LIMIT=30] -->
70 <plurals name="number_of_groups_selected">
71 <item quantity="zero">%1$d selected</item>
72 <item quantity="one">%1$d selected</item>
73 <item quantity="other">%1$d selected</item>
74 </plurals>
75
76 <!-- String indicating timestamp of photo or video -->
77 <string name="show_on_map">Show on map</string>
Claudia de Veaux5ec3e392011-10-03 17:58:40 -070078 <string name="rotate_left">Rotate left</string>
79 <string name="rotate_right">Rotate right</string>
Owen Lina85c8022011-08-17 22:07:43 +080080
nicolasroard782dc552013-04-08 18:16:17 -070081 <!-- String used as a menu label. The user can choose to edit the image
Owen Lina85c8022011-08-17 22:07:43 +080082 [CHAR_LIMIT=20]-->
83 <string name="edit">Edit</string>
84
Teng-Hui Zhuf00d4d02012-11-13 10:39:26 -080085 <!-- The title of the menu item to let user crop the image. [CHAR LIMIT=15] -->
Yuli Huang9004bba2011-09-09 17:09:39 +080086 <string name="crop_action">Crop</string>
Teng-Hui Zhuf00d4d02012-11-13 10:39:26 -080087 <!-- The title of the menu item to let user trim the video. [CHAR LIMIT=15] -->
Teng-Hui Zhu0d9061b2012-08-23 16:45:11 -070088 <string name="trim_action">Trim</string>
Teng-Hui Zhuf00d4d02012-11-13 10:39:26 -080089 <!-- 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 +080090 <string name="set_as">Set as</string>
91
Teng-Hui Zhuf00d4d02012-11-13 10:39:26 -080092 <!-- String indicating an error when playing the video. [CHAR LIMIT=30] -->
Claudia de Veaux5ec3e392011-10-03 17:58:40 -070093 <string name="video_err">Can\'t play video.</string>
Owen Lina85c8022011-08-17 22:07:43 +080094
Owen Lina85c8022011-08-17 22:07:43 +080095 <!-- Toast message shown when the cropped image has been saved in the
Yuli Huangd88996f2012-04-25 23:51:52 +080096 %s folder (string: folder_download) [CHAR LIMIT=50]-->
97 <string name="crop_saved">
98 Cropped image saved to <xliff:g id="folder_name">%s</xliff:g>.</string>
Owen Lina85c8022011-08-17 22:07:43 +080099
Owen Lina85c8022011-08-17 22:07:43 +0800100 <!-- Text indicating the title of a media item in details window [CHAR LIMIT=14] -->
101 <string name="title">Title</string>
102 <!-- Text indicating the description of a media item in details window [CHAR LIMIT=14] -->
103 <string name="description">Description</string>
104 <!-- Text indicating the creation time of a media item in details window [CHAR LIMIT=14] -->
105 <string name="time">Time</string>
106 <!-- Text indicating the location of a media item in details window [CHAR LIMIT=14] -->
107 <string name="location">Location</string>
108 <!-- Text indicating the path of a media item in details window [CHAR LIMIT=14] -->
109 <string name="path">Path</string>
110 <!-- Text indicating the width of a media item in details window [CHAR LIMIT=14] -->
111 <string name="width">Width</string>
112 <!-- Text indicating the height of a media item in details window [CHAR LIMIT=14] -->
113 <string name="height">Height</string>
114 <!-- Text indicating the orientation of a media item in details window [CHAR LIMIT=14] -->
115 <string name="orientation">Orientation</string>
Sascha Haeberling4d96e372013-10-07 20:09:47 -0700116 <!-- Text indicating the duration of a video item in details window [CHAR LIMIT=18] -->
Owen Lina85c8022011-08-17 22:07:43 +0800117 <string name="duration">Duration</string>
118 <!-- Text indicating the mime type of a media item in details window [CHAR LIMIT=14] -->
Claudia de Veaux5ec3e392011-10-03 17:58:40 -0700119 <string name="mimetype">MIME type</string>
Owen Lina85c8022011-08-17 22:07:43 +0800120 <!-- Text indicating the file size of a media item in details window [CHAR LIMIT=14] -->
Claudia de Veaux5ec3e392011-10-03 17:58:40 -0700121 <string name="file_size">File size</string>
Owen Lina85c8022011-08-17 22:07:43 +0800122 <!-- Text indicating the maker of a media item in details window [CHAR LIMIT=14] -->
123 <string name="maker">Maker</string>
124 <!-- Text indicating the model of a media item in details window [CHAR LIMIT=14] -->
125 <string name="model">Model</string>
126 <!-- Text indicating flash info of a media item in details window [CHAR LIMIT=14] -->
127 <string name="flash">Flash</string>
128 <!-- Text indicating aperture of a media item in details window [CHAR LIMIT=14] -->
129 <string name="aperture">Aperture</string>
130 <!-- Text indicating the focal length of a media item in details window [CHAR LIMIT=14] -->
131 <string name="focal_length">Focal Length</string>
Sascha Haeberling4d96e372013-10-07 20:09:47 -0700132 <!-- Text indicating the white balance of a media item in details window [CHAR LIMIT=18] -->
Claudia de Veaux5ec3e392011-10-03 17:58:40 -0700133 <string name="white_balance">White balance</string>
Owen Lina85c8022011-08-17 22:07:43 +0800134 <!-- Text indicating the exposure time of a media item in details window [CHAR LIMIT=14] -->
Claudia de Veaux5ec3e392011-10-03 17:58:40 -0700135 <string name="exposure_time">Exposure time</string>
Owen Lina85c8022011-08-17 22:07:43 +0800136 <!-- Text indicating the ISO speed rating of a media item in details window [CHAR LIMIT=14] -->
137 <string name="iso">ISO</string>
138 <!-- String indicating the time units in seconds. [CHAR LIMIT=8] -->
139 <!-- String indicating the length units in milli-meters. [CHAR LIMIT=8] -->
140 <string name="unit_mm">mm</string>
Sascha Haeberling4d96e372013-10-07 20:09:47 -0700141 <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=12] -->
Owen Lina85c8022011-08-17 22:07:43 +0800142 <string name="manual">Manual</string>
Sascha Haeberling4d96e372013-10-07 20:09:47 -0700143 <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=12 -->
Owen Lina85c8022011-08-17 22:07:43 +0800144 <string name="auto">Auto</string>
145 <!-- String indicating camera flash is fired. [CHAR LIMIT=14] -->
146 <string name="flash_on">Flash fired</string>
147 <!-- String indicating camera flash is not used. [CHAR LIMIT=14] -->
148 <string name="flash_off">No flash</string>
149
Doris Liu533d88d2012-12-07 12:41:39 -0800150 <!-- String indicating image width or height is unknown. [CHAR LIMIT=14] -->
151 <string name="unknown">Unknown</string>
152
Owen Lina85c8022011-08-17 22:07:43 +0800153 <!-- Toast message shown after we try to make a local album available offline
154 [CHAR LIMIT=150] -->
155 <string name="try_to_set_local_album_available_offline">
156 This item is stored locally and available offline.</string>
157
Teng-Hui Zhuf00d4d02012-11-13 10:39:26 -0800158
Teng-Hui Zhuc9b47532012-09-29 13:32:01 -0700159 <!-- The content of a dialog showing trimming in progress. [CHAR LIMIT=30] -->
160 <string name="please_wait">Please wait</string>
161
Sascha Haeberling56339942013-09-04 16:59:43 -0700162 <!-- Text to show with progress bar while stitching a photo sphere. 'Photo sphere' is a product name. [CHAR LIMIT=35]-->
Sascha Haeberling1d9a8d72013-08-30 18:11:20 -0700163 <string name="rendering_photo_sphere">Rendering photo sphere</string>
George Mountb316f492012-10-09 17:50:33 -0700164
Michael Kolb3148b182013-01-29 14:03:06 -0800165 <!-- title for the dialog showing the error of camera hardware -->
166 <string name="camera_error_title">Camera error</string>
167
168 <!-- message for the dialog showing the error of camera hardware -->
169 <string name="cannot_connect_camera">Can\'t connect to the camera.</string>
170
171 <!-- message for the dialog showing the camera is disabled because of security policies. Camera cannot be used. -->
172 <string name="camera_disabled">Camera has been disabled because of security policies.</string>
173
Michael Kolb3148b182013-01-29 14:03:06 -0800174 <!-- alert to the user to wait for some operation to complete -->
175 <string name="wait">Please wait\u2026</string>
176
Michael Kolb3148b182013-01-29 14:03:06 -0800177 <!-- alert to the user that an SD card must be installed before using the camera -->
178 <string name="no_storage" product="default">Insert an SD card before using the camera.</string>
179
Michael Kolb3148b182013-01-29 14:03:06 -0800180 <!-- alert to the user that the SD card is being disk-checked -->
181 <string name="preparing_sd" product="default">Preparing SD card\u2026</string>
182
Michael Kolb3148b182013-01-29 14:03:06 -0800183 <!-- alert to the user that the camera fails to read or write the SD card. -->
184 <string name="access_sd_fail" product="default">Couldn\'t access SD card.</string>
185
Michael Kolb3148b182013-01-29 14:03:06 -0800186 <!-- A label that overlays on top of the preview frame to indicate the camcorder is in time lapse mode [CHAR LIMIT=35] -->
187 <string name="time_lapse_title">Time lapse recording</string>
188
Alan Newberger2bcb8d12013-11-05 20:15:01 -0800189 <!-- Screen display message during image capture to indicate that the capture is in progress, like during HDR+. [CHAR LIMIT=20] -->
190 <string name="capturing">Capturing</string>
191
Michael Kolb3148b182013-01-29 14:03:06 -0800192 <!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] -->
193 <string name="pref_camera_id_title">Choose camera</string>
194
195 <string name="pref_camera_id_default" translatable="false">0</string>
196
197 <!-- 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 Haeberling04233082013-10-01 16:58:08 -0700220 <!-- 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
Santhosh Kumar H Eb2da1c12014-01-21 19:21:42 +0530223 <!-- Entry of camera save path -->
224 <string name="pref_camera_savepath_title">Storage Position</string>
225 <string name="pref_camera_savepath_default">0</string>
226 <string name="pref_camera_savepath_entry_0">Phone</string>
227 <string name="pref_camera_savepath_entry_1">SD Card</string>
228
Michael Kolb3148b182013-01-29 14:03:06 -0800229 <!-- Entry of a on/off setting. The setting is turned off. [CHAR LIMIT=15] -->
230 <string name="setting_off">Off</string>
231 <!-- Entry of a on/off setting. The setting is turned on. [CHAR LIMIT=15] -->
232 <string name="setting_on">On</string>
233
234 <!-- The value of a camera preference indicating the setting is off. -->
235 <string name="setting_off_value" translatable="false">off</string>
236 <!-- The value of a camera preference indicating the setting is on. -->
237 <string name="setting_on_value" translatable="false">on</string>
238
239 <!-- The Video quality settings in preference [CHAR LIMIT=21] -->
240 <string name="pref_video_quality_title">Video quality</string>
Santhosh Kumar H E08c09042015-04-02 17:41:50 +0530241 <!-- The default quality value is (CIF) -->
242 <string name="pref_video_quality_default" translatable="false">352x288</string>
Abhishek Pant47e7dd72013-11-28 15:18:20 +0530243 <!-- Video quality setting entry.
244 Videos will be recorded in 4k DCI quality. [CHAR LIMIT=24] -->
245 <string name="pref_video_quality_entry_4kdci" translatable="false">
246 4k DCI</string>
Sai Kumar Sanagavarapubf809d32014-10-01 20:44:47 +0530247 <!-- Video quality setting entry.
Cherian Deepak2518c492014-08-12 22:25:21 -0700248 Videos will be recorded in 4k UHD quality. [CHAR LIMIT=24] -->
249 <string name="pref_video_quality_entry_2160p" translatable="false">
250 4k UHD</string>
Abhishek Pant47e7dd72013-11-28 15:18:20 +0530251 <!-- Video quality setting entry.
252 Videos will be recorded in 4k UHD quality. [CHAR LIMIT=24] -->
253 <string name="pref_video_quality_entry_4kuhd" translatable="false">
254 4k UHD</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800255 <!-- Video quality setting entry. Videos will be recorded in 1080p quality. [CHAR LIMIT=24] -->
256 <string name="pref_video_quality_entry_1080p" translatable="false">HD 1080p</string>
257 <!-- Video quality setting entry. Videos will be recorded in 720p quality. [CHAR LIMIT=24] -->
258 <string name="pref_video_quality_entry_720p" translatable="false">HD 720p</string>
259 <!-- Video quality setting entry. Videos will be recorded in 480p quality. [CHAR LIMIT=24] -->
260 <string name="pref_video_quality_entry_480p" translatable="false">SD 480p</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800261
262 <!-- Describes the preference dialog for choosing interval between frame capture for
263 time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] -->
264 <string name="pref_video_time_lapse_frame_interval_title">Time lapse</string>
265 <string name="pref_video_time_lapse_frame_interval_default" translatable="false">0</string>
266
267 <!-- Settings screen, Camera setting category title -->
268 <string name="pref_camera_settings_category">Camera settings</string>
269
270 <!-- Settings screen, Camcorder setting category title -->
271 <string name="pref_camcorder_settings_category">Camcorder settings</string>
272
273 <!-- Settings screen, Picture size title -->
274 <string name="pref_camera_picturesize_title">Picture size</string>
275
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700276 <!-- Settings screen, dialog choice for 13 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolbba0c6472013-05-24 09:44:00 -0700277 <string name="pref_camera_picturesize_entry_13mp">13M pixels</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530278 <!-- Settings screen, dialog choice for 12 megapixels picture size [CHAR LIMIT=20] -->
279 <string name="pref_camera_picturesize_entry_12mp">12M pixels</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700280 <!-- Settings screen, dialog choice for 8 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800281 <string name="pref_camera_picturesize_entry_8mp">8M pixels</string>
Apurva Rajguruc3be2bc2014-08-12 10:11:52 -0700282 <!-- Settings screen, dialog choice for square picture size [CHAR LIMIT=20] -->
283 <string name="pref_camera_picturesize_entry_square">Square (1:1)</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700284 <!-- Settings screen, dialog choice for 5 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800285 <string name="pref_camera_picturesize_entry_5mp">5M pixels</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700286 <!-- Settings screen, dialog choice for 4 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolb398f1512013-06-12 11:57:45 -0700287 <string name="pref_camera_picturesize_entry_4mp_wide">4M pixels (16:9)</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700288 <!-- Settings screen, dialog choice for 3 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800289 <string name="pref_camera_picturesize_entry_3mp">3M pixels</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700290 <!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800291 <string name="pref_camera_picturesize_entry_2mp">2M pixels</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700292 <!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolb6610eea2013-05-30 08:35:26 -0700293 <string name="pref_camera_picturesize_entry_2mp_wide">2M pixels (16:9)</string>
Michael Kolb8c686012013-06-04 11:40:20 -0700294 <!-- Settings screen, dialog choice for 1.5 megapixels picture size [CHAR LIMIT=20] -->
295 <string name="pref_camera_picturesize_entry_1_5mp">1.5M pixels</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700296 <!-- Settings screen, dialog choice for 1.3 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800297 <string name="pref_camera_picturesize_entry_1_3mp">1.3M pixels</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700298 <!-- Settings screen, dialog choice for 1 megapixels picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800299 <string name="pref_camera_picturesize_entry_1mp">1M pixels</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700300 <!-- Settings screen, dialog choice for VGA picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800301 <string name="pref_camera_picturesize_entry_vga">VGA</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700302 <!-- Settings screen, dialog choice for QVGA picture size [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800303 <string name="pref_camera_picturesize_entry_qvga">QVGA</string>
304
305 <!-- Settings screen, Focus mode title -->
306 <string name="pref_camera_focusmode_title">Focus mode</string>
307
308 <!-- Settings screen, Focus mode dialog radio button choices -->
309 <string name="pref_camera_focusmode_entry_auto">Auto</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700310 <!-- A setting that lets the camera focus into infinity. [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800311 <string name="pref_camera_focusmode_entry_infinity">Infinity</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700312 <!-- A setting that lets the camera operate in macro focus mode for nearby objects. [CHAR LIMIT=20] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800313 <string name="pref_camera_focusmode_entry_macro">Macro</string>
314
Michael Kolb317b5992013-04-10 08:50:51 -0700315 <!-- Menu, focus mode labels [CHAR LIMIT=50] -->
316 <string name="pref_camera_focusmode_label_auto">AUTO</string>
317 <string name="pref_camera_focusmode_label_infinity">INFINITY</string>
318 <string name="pref_camera_focusmode_label_macro">MACRO</string>
319
Michael Kolb3148b182013-01-29 14:03:06 -0800320 <!-- Default flash mode setting.-->
321 <string name="pref_camera_flashmode_default" translatable="false">auto</string>
322
323 <!-- Value for flash off setting-->
324 <string name="pref_camera_flashmode_no_flash" translatable="false">no_flash</string>
325
326 <!-- Settings screen, Flash mode title -->
327 <string name="pref_camera_flashmode_title">Flash mode</string>
Michael Kolb317b5992013-04-10 08:50:51 -0700328 <!-- flash label [CHAR LIMIT=50] -->
329 <string name="pref_camera_flashmode_label">FLASH MODE</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800330
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700331 <!-- Settings screen, Flash mode 'auto'. [CHAR LIMIT=12] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800332 <string name="pref_camera_flashmode_entry_auto">Auto</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700333 <!-- Settings screen, Flash mode 'alway on'. [CHAR LIMIT=12] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800334 <string name="pref_camera_flashmode_entry_on">On</string>
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700335 <!-- Settings screen, Flash mode 'always off'. [CHAR LIMIT=12] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800336 <string name="pref_camera_flashmode_entry_off">Off</string>
337
Michael Kolb317b5992013-04-10 08:50:51 -0700338 <!-- Menu, flash mode labels [CHAR LIMIT=50] -->
339 <string name="pref_camera_flashmode_label_auto">FLASH AUTO</string>
340 <string name="pref_camera_flashmode_label_on">FLASH ON</string>
341 <string name="pref_camera_flashmode_label_off">FLASH OFF</string>
342
Michael Kolb3148b182013-01-29 14:03:06 -0800343 <!-- Default videocamera flash mode setting.-->
344 <string name="pref_camera_video_flashmode_default" translatable="false">off</string>
345
346 <!-- Default white balance setting. -->
347 <string name="pref_camera_whitebalance_default" translatable="false">auto</string>
348
349 <!-- Settings screen, white balance title -->
350 <string name="pref_camera_whitebalance_title">White balance</string>
Michael Kolb317b5992013-04-10 08:50:51 -0700351 <!-- Menu, white balance label -->
352 <string name="pref_camera_whitebalance_label">WHITE BALANCE</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800353
354 <!-- Settings screen, White balance dialog radio button choices -->
355 <string name="pref_camera_whitebalance_entry_auto">Auto</string>
356 <string name="pref_camera_whitebalance_entry_incandescent">Incandescent</string>
357 <string name="pref_camera_whitebalance_entry_daylight">Daylight</string>
358 <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string>
359 <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string>
360
Michael Kolb317b5992013-04-10 08:50:51 -0700361 <!-- Menu, White balance labels [CHAR LIMIT=50] -->
362 <string name="pref_camera_whitebalance_label_auto">AUTO</string>
363 <string name="pref_camera_whitebalance_label_incandescent">INCANDESCENT</string>
364 <string name="pref_camera_whitebalance_label_daylight">DAYLIGHT</string>
365 <string name="pref_camera_whitebalance_label_fluorescent">FLUORESCENT</string>
366 <string name="pref_camera_whitebalance_label_cloudy">CLOUDY</string>
367
Michael Kolb3148b182013-01-29 14:03:06 -0800368 <!-- Default scene mode setting. -->
369 <string name="pref_camera_scenemode_default" translatable="false">auto</string>
370
371 <!-- Settings screen, Select Scene mode -->
372 <string name="pref_camera_scenemode_title">Scene mode</string>
373
374 <!-- Settings menu, scene mode choices [CHAR LIMIT=16] -->
375 <string name="pref_camera_scenemode_entry_auto">Auto</string>
Sascha Haeberling623b74b2013-10-02 23:00:46 -0700376 <!-- Scene mode that uses HDR plus (better HDR) [CHAR LIMIT=16] -->
377 <string name="pref_camera_scenemode_entry_hdr_plus">HDR+</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800378 <!-- Scene mode that uses HDR (high dynamic range) [CHAR LIMIT=16] -->
379 <string name="pref_camera_scenemode_entry_hdr">HDR</string>
Alan Newbergerc13cc222013-10-11 13:20:59 -0700380 <!-- Scene mode to turn on HDR (better high dynamic range) [CHAR LIMIT=50] -->
Alan Newberger5e409332013-11-04 14:12:26 -0800381 <string name="pref_camera_scenemode_entry_turn_hdr_plus_on">HDR+ ON</string>
Alan Newbergerc13cc222013-10-11 13:20:59 -0700382 <!-- Scene mode to turn off HDR (better high dynamic range) [CHAR LIMIT=50] -->
Alan Newberger5e409332013-11-04 14:12:26 -0800383 <string name="pref_camera_scenemode_entry_turn_hdr_plus_off">HDR+ OFF</string>
Alan Newbergerc13cc222013-10-11 13:20:59 -0700384 <!-- Scene mode to turn on HDR (high dynamic range) [CHAR LIMIT=50] -->
Alan Newberger5e409332013-11-04 14:12:26 -0800385 <string name="pref_camera_scenemode_entry_turn_hdr_on">HDR ON</string>
Alan Newbergerc13cc222013-10-11 13:20:59 -0700386 <!-- Scene mode to turn off HDR (high dynamic range) [CHAR LIMIT=50] -->
Alan Newberger5e409332013-11-04 14:12:26 -0800387 <string name="pref_camera_scenemode_entry_turn_hdr_off">HDR OFF</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800388 <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=16] -->
389 <string name="pref_camera_scenemode_entry_action">Action</string>
390 <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=16] -->
391 <string name="pref_camera_scenemode_entry_night">Night</string>
392 <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=16] -->
393 <string name="pref_camera_scenemode_entry_sunset">Sunset</string>
394 <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] -->
395 <string name="pref_camera_scenemode_entry_party">Party</string>
396
Michael Kolbb4524a12013-04-18 12:31:10 -0700397 <!-- Settings menu, scene mode labels [CHAR LIMIT=50] -->
Michael Kolb52508fb2013-04-19 16:23:28 -0700398 <string name="pref_camera_scenemode_label_auto">NONE</string>
Michael Kolbb4524a12013-04-18 12:31:10 -0700399 <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=50] -->
400 <string name="pref_camera_scenemode_label_action">ACTION</string>
401 <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=50] -->
402 <string name="pref_camera_scenemode_label_night">NIGHT</string>
403 <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=50] -->
404 <string name="pref_camera_scenemode_label_sunset">SUNSET</string>
405 <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=50] -->
406 <string name="pref_camera_scenemode_label_party">PARTY</string>
407
Michael Kolbe7cb33d2013-04-19 14:04:01 -0700408 <!-- Settings menu countdown timer off [CHAR LIMIT=50] -->
409 <string name="pref_camera_countdown_label_off">TIMER OFF</string>
410 <!-- Settings menu countdown timer 1 second [CHAR LIMIT=50] -->
411 <string name="pref_camera_countdown_label_one">1 SECOND</string>
412 <!-- Settings menu countdown timer 3 seconds [CHAR LIMIT=50] -->
413 <string name="pref_camera_countdown_label_three">3 SECONDS</string>
414 <!-- Settings menu countdown timer 10 seconds [CHAR LIMIT=50] -->
415 <string name="pref_camera_countdown_label_ten">10 SECONDS</string>
416 <!-- Settings menu countdown timer 15 seconds [CHAR LIMIT=50] -->
417 <string name="pref_camera_countdown_label_fifteen">15 SECONDS</string>
418
Michael Kolb3148b182013-01-29 14:03:06 -0800419 <!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
420 <string name="not_selectable_in_scene_mode">Not selectable in scene mode.</string>
421
kaiyiz0ca51ec2014-05-28 17:01:33 +0800422 <!-- Toast after enable HDR function to inform Continuous Shot has disabled -->
423 <string name="HDR_disable_continuous_shot">Enable HDR will disable Continuous Shot.</string>
424
Dimitar Borisova5c2a742014-10-06 18:38:12 +0300425
Ivan Evlogiev9b88eba2014-10-07 11:28:03 +0300426 <!-- Toast after enable Advanced Capture function to inform Continuous Shot has disabled -->
427 <string name="advanced_capture_disable_continuous_shot">Enable Advanced Capture will disable Continuous Shot.</string>
428
Dimitar Borisova5c2a742014-10-06 18:38:12 +0300429 <!-- Toast after enable 2k4k video quality to inform IS has disabled -->
430 <string name="video_quality_4k_disable_IS">Enable 4k video quality will disable IS.</string>
431
Shwetha Kotekar943b6852014-11-12 15:53:59 -0800432 <!-- Toast after 2k4k video is enabled to inform SeeMore has been disabled -->
433 <string name="video_quality_4k_disable_SeeMore">SeeMore cannot be enabled during 4k video.</string>
434
Michael Kolb3148b182013-01-29 14:03:06 -0800435 <!-- Exposure settings in preference -->
436 <string name="pref_exposure_title">Exposure</string>
437 <string name="pref_exposure_default" translatable="false">0</string>
Michael Kolb317b5992013-04-10 08:50:51 -0700438 <!-- menu label exposure compensation [CHAR LIMIT=50] -->
439 <string name="pref_exposure_label">EXPOSURE</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800440
441 <!-- Default HDR entry value -->
442 <string name="pref_camera_hdr_default">@string/setting_off_value</string>
443
Sascha Haeberling9bf0fd62013-10-03 12:10:48 -0700444 <!-- Default HDR+ entry value -->
445 <string name="pref_camera_hdr_plus_default">@string/setting_off_value</string>
Sascha Haeberling98f38bb2013-09-24 18:58:34 -0700446
Michael Kolb317b5992013-04-10 08:50:51 -0700447 <!-- HDR label ON [CHAR LIMIT=60] -->
Michael Kolbe7cb33d2013-04-19 14:04:01 -0700448 <string name="pref_camera_hdr_label">HDR</string>
Michael Kolb317b5992013-04-10 08:50:51 -0700449
450 <!-- switch camera label back [CHAR LIMIT=60] -->
451 <string name="pref_camera_id_label_back">FRONT CAMERA</string>
452 <!-- switch camera label front [CHAR LIMIT=60] -->
453 <string name="pref_camera_id_label_front">BACK CAMERA</string>
454
Michael Kolb3148b182013-01-29 14:03:06 -0800455 <!-- Dialog "OK" button. Dismisses dialog. -->
456 <string name="dialog_ok">OK</string>
457
Michael Kolb3148b182013-01-29 14:03:06 -0800458 <!-- Low-memory dialog message [CHAR LIMIT=NONE] -->
459 <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>
460
461 <!-- Camera format string for new image files. Passed to java.text.SimpleDateFormat. -->
462 <string name="image_file_name_format" translatable="false">"'IMG'_yyyyMMdd_HHmmss"</string>
463
464 <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. -->
465 <string name="video_file_name_format" translatable="false">"'VID'_yyyyMMdd_HHmmss"</string>
466
467 <!-- Filename prefix for panorama output. -->
468 <string name="pano_file_name_format" translatable="false">"'PANO'_yyyyMMdd_HHmmss"</string>
469
470 <!-- The message shown when video record reaches size limit. -->
471 <string name="video_reach_size_limit">Size limit reached.</string>
472
Sascha Haeberlingb2d70d52013-09-18 17:08:29 -0700473 <!-- The text shown when the panorama panning speed is to fast [CHAR LIMIT=16] -->
Michael Kolb3148b182013-01-29 14:03:06 -0800474 <string name="pano_too_fast_prompt">Too fast</string>
475
Sascha Haeberlingcd7b8c12013-09-06 10:11:42 -0700476 <!-- The text shown in the progress dialog when panorama preview is generating in the background [CHAR LIMIT=30] -->
477 <string name="pano_dialog_prepare_preview">Preparing panorama</string>
478
479 <!-- The text shown in the dialog when panorama saving failed [CHAR LIMIT=40] -->
480 <string name="pano_dialog_panorama_failed">Couldn\'t save panorama.</string>
481
Michael Kolb3148b182013-01-29 14:03:06 -0800482 <!-- The text shown on the dialog title in the dialogs for Panorama [CHAR LIMIT=12] -->
483 <string name="pano_dialog_title">Panorama</string>
484
485 <!-- The text shown on the top-left corner of the screen to indicate the capturing is on going [CHAR LIMIT=27] -->
486 <string name="pano_capture_indication">Capturing panorama</string>
487
Sascha Haeberlingcd7b8c12013-09-06 10:11:42 -0700488 <!-- The text shown in the progress dialog when waiting for previous panorama finishing [CHAR LIMIT=40] -->
489 <string name="pano_dialog_waiting_previous">Waiting for previous panorama</string>
490
491 <!-- The text shown on the bottom-left corner of the screen to indicate that the saving is in process [CHAR LIMIT=13] -->
492 <string name="pano_review_saving_indication_str">Saving\u2026</string>
493
Michael Kolb3148b182013-01-29 14:03:06 -0800494 <!-- The text shown on the screen to indicate that the panorama is rendering [CHAR LIMIT=27] -->
495 <string name="pano_review_rendering">Rendering panorama</string>
496
497 <!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=28] -->
498 <string name="tap_to_focus">Touch to focus.</string>
499
500 <!-- Default effect setting that clears the effect. -->
501 <string name="pref_video_effect_default" translatable="false">none</string>
502
503 <!-- Title of video effect setting popup window -->
504 <string name="pref_video_effect_title">Effects</string>
505
506 <!-- Effect setting item that clear the effect. [CHAR LIMIT=14] -->
507 <string name="effect_none">None</string>
508 <!-- Effect setting item that squeezes the face. [CHAR LIMIT=14] -->
509 <string name="effect_goofy_face_squeeze">Squeeze</string>
510 <!-- Effect setting item that makes eyes big. [CHAR LIMIT=14] -->
511 <string name="effect_goofy_face_big_eyes">Big eyes</string>
512 <!-- Effect setting item that makes mouth big. [CHAR LIMIT=14] -->
513 <string name="effect_goofy_face_big_mouth">Big mouth</string>
514 <!-- Effect setting item that makes mouth small. [CHAR LIMIT=14] -->
515 <string name="effect_goofy_face_small_mouth">Small mouth</string>
516 <!-- Effect setting item that makes nose big. [CHAR LIMIT=14] -->
517 <string name="effect_goofy_face_big_nose">Big nose</string>
518 <!-- Effect setting item that makes eyes small. [CHAR LIMIT=14] -->
519 <string name="effect_goofy_face_small_eyes">Small eyes</string>
520 <!-- Effect setting item that replaces background with Android in Space. [CHAR LIMIT=14] -->
521 <string name="effect_backdropper_space">In space</string>
522 <!-- Effect setting item that replaces background with a sunset. [CHAR LIMIT=14] -->
523 <string name="effect_backdropper_sunset">Sunset</string>
524 <!-- Effect setting item that replaces background with video from gallery. [CHAR LIMIT=14] -->
525 <string name="effect_backdropper_gallery">Your video</string>
526
Michael Kolb3148b182013-01-29 14:03:06 -0800527 <!-- Toast telling users tapping on the viewfinder will take a picture [CHAR LIMIT=54] -->
528 <string name="video_snapshot_hint">Touch to take photo while recording.</string>
529
530 <!-- Announcement telling users video recording has just started [CHAR LIMIT=NONE] -->
531 <string name="video_recording_started">Video recording has started.</string>
532 <!-- Announcement telling users video recording has just stopped [CHAR LIMIT=NONE] -->
533 <string name="video_recording_stopped">Video recording has stopped.</string>
534
Michael Kolb3148b182013-01-29 14:03:06 -0800535 <!-- A button in effect setting popup to clear the effect. [CHAR LIMIT=26] -->
536 <string name="clear_effects">Clear effects</string>
537
538 <!-- Title of category for silly face effects. [CHAR LIMIT=26] -->
539 <string name="effect_silly_faces">SILLY FACES</string>
540
541 <!-- Title of category for background replacement effects. [CHAR LIMIT=26] -->
542 <string name="effect_background">BACKGROUND</string>
543
544 <!-- The shutter button. [CHAR LIMIT = NONE] -->
Sascha Haeberlingf9a082c2013-08-20 17:26:37 -0700545 <string name="accessibility_shutter_button">Shutter</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800546 <!-- The menu button. [CHAR LIMIT = NONE] -->
547 <string name="accessibility_menu_button">Menu button</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800548 <!-- The mode picker to switch between camera, video and panorama. [CHAR LIMIT = NONE] -->
549 <string name="accessibility_mode_picker">Camera, video, or panorama selector</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800550 <!-- The check box in camera settings, such as store location. [CHAR LIMIT = NONE] -->
551 <string name="accessibility_check_box">%1$s check box</string>
552 <!-- The button to switch to Camera mode. [CHAR LIMIT = NONE] -->
553 <string name="accessibility_switch_to_camera">Switch to photo</string>
554 <!-- The button to switch to Video mode. [CHAR LIMIT = NONE] -->
555 <string name="accessibility_switch_to_video">Switch to video</string>
Sascha Haeberlingcd7b8c12013-09-06 10:11:42 -0700556 <!-- The button to switch to Panorama mode. [CHAR LIMIT = NONE] -->
557 <string name="accessibility_switch_to_panorama">Switch to panorama</string>
Sascha Haeberling722c8602013-08-19 19:00:02 -0700558 <!-- The button to switch to the Photo Sphere mode. [CHAR LIMIT = NONE] -->
559 <string name="accessibility_switch_to_photo_sphere">Switch to Photo Sphere</string>
Ruben Brunka9d66bd2013-09-06 11:56:32 -0700560 <!-- The button to switch to the high quality mode. [CHAR LIMIT = NONE] -->
561 <string name="accessibility_switch_to_gcam">Switch to high quality</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800562 <!-- The button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT = NONE] -->
563 <string name="accessibility_review_cancel">Review cancel</string>
564 <!-- The button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT = NONE] -->
565 <string name="accessibility_review_ok">Review done</string>
566 <!-- button in review mode indicate the user want to retake another photo/video for attachment [
567CHAR LIMIT = NONE] -->
568 <string name="accessibility_review_retake">Review retake</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800569 <!-- Default text for a button that can be toggled on and off. -->
570 <string name="capital_on">ON</string>
571 <!-- Default text for a button that can be toggled on and off. -->
572 <string name="capital_off">OFF</string>
573
574 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
575 <string name="pref_video_time_lapse_frame_interval_off">Off</string>
576 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
577 <string name="pref_video_time_lapse_frame_interval_500">0.5 seconds</string>
578 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
579 <string name="pref_video_time_lapse_frame_interval_1000">1 second</string>
580 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
581 <string name="pref_video_time_lapse_frame_interval_1500">1.5 seconds</string>
582 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
583 <string name="pref_video_time_lapse_frame_interval_2000">2 seconds</string>
584 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
585 <string name="pref_video_time_lapse_frame_interval_2500">2.5 seconds</string>
586 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
587 <string name="pref_video_time_lapse_frame_interval_3000">3 seconds</string>
588 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
589 <string name="pref_video_time_lapse_frame_interval_4000">4 seconds</string>
590 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
591 <string name="pref_video_time_lapse_frame_interval_5000">5 seconds</string>
592 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
593 <string name="pref_video_time_lapse_frame_interval_6000">6 seconds</string>
594 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
595 <string name="pref_video_time_lapse_frame_interval_10000">10 seconds</string>
596 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
597 <string name="pref_video_time_lapse_frame_interval_12000">12 seconds</string>
598 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
599 <string name="pref_video_time_lapse_frame_interval_15000">15 seconds</string>
600 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
601 <string name="pref_video_time_lapse_frame_interval_24000">24 seconds</string>
602 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
603 <string name="pref_video_time_lapse_frame_interval_30000">0.5 minutes</string>
604 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
605 <string name="pref_video_time_lapse_frame_interval_60000">1 minute</string>
606 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
607 <string name="pref_video_time_lapse_frame_interval_90000">1.5 minutes</string>
608 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
609 <string name="pref_video_time_lapse_frame_interval_120000">2 minutes</string>
610 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
611 <string name="pref_video_time_lapse_frame_interval_150000">2.5 minutes</string>
612 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
613 <string name="pref_video_time_lapse_frame_interval_180000">3 minutes</string>
614 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
615 <string name="pref_video_time_lapse_frame_interval_240000">4 minutes</string>
616 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
617 <string name="pref_video_time_lapse_frame_interval_300000">5 minutes</string>
618 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
619 <string name="pref_video_time_lapse_frame_interval_360000">6 minutes</string>
620 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
621 <string name="pref_video_time_lapse_frame_interval_600000">10 minutes</string>
622 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
623 <string name="pref_video_time_lapse_frame_interval_720000">12 minutes</string>
624 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
625 <string name="pref_video_time_lapse_frame_interval_900000">15 minutes</string>
626 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
627 <string name="pref_video_time_lapse_frame_interval_1440000">24 minutes</string>
628 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
629 <string name="pref_video_time_lapse_frame_interval_1800000">0.5 hours</string>
630 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
631 <string name="pref_video_time_lapse_frame_interval_3600000">1 hour</string>
632 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
633 <string name="pref_video_time_lapse_frame_interval_5400000">1.5 hour</string>
634 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
635 <string name="pref_video_time_lapse_frame_interval_7200000">2 hours</string>
636 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
637 <string name="pref_video_time_lapse_frame_interval_9000000">2.5 hours</string>
638 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
639 <string name="pref_video_time_lapse_frame_interval_10800000">3 hours</string>
640 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
641 <string name="pref_video_time_lapse_frame_interval_14400000">4 hours</string>
642 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
643 <string name="pref_video_time_lapse_frame_interval_18000000">5 hours</string>
644 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
645 <string name="pref_video_time_lapse_frame_interval_21600000">6 hours</string>
646 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
647 <string name="pref_video_time_lapse_frame_interval_36000000">10 hours</string>
648 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
649 <string name="pref_video_time_lapse_frame_interval_43200000">12 hours</string>
650 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
651 <string name="pref_video_time_lapse_frame_interval_54000000">15 hours</string>
652 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
653 <string name="pref_video_time_lapse_frame_interval_86400000">24 hours</string>
654
655 <!-- Seconds: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
656 <string name="time_lapse_seconds">seconds</string>
657 <!-- Minutes: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
658 <string name="time_lapse_minutes">minutes</string>
659 <!-- Hours: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
660 <string name="time_lapse_hours">hours</string>
661
662 <!-- The button to confirm time-lapse setting changes. [CHAR LIMIT = 20] -->
663 <string name="time_lapse_interval_set">Done</string>
664 <!-- Title in time interval picker for setting time interval. [CHAR LIMIT = 30]-->
665 <string name="set_time_interval">Set Time Interval</string>
666 <!-- Help text that is shown when the time lapse feature is turned off. [CHAR LIMIT = 180]-->
667 <string name="set_time_interval_help">Time lapse feature is off. Turn it on to set time interval.</string>
Michael Kolb3148b182013-01-29 14:03:06 -0800668 <!-- Title in timer setting for setting the duration for the countdown timer. [CHAR LIMIT = 50]-->
669 <string name="set_duration">Set duration in seconds</string>
670 <!-- On-screen hint during timer countdown for taking a photo. [CHAR LIMIT = 60]-->
671 <string name="count_down_title_text">Counting down to take a photo</string>
672
673 <!-- Title for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 50] -->
674 <string name="remember_location_title">Remember photo locations?</string>
675 <!-- Message for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = None] -->
676 <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>
677 <!-- Negative answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 20] -->
678 <string name="remember_location_no">No thanks</string>
679 <!-- Positive answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 20] -->
680 <string name="remember_location_yes">Yes</string>
681
Michael Kolb317b5992013-04-10 08:50:51 -0700682 <!-- Camera menu labels -->
Michael Kolb317b5992013-04-10 08:50:51 -0700683 <!-- more options label [CHAR LIMIT=50] -->
684 <string name="camera_menu_more_label">MORE OPTIONS</string>
685 <!-- settings label [CHAR LIMIT=50] -->
686 <string name="camera_menu_settings_label">SETTINGS</string>
Sascha Haeberlinga5a08d72013-09-11 20:30:52 -0700687
688 <!-- Tiny Planet -->
689 <!-- Button to press for creating a tiny planet image. [CHAR LIMIT = 30] -->
690 <string name="create_tiny_planet">Create Tiny Planet</string>
691 <!-- Message shown while a tiny planet image is being saved. [CHAR LIMIT = 30] -->
692 <string name="saving_tiny_planet">Saving Tiny Planet …</string>
693 <!-- Label above a slider that let's the user set the zoom of a tiny planet image. [CHAR LIMIT = 15] -->
694 <string name="tiny_planet_zoom">Zoom</string>
695 <!-- Label above a slider that let's the user set the rotation of a tiny planet image. [CHAR LIMIT = 15] -->
696 <string name="tiny_planet_rotate">Rotate</string>
nicolasroard19ab7252013-09-18 16:54:05 -0700697
698 <!-- Crop -->
699 <!-- Label for the save button in the crop activity action bar [CHAR LIMIT=20] -->
700 <string name="crop_save">Save</string>
Sascha Haeberling46aec0d2013-10-03 00:01:12 -0700701 <!-- String shown when we cannot load the image when starting the activity [CHAR LIMIT=NONE] -->
702 <string name="cannot_load_image">Cannot load the image!</string>
Sascha Haeberlingf6da2582013-10-01 16:42:47 -0700703 <!-- Label for album filmstrip button -->
704 <string name="switch_photo_filmstrip">Filmstrip view</string>
705
Sameer Padala1f8c4242013-10-07 13:09:34 -0700706 <!-- String shown when setting the homepage wallpaper in the background [CHAR LIMIT=NONE] -->
707 <string name="setting_wallpaper">Setting wallpaper</string>
Apurva Rajgurue07e72a2014-07-23 16:35:54 -0700708
709
710 <!-- Menu, Video rotation labels [CHAR LIMIT=50] -->
711 <string name="pref_camera_video_rotation_label_0">0</string>
712 <string name="pref_camera_video_rotation_label_90">90</string>
713 <string name="pref_camera_video_rotation_label_180">180</string>
714 <string name="pref_camera_video_rotation_label_270">270</string>
Sameer Padala1f8c4242013-10-07 13:09:34 -0700715 </resources>