OLD | NEW |
---|---|
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 6020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6031 </message> | 6031 </message> |
6032 <message name="IDS_PRINT_PREVIEW_REOPEN_PAGE" desc="Text for button displa yed when print preview fails because the user closed the tab that initiated the print preview. Clicking the button reopens the page that was closed."> | 6032 <message name="IDS_PRINT_PREVIEW_REOPEN_PAGE" desc="Text for button displa yed when print preview fails because the user closed the tab that initiated the print preview. Clicking the button reopens the page that was closed."> |
6033 Reopen the page | 6033 Reopen the page |
6034 </message> | 6034 </message> |
6035 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> | 6035 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> |
6036 Print | 6036 Print |
6037 </message> | 6037 </message> |
6038 <message name="IDS_PRINT_PREVIEW_PRINTING" desc="Text shown after the user clicks on the print button and before the print preview tab is closed to let hi m know that printing is in progress."> | 6038 <message name="IDS_PRINT_PREVIEW_PRINTING" desc="Text shown after the user clicks on the print button and before the print preview tab is closed to let hi m know that printing is in progress."> |
6039 Printing... | 6039 Printing... |
6040 </message> | 6040 </message> |
6041 <message name="IDS_PRINT_PREVIEW_PRINTING_TO_PDF_IN_PROGRESS" desc="Text s hown after the user clicks on the print button while Print To PDF is selected, b ut the PDF file is not ready yet."> | |
6042 Printing to PDF in progress | |
kmadhusu
2011/09/07 20:42:57
Printing to PDF in progress...
vandebo (ex-Chrome)
2011/09/07 21:38:19
Are you supposed to send new strings for UI review
dpapad
2011/09/07 23:42:39
The dots are added in code (because they are being
dpapad
2011/09/07 23:42:39
The UI behavior affected by this CL in general has
| |
6043 </message> | |
6041 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button."> | 6044 <message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button."> |
6042 Cancel | 6045 Cancel |
6043 </message> | 6046 </message> |
6044 <message name="IDS_PRINT_PREVIEW_OPTION_ALL_PAGES" desc="Option to print a ll pages."> | 6047 <message name="IDS_PRINT_PREVIEW_OPTION_ALL_PAGES" desc="Option to print a ll pages."> |
6045 All | 6048 All |
6046 </message> | 6049 </message> |
6047 <message name="IDS_PRINT_PREVIEW_DESTINATION_LABEL" desc="Destination opti on label. It is displayed right on top of the available printers list."> | 6050 <message name="IDS_PRINT_PREVIEW_DESTINATION_LABEL" desc="Destination opti on label. It is displayed right on top of the available printers list."> |
6048 Destination | 6051 Destination |
6049 </message> | 6052 </message> |
6050 <message name="IDS_PRINT_PREVIEW_OPTION_BW" desc="Option to print in black and white."> | 6053 <message name="IDS_PRINT_PREVIEW_OPTION_BW" desc="Option to print in black and white."> |
(...skipping 7655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
13706 </messages> | 13709 </messages> |
13707 <structures fallback_to_english="true"> | 13710 <structures fallback_to_english="true"> |
13708 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> | 13711 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> |
13709 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 13712 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
13710 </structure> | 13713 </structure> |
13711 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 13714 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
13712 </structure> | 13715 </structure> |
13713 </structures> | 13716 </structures> |
13714 </release> | 13717 </release> |
13715 </grit> | 13718 </grit> |
OLD | NEW |