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> |
| 50 | </resources> |