diff options
author | Svetoslav <svetoslavganov@google.com> | 2013-11-04 12:30:08 -0800 |
---|---|---|
committer | Svetoslav <svetoslavganov@google.com> | 2013-11-04 14:25:11 -0800 |
commit | 1c664b6defd20ab4a83c4a83d01b9ed8603f7c2c (patch) | |
tree | 970726f2edf6c9bd0bfb6fdaa43d35f7f0a50b72 /packages/PrintSpooler/res | |
parent | c880c27e63590c94ca3a43235574697ce0df043d (diff) | |
download | frameworks_base-1c664b6defd20ab4a83c4a83d01b9ed8603f7c2c.zip frameworks_base-1c664b6defd20ab4a83c4a83d01b9ed8603f7c2c.tar.gz frameworks_base-1c664b6defd20ab4a83c4a83d01b9ed8603f7c2c.tar.bz2 |
Add way for the user to forget previously used printers.
We keep track of historical printers but some of them may disappear
forever, say the user changes his printer. In such a case the print
system has no idea that the previous printer will never appear so
this change allows the user to remove historical printers.
In the all printers list the user can now long press on a printer
and if the printer is available he can select it from the context
menu. If the printer was used before regardless if it is active the
user may choose to forget it.
bug:11282742
Change-Id: Idc2dda70920ad045149eea1bcfc75ad1992827e9
Diffstat (limited to 'packages/PrintSpooler/res')
-rw-r--r-- | packages/PrintSpooler/res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/PrintSpooler/res/values/strings.xml b/packages/PrintSpooler/res/values/strings.xml index f2e768a..d2613d0 100644 --- a/packages/PrintSpooler/res/values/strings.xml +++ b/packages/PrintSpooler/res/values/strings.xml @@ -93,6 +93,12 @@ <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] --> <string name="print_add_printer">Add printer</string> + <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] --> + <string name="print_select_printer">Select printer</string> + + <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] --> + <string name="print_forget_printer">Forget printer</string> + <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] --> <plurals name="print_search_result_count_utterance"> <item quantity="one"><xliff:g id="count" example="1">%1$s</xliff:g> printer found</item> |