forked from SubhrajyotiSen/android_device_zuk_z2_plus
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename button settings to UTouch gestures (thanks to Fedor)
- Loading branch information
1 parent
8bf59ef
commit 7b06a05
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
<string name="hardware_keys_appswitch_key_title">Deslizar hacia la izquierda</string> | ||
<string name="hardware_keys_assist_key_title">Mantener pulsado</string> | ||
<string name="hardware_keys_back_key_title">Pulsar</string> | ||
<string name="hardware_keys_home_key_title">Botón inicio</string> | ||
<string name="hardware_keys_menu_key_title">Deslizar hacia la derecha</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
<string name="hardware_keys_appswitch_key_title">Свайп влево</string> | ||
<string name="hardware_keys_assist_key_title">Долгое касание</string> | ||
<string name="hardware_keys_back_key_title">Касание</string> | ||
<string name="hardware_keys_home_key_title">Кнопка Домой</string> | ||
<string name="hardware_keys_menu_key_title">Свайп вправо</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
<string name="hardware_keys_appswitch_key_title">Swipe left</string> | ||
<string name="hardware_keys_assist_key_title">Long tap</string> | ||
<string name="hardware_keys_back_key_title">Tap</string> | ||
<string name="hardware_keys_home_key_title">Home button</string> | ||
<string name="hardware_keys_menu_key_title">Swipe right</string> | ||
</resources> |