arrays.xml revision 4de149ceb47f2c251f646419907424bfb67d2b64
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3 * Copyright (C) 2008 The Android Open Source Project
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 *      http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 -->
17
18<resources>
19    <!-- Camera Preferences Video Quality dialog box entries -->
20    <string-array name="pref_camera_videoquality_entries" translatable="false">
21        <item>@string/pref_camera_videoquality_entry_0</item>
22        <item>@string/pref_camera_videoquality_entry_1</item>
23    </string-array>
24
25    <string-array name="pref_camera_videoquality_entryvalues" translatable="false">
26        <item>0</item>
27        <item>1</item>
28    </string-array>
29
30    <!-- Camera Preferences Video Duration dialog box entries -->
31    <string-array name="pref_camera_video_duration_entries" translatable="false">
32        <item>@string/pref_camera_video_duration_entry_mms</item>
33        <item>@string/pref_camera_video_duration_entry_10</item>
34        <item>@string/pref_camera_video_duration_entry_30</item>
35    </string-array>
36
37    <!-- The numbers are in minutes, except -1 means the duration suitable for mms. -->
38    <string-array name="pref_camera_video_duration_entryvalues" translatable="false">
39        <item>-1</item>
40        <item>10</item>
41        <item>30</item>
42    </string-array>
43
44    <!-- Camera Preferences Picture size dialog box entries -->
45    <string-array name="pref_camera_picturesize_entries" translatable="false">
46        <!-- TODO: Change to a better name of the preference.
47                The first element of the array sould be
48                "pref_camera_picturesize_entry_2592x1944". However, we are too
49                late for the translation. Since we show the same label as the
50                second item, we just use the second one instead.
51        -->
52        <item>@string/pref_camera_picturesize_entry_2592x1936</item>
53        <item>@string/pref_camera_picturesize_entry_2592x1936</item>
54        <item>@string/pref_camera_picturesize_entry_2048x1536</item>
55        <item>@string/pref_camera_picturesize_entry_1600x1200</item>
56        <item>@string/pref_camera_picturesize_entry_1024x768</item>
57        <item>@string/pref_camera_picturesize_entry_320x240</item>
58    </string-array>
59
60    <!-- When launching the camera app first time, we will set the picture
61         size to the first one in the list that is also supported by the
62         driver -->
63    <string-array name="pref_camera_picturesize_entryvalues" translatable="false">
64        <item>2592x1944</item>
65        <item>2592x1936</item>
66        <item>2048x1536</item>
67        <item>1600x1200</item>
68        <item>1024x768</item>
69        <item>320x240</item>
70    </string-array>
71
72    <!-- Camera Preferences JPEG quality dialog box entries -->
73    <string-array name="pref_camera_jpegquality_entries" translatable="false">
74        <item>@string/pref_camera_jpegquality_entry_superfine</item>
75        <item>@string/pref_camera_jpegquality_entry_fine</item>
76        <item>@string/pref_camera_jpegquality_entry_normal</item>
77    </string-array>
78
79    <string-array name="pref_camera_jpegquality_entryvalues" translatable="false">
80        <item>superfine</item>
81        <item>fine</item>
82        <item>normal</item>
83    </string-array>
84
85    <!-- Camera Preferences focus mode dialog box entries -->
86    <string-array name="pref_camera_focusmode_entries" translatable="false">
87        <item>@string/pref_camera_focusmode_entry_auto</item>
88        <item>@string/pref_camera_focusmode_entry_infinity</item>
89        <item>@string/pref_camera_focusmode_entry_macro</item>
90    </string-array>
91
92    <string-array name="pref_camera_focusmode_entryvalues" translatable="false">
93        <item>auto</item>
94        <item>infinity</item>
95        <item>macro</item>
96    </string-array>
97
98    <array name="pref_camera_focusmode_icons" translatable="false">
99        <item>@drawable/ic_menuselect_focus_auto</item>
100        <item>@drawable/ic_menuselect_focus_infinity</item>
101        <item>@drawable/ic_menuselect_focus_macro</item>
102    </array>
103
104    <array name="focusmode_icons">
105        <item>@drawable/ic_viewfinder_focus_auto</item>
106        <item>@drawable/ic_viewfinder_focus_infinity</item>
107        <item>@drawable/ic_viewfinder_focus_macro</item>
108    </array>
109
110    <!-- Camera Preferences flash mode dialog box entries -->
111    <string-array name="pref_camera_flashmode_entries" translatable="false">
112        <item>@string/pref_camera_flashmode_entry_auto</item>
113        <item>@string/pref_camera_flashmode_entry_on</item>
114        <item>@string/pref_camera_flashmode_entry_off</item>
115    </string-array>
116
117    <string-array name="pref_camera_flashmode_entryvalues" translatable="false">
118        <item>auto</item>
119        <item>on</item>
120        <item>off</item>
121    </string-array>
122
123    <array name="pref_camera_flashmode_icons">
124        <item>@drawable/ic_menuselect_flash_auto</item>
125        <item>@drawable/ic_menuselect_flash_on</item>
126        <item>@drawable/ic_menuselect_flash_off</item>
127    </array>
128
129    <array name="flashmode_icons">
130        <item>@drawable/ic_viewfinder_flash_auto</item>
131        <item>@drawable/ic_viewfinder_flash_on</item>
132        <item>@drawable/ic_viewfinder_flash_off</item>
133    </array>
134
135    <!-- Videocamera Preferences flash mode dialog box entries -->
136    <string-array name="pref_camera_video_flashmode_entries" translatable="false">
137        <item>@string/pref_camera_flashmode_entry_on</item>
138        <item>@string/pref_camera_flashmode_entry_off</item>
139    </string-array>
140
141    <string-array name="pref_camera_video_flashmode_entryvalues" translatable="false">
142        <item>torch</item>
143        <item>off</item>
144    </string-array>
145
146    <array name="pref_camera_video_flashmode_icons">
147        <item>@drawable/ic_menuselect_flash_on</item>
148        <item>@drawable/ic_menuselect_flash_off</item>
149    </array>
150
151    <string-array name="pref_camera_recordlocation_entryvalues" translatable="false">
152        <item>off</item>
153        <item>on</item>
154    </string-array>
155
156    <array name="pref_camera_recordlocation_entries" translatable="false">
157        <item>@string/pref_camera_recordlocation_entry_off</item>
158        <item>@string/pref_camera_recordlocation_entry_on</item>
159    </array>
160
161    <array name="pref_camera_recordlocation_icons" translatable="false">
162        <item>@drawable/ic_menuselect_gps_off</item>
163        <item>@drawable/ic_menuselect_gps_on</item>
164    </array>
165
166    <array name="recordlocation_icons">
167        <item>@drawable/ic_viewfinder_gps_off</item>
168        <item>@drawable/ic_viewfinder_gps_on</item>
169    </array>
170
171    <string-array name="flash_modes" translatable="false">
172        <item>auto</item>
173        <item>on</item>
174        <item>torch</item>
175        <item>off</item>
176        <item>@string/pref_camera_flashmode_no_flash</item>
177    </string-array>
178
179    <array name="flash_icons">
180        <item>@drawable/ic_viewfinder_flash_auto</item>
181        <item>@drawable/ic_viewfinder_flash_on</item>
182        <item>@drawable/ic_viewfinder_flash_on</item>
183        <item>@drawable/ic_viewfinder_flash_off</item>
184        <item>@drawable/ic_viewfinder_empty</item>
185    </array>
186
187    <string-array name="gps_modes" translatable="false">
188        <item>off</item>
189        <item>on</item>
190    </string-array>
191
192    <!-- Camera Preferences White Balance dialog box entries -->
193    <string-array name="pref_camera_whitebalance_entries" translatable="false">
194        <item>@string/pref_camera_whitebalance_entry_auto</item>
195        <item>@string/pref_camera_whitebalance_entry_incandescent</item>
196        <item>@string/pref_camera_whitebalance_entry_daylight</item>
197        <item>@string/pref_camera_whitebalance_entry_fluorescent</item>
198        <item>@string/pref_camera_whitebalance_entry_cloudy</item>
199    </string-array>
200
201    <string-array name="pref_camera_whitebalance_entryvalues" translatable="false">
202        <item>auto</item>
203        <item>incandescent</item>
204        <item>daylight</item>
205        <item>fluorescent</item>
206        <item>cloudy-daylight</item>
207    </string-array>
208
209    <array name="pref_camera_whitebalance_icons">
210        <item>@drawable/ic_menuselect_wb_auto</item>
211        <item>@drawable/ic_menuselect_wb_incandescent</item>
212        <item>@drawable/ic_menuselect_wb_daylight</item>
213        <item>@drawable/ic_menuselect_wb_fluorescent</item>
214        <item>@drawable/ic_menuselect_wb_cloudy</item>
215    </array>
216
217    <array name="whitebalance_icons">
218        <item>@drawable/ic_viewfinder_wb_auto</item>
219        <item>@drawable/ic_viewfinder_wb_incandescent</item>
220        <item>@drawable/ic_viewfinder_wb_daylight</item>
221        <item>@drawable/ic_viewfinder_wb_fluorescent</item>
222        <item>@drawable/ic_viewfinder_wb_cloudy</item>
223    </array>
224
225    <!-- Camera Preferences Color effect dialog box entries -->
226    <string-array name="pref_camera_coloreffect_entries" translatable="false">
227        <item>@string/pref_camera_coloreffect_entry_none</item>
228        <item>@string/pref_camera_coloreffect_entry_mono</item>
229        <item>@string/pref_camera_coloreffect_entry_sepia</item>
230        <item>@string/pref_camera_coloreffect_entry_negative</item>
231        <item>@string/pref_camera_coloreffect_entry_solarize</item>
232        <item>@string/pref_camera_coloreffect_entry_posterize</item>
233        <item>@string/pref_camera_coloreffect_entry_aqua</item>
234        <item>@string/pref_camera_coloreffect_entry_pastel</item>
235        <item>@string/pref_camera_coloreffect_entry_mosaic</item>
236        <item>@string/pref_camera_coloreffect_entry_redtint</item>
237        <item>@string/pref_camera_coloreffect_entry_bluetint</item>
238        <item>@string/pref_camera_coloreffect_entry_greentint</item>
239    </string-array>
240
241    <string-array name="pref_camera_coloreffect_entryvalues" translatable="false">
242        <item>none</item>
243        <item>mono</item>
244        <item>sepia</item>
245        <item>negative</item>
246        <item>solarize</item>
247        <item>posterize</item>
248        <item>aqua</item>
249        <item>pastel</item>
250        <item>mosaic</item>
251        <item>red-tint</item>
252        <item>blue-tint</item>
253        <item>green-tint</item>
254    </string-array>
255
256    <!-- Camera Preferences Scene Mode dialog box entries -->
257    <string-array name="pref_camera_scenemode_entries" translatable="false">
258        <item>@string/pref_camera_scenemode_entry_auto</item>
259        <item>@string/pref_camera_scenemode_entry_action</item>
260        <item>@string/pref_camera_scenemode_entry_portrait</item>
261        <item>@string/pref_camera_scenemode_entry_landscape</item>
262        <item>@string/pref_camera_scenemode_entry_night</item>
263        <item>@string/pref_camera_scenemode_entry_night_portrait</item>
264        <item>@string/pref_camera_scenemode_entry_theatre</item>
265        <item>@string/pref_camera_scenemode_entry_beach</item>
266        <item>@string/pref_camera_scenemode_entry_snow</item>
267        <item>@string/pref_camera_scenemode_entry_sunset</item>
268        <item>@string/pref_camera_scenemode_entry_steadyphoto</item>
269        <item>@string/pref_camera_scenemode_entry_fireworks</item>
270    </string-array>
271
272    <string-array name="pref_camera_scenemode_entryvalues" translatable="false">
273        <item>auto</item>
274        <item>action</item>
275        <item>portrait</item>
276        <item>landscape</item>
277        <item>night</item>
278        <item>night-portrait</item>
279        <item>theatre</item>
280        <item>beach</item>
281        <item>snow</item>
282        <item>sunset</item>
283        <item>steadyphoto</item>
284        <item>fireworks</item>
285    </string-array>
286
287    <string-array name="pref_camera_quickcapture_entries" translatable="false">
288        <item>@string/pref_camera_quickcapture_entry_off</item>
289        <item>@string/pref_camera_quickcapture_entry_on</item>
290    </string-array>
291
292    <string-array name="pref_camera_quickcapture_entryvalues" translatable="false">
293        <item>off</item>
294        <item>on</item>
295    </string-array>
296
297    <string-array name="scenemode_modes" translatable="false">
298        <item>off</item>
299        <item>on</item>
300    </string-array>
301
302    <array name="scenemode_icons">
303        <item>@drawable/ic_viewfinder_empty</item>
304        <item>@drawable/ic_viewfinder_scenemode</item>
305    </array>
306
307</resources>
308