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

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

Issue 2435303003: [CUPS] Implement the Print Job notification. (Closed)
Patch Set: Bug fix. Created 4 years, 1 month 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-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 6471 matching lines...) Expand 10 before | Expand all | Expand 10 after
6482 </message> 6482 </message>
6483 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_NAME" desc="Name of the about: flag for enabling emoji, handwriting and voice input on opt-in IME menu."> 6483 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_NAME" desc="Name of the about: flag for enabling emoji, handwriting and voice input on opt-in IME menu.">
6484 Emoji, handwriting and voice input on opt-in IME menu 6484 Emoji, handwriting and voice input on opt-in IME menu
6485 </message> 6485 </message>
6486 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_DESCRIPTION" desc="Description of th e about: flag enabling emoji, handwriting and voice input on opt-in IME menu."> 6486 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_DESCRIPTION" desc="Description of th e about: flag enabling emoji, handwriting and voice input on opt-in IME menu.">
6487 Enable access to emoji, handwriting and voice input form opt-in IME menu. 6487 Enable access to emoji, handwriting and voice input form opt-in IME menu.
6488 </message> 6488 </message>
6489 <message name="IDS_HATS_DONE_BUTTON_LABEL" desc="Label used for the done butto n at the end of survey"> 6489 <message name="IDS_HATS_DONE_BUTTON_LABEL" desc="Label used for the done butto n at the end of survey">
6490 Done 6490 Done
6491 </message> 6491 </message>
6492
6493 <!-- Print Job Notification -->
6494 <message name="IDS_PRINT_JOB_WAITING_NOTIFICATION_MESSAGE" desc="Message of th e waiting-for-printing notification.">
6495 Waiting to print <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph name= "PRINTER_NAME">$2<ex>printer</ex></ph>
6496 </message>
6497 <message name="IDS_PRINT_JOB_PRINTING_NOTIFICATION_MESSAGE" desc="Message of t he printing-in-progress notification.">
6498 Now printing <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph name="PRI NTER_NAME">$2<ex>printer</ex></ph>
6499 </message>
6500 <message name="IDS_PRINT_JOB_DONE_NOTIFICATION_MESSAGE" desc="Message of the s uccessful printing notitification.">
6501 Successfully printed <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph n ame="PRINTER_NAME">$2<ex>printer</ex></ph>
6502 </message>
6503 <message name="IDS_PRINT_JOB_ERROR_NOTIFICATION_MESSAGE" desc="Message of the error printing notification.">
6504 Error printing <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph name="P RINTER_NAME">$2<ex>printer</ex></ph>
6505 </message>
6506 <message name="IDS_PRINT_JOB_NOTIFICATION_CANCEL_BUTTON" desc="Text on the but ton for the user to cancel the current print job.">
6507 Cancel printing
6508 </message>
6509 <message name="IDS_PRINT_JOB_NOTIFICATION_PAUSE_BUTTON" desc="Text on the butt on for the user to pause the current print job.">
6510 Pause printing
6511 </message>
6512 <message name="IDS_PRINT_JOB_NOTIFICATION_RESUME_BUTTON" desc="Text on the but ton for the user to resume the current print job.">
6513 Resume printing
6514 </message>
6515 <message name="IDS_PRINT_JOB_NOTIFICATION_GET_HELP_BUTTON" desc="Text on the b utton for the user to get help about the current print job.">
6516 Get help
6517 </message>
6492 </grit-part> 6518 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('j') | chrome/browser/chromeos/printing/cups_print_job.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698