summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorRomain Guy <>2009-03-24 21:17:50 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-24 21:17:50 -0700
commitd93a7d1716b06cd65f45dfc16232277d0d57c04d (patch)
tree847da142bed07dacc8c550425a5f6e26d91f5851 /res/values/strings.xml
parent9ffb5439b6e2ffb972086fd237fb3ded3d29ab50 (diff)
downloadandroid_packages_apps_Trebuchet-d93a7d1716b06cd65f45dfc16232277d0d57c04d.tar.gz
android_packages_apps_Trebuchet-d93a7d1716b06cd65f45dfc16232277d0d57c04d.tar.bz2
android_packages_apps_Trebuchet-d93a7d1716b06cd65f45dfc16232277d0d57c04d.zip
Automated import from //branches/donutburger/...@142016,142016
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a7945cba7..734ea0a72 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -72,6 +72,12 @@
<string name="add_search">Search</string>
<!-- Error message when user has filled a home screen, possibly not used -->
<string name="out_of_space">No more room on this Home screen.</string>
+ <!-- Message displayed when a shortcut is created by an external application -->
+ <string name="shortcut_installed">Shortcut \"%s\" is installed.</string>
+ <!-- Message displayed when a shortcut is uninstalled by an external application -->
+ <string name="shortcut_uninstalled">Shortcut \"%s\" was removed.</string>
+ <!-- Message displayed when an external application attemps to create a shortcut that already exists -->
+ <string name="shortcut_duplicate">Shortcut \"%s\" already exists.</string>
<!-- Title of dialog when user is selecting shortcut to add to homescreen -->
<string name="title_select_shortcut">Select shortcut</string>