Merge "Recover print job ID from intent extras" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-03-21 17:29:35 +00:00
committed by Android (Google) Code Review
3 changed files with 162 additions and 3 deletions

View File

@@ -4699,6 +4699,9 @@
<!-- Template for the summary of a print job. [CHAR LIMIT=25] -->
<string name="print_job_summary"><xliff:g id="printer">%1$s</xliff:g>\n<xliff:g id="time">%2$s</xliff:g></string>
<!-- Template for the label for a configuring print job (i.e. the user is currently selecting the paper size and printer to use). [CHAR LIMIT=25] -->
<string name="print_configuring_state_title_template" >Configuring <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
<!-- Template for the label of the state for a ongoing print job. [CHAR LIMIT=25] -->
<string name="print_printing_state_title_template">Printing <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>