summaryrefslogtreecommitdiffstats
path: root/res/values/cm_arrays.xml
blob: 126fa7b963108dfbc28b86e93d474bf6d9bfe482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2013-2015 The CyanogenMod Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string-array name="pref_switch_entryvalues" translatable="false">
        <item>off</item>
        <item>on</item>
    </string-array>

    <array name="pref_switch_entries" translatable="false">
        <item>@string/setting_off</item>
        <item>@string/setting_on</item>
    </array>

    <!-- Touch focus duration -->
    <string-array name="pref_camera_focustime_duration_entries" translatable="false">
        <item>@string/pref_camera_focustime_entry_0</item>
        <item>@string/pref_camera_focustime_entry_3</item>
        <item>@string/pref_camera_focustime_entry_5</item>
        <item>@string/pref_camera_focustime_entry_10</item>
        <item>@string/pref_camera_focustime_entry_infinite</item>
    </string-array>

    <!-- Stored in milliseconds -->
    <string-array name="pref_camera_focustime_duration_values" translatable="false">
        <item>200</item>
        <item>3000</item>
        <item>5000</item>
        <item>10000</item>
        <item>0x7FFFFFFF</item>
    </string-array>

    <!-- Shutter speed -->
    <array name="pref_camera_shutter_speed_entries" translatable="false">
        <item>@string/pref_camera_shutter_speed_entry_0</item>
        <item>@string/pref_camera_shutter_speed_entry_1_6000</item>
        <item>@string/pref_camera_shutter_speed_entry_1_4000</item>
        <item>@string/pref_camera_shutter_speed_entry_1_2000</item>
        <item>@string/pref_camera_shutter_speed_entry_1_1000</item>
        <item>@string/pref_camera_shutter_speed_entry_1_500</item>
        <item>@string/pref_camera_shutter_speed_entry_1_250</item>
        <item>@string/pref_camera_shutter_speed_entry_1_125</item>
        <item>@string/pref_camera_shutter_speed_entry_1_60</item>
        <item>@string/pref_camera_shutter_speed_entry_1_30</item>
        <item>@string/pref_camera_shutter_speed_entry_1_15</item>
        <item>@string/pref_camera_shutter_speed_entry_1_8</item>
        <item>@string/pref_camera_shutter_speed_entry_1_4</item>
        <item>@string/pref_camera_shutter_speed_entry_1_2</item>
        <item>@string/pref_camera_shutter_speed_entry_1</item>
        <item>@string/pref_camera_shutter_speed_entry_2</item>
        <item>@string/pref_camera_shutter_speed_entry_4</item>
        <item>@string/pref_camera_shutter_speed_entry_8</item>
        <item>@string/pref_camera_shutter_speed_entry_15</item>
        <item>@string/pref_camera_shutter_speed_entry_30</item>
    </array>

    <string-array name="pref_camera_shutter_speed_entryvalues" translatable="false">
        <item>0</item>
        <item>1/6000</item>
        <item>1/4000</item>
        <item>1/2000</item>
        <item>1/1000</item>
        <item>1/500</item>
        <item>1/250</item>
        <item>1/125</item>
        <item>1/60</item>
        <item>1/30</item>
        <item>1/15</item>
        <item>1/8</item>
        <item>1/4</item>
        <item>1/2</item>
        <item>1</item>
        <item>2</item>
        <item>4</item>
        <item>8</item>
        <item>15</item>
        <item>30</item>
    </string-array>

    <!-- Default focus mode setting.-->
    <string-array name="pref_video_focusmode_default_array" translatable="false">
        <item>continuous-video</item>
        <item>auto</item>
    </string-array>

    <!-- Camcorder Preferences focus mode dialog box entries -->
    <string-array name="pref_video_focusmode_entries" translatable="false">
        <item>@string/pref_camera_focusmode_entry_auto</item>
        <item>@string/pref_camera_focusmode_entry_continuous</item>
    </string-array>

    <string-array name="pref_video_focusmode_entryvalues" translatable="false">
        <item>auto</item>
        <item>continuous-video</item>
    </string-array>
</resources>