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. OS values are passed through from Python's sys.platform: | 5 locale. OS values are passed through from Python's sys.platform: |
6 | 6 |
7 win32 - Windows | 7 win32 - Windows |
8 darwin - Mac | 8 darwin - Mac |
9 linux2 - Linux (both Views and GTK+) | 9 linux2 - Linux (both Views and GTK+) |
10 | 10 |
(...skipping 5527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5538 | 5538 |
5539 <!-- Enterprise enrollment strings --> | 5539 <!-- Enterprise enrollment strings --> |
5540 | 5540 |
5541 <!-- Print Preview --> | 5541 <!-- Print Preview --> |
5542 <message name="IDS_PRINT_PREVIEW_TITLE" desc="Fallback title for print pre view page."> | 5542 <message name="IDS_PRINT_PREVIEW_TITLE" desc="Fallback title for print pre view page."> |
5543 Print preview | 5543 Print preview |
5544 </message> | 5544 </message> |
5545 <message name="IDS_PRINT_PREVIEW_TITLE_FORMAT" desc="The format for the pr int preview page title."> | 5545 <message name="IDS_PRINT_PREVIEW_TITLE_FORMAT" desc="The format for the pr int preview page title."> |
5546 Print Preview - <ph name="PREVIEW_TAB_TITLE">$1<ex>Google Search</ex></p h> | 5546 Print Preview - <ph name="PREVIEW_TAB_TITLE">$1<ex>Google Search</ex></p h> |
5547 </message> | 5547 </message> |
5548 <message name="IDS_PRINT_PREVIEW_LOADING_PRINTERS" desc="Message to displa y while the print preview is still loading the printer list."> | |
5549 Loading the list of printers | |
Scott Byer
2011/05/20 17:08:58
Do we want this string to be cloud specific? Presu
Albert Bodenhamer
2011/05/20 17:38:43
As discussed, changed to "Loading additional print
| |
5550 </message> | |
5548 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview is still loading."> | 5551 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview is still loading."> |
5549 Loading preview | 5552 Loading preview |
5550 </message> | 5553 </message> |
5551 <message name="IDS_PRINT_PREVIEW_FAILED" desc="Message to display when pri nt preview fails."> | 5554 <message name="IDS_PRINT_PREVIEW_FAILED" desc="Message to display when pri nt preview fails."> |
5552 Print preview failed. | 5555 Print preview failed. |
5553 </message> | 5556 </message> |
5554 <message name="IDS_PRINT_PREVIEW_INITIATOR_TAB_CLOSED" desc="Message to di splay when print preview fails, because the user closed the tab that initiated t he print preview before the preview was generated."> | 5557 <message name="IDS_PRINT_PREVIEW_INITIATOR_TAB_CLOSED" desc="Message to di splay when print preview fails, because the user closed the tab that initiated t he print preview before the preview was generated."> |
5555 Print preview failed because the page you are trying to print has been c losed. Please click <a href="<ph name="INITIATOR_TAB_URL">$1<ex>http://www.go ogle.com</ex></ph>">here</a> to reopen the page and try printing again. | 5558 Print preview failed because the page you are trying to print has been c losed. Please click <a href="<ph name="INITIATOR_TAB_URL">$1<ex>http://www.go ogle.com</ex></ph>">here</a> to reopen the page and try printing again. |
5556 </message> | 5559 </message> |
5557 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> | 5560 <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5607 Invalid page range | 5610 Invalid page range |
5608 </message> | 5611 </message> |
5609 <message name="IDS_PRINT_PREVIEW_INVALID_NUMBER_OF_COPIES" | 5612 <message name="IDS_PRINT_PREVIEW_INVALID_NUMBER_OF_COPIES" |
5610 desc="Warning message shown when the text entered by the user doe s not represent a valid number of copies."> | 5613 desc="Warning message shown when the text entered by the user doe s not represent a valid number of copies."> |
5611 Invalid number of copies | 5614 Invalid number of copies |
5612 </message> | 5615 </message> |
5613 <message name="IDS_PRINT_PREVIEW_PRINT_TO_PDF" | 5616 <message name="IDS_PRINT_PREVIEW_PRINT_TO_PDF" |
5614 desc="Option shown on printer drop-down list for saving previewed document to PDF."> | 5617 desc="Option shown on printer drop-down list for saving previewed document to PDF."> |
5615 Print to PDF | 5618 Print to PDF |
5616 </message> | 5619 </message> |
5620 <message name="IDS_PRINT_PREVIEW_SIGN_IN" | |
5621 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."> | |
5622 Sign in to access cloud printers... | |
5623 </message> | |
5624 <message name="IDS_PRINT_PREVIEW_MORE_PRINTERS" | |
5625 desc="Option shown in printer drop-down list that displays an interfac e for finding/using additional cloud based printers."> | |
5626 More printers... | |
5627 </message> | |
5628 <message name="IDS_PRINT_PREVIEW_ADD_CLOUD_PRINTER" | |
5629 desc="Option shown in printer drop-down list that takes the user to a page to add cloud based printers."> | |
5630 Add a cloud printer... | |
5631 </message> | |
5632 <message name="IDS_PRINT_PREVIEW_CLOUD_PRINTERS" | |
5633 desc="Option shown in printer drop-down list that serves as a heading above all cloud based printers."> | |
5634 Cloud printers | |
5635 </message> | |
5636 <message name="IDS_PRINT_PREVIEW_LOCAL_PRINTERS" | |
5637 desc="Option shown in printer drop-down list that serves as a heading above all locally installed printers."> | |
5638 Local printers | |
5639 </message> | |
5640 <message name="IDS_PRINT_PREVIEW_MANAGE_CLOUD_PRINTERS" | |
5641 desc="Option shown in printer drop-down list for managing cloud based printers."> | |
5642 Manage cloud printers... | |
5643 </message> | |
5617 <message name="IDS_PRINT_PREVIEW_MANAGE_PRINTERS" | 5644 <message name="IDS_PRINT_PREVIEW_MANAGE_PRINTERS" |
5618 desc="Option shown in printer drop-down list for managing printers."> | 5645 desc="Option shown in printer drop-down list for managing printers."> |
5619 Manage printers... | 5646 Manage printers... |
5620 </message> | 5647 </message> |
5648 <message name="IDS_PRINT_PREVIEW_MANAGE_LOCAL_PRINTERS" | |
5649 desc="Option shown in printer drop-down list for managing local printe rs."> | |
5650 Manage local printers... | |
5651 </message> | |
5621 <message name="IDS_PRINT_PREVIEW_SUMMARY_FORMAT_LONG" desc="Print summary, explaining to the user how many pages will be printed."> | 5652 <message name="IDS_PRINT_PREVIEW_SUMMARY_FORMAT_LONG" desc="Print summary, explaining to the user how many pages will be printed."> |
5622 Total: <ph name="NUMBER_OF_SHEETS">$1<ex>10</ex></ph> <ph name="SHEETS_L ABEL">$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>) | 5653 Total: <ph name="NUMBER_OF_SHEETS">$1<ex>10</ex></ph> <ph name="SHEETS_L ABEL">$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>) |
5623 </message> | 5654 </message> |
5624 <message name="IDS_PRINT_PREVIEW_SUMMARY_FORMAT_SHORT" desc="Print summary , explaining to the user how many pages will be printed."> | 5655 <message name="IDS_PRINT_PREVIEW_SUMMARY_FORMAT_SHORT" desc="Print summary , explaining to the user how many pages will be printed."> |
5625 Total: <ph name="NUMBER_OF_SHEETS">$1<ex>10</ex></ph> <ph name="SHEETS_L ABEL">$2<ex>sheets of paper</ex></ph> | 5656 Total: <ph name="NUMBER_OF_SHEETS">$1<ex>10</ex></ph> <ph name="SHEETS_L ABEL">$2<ex>sheets of paper</ex></ph> |
5626 </message> | 5657 </message> |
5627 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_PLURAL" desc="Label shown in the print preview summary."> | 5658 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_PLURAL" desc="Label shown in the print preview summary."> |
5628 sheets of paper | 5659 sheets of paper |
5629 </message> | 5660 </message> |
5630 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_SINGULAR" desc="Label shown in the print preview summary."> | 5661 <message name="IDS_PRINT_PREVIEW_SHEETS_LABEL_SINGULAR" desc="Label shown in the print preview summary."> |
(...skipping 6797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
12428 </includes> | 12459 </includes> |
12429 <structures fallback_to_english="true"> | 12460 <structures fallback_to_english="true"> |
12430 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 12461 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
12431 </structure> | 12462 </structure> |
12432 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 12463 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
12433 </structure> | 12464 </structure> |
12434 </structures> | 12465 </structures> |
12435 | 12466 |
12436 </release> | 12467 </release> |
12437 </grit> | 12468 </grit> |
OLD | NEW |