Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 2958653002: Fix string for single page print jobs. (Closed)
Patch Set: fix base Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/printing/cups_print_job_notification.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Chrome OS-specific strings (included from generated_resources.grd). 2 <!-- Chrome OS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 6102 matching lines...) Expand 10 before | Expand all | Expand 10 after
6113 <message name="IDS_PRINT_JOB_DONE_NOTIFICATION_TITLE" desc="Title of the succe ssful printing notification."> 6113 <message name="IDS_PRINT_JOB_DONE_NOTIFICATION_TITLE" desc="Title of the succe ssful printing notification.">
6114 Successfully printed <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph> 6114 Successfully printed <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph>
6115 </message> 6115 </message>
6116 <message name="IDS_PRINT_JOB_ERROR_NOTIFICATION_TITLE" desc="Title of the erro r printing notification."> 6116 <message name="IDS_PRINT_JOB_ERROR_NOTIFICATION_TITLE" desc="Title of the erro r printing notification.">
6117 Error printing <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph> 6117 Error printing <ph name="DOCUMENT_NAME">$1<ex>document.pdf</ex></ph>
6118 </message> 6118 </message>
6119 <message name="IDS_PRINT_JOB_NOTIFICATION_MESSAGE" desc="Message of the print job notification."> 6119 <message name="IDS_PRINT_JOB_NOTIFICATION_MESSAGE" desc="Message of the print job notification.">
6120 <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph name="PRINTER_NAME">$2 <ex>printer</ex></ph> 6120 <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph name="PRINTER_NAME">$2 <ex>printer</ex></ph>
6121 </message> 6121 </message>
6122 <message name="IDS_PRINT_JOB_NOTIFICATION_SINGLE_PAGE_MESSAGE" desc="Message o f the print job notification for a single page."> 6122 <message name="IDS_PRINT_JOB_NOTIFICATION_SINGLE_PAGE_MESSAGE" desc="Message o f the print job notification for a single page.">
6123 1 page to <ph name="PRINTER_NAME">$2<ex>printer</ex></ph> 6123 1 page to <ph name="PRINTER_NAME">$1<ex>printer</ex></ph>
6124 </message> 6124 </message>
6125 <message name="IDS_PRINT_JOB_NOTIFICATION_CANCEL_BUTTON" desc="Text on the but ton for the user to cancel the current print job."> 6125 <message name="IDS_PRINT_JOB_NOTIFICATION_CANCEL_BUTTON" desc="Text on the but ton for the user to cancel the current print job.">
6126 Cancel printing 6126 Cancel printing
6127 </message> 6127 </message>
6128 <message name="IDS_PRINT_JOB_NOTIFICATION_PAUSE_BUTTON" desc="Text on the butt on for the user to pause the current print job."> 6128 <message name="IDS_PRINT_JOB_NOTIFICATION_PAUSE_BUTTON" desc="Text on the butt on for the user to pause the current print job.">
6129 Pause printing 6129 Pause printing
6130 </message> 6130 </message>
6131 <message name="IDS_PRINT_JOB_NOTIFICATION_RESUME_BUTTON" desc="Text on the but ton for the user to resume the current print job."> 6131 <message name="IDS_PRINT_JOB_NOTIFICATION_RESUME_BUTTON" desc="Text on the but ton for the user to resume the current print job.">
6132 Resume printing 6132 Resume printing
6133 </message> 6133 </message>
(...skipping 24 matching lines...) Expand all
6158 Attempts left: $1 6158 Attempts left: $1
6159 </message> 6159 </message>
6160 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6160 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6161 PIN 6161 PIN
6162 </message> 6162 </message>
6163 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6163 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6164 PUK 6164 PUK
6165 </message> 6165 </message>
6166 6166
6167 </grit-part> 6167 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/printing/cups_print_job_notification.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698