blob: 40570c7594d6a8ccb53f87595789089376a37b99 [file] [log] [blame]
Steve Kondik66ac5d72016-09-03 16:24:26 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2012-2015 The CyanogenMod 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<resources>
18 <!-- Values for the notification light pulse spinners -->
19 <string-array name="notification_pulse_length_entries" translatable="false">
20 <item>@string/pulse_length_always_on</item>
21 <item>@string/pulse_length_very_short</item>
22 <item>@string/pulse_length_short</item>
23 <item>@string/pulse_length_normal</item>
24 <item>@string/pulse_length_long</item>
25 <item>@string/pulse_length_very_long</item>
26 </string-array>
27
28 <string-array name="notification_pulse_length_values" translatable="false">
29 <item>1</item>
30 <item>250</item>
31 <item>500</item>
32 <item>1000</item>
33 <item>2500</item>
34 <item>5000</item>
35 </string-array>
36
37 <string-array name="notification_pulse_speed_entries" translatable="false">
38 <item>@string/pulse_speed_very_fast</item>
39 <item>@string/pulse_speed_fast</item>
40 <item>@string/pulse_speed_normal</item>
41 <item>@string/pulse_speed_slow</item>
42 <item>@string/pulse_speed_very_slow</item>
43 </string-array>
44
45 <string-array name="notification_pulse_speed_values" translatable="false">
46 <item>250</item>
47 <item>500</item>
48 <item>1000</item>
49 <item>2500</item>
50 <item>5000</item>
51 </string-array>
Steve Kondik3281bd62016-09-09 23:55:11 -070052
53 <!-- Hardware key rebinding -->
54 <string-array name="hardware_keys_action_entries" translatable="false">
55 <item>@string/hardware_keys_action_nothing</item>
56 <item>@string/hardware_keys_action_menu</item>
57 <item>@string/hardware_keys_action_app_switch</item>
58 <item>@string/hardware_keys_action_search</item>
59 <item>@string/hardware_keys_action_voice_search</item>
60 <item>@string/hardware_keys_action_in_app_search</item>
61 <item>@string/hardware_keys_action_launch_camera</item>
62 <item>@string/hardware_keys_action_sleep</item>
63 <item>@string/hardware_keys_action_last_app</item>
64 </string-array>
65
66 <string-array name="hardware_keys_action_values" translatable="false">
67 <item>0</item>
68 <item>1</item>
69 <item>2</item>
70 <item>3</item>
71 <item>4</item>
72 <item>5</item>
73 <item>6</item>
74 <item>7</item>
75 <item>8</item>
76 </string-array>
77
78 <string-array name="power_menu_actions_array" translatable="false">
79 <item>power</item>
80 <item>reboot</item>
81 <item>screenshot</item>
82 <item>airplane</item>
83 <item>users</item>
84 <item>bugreport</item>
85 <item>silent</item>
86 </string-array>
87
88 <!-- Volume key cursor control -->
89 <string-array name="volbtn_cursor_control_entries" translatable="false">
90 <item>@string/volbtn_cursor_control_off</item>
91 <item>@string/volbtn_cursor_control_on</item>
92 <item>@string/volbtn_cursor_control_on_reverse</item>
93 </string-array>
94
95 <string-array name="volbtn_cursor_control_values" translatable="false">
96 <item>0</item>
97 <item>1</item>
98 <item>2</item>
99 </string-array>
100
Steve Kondik03b56502016-09-10 17:17:25 -0700101 <string-array name="profile_action_generic_connection_entries" translatable="false">
102 <item>@string/profile_action_none</item>
103 <item>@string/profile_action_disable</item>
104 <item>@string/profile_action_enable</item>
105 </string-array>
106
107 <string-array name="profile_doze_entries" translatable="false">
108 <item>@string/profile_action_none</item>
109 <item>@string/profile_action_enable</item>
110 <item>@string/profile_action_disable</item>
111 </string-array>
112
113 <string-array name="profile_notification_light_entries" translatable="false">
114 <item>@string/profile_action_none</item>
115 <item>@string/profile_action_enable</item>
116 <item>@string/profile_action_disable</item>
117 </string-array>
118
119 <!-- Profile mode options. -->
120 <string-array name="profile_entries" translatable="false">
121 <item>@string/profile_entries_on</item>
122 <item>@string/profile_entries_off</item>
123 <item>@string/profile_entries_no_override</item>
124 </string-array>
125
126 <!-- Values for vibrate_entries matching constants in SoundSettings. Do not translate. -->
127 <string-array name="profile_values" translatable="false">
128 <item>OVERRIDE</item>
129 <item>SUPPRESS</item>
130 <item>DEFAULT</item>
131 </string-array>
132
133 <!-- Profile lock mode summaries. Do not translate. -->
134 <string-array name="profile_lockmode_entries" translatable="false">
135 <item>@string/profile_action_system</item>
136 <item>@string/profile_lockmode_insecure_summary</item>
137 <item>@string/profile_lockmode_disabled_summary</item>
138 </string-array>
139
140 <!-- Ring mode options. -->
141 <string-array name="ring_mode_entries" translatable="false">
142 <item>@string/ring_mode_normal</item>
143 <item>@string/ring_mode_vibrate</item>
144 <item>@string/ring_mode_mute</item>
145 <item>@string/profile_action_none</item>
146 </string-array>
147
148 <!-- Values for Ring mode. Do not translate. -->
149 <string-array name="ring_mode_values" translatable="false">
150 <item>normal</item>
151 <item>vibrate</item>
152 <item>mute</item>
153 <item></item>
154 </string-array>
155
156 <!-- Values for profile Wi-Fi triggers -->
157 <string-array name="profile_trigger_wifi_options" translatable="false">
158 <item>@string/profile_trigger_connect</item>
159 <item>@string/profile_trigger_disconnect</item>
160 <item>@string/profile_trigger_a2dp_connect</item>
161 <item>@string/profile_trigger_a2dp_disconnect</item>
162 <item>@string/profile_trigger_notrigger</item>
163 </string-array>
164
165 <!-- Values for profile Wi-Fi triggers. Do not translate. -->
166 <string-array name="profile_trigger_wifi_options_values" translatable="false">
167 <item>0</item>
168 <item>1</item>
169 <item>3</item>
170 <item>4</item>
171 <item>2</item>
172 </string-array>
173
Steve Kondik66ac5d72016-09-03 16:24:26 -0700174</resources>