summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-07-21 10:56:06 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-07-21 10:56:06 -0700
commitefb38794c880510c943973570eab8301cc269a28 (patch)
tree651269bf82c1b4f8a1d46af600a2d4f1eeb4baa4 /res
parent18fdcb6de7e1268ed6e5c7664b2c838fe9d494ae (diff)
parent94dabf1be48001ea2a8fcb496fe08ba82b229e00 (diff)
downloadandroid_packages_apps_Trebuchet-efb38794c880510c943973570eab8301cc269a28.tar.gz
android_packages_apps_Trebuchet-efb38794c880510c943973570eab8301cc269a28.tar.bz2
android_packages_apps_Trebuchet-efb38794c880510c943973570eab8301cc269a28.zip
Merge change 8034 into donut
* changes: Remove gestures from Home.
Diffstat (limited to 'res')
-rw-r--r--res/drawable/btn_add.xml26
-rw-r--r--res/drawable/btn_g.xml26
-rw-r--r--res/drawable/btn_list.xml26
-rw-r--r--res/drawable/g_background.9.pngbin392 -> 0 bytes
-rw-r--r--res/drawable/g_bar_background.xml19
-rw-r--r--res/drawable/g_normal.pngbin1408 -> 0 bytes
-rw-r--r--res/drawable/g_pressed.pngbin1784 -> 0 bytes
-rw-r--r--res/drawable/g_selected.pngbin1794 -> 0 bytes
-rw-r--r--res/drawable/gestures_background.xml19
-rw-r--r--res/drawable/gestures_frame.9.pngbin3882 -> 0 bytes
-rw-r--r--res/drawable/list_normal.pngbin1183 -> 0 bytes
-rw-r--r--res/drawable/list_pressed.pngbin1563 -> 0 bytes
-rw-r--r--res/drawable/list_selected.pngbin1603 -> 0 bytes
-rw-r--r--res/drawable/mirrored_shadow.9.pngbin165 -> 0 bytes
-rw-r--r--res/drawable/plus_normal.pngbin1218 -> 0 bytes
-rw-r--r--res/drawable/plus_pressed.pngbin1564 -> 0 bytes
-rw-r--r--res/drawable/plus_selected.pngbin1599 -> 0 bytes
-rw-r--r--res/layout/gestures.xml102
-rw-r--r--res/layout/gestures_settings.xml59
-rw-r--r--res/layout/gestures_settings_item.xml31
-rw-r--r--res/values-cs/strings.xml18
-rw-r--r--res/values-da/strings.xml36
-rw-r--r--res/values-de/strings.xml18
-rw-r--r--res/values-el/strings.xml36
-rw-r--r--res/values-es-rUS/strings.xml36
-rw-r--r--res/values-es/strings.xml18
-rw-r--r--res/values-fr/strings.xml18
-rw-r--r--res/values-it/strings.xml18
-rw-r--r--res/values-ja/strings.xml36
-rw-r--r--res/values-ko/strings.xml36
-rw-r--r--res/values-nb/strings.xml36
-rw-r--r--res/values-nl/strings.xml18
-rw-r--r--res/values-pl/strings.xml18
-rw-r--r--res/values-pt-rPT/strings.xml36
-rw-r--r--res/values-pt/strings.xml36
-rw-r--r--res/values-ru/strings.xml36
-rw-r--r--res/values-sv/strings.xml36
-rw-r--r--res/values-tr/strings.xml36
-rw-r--r--res/values-zh-rCN/strings.xml36
-rw-r--r--res/values-zh-rTW/strings.xml18
-rw-r--r--res/values/strings.xml40
41 files changed, 0 insertions, 924 deletions
diff --git a/res/drawable/btn_add.xml b/res/drawable/btn_add.xml
deleted file mode 100644
index 1345fd18a..000000000
--- a/res/drawable/btn_add.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_window_focused="false" android:state_enabled="true"
- android:drawable="@drawable/plus_normal" />
- <item android:state_pressed="true"
- android:drawable="@drawable/plus_pressed" />
- <item android:state_focused="true" android:state_enabled="true"
- android:drawable="@drawable/plus_selected" />
- <item android:state_enabled="true"
- android:drawable="@drawable/plus_normal" />
-</selector>
diff --git a/res/drawable/btn_g.xml b/res/drawable/btn_g.xml
deleted file mode 100644
index d033b438f..000000000
--- a/res/drawable/btn_g.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_window_focused="false" android:state_enabled="true"
- android:drawable="@drawable/g_normal" />
- <item android:state_pressed="true"
- android:drawable="@drawable/g_pressed" />
- <item android:state_focused="true" android:state_enabled="true"
- android:drawable="@drawable/g_selected" />
- <item android:state_enabled="true"
- android:drawable="@drawable/g_normal" />
-</selector>
diff --git a/res/drawable/btn_list.xml b/res/drawable/btn_list.xml
deleted file mode 100644
index 84a033ef8..000000000
--- a/res/drawable/btn_list.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_window_focused="false" android:state_enabled="true"
- android:drawable="@drawable/list_normal" />
- <item android:state_pressed="true"
- android:drawable="@drawable/list_pressed" />
- <item android:state_focused="true" android:state_enabled="true"
- android:drawable="@drawable/list_selected" />
- <item android:state_enabled="true"
- android:drawable="@drawable/list_normal" />
-</selector>
diff --git a/res/drawable/g_background.9.png b/res/drawable/g_background.9.png
deleted file mode 100644
index a4bf81764..000000000
--- a/res/drawable/g_background.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/g_bar_background.xml b/res/drawable/g_bar_background.xml
deleted file mode 100644
index b9f669494..000000000
--- a/res/drawable/g_bar_background.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/g_background"
- android:dither="true" />
diff --git a/res/drawable/g_normal.png b/res/drawable/g_normal.png
deleted file mode 100644
index 2ae97036b..000000000
--- a/res/drawable/g_normal.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/g_pressed.png b/res/drawable/g_pressed.png
deleted file mode 100644
index 13667dcbb..000000000
--- a/res/drawable/g_pressed.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/g_selected.png b/res/drawable/g_selected.png
deleted file mode 100644
index faed865ab..000000000
--- a/res/drawable/g_selected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/gestures_background.xml b/res/drawable/gestures_background.xml
deleted file mode 100644
index 59c11dc60..000000000
--- a/res/drawable/gestures_background.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/gestures_frame"
- android:dither="true" />
diff --git a/res/drawable/gestures_frame.9.png b/res/drawable/gestures_frame.9.png
deleted file mode 100644
index 3119a815b..000000000
--- a/res/drawable/gestures_frame.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/list_normal.png b/res/drawable/list_normal.png
deleted file mode 100644
index ee05949c7..000000000
--- a/res/drawable/list_normal.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/list_pressed.png b/res/drawable/list_pressed.png
deleted file mode 100644
index 8e3c68c86..000000000
--- a/res/drawable/list_pressed.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/list_selected.png b/res/drawable/list_selected.png
deleted file mode 100644
index 93858f435..000000000
--- a/res/drawable/list_selected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/mirrored_shadow.9.png b/res/drawable/mirrored_shadow.9.png
deleted file mode 100644
index 84516dddb..000000000
--- a/res/drawable/mirrored_shadow.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/plus_normal.png b/res/drawable/plus_normal.png
deleted file mode 100644
index ddc588807..000000000
--- a/res/drawable/plus_normal.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/plus_pressed.png b/res/drawable/plus_pressed.png
deleted file mode 100644
index 872f092a8..000000000
--- a/res/drawable/plus_pressed.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/plus_selected.png b/res/drawable/plus_selected.png
deleted file mode 100644
index 32c441f07..000000000
--- a/res/drawable/plus_selected.png
+++ /dev/null
Binary files differ
diff --git a/res/layout/gestures.xml b/res/layout/gestures.xml
deleted file mode 100644
index a22ce0674..000000000
--- a/res/layout/gestures.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<!-- TODO: Replace all this with a RelativeLayout -->
-<com.android.launcher.GesturesPanel
- xmlns:android="http://schemas.android.com/apk/res/android"
-
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
-
- android:paddingLeft="13dip"
- android:paddingRight="13dip"
-
- android:orientation="vertical"
- android:background="@drawable/gestures_background">
-
- <FrameLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
-
- android:paddingTop="13dip"
- android:paddingBottom="13dip">
-
- <TextView
- android:id="@+id/gestures_prompt"
- android:layout_width="fill_parent"
- android:layout_height="64dip"
-
- android:gravity="center"
- android:textAppearance="?android:attr/textAppearanceLargeInverse"
- android:ellipsize="end"
- android:maxLines="1"
- android:singleLine="true"
- android:text="@string/gestures_instructions" />
-
- <Button
- android:id="@+id/gestures_action"
- android:layout_width="fill_parent"
- android:layout_height="64dip"
-
- android:gravity="left|center_vertical"
- android:textAppearance="?android:attr/textAppearanceLargeInverse"
- android:ellipsize="end"
- android:maxLines="1"
- android:singleLine="true"
- android:drawablePadding="6dip"
-
- android:visibility="gone" />
-
- </FrameLayout>
-
- <android.gesture.GestureOverlayView
- android:id="@+id/gestures_overlay"
- android:layout_width="fill_parent"
- android:layout_height="0dip"
- android:layout_weight="1.0"
- android:layout_marginLeft="6dip"
- android:layout_marginRight="6dip"
-
- android:gestureColor="@color/gesture_color"
- android:uncertainGestureColor="@color/uncertain_gesture_color"
- android:gestureStrokeType="multiple" />
-
- <RelativeLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
-
- android:paddingTop="15dip"
- android:paddingBottom="13dip">
-
- <ImageButton
- android:id="@+id/gestures_add"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
-
- android:background="@drawable/btn_add" />
-
- <ImageButton
- android:id="@+id/gestures_list"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
-
- android:background="@drawable/btn_list" />
-
- </RelativeLayout>
-
-</com.android.launcher.GesturesPanel>
diff --git a/res/layout/gestures_settings.xml b/res/layout/gestures_settings.xml
deleted file mode 100644
index 712cb22d2..000000000
--- a/res/layout/gestures_settings.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
-
- <ListView
- android:id="@android:id/list"
-
- android:layout_width="fill_parent"
- android:layout_height="0dip"
- android:layout_alignParentTop="true"
- android:layout_above="@+id/bottom_bar" />
-
- <View
- android:layout_width="fill_parent"
- android:layout_height="6dip"
- android:layout_alignParentTop="false"
- android:layout_above="@+id/bottom_bar"
-
- android:background="@drawable/mirrored_shadow" />
-
- <RelativeLayout
- android:id="@id/bottom_bar"
-
- android:layout_width="fill_parent"
- android:layout_height="60dip"
- android:layout_alignParentBottom="true"
-
- android:background="@drawable/g_bar_background">
-
- <ImageButton
- android:onClick="back"
-
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="13dip"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
-
- android:background="@drawable/btn_g" />
-
- </RelativeLayout>
-
-</RelativeLayout>
diff --git a/res/layout/gestures_settings_item.xml b/res/layout/gestures_settings_item.xml
deleted file mode 100644
index 1563dfe50..000000000
--- a/res/layout/gestures_settings_item.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<TextView xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@android:id/text1"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
-
- android:gravity="center_vertical"
- android:minHeight="?android:attr/listPreferredItemHeight"
-
- android:drawablePadding="12dip"
- android:paddingLeft="6dip"
- android:paddingRight="6dip"
-
- android:ellipsize="marquee"
- android:singleLine="true"
- android:textAppearance="?android:attr/textAppearanceLarge" />
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index 4211a6a23..c1de7f486 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/strings.xml
@@ -60,22 +60,4 @@
<string name="permdesc_write_settings">"Povoluje aplikaci změnit nastavení a odkazy plochy."</string>
<string name="search_hint">"Vyhledávání Google"</string>
<string name="gadget_error_text">"Problém s načtením widgetu"</string>
- <string name="gestures_instructions">"Nakreslete gesto"</string>
- <string name="gestures_add">"Přidat zástupce"</string>
- <string name="gestures_show">"Zobrazit zástupce"</string>
- <string name="gestures_unknown">"Nerozpoznáno"</string>
- <string name="gestures_created">"Bylo přidáno gesto %s"</string>
- <string name="gestures_failed">"Gesto nebylo možné vytvořit."</string>
- <string name="gestures_loading">"Načítání gest..."</string>
- <string name="gestures_empty">"Žádná gesta"</string>
- <string name="gestures_activity">"Gesta"</string>
- <string name="gestures_rename">"Přejmenovat"</string>
- <string name="gestures_delete">"Smazat"</string>
- <string name="gestures_delete_success">"Gesto bylo smazáno"</string>
- <string name="gestures_rename_title">"Přejmenovat gesto"</string>
- <string name="gestures_rename_label">"Název gesta"</string>
- <string name="gestures_group_gestures">"Gesta"</string>
- <string name="gestures_group_settings">"Nastavení"</string>
- <string name="gestures_preference_hotkey_title">"Spouštět tlačítkem plochy"</string>
- <string name="gestures_preference_hotkey_summary">"Po stisknutí tlačítka plochy kreslit gesta"</string>
</resources>
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
index c3f75fd6f..3050f001d 100644
--- a/res/values-da/strings.xml
+++ b/res/values-da/strings.xml
@@ -65,40 +65,4 @@
<string name="permdesc_write_settings">"Tillader et program at ændre indstillingerne og genvejene i Start."</string>
<string name="search_hint">"Google-søgning"</string>
<string name="gadget_error_text">"Der er problemer med at indlæse widget"</string>
- <!-- no translation found for gestures_instructions (9028212666671537142) -->
- <skip />
- <!-- no translation found for gestures_add (7202345623338547552) -->
- <skip />
- <!-- no translation found for gestures_show (1819408048115485045) -->
- <skip />
- <!-- no translation found for gestures_unknown (4627778271648365869) -->
- <skip />
- <!-- no translation found for gestures_created (8116808500193613741) -->
- <skip />
- <!-- no translation found for gestures_failed (5113829215530311557) -->
- <skip />
- <!-- no translation found for gestures_loading (6325241735907189384) -->
- <skip />
- <!-- no translation found for gestures_empty (3992184768829668968) -->
- <skip />
- <!-- no translation found for gestures_activity (3366108186921084558) -->
- <skip />
- <!-- no translation found for gestures_rename (713510200890627175) -->
- <skip />
- <!-- no translation found for gestures_delete (6962559975386260201) -->
- <skip />
- <!-- no translation found for gestures_delete_success (2961655691848002690) -->
- <skip />
- <!-- no translation found for gestures_rename_title (7463326669074661915) -->
- <skip />
- <!-- no translation found for gestures_rename_label (8790363956270703745) -->
- <skip />
- <!-- no translation found for gestures_group_gestures (1224781238074132792) -->
- <skip />
- <!-- no translation found for gestures_group_settings (2153910512547403584) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_title (293268419666027426) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_summary (4351473330309584909) -->
- <skip />
</resources>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index d77481e90..4dcb40152 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -60,22 +60,4 @@
<string name="permdesc_write_settings">"Ermöglicht einer Anwendung, die Einstellungen und Shortcuts auf der Startseite zu ändern."</string>
<string name="search_hint">"Google-Suche"</string>
<string name="gadget_error_text">"Problem beim Laden des Widgets"</string>
- <string name="gestures_instructions">"Eine Bewegung zeichnen"</string>
- <string name="gestures_add">"Verknüpfung hinzufügen"</string>
- <string name="gestures_show">"Verknüpfung anzeigen"</string>
- <string name="gestures_unknown">"Nicht erkannt"</string>
- <string name="gestures_created">"Bewegung %s wurde hinzugefügt."</string>
- <string name="gestures_failed">"Bewegung konnte nicht erstellt werden."</string>
- <string name="gestures_loading">"Bewegungen werden geladen..."</string>
- <string name="gestures_empty">"Keine Bewegungen"</string>
- <string name="gestures_activity">"Bewegungen"</string>
- <string name="gestures_rename">"Umbenennen"</string>
- <string name="gestures_delete">"Löschen"</string>
- <string name="gestures_delete_success">"Bewegung wurde gelöscht."</string>
- <string name="gestures_rename_title">"Bewegung umbenennen"</string>
- <string name="gestures_rename_label">"Name der Bewegung"</string>
- <string name="gestures_group_gestures">"Bewegungen"</string>
- <string name="gestures_group_settings">"Einstellungen"</string>
- <string name="gestures_preference_hotkey_title">"Über Startseite öffnen"</string>
- <string name="gestures_preference_hotkey_summary">"Drücken Sie die Taste für die Startseite, um Bewegungen zu zeichnen."</string>
</resources>
diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml
index 51366c1f7..c0516b8e6 100644
--- a/res/values-el/strings.xml
+++ b/res/values-el/strings.xml
@@ -65,40 +65,4 @@
<string name="permdesc_write_settings">"Επιτρέπει σε μια εφαρμογή την αλλαγή των ρυθμίσεων και των συντομεύσεων στην αρχική οθόνη."</string>
<string name="search_hint">"Αναζήτηση Google"</string>
<string name="gadget_error_text">"Παρουσιάστηκε πρόβλημα στη φόρτωση του γραφικού στοιχείου"</string>
- <!-- no translation found for gestures_instructions (9028212666671537142) -->
- <skip />
- <!-- no translation found for gestures_add (7202345623338547552) -->
- <skip />
- <!-- no translation found for gestures_show (1819408048115485045) -->
- <skip />
- <!-- no translation found for gestures_unknown (4627778271648365869) -->
- <skip />
- <!-- no translation found for gestures_created (8116808500193613741) -->
- <skip />
- <!-- no translation found for gestures_failed (5113829215530311557) -->
- <skip />
- <!-- no translation found for gestures_loading (6325241735907189384) -->
- <skip />
- <!-- no translation found for gestures_empty (3992184768829668968) -->
- <skip />
- <!-- no translation found for gestures_activity (3366108186921084558) -->
- <skip />
- <!-- no translation found for gestures_rename (713510200890627175) -->
- <skip />
- <!-- no translation found for gestures_delete (6962559975386260201) -->
- <skip />
- <!-- no translation found for gestures_delete_success (2961655691848002690) -->
- <skip />
- <!-- no translation found for gestures_rename_title (7463326669074661915) -->
- <skip />
- <!-- no translation found for gestures_rename_label (8790363956270703745) -->
- <skip />
- <!-- no translation found for gestures_group_gestures (1224781238074132792) -->
- <skip />
- <!-- no translation found for gestures_group_settings (2153910512547403584) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_title (293268419666027426) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_summary (4351473330309584909) -->
- <skip />
</resources>
diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml
index a72cdc6ef..a2f12dc7e 100644
--- a/res/values-es-rUS/strings.xml
+++ b/res/values-es-rUS/strings.xml
@@ -65,40 +65,4 @@
<string name="permdesc_write_settings">"Permite a una aplicación cambiar la configuración y los accesos directos de la página principal."</string>
<string name="search_hint">"Búsqueda de Google"</string>
<string name="gadget_error_text">"Problema al cargar el widget"</string>
- <!-- no translation found for gestures_instructions (9028212666671537142) -->
- <skip />
- <!-- no translation found for gestures_add (7202345623338547552) -->
- <skip />
- <!-- no translation found for gestures_show (1819408048115485045) -->
- <skip />
- <!-- no translation found for gestures_unknown (4627778271648365869) -->
- <skip />
- <!-- no translation found for gestures_created (8116808500193613741) -->
- <skip />
- <!-- no translation found for gestures_failed (5113829215530311557) -->
- <skip />
- <!-- no translation found for gestures_loading (6325241735907189384) -->
- <skip />
- <!-- no translation found for gestures_empty (3992184768829668968) -->
- <skip />
- <!-- no translation found for gestures_activity (3366108186921084558) -->
- <skip />
- <!-- no translation found for gestures_rename (713510200890627175) -->
- <skip />
- <!-- no translation found for gestures_delete (6962559975386260201) -->
- <skip />
- <!-- no translation found for gestures_delete_success (2961655691848002690) -->
- <skip />
- <!-- no translation found for gestures_rename_title (7463326669074661915) -->
- <skip />
- <!-- no translation found for gestures_rename_label (8790363956270703745) -->
- <skip />
- <!-- no translation found for gestures_group_gestures (1224781238074132792) -->
- <skip />
- <!-- no translation found for gestures_group_settings (2153910512547403584) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_title (293268419666027426) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_summary (4351473330309584909) -->
- <skip />
</resources>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index 50e597cb1..5bef440d6 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -60,22 +60,4 @@
<string name="permdesc_write_settings">"Permite que una aplicación modifique la configuración y los accesos directos de la página principal."</string>
<string name="search_hint">"Búsqueda de Google"</string>
<string name="gadget_error_text">"Problema al cargar el widget"</string>
- <string name="gestures_instructions">"Dibujar un gesto"</string>
- <string name="gestures_add">"Añadir acceso directo"</string>
- <string name="gestures_show">"Mostrar acceso directo"</string>
- <string name="gestures_unknown">"No reconocido"</string>
- <string name="gestures_created">"Gesto %s añadido"</string>
- <string name="gestures_failed">"No se ha podido crear el gesto."</string>
- <string name="gestures_loading">"Cargando gestos..."</string>
- <string name="gestures_empty">"Ningún gesto"</string>
- <string name="gestures_activity">"Gestos"</string>
- <string name="gestures_rename">"Cambiar nombre"</string>
- <string name="gestures_delete">"Suprimir"</string>
- <string name="gestures_delete_success">"Gesto suprimido"</string>
- <string name="gestures_rename_title">"Cambiar nombre de gesto"</string>
- <string name="gestures_rename_label">"Nombre del gesto"</string>
- <string name="gestures_group_gestures">"Gestos"</string>
- <string name="gestures_group_settings">"Configuración"</string>
- <string name="gestures_preference_hotkey_title">"Utilizar la tecla de página principal para iniciar"</string>
- <string name="gestures_preference_hotkey_summary">"Pulsa la tecla de página principal para dibujar gestos."</string>
</resources>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index d55ef0c65..91bea49ea 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -60,22 +60,4 @@
<string name="permdesc_write_settings">"Permet à une application de modifier les paramètres et les raccourcis de la page d\'accueil."</string>
<string name="search_hint">"Recherche Google"</string>
<string name="gadget_error_text">"Problème lors du chargement du widget"</string>
- <string name="gestures_instructions">"Créer un geste"</string>
- <string name="gestures_add">"Ajouter un raccourci"</string>
- <string name="gestures_show">"Afficher le raccourci"</string>
- <string name="gestures_unknown">"Non reconnu"</string>
- <string name="gestures_created">"Le geste %s a bien été ajouté."</string>
- <string name="gestures_failed">"Impossible de créer le geste."</string>
- <string name="gestures_loading">"Chargement des gestes en cours…"</string>
- <string name="gestures_empty">"Aucun geste"</string>
- <string name="gestures_activity">"Gestes"</string>
- <string name="gestures_rename">"Renommer"</string>
- <string name="gestures_delete">"Supprimer"</string>
- <string name="gestures_delete_success">"Le geste a bien été supprimé."</string>
- <string name="gestures_rename_title">"Renommer le geste"</string>
- <string name="gestures_rename_label">"Nom du geste"</string>
- <string name="gestures_group_gestures">"Gestes"</string>
- <string name="gestures_group_settings">"Paramètres"</string>
- <string name="gestures_preference_hotkey_title">"Utiliser la touche Accueil pour commencer"</string>
- <string name="gestures_preference_hotkey_summary">"Appuyer sur la touche Accueil pour créer un geste"</string>
</resources>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index 605fb511d..404bb3a94 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -60,22 +60,4 @@
<string name="permdesc_write_settings">"Consente a un\'applicazione di modificare le impostazioni e le scorciatoie in Home."</string>
<string name="search_hint">"Ricerca Google"</string>
<string name="gadget_error_text">"Errore durante il caricamento del widget"</string>
- <string name="gestures_instructions">"Traccia un gesto"</string>
- <string name="gestures_add">"Aggiungi scorciatoia"</string>
- <string name="gestures_show">"Mostra scorciatoia"</string>
- <string name="gestures_unknown">"Non riconosciuto"</string>
- <string name="gestures_created">"Gesto %s aggiunto"</string>
- <string name="gestures_failed">"Impossibile creare il gesto"</string>
- <string name="gestures_loading">"Caricamento gesti in corso..."</string>
- <string name="gestures_empty">"Nessun gesto"</string>
- <string name="gestures_activity">"Gesti"</string>
- <string name="gestures_rename">"Rinomina"</string>
- <string name="gestures_delete">"Elimina"</string>
- <string name="gestures_delete_success">"Gesto eliminato"</string>
- <string name="gestures_rename_title">"Rinomina gesto"</string>
- <string name="gestures_rename_label">"Nome gesto"</string>
- <string name="gestures_group_gestures">"Gesti"</string>
- <string name="gestures_group_settings">"Impostazioni"</string>
- <string name="gestures_preference_hotkey_title">"Utilizza \"home\" per l\'avvio"</string>
- <string name="gestures_preference_hotkey_summary">"Premi il tasto \"home\" per tracciare gesti"</string>
</resources>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index 91c981291..c2391c09b 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -65,40 +65,4 @@
<string name="permdesc_write_settings">"ホームの設定とショートカットの変更をアプリケーションに許可します。"</string>
<string name="search_hint">"Google検索"</string>
<string name="gadget_error_text">"ウィジェットを表示できません"</string>
- <!-- no translation found for gestures_instructions (9028212666671537142) -->
- <skip />
- <!-- no translation found for gestures_add (7202345623338547552) -->
- <skip />
- <!-- no translation found for gestures_show (1819408048115485045) -->
- <skip />
- <!-- no translation found for gestures_unknown (4627778271648365869) -->
- <skip />
- <!-- no translation found for gestures_created (8116808500193613741) -->
- <skip />
- <!-- no translation found for gestures_failed (5113829215530311557) -->
- <skip />
- <!-- no translation found for gestures_loading (6325241735907189384) -->
- <skip />
- <!-- no translation found for gestures_empty (3992184768829668968) -->
- <skip />
- <!-- no translation found for gestures_activity (3366108186921084558) -->
- <skip />
- <!-- no translation found for gestures_rename (713510200890627175) -->
- <skip />
- <!-- no translation found for gestures_delete (6962559975386260201) -->
- <skip />
- <!-- no translation found for gestures_delete_success (2961655691848002690) -->
- <skip />
- <!-- no translation found for gestures_rename_title (7463326669074661915) -->
- <skip />
- <!-- no translation found for gestures_rename_label (8790363956270703745) -->
- <skip />
- <!-- no translation found for gestures_group_gestures (1224781238074132792) -->
- <skip />
- <!-- no translation found for gestures_group_settings (2153910512547403584) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_title (293268419666027426) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_summary (4351473330309584909) -->
- <skip />
</resources>
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index 943c9776f..43f27a72d 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -65,40 +65,4 @@
<string name="permdesc_write_settings">"응용프로그램이 홈에 있는 설정 및 바로가기를 변경할 수 있도록 합니다."</string>
<string name="search_hint">"Google 검색"</string>
<string name="gadget_error_text">"위젯을 로드하는 중 문제가 발생했습니다."</string>
- <!-- no translation found for gestures_instructions (9028212666671537142) -->
- <skip />
- <!-- no translation found for gestures_add (7202345623338547552) -->
- <skip />
- <!-- no translation found for gestures_show (1819408048115485045) -->
- <skip />
- <!-- no translation found for gestures_unknown (4627778271648365869) -->
- <skip />
- <!-- no translation found for gestures_created (8116808500193613741) -->
- <skip />
- <!-- no translation found for gestures_failed (5113829215530311557) -->
- <skip />
- <!-- no translation found for gestures_loading (6325241735907189384) -->
- <skip />
- <!-- no translation found for gestures_empty (3992184768829668968) -->
- <skip />
- <!-- no translation found for gestures_activity (3366108186921084558) -->
- <skip />
- <!-- no translation found for gestures_rename (713510200890627175) -->
- <skip />
- <!-- no translation found for gestures_delete (6962559975386260201) -->
- <skip />
- <!-- no translation found for gestures_delete_success (2961655691848002690) -->
- <skip />
- <!-- no translation found for gestures_rename_title (7463326669074661915) -->
- <skip />
- <!-- no translation found for gestures_rename_label (8790363956270703745) -->
- <skip />
- <!-- no translation found for gestures_group_gestures (1224781238074132792) -->
- <skip />
- <!-- no translation found for gestures_group_settings (2153910512547403584) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_title (293268419666027426) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_summary (4351473330309584909) -->
- <skip />
</resources>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
index a205b2209..8189f091c 100644
--- a/res/values-nb/strings.xml
+++ b/res/values-nb/strings.xml
@@ -65,40 +65,4 @@
<string name="permdesc_write_settings">"Lar applikasjonen endre innstillinger og snarveier på skrivebordet."</string>
<string name="search_hint">"Google-søk"</string>
<string name="gadget_error_text">"Problem under lasting av gadget"</string>
- <!-- no translation found for gestures_instructions (9028212666671537142) -->
- <skip />
- <!-- no translation found for gestures_add (7202345623338547552) -->
- <skip />
- <!-- no translation found for gestures_show (1819408048115485045) -->
- <skip />
- <!-- no translation found for gestures_unknown (4627778271648365869) -->
- <skip />
- <!-- no translation found for gestures_created (8116808500193613741) -->
- <skip />
- <!-- no translation found for gestures_failed (5113829215530311557) -->
- <skip />
- <!-- no translation found for gestures_loading (6325241735907189384) -->
- <skip />
- <!-- no translation found for gestures_empty (3992184768829668968) -->
- <skip />
- <!-- no translation found for gestures_activity (3366108186921084558) -->
- <skip />
- <!-- no translation found for gestures_rename (713510200890627175) -->
- <skip />
- <!-- no translation found for gestures_delete (6962559975386260201) -->
- <skip />
- <!-- no translation found for gestures_delete_success (2961655691848002690) -->
- <skip />
- <!-- no translation found for gestures_rename_title (7463326669074661915) -->
- <skip />
- <!-- no translation found for gestures_rename_label (8790363956270703745) -->
- <skip />
- <!-- no translation found for gestures_group_gestures (1224781238074132792) -->
- <skip />
- <!-- no translation found for gestures_group_settings (2153910512547403584) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_title (293268419666027426) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_summary (4351473330309584909) -->
- <skip />
</resources>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index bc12b8052..f3db12e66 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/strings.xml
@@ -60,22 +60,4 @@
<string name="permdesc_write_settings">"Hiermee kan een toepassing de instellingen en snelkoppelingen op de startpagina wijzigen."</string>
<string name="search_hint">"Google Zoeken"</string>
<string name="gadget_error_text">"Probleem bij het laden van widget"</string>
- <string name="gestures_instructions">"Een gebaar tekenen"</string>
- <string name="gestures_add">"Snelkoppeling toevoegen"</string>
- <string name="gestures_show">"Snelkoppeling weergeven"</string>
- <string name="gestures_unknown">"Onbekend"</string>
- <string name="gestures_created">"Gebaar %s toegevoegd"</string>
- <string name="gestures_failed">"Gebaar kan niet worden gemaakt"</string>
- <string name="gestures_loading">"Gebaren laden..."</string>
- <string name="gestures_empty">"Geen gebaren"</string>
- <string name="gestures_activity">"Gebaren"</string>
- <string name="gestures_rename">"Naam wijzigen"</string>
- <string name="gestures_delete">"Verwijderen"</string>
- <string name="gestures_delete_success">"Gebaar verwijderd"</string>
- <string name="gestures_rename_title">"Naam van gebaar wijzigen"</string>
- <string name="gestures_rename_label">"Naam van gebaar"</string>
- <string name="gestures_group_gestures">"Gebaren"</string>
- <string name="gestures_group_settings">"Instellingen"</string>
- <string name="gestures_preference_hotkey_title">"Gebruik de startpaginatoets om te starten"</string>
- <string name="gestures_preference_hotkey_summary">"Druk op de startpaginatoets om gebaren te tekenen"</string>
</resources>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index 3f545a3b3..ac5d9f3c6 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -60,22 +60,4 @@
<string name="permdesc_write_settings">"Umożliwia aplikacji zmianę ustawień i skrótów strony głównej."</string>
<string name="search_hint">"Szukaj w Google"</string>
<string name="gadget_error_text">"Problem podczas ładowania widżetu"</string>
- <string name="gestures_instructions">"Określ gest"</string>
- <string name="gestures_add">"Dodaj skrót"</string>
- <string name="gestures_show">"Pokaż skrót"</string>
- <string name="gestures_unknown">"Nierozpoznany"</string>
- <string name="gestures_created">"Dodano gest %s"</string>
- <string name="gestures_failed">"Nie można utworzyć gestu"</string>
- <string name="gestures_loading">"Trwa wczytywanie gestów..."</string>
- <string name="gestures_empty">"Brak gestów"</string>
- <string name="gestures_activity">"Gesty"</string>
- <string name="gestures_rename">"Zmień nazwę"</string>
- <string name="gestures_delete">"Usuń"</string>
- <string name="gestures_delete_success">"Gest usunięty"</string>
- <string name="gestures_rename_title">"Zmień nazwę gestu"</string>
- <string name="gestures_rename_label">"Nazwa gestu"</string>
- <string name="gestures_group_gestures">"Gesty"</string>
- <string name="gestures_group_settings">"Ustawienia"</string>
- <string name="gestures_preference_hotkey_title">"Użyj klawisza głównego, aby uruchomić"</string>
- <string name="gestures_preference_hotkey_summary">"Naciśnij klawisz główny, aby określić gesty"</string>
</resources>
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
index b284c485f..04afce3fd 100644
--- a/res/values-pt-rPT/strings.xml
+++ b/res/values-pt-rPT/strings.xml
@@ -65,40 +65,4 @@
<string name="permdesc_write_settings">"Permite que uma aplicação altere as definições e os atalhos do ecrã principal."</string>
<string name="search_hint">"Pesquisa do Google"</string>
<string name="gadget_error_text">"Erro ao carregar o widget"</string>
- <!-- no translation found for gestures_instructions (9028212666671537142) -->
- <skip />
- <!-- no translation found for gestures_add (7202345623338547552) -->
- <skip />
- <!-- no translation found for gestures_show (1819408048115485045) -->
- <skip />
- <!-- no translation found for gestures_unknown (4627778271648365869) -->
- <skip />
- <!-- no translation found for gestures_created (8116808500193613741) -->
- <skip />
- <!-- no translation found for gestures_failed (5113829215530311557) -->
- <skip />
- <!-- no translation found for gestures_loading (6325241735907189384) -->
- <skip />
- <!-- no translation found for gestures_empty (3992184768829668968) -->
- <skip />
- <!-- no translation found for gestures_activity (3366108186921084558) -->
- <skip />
- <!-- no translation found for gestures_rename (713510200890627175) -->
- <skip />
- <!-- no translation found for gestures_delete (6962559975386260201) -->
- <skip />
- <!-- no translation found for gestures_delete_success (2961655691848002690) -->
- <skip />
- <!-- no translation found for gestures_rename_title (7463326669074661915) -->
- <skip />
- <!-- no translation found for gestures_rename_label (8790363956270703745) -->
- <skip />
- <!-- no translation found for gestures_group_gestures (1224781238074132792) -->
- <skip />
- <!-- no translation found for gestures_group_settings (2153910512547403584) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_title (293268419666027426) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_summary (4351473330309584909) -->
- <skip />
</resources>
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml
index e1dff59b7..a2b3b5c2c 100644
--- a/res/values-pt/strings.xml
+++ b/res/values-pt/strings.xml
@@ -65,40 +65,4 @@
<string name="permdesc_write_settings">"Permite que um aplicativo altere as configurações e atalhos na Página inicial."</string>
<string name="search_hint">"Pesquisa do Google"</string>
<string name="gadget_error_text">"Problema ao carregar o widget"</string>
- <!-- no translation found for gestures_instructions (9028212666671537142) -->
- <skip />
- <!-- no translation found for gestures_add (7202345623338547552) -->
- <skip />
- <!-- no translation found for gestures_show (1819408048115485045) -->
- <skip />
- <!-- no translation found for gestures_unknown (4627778271648365869) -->
- <skip />
- <!-- no translation found for gestures_created (8116808500193613741) -->
- <skip />
- <!-- no translation found for gestures_failed (5113829215530311557) -->
- <skip />
- <!-- no translation found for gestures_loading (6325241735907189384) -->
- <skip />
- <!-- no translation found for gestures_empty (3992184768829668968) -->
- <skip />
- <!-- no translation found for gestures_activity (3366108186921084558) -->
- <skip />
- <!-- no translation found for gestures_rename (713510200890627175) -->
- <skip />
- <!-- no translation found for gestures_delete (6962559975386260201) -->
- <skip />
- <!-- no translation found for gestures_delete_success (2961655691848002690) -->
- <skip />
- <!-- no translation found for gestures_rename_title (7463326669074661915) -->
- <skip />
- <!-- no translation found for gestures_rename_label (8790363956270703745) -->
- <skip />
- <!-- no translation found for gestures_group_gestures (1224781238074132792) -->
- <skip />
- <!-- no translation found for gestures_group_settings (2153910512547403584) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_title (293268419666027426) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_summary (4351473330309584909) -->
- <skip />
</resources>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index 4bafe9c4c..dea57b39c 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -65,40 +65,4 @@
<string name="permdesc_write_settings">"Позволяет приложению изменять настройки и ярлыки на главном экране."</string>
<string name="search_hint">"Поиск Google"</string>
<string name="gadget_error_text">"Не удалось загрузить виджет"</string>
- <!-- no translation found for gestures_instructions (9028212666671537142) -->
- <skip />
- <!-- no translation found for gestures_add (7202345623338547552) -->
- <skip />
- <!-- no translation found for gestures_show (1819408048115485045) -->
- <skip />
- <!-- no translation found for gestures_unknown (4627778271648365869) -->
- <skip />
- <!-- no translation found for gestures_created (8116808500193613741) -->
- <skip />
- <!-- no translation found for gestures_failed (5113829215530311557) -->
- <skip />
- <!-- no translation found for gestures_loading (6325241735907189384) -->
- <skip />
- <!-- no translation found for gestures_empty (3992184768829668968) -->
- <skip />
- <!-- no translation found for gestures_activity (3366108186921084558) -->
- <skip />
- <!-- no translation found for gestures_rename (713510200890627175) -->
- <skip />
- <!-- no translation found for gestures_delete (6962559975386260201) -->
- <skip />
- <!-- no translation found for gestures_delete_success (2961655691848002690) -->
- <skip />
- <!-- no translation found for gestures_rename_title (7463326669074661915) -->
- <skip />
- <!-- no translation found for gestures_rename_label (8790363956270703745) -->
- <skip />
- <!-- no translation found for gestures_group_gestures (1224781238074132792) -->
- <skip />
- <!-- no translation found for gestures_group_settings (2153910512547403584) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_title (293268419666027426) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_summary (4351473330309584909) -->
- <skip />
</resources>
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
index 119bcb112..142ec0c3d 100644
--- a/res/values-sv/strings.xml
+++ b/res/values-sv/strings.xml
@@ -65,40 +65,4 @@
<string name="permdesc_write_settings">"Tillåter att ett program ändrar inställningar och genvägar på startsidan."</string>
<string name="search_hint">"Google Sökning"</string>
<string name="gadget_error_text">"Det gick inte att läsa in widgeten"</string>
- <!-- no translation found for gestures_instructions (9028212666671537142) -->
- <skip />
- <!-- no translation found for gestures_add (7202345623338547552) -->
- <skip />
- <!-- no translation found for gestures_show (1819408048115485045) -->
- <skip />
- <!-- no translation found for gestures_unknown (4627778271648365869) -->
- <skip />
- <!-- no translation found for gestures_created (8116808500193613741) -->
- <skip />
- <!-- no translation found for gestures_failed (5113829215530311557) -->
- <skip />
- <!-- no translation found for gestures_loading (6325241735907189384) -->
- <skip />
- <!-- no translation found for gestures_empty (3992184768829668968) -->
- <skip />
- <!-- no translation found for gestures_activity (3366108186921084558) -->
- <skip />
- <!-- no translation found for gestures_rename (713510200890627175) -->
- <skip />
- <!-- no translation found for gestures_delete (6962559975386260201) -->
- <skip />
- <!-- no translation found for gestures_delete_success (2961655691848002690) -->
- <skip />
- <!-- no translation found for gestures_rename_title (7463326669074661915) -->
- <skip />
- <!-- no translation found for gestures_rename_label (8790363956270703745) -->
- <skip />
- <!-- no translation found for gestures_group_gestures (1224781238074132792) -->
- <skip />
- <!-- no translation found for gestures_group_settings (2153910512547403584) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_title (293268419666027426) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_summary (4351473330309584909) -->
- <skip />
</resources>
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
index 40ab2ec70..218e50a39 100644
--- a/res/values-tr/strings.xml
+++ b/res/values-tr/strings.xml
@@ -65,40 +65,4 @@
<string name="permdesc_write_settings">"Bir uygulamaya Ana Sayfadaki ayarları ve kısayolları değiştirme izni verir."</string>
<string name="search_hint">"Google Arama"</string>
<string name="gadget_error_text">"Widget yüklenirken sorun oluştu"</string>
- <!-- no translation found for gestures_instructions (9028212666671537142) -->
- <skip />
- <!-- no translation found for gestures_add (7202345623338547552) -->
- <skip />
- <!-- no translation found for gestures_show (1819408048115485045) -->
- <skip />
- <!-- no translation found for gestures_unknown (4627778271648365869) -->
- <skip />
- <!-- no translation found for gestures_created (8116808500193613741) -->
- <skip />
- <!-- no translation found for gestures_failed (5113829215530311557) -->
- <skip />
- <!-- no translation found for gestures_loading (6325241735907189384) -->
- <skip />
- <!-- no translation found for gestures_empty (3992184768829668968) -->
- <skip />
- <!-- no translation found for gestures_activity (3366108186921084558) -->
- <skip />
- <!-- no translation found for gestures_rename (713510200890627175) -->
- <skip />
- <!-- no translation found for gestures_delete (6962559975386260201) -->
- <skip />
- <!-- no translation found for gestures_delete_success (2961655691848002690) -->
- <skip />
- <!-- no translation found for gestures_rename_title (7463326669074661915) -->
- <skip />
- <!-- no translation found for gestures_rename_label (8790363956270703745) -->
- <skip />
- <!-- no translation found for gestures_group_gestures (1224781238074132792) -->
- <skip />
- <!-- no translation found for gestures_group_settings (2153910512547403584) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_title (293268419666027426) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_summary (4351473330309584909) -->
- <skip />
</resources>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index d7ab9df52..fc53e5474 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -65,40 +65,4 @@
<string name="permdesc_write_settings">"允许应用程序更改主屏幕上的设置和快捷方式。"</string>
<string name="search_hint">"Google 搜索"</string>
<string name="gadget_error_text">"载入窗口小部件时出现问题"</string>
- <!-- no translation found for gestures_instructions (9028212666671537142) -->
- <skip />
- <!-- no translation found for gestures_add (7202345623338547552) -->
- <skip />
- <!-- no translation found for gestures_show (1819408048115485045) -->
- <skip />
- <!-- no translation found for gestures_unknown (4627778271648365869) -->
- <skip />
- <!-- no translation found for gestures_created (8116808500193613741) -->
- <skip />
- <!-- no translation found for gestures_failed (5113829215530311557) -->
- <skip />
- <!-- no translation found for gestures_loading (6325241735907189384) -->
- <skip />
- <!-- no translation found for gestures_empty (3992184768829668968) -->
- <skip />
- <!-- no translation found for gestures_activity (3366108186921084558) -->
- <skip />
- <!-- no translation found for gestures_rename (713510200890627175) -->
- <skip />
- <!-- no translation found for gestures_delete (6962559975386260201) -->
- <skip />
- <!-- no translation found for gestures_delete_success (2961655691848002690) -->
- <skip />
- <!-- no translation found for gestures_rename_title (7463326669074661915) -->
- <skip />
- <!-- no translation found for gestures_rename_label (8790363956270703745) -->
- <skip />
- <!-- no translation found for gestures_group_gestures (1224781238074132792) -->
- <skip />
- <!-- no translation found for gestures_group_settings (2153910512547403584) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_title (293268419666027426) -->
- <skip />
- <!-- no translation found for gestures_preference_hotkey_summary (4351473330309584909) -->
- <skip />
</resources>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index 51eb65872..18eb31d98 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -60,22 +60,4 @@
<string name="permdesc_write_settings">"允許應用程式變更首頁中的設定和捷徑。"</string>
<string name="search_hint">"Google 搜尋"</string>
<string name="gadget_error_text">"載入小工具時發生問題"</string>
- <string name="gestures_instructions">"描繪觸控動作"</string>
- <string name="gestures_add">"新增捷徑"</string>
- <string name="gestures_show">"顯示捷徑"</string>
- <string name="gestures_unknown">"無法辨識"</string>
- <string name="gestures_created">"已新增觸控動作 %s"</string>
- <string name="gestures_failed">"無法建立觸控動作"</string>
- <string name="gestures_loading">"正在載入觸控動作..."</string>
- <string name="gestures_empty">"無觸控動作"</string>
- <string name="gestures_activity">"觸控動作"</string>
- <string name="gestures_rename">"重新命名"</string>
- <string name="gestures_delete">"刪除"</string>
- <string name="gestures_delete_success">"已刪除觸控動作"</string>
- <string name="gestures_rename_title">"重新命名觸控動作"</string>
- <string name="gestures_rename_label">"觸控動作名稱"</string>
- <string name="gestures_group_gestures">"觸控動作"</string>
- <string name="gestures_group_settings">"設定"</string>
- <string name="gestures_preference_hotkey_title">"使用主螢幕啟動"</string>
- <string name="gestures_preference_hotkey_summary">"按下主螢幕鍵來描繪觸控動作"</string>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e43459d9a..4a6d7863a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -126,44 +126,4 @@
<!-- Text to show user in place of a gadget when we can't display it properly -->
<string name="gadget_error_text">Problem loading widget</string>
-
- <!-- Gestures: -->
- <skip />
-
- <!-- Message displayed when the user enters gestures mode and is asked to draw a gesture -->
- <string name="gestures_instructions">Draw a gesture</string>
- <!-- Label of the button that the user clicks to create a new gesture-based shortcut -->
- <string name="gestures_add">Add shortcut</string>
- <!-- Label of the button that the user clicks to see the list of gesture-based shortcuts -->
- <string name="gestures_show">Show shortcut</string>
- <!-- Message displayed when the gesture entered by the user cannot be recognized -->
- <string name="gestures_unknown">Unrecognized</string>
- <!-- Message displayed when the user has successfully created a new gesture -->
- <string name="gestures_created">Added gesture "%s"</string>
- <!-- Message displayed when the user could not create a new gesture -->
- <string name="gestures_failed">Gesture could not be created</string>
- <!-- Message displayed when the user opens the gestures settings screen -->
- <string name="gestures_loading">Loading gestures...</string>
- <!-- Message displayed when the user has no gestures -->
- <string name="gestures_empty">No gestures</string>
- <!-- Title of the screen used to view/manage gestures -->
- <string name="gestures_activity">Gestures</string>
- <!-- Noun, menu item used to rename a gesture -->
- <string name="gestures_rename">Rename</string>
- <!-- Noun, menu item used to remove a gesture -->
- <string name="gestures_delete">Delete</string>
- <!-- Message displayed when a gesture is successfully deleted -->
- <string name="gestures_delete_success">Gesture deleted</string>
- <!-- Title of dialog box -->
- <string name="gestures_rename_title">Rename gesture</string>
- <!-- Label of gesture name field in Rename gesture dialog box -->
- <string name="gestures_rename_label">Gesture name</string>
- <!-- Title of the preferences group showing the user's gestures -->
- <string name="gestures_group_gestures">Gestures</string>
- <!-- Title of the preferences group showing the gestures settings -->
- <string name="gestures_group_settings">Settings</string>
- <!-- Label of the setting used to enable/disable the home key to draw gestures -->
- <string name="gestures_preference_hotkey_title">Use home to launch</string>
- <!-- Summary of the setting used to enable/disable the home key to draw gestures -->
- <string name="gestures_preference_hotkey_summary">Press home key to draw gestures</string>
</resources>