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

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

Issue 2435303003: [CUPS] Implement the Print Job notification. (Closed)
Patch Set: Fix the compile warning. 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('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 <!-- 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 6468 matching lines...) Expand 10 before | Expand all | Expand 10 after
6479 </message> 6479 </message>
6480 <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."> 6480 <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.">
6481 Emoji, handwriting and voice input on opt-in IME menu 6481 Emoji, handwriting and voice input on opt-in IME menu
6482 </message> 6482 </message>
6483 <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."> 6483 <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.">
6484 Enable access to emoji, handwriting and voice input form opt-in IME menu. 6484 Enable access to emoji, handwriting and voice input form opt-in IME menu.
6485 </message> 6485 </message>
6486 <message name="IDS_HATS_DONE_BUTTON_LABEL" desc="Label used for the done butto n at the end of survey"> 6486 <message name="IDS_HATS_DONE_BUTTON_LABEL" desc="Label used for the done butto n at the end of survey">
6487 Done 6487 Done
6488 </message> 6488 </message>
6489
6490 <!-- Print Job Notification -->
6491 <message name="IDS_PRINT_JOB_WAITING_NOTIFICATION_MESSAGE" desc="Message of th e waiting-for-printing notification.">
6492 Waiting to print <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph name= "PRINTER_NAME">$2<ex>printer</ex></ph>
6493 </message>
6494 <message name="IDS_PRINT_JOB_PRINTING_NOTIFICATION_MESSAGE" desc="Message of t he printing-in-progress notification.">
6495 Now printing <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph name="PRI NTER_NAME">$2<ex>printer</ex></ph>
6496 </message>
6497 <message name="IDS_PRINT_JOB_DONE_NOTIFICATION_MESSAGE" desc="Message of the s uccessful printing notitification.">
6498 Successfully printed <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph n ame="PRINTER_NAME">$2<ex>printer</ex></ph>
6499 </message>
6500 <message name="IDS_PRINT_JOB_ERROR_NOTIFICATION_MESSAGE" desc="Message of the error printing notification.">
6501 Error printing <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph name="P RINTER_NAME">$2<ex>printer</ex></ph>
6502 </message>
6503 <message name="IDS_PRINT_JOB_NOTIFICATION_CANCEL_BUTTON" desc="Text on the but ton for the user to cancel the current print job.">
6504 Cancel printing
6505 </message>
6506 <message name="IDS_PRINT_JOB_NOTIFICATION_PAUSE_BUTTON" desc="Text on the butt on for the user to pause the current print job.">
6507 Pause printing
6508 </message>
6509 <message name="IDS_PRINT_JOB_NOTIFICATION_RESUME_BUTTON" desc="Text on the but ton for the user to resume the current print job.">
6510 Resume printing
6511 </message>
6512 <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.">
6513 Get help
6514 </message>
6489 </grit-part> 6515 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698