summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-06-24 17:39:26 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-06-24 17:39:26 -0700
commitf99599b2e856cc806b2ccf66b996498a5b2ca9bf (patch)
treee24b98fbe2a2c826095436759befaa2e095e16b4 /res
parent08b4e3cf3f33623a5043300ad07a66601409ebe0 (diff)
parentf90f31e09f24b41f8bb656ff764b69a2920279d9 (diff)
downloadandroid_packages_apps_Trebuchet-f99599b2e856cc806b2ccf66b996498a5b2ca9bf.tar.gz
android_packages_apps_Trebuchet-f99599b2e856cc806b2ccf66b996498a5b2ca9bf.tar.bz2
android_packages_apps_Trebuchet-f99599b2e856cc806b2ccf66b996498a5b2ca9bf.zip
am f90f31e0: Merge change 5291 into donut
Merge commit 'f90f31e09f24b41f8bb656ff764b69a2920279d9' * commit 'f90f31e09f24b41f8bb656ff764b69a2920279d9': Add the few missing strings needed by Home.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml18
1 files changed, 15 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f083c9813..32ec9eba1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -129,9 +129,13 @@
<skip />
<!-- Message displayed when the user enters gestures mode and is asked to draw a gesture -->
- <string name="gestures_instructions">Draw a gesture to get started</string>
+ <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_add">Show shortcut</string>
<!-- Message displayed when the gesture entered by the user cannot be recognized -->
- <string name="gestures_unknown">Unknown gesture</string>
+ <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 -->
@@ -139,7 +143,7 @@
<!-- 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 defined</string>
+ <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 -->
@@ -152,4 +156,12 @@
<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>