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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 8760021: Print Preview: Added "Fit to page" string. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 6470 matching lines...) Expand 10 before | Expand all | Expand 10 after
6481 </message> 6481 </message>
6482 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used by screen reader to explain the purpose of the page selection textbox"> 6482 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used by screen reader to explain the purpose of the page selection textbox">
6483 Print Specific Pages 6483 Print Specific Pages
6484 </message> 6484 </message>
6485 <message name="IDS_PRINT_PREVIEW_OPTIONS_LABEL" desc="Options label curren tly providing the choice to print headers and footers."> 6485 <message name="IDS_PRINT_PREVIEW_OPTIONS_LABEL" desc="Options label curren tly providing the choice to print headers and footers.">
6486 Options 6486 Options
6487 </message> 6487 </message>
6488 <message name="IDS_PRINT_PREVIEW_OPTION_HEADER_FOOTER" desc="Checkbox labe l that provides a choice to print the headers and footers."> 6488 <message name="IDS_PRINT_PREVIEW_OPTION_HEADER_FOOTER" desc="Checkbox labe l that provides a choice to print the headers and footers.">
6489 Headers and footers 6489 Headers and footers
6490 </message> 6490 </message>
6491 <message name="IDS_PRINT_PREVIEW_OPTION_FIT_TO_PAGE" desc="Checkbox label that provides a choice to auto fit the pdf page.">
Lei Zhang 2011/12/01 08:35:24 pdf -> PDF Might be good to mention this is for p
kmadhusu 2011/12/01 17:56:33 Done.
6492 Fit to page
6493 </message>
6491 <message name="IDS_PRINT_PREVIEW_MARGINS_LABEL" desc="Margins option label . Provides user the option to change the margins of the printed page."> 6494 <message name="IDS_PRINT_PREVIEW_MARGINS_LABEL" desc="Margins option label . Provides user the option to change the margins of the printed page.">
6492 Margins 6495 Margins
6493 </message> 6496 </message>
6494 <message name="IDS_PRINT_PREVIEW_DEFAULT_MARGINS" desc="Option that specif ies the page be printed with default margins."> 6497 <message name="IDS_PRINT_PREVIEW_DEFAULT_MARGINS" desc="Option that specif ies the page be printed with default margins.">
6495 Default 6498 Default
6496 </message> 6499 </message>
6497 <message name="IDS_PRINT_PREVIEW_NO_MARGINS" desc="Option that specifies t he page be printed with no margins."> 6500 <message name="IDS_PRINT_PREVIEW_NO_MARGINS" desc="Option that specifies t he page be printed with no margins.">
6498 None 6501 None
6499 </message> 6502 </message>
6500 <message name="IDS_PRINT_PREVIEW_CUSTOM_MARGINS" desc="Option that specifi es the page be printed with user-specified custom margins."> 6503 <message name="IDS_PRINT_PREVIEW_CUSTOM_MARGINS" desc="Option that specifi es the page be printed with user-specified custom margins.">
(...skipping 8140 matching lines...) Expand 10 before | Expand all | Expand 10 after
14641 </messages> 14644 </messages>
14642 <structures fallback_to_english="true"> 14645 <structures fallback_to_english="true">
14643 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14646 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14644 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14647 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14645 </structure> 14648 </structure>
14646 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14649 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14647 </structure> 14650 </structure>
14648 </structures> 14651 </structures>
14649 </release> 14652 </release>
14650 </grit> 14653 </grit>
OLDNEW
« 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