Skip to content

Commit

Permalink
Rename button settings to UTouch gestures (thanks to Fedor)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroBrey committed Feb 3, 2017
1 parent 8bf59ef commit 7b06a05
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions overlay/packages/apps/CMParts/res/values-es/strings.xml
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>
8 changes: 8 additions & 0 deletions overlay/packages/apps/CMParts/res/values-ru/strings.xml
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>
8 changes: 8 additions & 0 deletions overlay/packages/apps/CMParts/res/values/strings.xml
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>

0 comments on commit 7b06a05

Please sign in to comment.