summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml40
1 files changed, 0 insertions, 40 deletions
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>