summaryrefslogtreecommitdiffstats
path: root/res/values/cm_arrays.xml
blob: c76fc02a9dad0a40cb51d865bb23b26518e1d8d6 (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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2013-2014 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>

    <!-- Camera Preferences for burst modes -->
    <string-array name="pref_camera_burst_mode_entries" translatable="false">
        <item>@string/pref_camera_burst_entry_20</item>
        <item>@string/pref_camera_burst_entry_15</item>
        <item>@string/pref_camera_burst_entry_10</item>
        <item>@string/pref_camera_burst_entry_5</item>
        <item>@string/pref_camera_burst_entry_off</item>
    </string-array>

    <string-array name="pref_camera_burst_mode_values" translatable="false">
        <item>20</item>
        <item>15</item>
        <item>10</item>
        <item>5</item>
        <item>1</item>
     </string-array>

    <!-- Camera Preferences for timer duration -->
    <string-array name="pref_camera_focustime_duration_entries" translatable="false">
        <item>@string/pref_camera_focustime_entry_infinite</item>
        <item>@string/pref_camera_focustime_entry_30</item>
        <item>@string/pref_camera_focustime_entry_20</item>
        <item>@string/pref_camera_focustime_entry_15</item>
        <item>@string/pref_camera_focustime_entry_10</item>
        <item>@string/pref_camera_focustime_entry_5</item>
    </string-array>

    <!-- Camera focus duration - stored in milliseconds -->
    <string-array name="pref_camera_focustime_duration_values" translatable="false">
        <item>0</item>
        <item>30000</item>
        <item>20000</item>
        <item>15000</item>
        <item>10000</item>
        <item>5000</item>
    </string-array>

    <!-- Slow shutter feature -->
    <string-array name="pref_camera_slow_shutter_entries" translatable="false">
        <item>@string/pref_camera_slow_shutter_entry_off</item>
        <item>@string/pref_camera_slow_shutter_entry_auto</item>
        <item>@string/pref_camera_slow_shutter_entry_half_second</item>
        <item>@string/pref_camera_slow_shutter_entry_1s</item>
        <item>@string/pref_camera_slow_shutter_entry_2s</item>
        <item>@string/pref_camera_slow_shutter_entry_4s</item>
        <item>@string/pref_camera_slow_shutter_entry_8s</item>
        <item>@string/pref_camera_slow_shutter_entry_16s</item>
        <item>@string/pref_camera_slow_shutter_entry_32s</item>
        <item>@string/pref_camera_slow_shutter_entry_64s</item>
    </string-array>

    <!-- 0 is off, 1 is auto, specific values are in microseconds -->
    <string-array name="pref_camera_slow_shutter_entryvalues" translatable="false">
        <item>0</item>
        <item>1</item>
        <item>500000</item>
        <item>1000000</item>
        <item>2000000</item>
        <item>4000000</item>
        <item>8000000</item>
        <item>16000000</item>
        <item>32000000</item>
        <item>64000000</item>
    </string-array>

    <string-array name="pref_camera_beauty_mode_icons" translatable="false">
        <item>@drawable/ic_beautify_off</item>
        <item>@drawable/ic_beautify</item>
    </string-array>

    <string-array name="pref_camera_beauty_mode_labels" translatable="false">
        <item>@string/camera_menu_beauty_mode_label</item>
        <item>@string/camera_menu_beauty_mode_label</item>
    </string-array>

    <!-- Automatic scene detection -->

    <!-- String values of detected scenes -->
    <string-array name="camera_asd_values" translatable="false">
        <item>indoor</item>
        <item>landscape</item>
        <item>macro</item>
        <item>mix_illuminant</item>
        <item>night</item>
        <item>portrait</item>
        <item>sports</item>
        <item>normal</item>
    </string-array>

    <!-- Corresponding icons -->
    <string-array name="camera_asd_icons" translatable="false">
        <item>@drawable/smart_scene_indoor</item>
        <item>@drawable/smart_scene_landscape</item>
        <item>@drawable/smart_scene_macro</item>
        <item>@drawable/smart_scene_mix_illuminant</item>
        <item>@drawable/smart_scene_night</item>
        <item>@drawable/smart_scene_portrait</item>
        <item>@drawable/smart_scene_sports</item>
        <item />
    </string-array>

    <string-array name="pref_camera_asd_labels" translatable="false">
        <item>@string/camera_menu_asd_label</item>
        <item>@string/camera_menu_asd_label</item>
    </string-array>

    <string-array name="pref_camera_asd_icons" translatable="false">
        <item>@drawable/ic_asd_off</item>
        <item>@drawable/ic_asd</item>
    </string-array>

    <string-array name="pref_camera_asd_entryvalues" translatable="false">
        <item>@string/setting_off_value</item>
        <item>@string/setting_on_value</item>
    </string-array>
</resources>