diff options
author | dpapad@chromium.org <dpapad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-09 21:50:17 +0000 |
---|---|---|
committer | dpapad@chromium.org <dpapad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-09 21:50:17 +0000 |
commit | 9cf4c7373c247b2469def78c71a4361de2be980a (patch) | |
tree | 93cfff564ad46569d5da58aaa701818129fa7f69 /chrome/app | |
parent | c48d860319ac3295316daf9456643a6aefdc4a22 (diff) | |
download | chromium_src-9cf4c7373c247b2469def78c71a4361de2be980a.zip chromium_src-9cf4c7373c247b2469def78c71a4361de2be980a.tar.gz chromium_src-9cf4c7373c247b2469def78c71a4361de2be980a.tar.bz2 |
Print Preview: Simpifying displayed print summary.
Removing the detailed calculations and displaying only number of
pages and number of sheets.
BUG=81032
TEST=NONE
Review URL: http://codereview.chromium.org/6952012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index e829e57..b3f2e2f 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5586,12 +5586,18 @@ 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 printers."> Manage Printers... </message> - <message name="IDS_PRINT_PREVIEW_SUMMARY_FORMAT" desc="Print summary, explaining to the user how many pages will be printed."> - Total: <ph name="NUMBER_OF_PAGES">$1<ex>4</ex></ph> <ph name="PAGE_OR_PAGES_LABEL">$2<ex>Pages</ex></ph> <ph name="TWO_SIDED">$3<ex>(two-sided)</ex></ph> <ph name="TIMES">$4<ex>x</ex></ph> <ph name="NUMBER_OF_COPIES">$5<ex>2</ex></ph> <ph name="COPIES_LABEL">$6<ex>copies</ex></ph> <ph name="EQUAL_SIGN">$7<ex>=</ex></ph> <ph name="NUMBER_OF_SHEETS">$8<ex>10</ex></ph> <ph name="SHEETS_LABEL">$9<ex>sheets of paper</ex></ph> + <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> - <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL" desc="Label shown in the print preview summary."> + <message name="IDS_PRINT_PREVIEW_SUMMARY_FORMAT_SHORT" 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> + </message> + <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_PLURAL" desc="Label shown in the print preview summary."> sheets of paper </message> + <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_SINGULAR" desc="Label shown in the print preview summary."> + sheet of paper + </message> <message name="IDS_PRINT_PREVIEW_PAGE_LABEL_SINGULAR" desc="Label shown in the print preview summary."> page </message> |