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

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

Issue 7891016: Print Preview: Adding UI for margin settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding more documentation. Created 9 years, 2 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 unified diff | Download patch | Annotate | Revision Log
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 6054 matching lines...) Expand 10 before | Expand all | Expand 10 after
6065 </message> 6065 </message>
6066 <message name="IDS_PRINT_PREVIEW_EXAMPLE_PAGE_RANGE_TEXT" desc="Example pa ge range text."> 6066 <message name="IDS_PRINT_PREVIEW_EXAMPLE_PAGE_RANGE_TEXT" desc="Example pa ge range text.">
6067 e.g. 1-5, 8, 11-13 6067 e.g. 1-5, 8, 11-13
6068 </message> 6068 </message>
6069 <message name="IDS_PRINT_PREVIEW_PAGE_RANGE_TEXT" desc="Aria-label page ra nge text."> 6069 <message name="IDS_PRINT_PREVIEW_PAGE_RANGE_TEXT" desc="Aria-label page ra nge text.">
6070 page range text box 6070 page range text box
6071 </message> 6071 </message>
6072 <message name="IDS_PRINT_PREVIEW_PAGE_RANGE_RADIO" desc="Aria-label page r ange radio."> 6072 <message name="IDS_PRINT_PREVIEW_PAGE_RANGE_RADIO" desc="Aria-label page r ange radio.">
6073 page range radio button 6073 page range radio button
6074 </message> 6074 </message>
6075 <message name="IDS_PRINT_PREVIEW_INVALID_MARGIN_SETTINGS" desc="Warning me ssage shown when the text entered by the user in the one or more of the margin t ext boxes are invalid.">
6076 Invalid margin values
6077 </message>
6075 <message name="IDS_PRINT_PREVIEW_PRINT_TO_PDF" 6078 <message name="IDS_PRINT_PREVIEW_PRINT_TO_PDF"
6076 desc="Option shown on printer drop-down list for saving previewed document to PDF."> 6079 desc="Option shown on printer drop-down list for saving previewed document to PDF.">
6077 Print to PDF 6080 Print to PDF
6078 </message> 6081 </message>
6079 <message name="IDS_PRINT_PREVIEW_SIGN_IN" 6082 <message name="IDS_PRINT_PREVIEW_SIGN_IN"
6080 desc="Option shown in printer drop-down list when the user isn't signe d in to cloud print. Choosing it will display a sign in dialog."> 6083 desc="Option shown in printer drop-down list when the user isn't signe d in to cloud print. Choosing it will display a sign in dialog.">
6081 Sign in to access cloud printers... 6084 Sign in to access cloud printers...
6082 </message> 6085 </message>
6083 <message name="IDS_PRINT_PREVIEW_MORE_PRINTERS" 6086 <message name="IDS_PRINT_PREVIEW_MORE_PRINTERS"
6084 desc="Option shown in printer drop-down list that displays an interfac e for finding/using additional cloud based printers."> 6087 desc="Option shown in printer drop-down list that displays an interfac e for finding/using additional cloud based printers.">
(...skipping 7717 matching lines...) Expand 10 before | Expand all | Expand 10 after
13802 </messages> 13805 </messages>
13803 <structures fallback_to_english="true"> 13806 <structures fallback_to_english="true">
13804 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13807 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13805 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13808 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13806 </structure> 13809 </structure>
13807 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13810 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13808 </structure> 13811 </structure>
13809 </structures> 13812 </structures>
13810 </release> 13813 </release>
13811 </grit> 13814 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698