summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2014-06-24 18:24:23 -0400
committerChris Wren <cwren@android.com>2014-06-27 15:17:56 -0400
commit40c5ed303909c4df71037be3429aa1423e59585f (patch)
treeef0d2211280e8539bbd91ec1389ae64525cc450c /res
parent9041a98280252abfa1a81065c103ee9a70943af5 (diff)
downloadandroid_packages_apps_Trebuchet-40c5ed303909c4df71037be3429aa1423e59585f.tar.gz
android_packages_apps_Trebuchet-40c5ed303909c4df71037be3429aa1423e59585f.tar.bz2
android_packages_apps_Trebuchet-40c5ed303909c4df71037be3429aa1423e59585f.zip
Offer to delete broken promise icons.
Track state of promise in the info, not the view. Fix bugs around moving promises to folders. Fix bugs around filterign and removing promises. Bug: 12764789 Change-Id: If5e8b6d315e463154b5bafe8aef7ef4f9889bb95
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ad3a1c4fb..b7f4505a9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -277,4 +277,21 @@ s -->
<string name="package_state_unknown">Unknown</string>
<!-- Label on an icon that references an uninstalled package, for which restore from market has failed. [CHAR_LIMIT=15] -->
<string name="package_state_error">Not restored</string>
+
+ <!-- Button for abandoned promises dialog, that removes all abandoned promise icons. -->
+ <string name="abandoned_clean_all">Remove All</string>
+ <!-- Button for abandoned promises dialog, to removes this abandoned promise icon. -->
+ <string name="abandoned_clean_this">Remove</string>
+ <!-- Button for abandoned promise dialog, to search in the market for the missing package. -->
+ <string name="abandoned_search">Search</string>
+ <!-- Title for abandoned promise dialog. -->
+ <string name="abandoned_promises_title">This Package is not Installed</string>
+ <!-- Explanation for abandoned promise dialog. -->
+ <plurals name="abandoned_promises_explanation">
+ <item quantity="one">The package for this icon is not installed. You many remove it, or
+ attempt to search for the package and install it manually.</item>
+ <item quantity="other">The package for this icon is not installed. You many remove all
+ similarly broken icons, remove only this icon, or attempt to search for the package and
+ install it manually.</item>
+ </plurals>
</resources>