arrays.xml revision 71e76dcebdbb3e5768fc948bed9c529a5787294e
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 entries -->
20    <string-array name="pref_video_quality_entries" translatable="false">
21        <item>@string/pref_video_quality_entry_high</item>
22        <item>@string/pref_video_quality_entry_low</item>
23        <item>@string/pref_video_quality_entry_mms</item>
24        <item>@string/pref_video_quality_entry_youtube</item>
25    </string-array>
26
27    <string-array name="pref_video_quality_entryvalues" translatable="false">
28        <item>@string/pref_video_quality_high</item>
29        <item>@string/pref_video_quality_low</item>
30        <item>@string/pref_video_quality_mms</item>
31        <item>@string/pref_video_quality_youtube</item>
32    </string-array>
33
34    <array name="video_quality_largeicons" translatable="false">
35        <item>@drawable/ic_viewfinder_video_quality_high</item>
36        <item>@drawable/ic_viewfinder_video_quality_low</item>
37        <item>@drawable/ic_viewfinder_video_quality_mms</item>
38        <item>@drawable/ic_viewfinder_video_quality_youtube</item>
39    </array>
40
41    <!-- Camera Preferences Time Lapse Frame Interval entries -->
42    <string-array name="pref_video_time_lapse_frame_interval_entries" translatable="false">
43        <item>@string/pref_camera_recordlocation_entry_off</item>
44        <item>@string/pref_video_time_lapse_frame_interval_entry_1000</item>
45        <item>@string/pref_video_time_lapse_frame_interval_entry_1500</item>
46        <item>@string/pref_video_time_lapse_frame_interval_entry_2000</item>
47        <item>@string/pref_video_time_lapse_frame_interval_entry_2500</item>
48        <item>@string/pref_video_time_lapse_frame_interval_entry_3000</item>
49        <item>@string/pref_video_time_lapse_frame_interval_entry_5000</item>
50        <item>@string/pref_video_time_lapse_frame_interval_entry_10000</item>
51    </string-array>
52
53    <!-- These values correspond to the time interval between frame capture in millseconds
54    for time lapse recording -->
55    <string-array name="pref_video_time_lapse_frame_interval_entryvalues" translatable="false">
56        <item>0</item>
57        <item>1000</item>
58        <item>1500</item>
59        <item>2000</item>
60        <item>2500</item>
61        <item>3000</item>
62        <item>5000</item>
63        <item>10000</item>
64    </string-array>
65
66    <!-- Camera Preferences Picture size dialog box entries -->
67    <string-array name="pref_camera_picturesize_entries" translatable="false">
68        <!-- TODO: Change to a better name of the preference.
69                The first element of the array sould be
70                "pref_camera_picturesize_entry_2592x1944". However, we are too
71                late for the translation. Since we show the same label as the
72                second item, we just use the second one instead.
73        -->
74        <item>@string/pref_camera_picturesize_entry_2592x1936</item>
75        <item>@string/pref_camera_picturesize_entry_2592x1936</item>
76        <item>@string/pref_camera_picturesize_entry_2592x1936</item>
77        <item>@string/pref_camera_picturesize_entry_2048x1536</item>
78        <item>@string/pref_camera_picturesize_entry_1600x1200</item>
79        <item>@string/pref_camera_picturesize_entry_1280x960</item>
80        <item>@string/pref_camera_picturesize_entry_1024x768</item>
81        <item>@string/pref_camera_picturesize_entry_640x480</item>
82        <item>@string/pref_camera_picturesize_entry_320x240</item>
83    </string-array>
84
85    <!-- When launching the camera app first time, we will set the picture
86         size to the first one in the list that is also supported by the
87         driver -->
88    <string-array name="pref_camera_picturesize_entryvalues" translatable="false">
89        <item>2592x1944</item>
90        <item>2592x1936</item>
91        <item>2560x1920</item>
92        <item>2048x1536</item>
93        <item>1600x1200</item>
94        <item>1280x960</item>
95        <item>1024x768</item>
96        <item>640x480</item>
97        <item>320x240</item>
98    </string-array>
99
100    <!-- Camera Preferences focus mode dialog box entries -->
101    <string-array name="pref_camera_focusmode_entries" translatable="false">
102        <item>@string/pref_camera_focusmode_entry_auto</item>
103        <item>@string/pref_camera_focusmode_entry_infinity</item>
104        <item>@string/pref_camera_focusmode_entry_macro</item>
105    </string-array>
106
107    <string-array name="pref_camera_focusmode_entryvalues" translatable="false">
108        <item>auto</item>
109        <item>infinity</item>
110        <item>macro</item>
111    </string-array>
112
113    <!-- Camera Preferences flash mode dialog box entries -->
114    <string-array name="pref_camera_flashmode_entries" translatable="false">
115        <item>@string/pref_camera_flashmode_entry_auto</item>
116        <item>@string/pref_camera_flashmode_entry_on</item>
117        <item>@string/pref_camera_flashmode_entry_off</item>
118    </string-array>
119
120    <string-array name="pref_camera_flashmode_entryvalues" translatable="false">
121        <item>auto</item>
122        <item>on</item>
123        <item>off</item>
124    </string-array>
125
126    <array name="camera_flashmode_icons" translatable="false">
127        <item>@drawable/ic_flash_auto_holo_light</item>
128        <item>@drawable/ic_flash_on_holo_light</item>
129        <item>@drawable/ic_flash_off_holo_light</item>
130    </array>
131
132    <array name="camera_flashmode_largeicons" translatable="false">
133        <item>@drawable/ic_flash_auto_holo_light</item>
134        <item>@drawable/ic_flash_on_holo_light</item>
135        <item>@drawable/ic_flash_off_holo_light</item>
136    </array>
137
138    <!-- Videocamera Preferences flash mode dialog box entries -->
139    <string-array name="pref_camera_video_flashmode_entries" translatable="false">
140        <item>@string/pref_camera_flashmode_entry_on</item>
141        <item>@string/pref_camera_flashmode_entry_off</item>
142    </string-array>
143
144    <string-array name="pref_camera_video_flashmode_entryvalues" translatable="false">
145        <item>torch</item>
146        <item>off</item>
147    </string-array>
148
149    <array name="video_flashmode_icons" translatable="false">
150        <item>@drawable/ic_flash_on_holo_light</item>
151        <item>@drawable/ic_flash_off_holo_light</item>
152    </array>
153
154    <array name="video_flashmode_largeicons" translatable="false">
155        <item>@drawable/ic_flash_on_holo_light</item>
156        <item>@drawable/ic_flash_off_holo_light</item>
157    </array>
158
159    <string-array name="pref_camera_recordlocation_entryvalues" translatable="false">
160        <item>off</item>
161        <item>on</item>
162    </string-array>
163
164    <array name="pref_camera_recordlocation_entries" translatable="false">
165        <item>@string/pref_camera_recordlocation_entry_off</item>
166        <item>@string/pref_camera_recordlocation_entry_on</item>
167    </array>
168
169    <array name="camera_recordlocation_icons" translatable="false">
170        <item>@drawable/ic_menuselect_gps_off</item>
171        <item>@drawable/ic_menuselect_gps_on</item>
172    </array>
173
174    <array name="camera_recordlocation_largeicons" translatable="false">
175        <item>@drawable/ic_viewfinder_gps_off</item>
176        <item>@drawable/ic_viewfinder_gps_on</item>
177    </array>
178
179    <!-- Camera Preferences White Balance dialog box entries -->
180    <string-array name="pref_camera_whitebalance_entries" translatable="false">
181        <item>@string/pref_camera_whitebalance_entry_auto</item>
182        <item>@string/pref_camera_whitebalance_entry_incandescent</item>
183        <item>@string/pref_camera_whitebalance_entry_daylight</item>
184        <item>@string/pref_camera_whitebalance_entry_fluorescent</item>
185        <item>@string/pref_camera_whitebalance_entry_cloudy</item>
186    </string-array>
187
188    <string-array name="pref_camera_whitebalance_entryvalues" translatable="false">
189        <item>auto</item>
190        <item>incandescent</item>
191        <item>daylight</item>
192        <item>fluorescent</item>
193        <item>cloudy-daylight</item>
194    </string-array>
195
196    <array name="whitebalance_icons" translatable="false">
197        <item>@drawable/ic_white_balance_auto_holo_light</item>
198        <item>@drawable/ic_white_balance_incandescent_holo_light</item>
199        <item>@drawable/ic_white_balance_sunlight_holo_light</item>
200        <item>@drawable/ic_white_balance_fluorescent_holo_light</item>
201        <item>@drawable/ic_white_balance_cloudy_holo_light</item>
202    </array>
203
204    <array name="whitebalance_largeicons" translatable="false">
205        <item>@drawable/ic_white_balance_auto_holo_light</item>
206        <item>@drawable/ic_white_balance_incandescent_holo_light</item>
207        <item>@drawable/ic_white_balance_sunlight_holo_light</item>
208        <item>@drawable/ic_white_balance_fluorescent_holo_light</item>
209        <item>@drawable/ic_white_balance_cloudy_holo_light</item>
210    </array>
211
212    <!-- Camera Preferences Scene Mode dialog box entries -->
213    <string-array name="pref_camera_scenemode_entries" translatable="false">
214        <item>@string/pref_camera_scenemode_entry_auto</item>
215        <item>@string/pref_camera_scenemode_entry_action</item>
216        <item>@string/pref_camera_scenemode_entry_night</item>
217        <item>@string/pref_camera_scenemode_entry_sunset</item>
218        <item>@string/pref_camera_scenemode_entry_party</item>
219    </string-array>
220
221    <string-array name="pref_camera_scenemode_entryvalues" translatable="false">
222        <item>auto</item>
223        <item>action</item>
224        <item>night</item>
225        <item>sunset</item>
226        <item>party</item>
227    </string-array>
228
229    <array name="camera_id_entries" translatable="false">
230        <item>@string/pref_camera_id_entry_back</item>
231        <item>@string/pref_camera_id_entry_front</item>
232    </array>
233
234    <array name="camera_id_icons" translatable="false">
235        <item>@drawable/ic_menuselect_camera_facing_back</item>
236        <item>@drawable/ic_menuselect_camera_facing_front</item>
237    </array>
238
239    <array name="camera_id_largeicons" translatable="false">
240        <item>@drawable/ic_viewfinder_camera_facing_back</item>
241        <item>@drawable/ic_viewfinder_camera_facing_front</item>
242    </array>
243
244    <string-array name="pref_video_effect_entries" translatable="false">
245        <item>@string/effect_none</item>
246        <item>@string/effect_goofy_face_squeeze</item>
247        <item>@string/effect_goofy_face_big_eyes</item>
248        <item>@string/effect_goofy_face_big_mouth</item>
249        <item>@string/effect_goofy_face_small_mouth</item>
250        <item>@string/effect_goofy_face_big_nose</item>
251        <item>@string/effect_goofy_face_small_eyes</item>
252    </string-array>
253
254    <string-array name="pref_video_effect_entryvalues" translatable="false">
255        <item>-1</item>
256        <item>0</item>
257        <item>1</item>
258        <item>2</item>
259        <item>3</item>
260        <item>4</item>
261        <item>5</item>
262    </string-array>
263</resources>
264