diff options
Diffstat (limited to 'packages/PrintSpooler/res/values/strings.xml')
-rw-r--r-- | packages/PrintSpooler/res/values/strings.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/PrintSpooler/res/values/strings.xml b/packages/PrintSpooler/res/values/strings.xml index f400f21..fbddf43 100644 --- a/packages/PrintSpooler/res/values/strings.xml +++ b/packages/PrintSpooler/res/values/strings.xml @@ -55,10 +55,10 @@ <!-- Title if the number of pages in a printed document is unknown. [CHAR LIMIT=20] --> <string name="page_count_unknown">unknown</string> - <!-- Notifications --> + <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] --> + <string name="generating_print_job">Generating print job</string> - <!-- Template for the notificaiton label for a queued print job. [CHAR LIMIT=25] --> - <string name="queued_notification_title_template">Queued <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string> + <!-- Notifications --> <!-- Template for the notificaiton label for a printing print job. [CHAR LIMIT=25] --> <string name="printing_notification_title_template">Printing <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string> @@ -75,6 +75,9 @@ <!-- Label for the notification button for restrating a filed print job. [CHAR LIMIT=25] --> <string name="restart">Restart</string> + <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] --> + <string name="no_connection_to_printer">No connection to printer</string> + <!-- Arrays --> <!-- Color mode labels. --> |