arrays.xml revision 5f6484a74fe019337e436e6e0dcb07375a74af25
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    <!-- Do not localize entryvalues -->
26    <string-array name="pref_camera_videoquality_entryvalues" translatable="false">
27        <item>0</item>
28        <item>1</item>
29    </string-array>
30
31    <!-- Camera Preferences Video Duration dialog box entries -->
32    <string-array name="pref_camera_video_duration_entries" translatable="false">
33        <item>@string/pref_camera_video_duration_entry_mms</item>
34        <item>@string/pref_camera_video_duration_entry_10</item>
35        <item>@string/pref_camera_video_duration_entry_30</item>
36    </string-array>
37
38    <!-- Do not localize entryvalues -->
39    <string-array name="pref_camera_video_duration_entryvalues" translatable="false">
40        <item>-1</item>
41        <item>10</item>
42        <item>30</item>
43    </string-array>
44
45    <!-- Camera Preferences Picture size dialog box entries -->
46    <string-array name="pref_camera_picturesize_entries" translatable="false">
47        <item>@string/pref_camera_picturesize_entry_2592x1936</item>
48        <item>@string/pref_camera_picturesize_entry_2048x1536</item>
49        <item>@string/pref_camera_picturesize_entry_1600x1200</item>
50        <item>@string/pref_camera_picturesize_entry_1024x768</item>
51    </string-array>
52
53    <!-- Do not localize entryvalues -->
54    <string-array name="pref_camera_picturesize_entryvalues" translatable="false">
55        <item>2592x1936</item>
56        <item>2048x1536</item>
57        <item>1600x1200</item>
58        <item>1024x768</item>
59    </string-array>
60
61    <!-- Camera Preferences JPEG quality dialog box entries -->
62    <string-array name="pref_camera_jpegquality_entries" translatable="false">
63        <item>@string/pref_camera_jpegquality_entry_superfine</item>
64        <item>@string/pref_camera_jpegquality_entry_fine</item>
65        <item>@string/pref_camera_jpegquality_entry_normal</item>
66    </string-array>
67
68    <!-- Do not localize entryvalues -->
69    <string-array name="pref_camera_jpegquality_entryvalues" translatable="false">
70        <item>85</item>
71        <item>75</item>
72        <item>65</item>
73    </string-array>
74
75    <!-- Camera Preferences focus mode dialog box entries -->
76    <string-array name="pref_camera_focusmode_entries" translatable="false">
77        <item>@string/pref_camera_focusmode_entry_auto</item>
78        <item>@string/pref_camera_focusmode_entry_infinity</item>
79    </string-array>
80
81    <!-- Do not localize entryvalues -->
82    <string-array name="pref_camera_focusmode_entryvalues" translatable="false">
83        <item>@string/pref_camera_focusmode_value_auto</item>
84        <item>@string/pref_camera_focusmode_value_infinity</item>
85    </string-array>
86
87    <!-- Camera Preferences White Balance dialog box entries -->
88    <string-array name="pref_camera_whitebalance_entries" translatable="false">
89        <item>@string/pref_camera_whitebalance_entry_auto</item>
90        <item>@string/pref_camera_whitebalance_entry_incandescent</item>
91        <item>@string/pref_camera_whitebalance_entry_daylight</item>
92        <item>@string/pref_camera_whitebalance_entry_fluorescent</item>
93        <item>@string/pref_camera_whitebalance_entry_cloudy</item>
94        <item>@string/pref_camera_whitebalance_entry_twilight</item>
95        <item>@string/pref_camera_whitebalance_entry_shade</item>
96        <item>@string/pref_camera_whitebalance_entry_warm_fluorescent</item>
97        <item>@string/pref_camera_whitebalance_entry_halogen</item>
98    </string-array>
99
100    <!-- Do not localize entryvalues -->
101    <string-array name="pref_camera_whitebalance_entryvalues" translatable="false">
102        <item>auto</item>
103        <item>incandescent</item>
104        <item>daylight</item>
105        <item>fluorescent</item>
106        <item>cloudy</item>
107        <item>twilight</item>
108        <item>shade</item>
109        <item>warm-fluorescent</item>
110        <item>halogen</item>
111    </string-array>
112
113    <!-- Camera Preferences Color effect dialog box entries -->
114    <string-array name="pref_camera_coloreffect_entries" translatable="false">
115        <item>@string/pref_camera_coloreffect_entry_none</item>
116        <item>@string/pref_camera_coloreffect_entry_mono</item>
117        <item>@string/pref_camera_coloreffect_entry_sepia</item>
118        <item>@string/pref_camera_coloreffect_entry_negative</item>
119        <item>@string/pref_camera_coloreffect_entry_solarize</item>
120        <item>@string/pref_camera_coloreffect_entry_posterize</item>
121        <item>@string/pref_camera_coloreffect_entry_whiteboard</item>
122        <item>@string/pref_camera_coloreffect_entry_blackboard</item>
123        <item>@string/pref_camera_coloreffect_entry_aqua</item>
124        <item>@string/pref_camera_coloreffect_entry_pastel</item>
125        <item>@string/pref_camera_coloreffect_entry_mosaic</item>
126        <item>@string/pref_camera_coloreffect_entry_redtint</item>
127        <item>@string/pref_camera_coloreffect_entry_bluetint</item>
128        <item>@string/pref_camera_coloreffect_entry_greentint</item>
129    </string-array>
130
131    <!-- Do not localize entryvalues -->
132    <string-array name="pref_camera_coloreffect_entryvalues" translatable="false">
133        <item>none</item>
134        <item>mono</item>
135        <item>sepia</item>
136        <item>negative</item>
137        <item>solarize</item>
138        <item>posterize</item>
139        <item>whiteboard</item>
140        <item>blackboard</item>
141        <item>aqua</item>
142        <item>pastel</item>
143        <item>mosaic</item>
144        <item>red-tint</item>
145        <item>blue-tint</item>
146        <item>green-tint</item>
147    </string-array>
148</resources>
149