diff options
author | abodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 06:39:55 +0000 |
---|---|---|
committer | abodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 06:39:55 +0000 |
commit | cc109cc7e3355d7c78e7add4a56853d639a15382 (patch) | |
tree | cbea0d2f355eefc1685eab3a51043e1791e22f49 /chrome/app | |
parent | af391f0f9255a08f839068afee22c10f7b227734 (diff) | |
download | chromium_src-cc109cc7e3355d7c78e7add4a56853d639a15382.zip chromium_src-cc109cc7e3355d7c78e7add4a56853d639a15382.tar.gz chromium_src-cc109cc7e3355d7c78e7add4a56853d639a15382.tar.bz2 |
Simplify GCP integration with print preview.
Removes GCP printers from the printer dropdown on platforms other than Chrome OS.
Adds an option to the printer dropdown to close print preview and print via the cloud print dialog.
BUG=
TEST=Cloud print printers should only appear in print preview in chrome os.
If cloud print is enabled, a new option should appear in the print preview dropdown that closes print preview and brings up the cloud print dialog.
Review URL: http://codereview.chromium.org/7830013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101256 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index beefa89..7da2457 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6144,14 +6144,6 @@ Keep your key file in a safe place. You will need it to create new versions of y 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 cloud printers... - </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 @@ -6172,6 +6164,14 @@ Keep your key file in a safe place. You will need it to create new versions of y desc="Option shown in printer drop-down list for managing local printers."> Manage local printers... </message> + <message name="IDS_PRINT_PREVIEW_PRINT_WITH_CLOUD_PRINT" + desc="Option shown in printer drop-down list to allow the user to print using cloud print."> + Print with Google Cloud Print... + </message> + <message name="IDS_PRINT_PREVIEW_PRINT_WITH_CLOUD_PRINT_WAIT" + desc="Message shown in the print preview page after choosing cloud print before the dialog displays"> + Loading Google Cloud Print + </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> |