Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2013 The OmniROM Project |
| 3 | |
| 4 | Parts Copyright (C) 2012-2013 The CyanogenMod Project |
| 5 | |
| 6 | This program is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU General Public License as published by |
| 8 | the Free Software Foundation, either version 2 of the License, or |
| 9 | (at your option) any later version. |
| 10 | |
| 11 | This program is distributed in the hope that it will be useful, |
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | GNU General Public License for more details. |
| 15 | |
| 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | --> |
| 19 | |
| 20 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 21 | <string-array name="keys_action_entries" translatable="false"> |
| 22 | <item>@string/keys_action_nothing</item> |
| 23 | <item>@string/keys_action_home</item> |
| 24 | <item>@string/keys_action_back</item> |
| 25 | <item>@string/keys_action_menu</item> |
| 26 | <item>@string/keys_action_app_switch</item> |
| 27 | <item>@string/keys_action_search</item> |
| 28 | <item>@string/keys_action_voice_search</item> |
| 29 | <item>@string/keys_action_in_app_search</item> |
| 30 | <item>@string/keys_action_last_app</item> |
| 31 | <item>@string/keys_action_kill_app</item> |
maxwen | f2ac0c8 | 2015-01-01 22:36:59 +0100 | [diff] [blame] | 32 | <item>@string/keys_action_sleep</item> |
| 33 | <item>@string/keys_action_omniswitch</item> |
Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 34 | </string-array> |
| 35 | |
| 36 | <string-array name="keys_action_values" translatable="false"> |
| 37 | <item>0</item> |
| 38 | <item>6</item> |
| 39 | <item>7</item> |
| 40 | <item>1</item> |
| 41 | <item>2</item> |
| 42 | <item>3</item> |
| 43 | <item>4</item> |
| 44 | <item>5</item> |
| 45 | <item>8</item> |
| 46 | <item>9</item> |
maxwen | f2ac0c8 | 2015-01-01 22:36:59 +0100 | [diff] [blame] | 47 | <item>10</item> |
| 48 | <item>11</item> |
Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 49 | </string-array> |
Yanuar Harry | 15778e1 | 2015-02-11 21:26:16 +0700 | [diff] [blame] | 50 | |
| 51 | <string-array name="doze_pulse_duration_in_entries" translatable="false"> |
| 52 | <item>@string/twohundred_ms</item> |
| 53 | <item>@string/fivehundred_ms</item> |
| 54 | <item>@string/one_second_default</item> |
| 55 | <item>@string/onehalf_second</item> |
| 56 | <item>@string/two_second</item> |
| 57 | </string-array> |
| 58 | |
| 59 | <string-array name="doze_pulse_duration_in_values" translatable="false"> |
| 60 | <item>200</item> |
| 61 | <item>500</item> |
| 62 | <item>1000</item> |
| 63 | <item>1500</item> |
| 64 | <item>2000</item> |
| 65 | </string-array> |
| 66 | |
| 67 | <string-array name="doze_pulse_duration_visible_entries" translatable="false"> |
| 68 | <item>@string/one_second</item> |
| 69 | <item>@string/onehalf_second</item> |
| 70 | <item>@string/two_second</item> |
| 71 | <item>@string/twohalf_second</item> |
| 72 | <item>@string/three_second_default</item> |
| 73 | <item>@string/threehalf_second</item> |
| 74 | <item>@string/four_second</item> |
| 75 | <item>@string/fourhalf_second</item> |
| 76 | <item>@string/five_second</item> |
| 77 | </string-array> |
| 78 | |
| 79 | <string-array name="doze_pulse_duration_visible_values" translatable="false"> |
| 80 | <item>1000</item> |
| 81 | <item>1500</item> |
| 82 | <item>2000</item> |
| 83 | <item>2500</item> |
| 84 | <item>3000</item> |
| 85 | <item>3500</item> |
| 86 | <item>4000</item> |
| 87 | <item>4500</item> |
| 88 | <item>5000</item> |
| 89 | </string-array> |
| 90 | |
| 91 | <string-array name="doze_shake_acc_threshold_entries" translatable="false"> |
| 92 | <item>@string/veryeasy_shake</item> |
| 93 | <item>@string/easy_shake</item> |
| 94 | <item>@string/medium_shake</item> |
| 95 | <item>@string/hard_shake</item> |
| 96 | <item>@string/veryhard_shake</item> |
| 97 | <item>@string/strong_shake</item> |
| 98 | </string-array> |
| 99 | |
| 100 | <string-array name="doze_shake_acc_threshold_values" translatable="false"> |
| 101 | <item>2</item> |
| 102 | <item>5</item> |
| 103 | <item>10</item> |
| 104 | <item>13</item> |
| 105 | <item>16</item> |
| 106 | <item>20</item> |
| 107 | </string-array> |
| 108 | |
| 109 | <string-array name="doze_list_mode_entries" translatable="false"> |
| 110 | <item>@string/fully_mode</item> |
| 111 | <item>@string/pocket_shake_mode</item> |
| 112 | <item>@string/pocket_pulse_mode</item> |
| 113 | <item>@string/pocket_only_mode</item> |
| 114 | <item>@string/shake_pulse_mode</item> |
| 115 | <item>@string/pulse_only_mode</item> |
| 116 | </string-array> |
| 117 | |
| 118 | <string-array name="doze_list_mode_values" translatable="false"> |
| 119 | <item>1</item> |
| 120 | <item>2</item> |
| 121 | <item>3</item> |
| 122 | <item>4</item> |
| 123 | <item>5</item> |
| 124 | <item>6</item> |
| 125 | </string-array> |
maxwen | cf17b06 | 2015-03-21 00:22:14 +0100 | [diff] [blame] | 126 | |
| 127 | <!-- led color list --> |
| 128 | <string-array name="entries_led_colors" translatable="false"> |
| 129 | <item>@string/led_color_green</item> |
| 130 | <item>@string/led_color_red</item> |
| 131 | </string-array> |
| 132 | |
| 133 | <string-array name="values_led_colors" translatable="false"> |
| 134 | <item>#FF00FF00</item> |
| 135 | <item>#FFFF0000</item> |
| 136 | </string-array> |
maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame^] | 137 | |
| 138 | <!-- show battery percent --> |
| 139 | <string-array name="entries_battery_percent" translatable="false"> |
| 140 | <item>@string/battery_percent_none</item> |
| 141 | <item>@string/battery_percent_always</item> |
| 142 | <item>@string/battery_percent_expanded</item> |
| 143 | </string-array> |
| 144 | |
| 145 | <string-array name="values_battery_percent" translatable="false"> |
| 146 | <item>0</item> |
| 147 | <item>1</item> |
| 148 | <item>2</item> |
| 149 | </string-array> |
Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 150 | </resources> |