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

Unified Diff: chrome/app/generated_resources.grd

Issue 7057012: Add strings for print preveiw <-> cloud print integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to feedback Created 9 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 24bc3e45fc7264fa8027b46040ccaca405156e1e..874a1758c0309ceca32ddd079156f5fb8c1bc2b6 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5545,6 +5545,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_PRINT_PREVIEW_TITLE_FORMAT" desc="The format for the print preview page title.">
Print Preview - <ph name="PREVIEW_TAB_TITLE">$1<ex>Google Search</ex></ph>
</message>
+ <message name="IDS_PRINT_PREVIEW_LOADING_PRINTERS" desc="Message to display while the print preview is still loading the printer list.">
+ Loading additional printers
+ </message>
<message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while the print preview is still loading.">
Loading preview
</message>
@@ -5614,10 +5617,38 @@ Keep your key file in a safe place. You will need it to create new versions of y
desc="Option shown on printer drop-down list for saving previewed document to PDF.">
Print to PDF
</message>
+ <message name="IDS_PRINT_PREVIEW_SIGN_IN"
+ desc="Option shown in printer drop-down list when the user isn't signed in to cloud print. Choosing it will display a sign in dialog.">
+ Sign in to access cloud printers...
+ </message>
+ <message name="IDS_PRINT_PREVIEW_MORE_PRINTERS"
+ desc="Option shown in printer drop-down list that displays an interface for finding/using additional cloud based printers.">
+ More printers...
+ </message>
+ <message name="IDS_PRINT_PREVIEW_ADD_CLOUD_PRINTER"
+ desc="Option shown in printer drop-down list that takes the user to a page to add cloud based printers.">
+ Add a cloud printer...
+ </message>
+ <message name="IDS_PRINT_PREVIEW_CLOUD_PRINTERS"
+ desc="Option shown in printer drop-down list that serves as a heading above all cloud based printers.">
+ Cloud printers
+ </message>
+ <message name="IDS_PRINT_PREVIEW_LOCAL_PRINTERS"
+ desc="Option shown in printer drop-down list that serves as a heading above all locally installed printers.">
+ Local printers
+ </message>
+ <message name="IDS_PRINT_PREVIEW_MANAGE_CLOUD_PRINTERS"
+ desc="Option shown in printer drop-down list for managing cloud based printers.">
+ Manage cloud printers...
+ </message>
<message name="IDS_PRINT_PREVIEW_MANAGE_PRINTERS"
desc="Option shown in printer drop-down list for managing printers.">
Manage printers...
</message>
+ <message name="IDS_PRINT_PREVIEW_MANAGE_LOCAL_PRINTERS"
+ desc="Option shown in printer drop-down list for managing local printers.">
+ Manage local printers...
+ </message>
<message name="IDS_PRINT_PREVIEW_SUMMARY_FORMAT_LONG" desc="Print summary, explaining to the user how many pages will be printed.">
Total: <ph name="NUMBER_OF_SHEETS">$1<ex>10</ex></ph> <ph name="SHEETS_LABEL">$2<ex>sheets of paper</ex></ph> (<ph name="NUMBER_OF_PAGES">$3<ex>4</ex></ph> <ph name="PAGE_OR_PAGES_LABEL">$4<ex>Pages</ex></ph>)
</message>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698