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 3 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 | <!-- Hardware keys --> |
| 22 | <string name="button_keys_title">Keys</string> |
| 23 | <string name="keys_bindings_title">Key actions</string> |
| 24 | <string name="button_keys_back_title" >Back key</string> |
| 25 | <string name="button_keys_home_title" >Home key</string> |
| 26 | <string name="button_keys_menu_title" >Menu key</string> |
| 27 | <string name="button_keys_assist_title" >Search key</string> |
| 28 | <string name="button_keys_appSwitch_title" >App switch key</string> |
| 29 | <string name="keys_enable_custom_title">Custom actions</string> |
| 30 | <string name="keys_back_press_title">Back key</string> |
| 31 | <string name="keys_back_long_press_title">Back key (long press)</string> |
| 32 | <string name="keys_home_press_title">Home key</string> |
| 33 | <string name="keys_home_long_press_title">Home key (long press)</string> |
| 34 | <string name="keys_home_double_tap_title">Home key (double tap)</string> |
| 35 | <string name="keys_menu_press_title">Menu key</string> |
| 36 | <string name="keys_menu_long_press_title">Menu key (long press)</string> |
| 37 | <string name="keys_assist_press_title">Search key</string> |
| 38 | <string name="keys_assist_long_press_title">Search key (long press)</string> |
| 39 | <string name="keys_app_switch_press_title">App switch key</string> |
| 40 | <string name="keys_app_switch_long_press_title">App switch key (long press)</string> |
| 41 | <string name="keys_action_nothing">No action</string> |
| 42 | <string name="keys_action_menu">Open/close menu</string> |
| 43 | <string name="keys_action_app_switch">Recent apps switcher</string> |
| 44 | <string name="keys_action_search">Search assistant</string> |
| 45 | <string name="keys_action_voice_search">Voice search</string> |
| 46 | <string name="keys_action_in_app_search">In-app search</string> |
| 47 | <string name="keys_action_home">Home button</string> |
| 48 | <string name="keys_action_back">Back button</string> |
| 49 | <string name="keys_action_last_app">Switch to last app</string> |
| 50 | <string name="keys_action_kill_app">Kill app</string> |
| 51 | <string name="keys_action_normal">Normal press</string> |
| 52 | <string name="keys_action_long">Long press</string> |
| 53 | <string name="keys_action_double">Double tap</string> |
| 54 | <string name="dialog_no_home_key_title">No home action</string> |
| 55 | <string name="no_home_key">You have no button assigned to the \"Home\" action! This can make your device unusable!</string> |
| 56 | <string name="button_volume_keys_title">Volume</string> |
| 57 | <string name="button_volume_wake_title">Button wake</string> |
| 58 | <string name="button_volume_wake_summary">Pressing a volume button will wake the device</string> |
maxwen | f2ac0c8 | 2015-01-01 22:36:59 +0100 | [diff] [blame] | 59 | <string name="keys_action_sleep">Go to sleep</string> |
| 60 | <string name="keys_action_omniswitch">OmniSwitch recents</string> |
crondog | a1be6ec | 2015-02-01 15:10:55 +1100 | [diff] [blame] | 61 | <string name="button_home_wake_title">Button wake</string> |
| 62 | <string name="button_home_wake_summary">Pressing the home button will wake the device</string> |
Oleksandr Byelkin | da325d4 | 2015-01-25 21:18:08 +0100 | [diff] [blame^] | 63 | <string name="button_home_answers_call_title">Button answers call</string> |
| 64 | <string name="button_home_answers_call_summary">Pressing the home button will answer incoming call</string> |
maxwen | c6258ba | 2015-01-16 21:08:25 +0100 | [diff] [blame] | 65 | |
| 66 | <!-- Swap volume buttons when the screen is rotated --> |
| 67 | <string name="swap_volume_buttons_title">Match rotation</string> |
| 68 | <string name="swap_volume_buttons_summary">Adjust volume buttons action based on current rotation</string> |
Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 69 | </resources> |