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

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

Issue 7038028: Initial support for cloudprint in print preview (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Lint! Created 9 years, 6 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. 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 5613 matching lines...) Expand 10 before | Expand all | Expand 10 after
5624 5624
5625 <!-- Enterprise enrollment strings --> 5625 <!-- Enterprise enrollment strings -->
5626 5626
5627 <!-- Print Preview --> 5627 <!-- Print Preview -->
5628 <message name="IDS_PRINT_PREVIEW_TITLE" desc="Fallback title for print pre view page."> 5628 <message name="IDS_PRINT_PREVIEW_TITLE" desc="Fallback title for print pre view page.">
5629 Print preview 5629 Print preview
5630 </message> 5630 </message>
5631 <message name="IDS_PRINT_PREVIEW_TITLE_FORMAT" desc="The format for the pr int preview page title."> 5631 <message name="IDS_PRINT_PREVIEW_TITLE_FORMAT" desc="The format for the pr int preview page title.">
5632 Print preview - <ph name="PREVIEW_TAB_TITLE">$1<ex>Google Search</ex></p h> 5632 Print preview - <ph name="PREVIEW_TAB_TITLE">$1<ex>Google Search</ex></p h>
5633 </message> 5633 </message>
5634 <message name="IDS_PRINT_PREVIEW_LOADING_PRINTERS" desc="Message to displa y while the print preview is still loading the printer list.">
5635 Loading additional printers
5636 </message>
5637 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview is still loading."> 5634 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview is still loading.">
5638 Loading preview 5635 Loading preview
5639 </message> 5636 </message>
5640 <message name="IDS_PRINT_PREVIEW_FAILED" desc="Message to display when pri nt preview fails."> 5637 <message name="IDS_PRINT_PREVIEW_FAILED" desc="Message to display when pri nt preview fails.">
5641 Print preview failed. 5638 Print preview failed.
5642 </message> 5639 </message>
5643 <message name="IDS_PRINT_PREVIEW_INITIATOR_TAB_CLOSED" desc="Error message displayed when print preview fails because the user closed the tab that initiat ed the print preview."> 5640 <message name="IDS_PRINT_PREVIEW_INITIATOR_TAB_CLOSED" desc="Error message displayed when print preview fails because the user closed the tab that initiat ed the print preview.">
5644 Print preview failed because the page you were trying to print has been closed. 5641 Print preview failed because the page you were trying to print has been closed.
5645 </message> 5642 </message>
5646 <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."> 5643 <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.">
(...skipping 6992 matching lines...) Expand 10 before | Expand all | Expand 10 after
12639 </includes> 12636 </includes>
12640 <structures fallback_to_english="true"> 12637 <structures fallback_to_english="true">
12641 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12638 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12642 </structure> 12639 </structure>
12643 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12640 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12644 </structure> 12641 </structure>
12645 </structures> 12642 </structures>
12646 12643
12647 </release> 12644 </release>
12648 </grit> 12645 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/ui/webui/chrome_web_ui_factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698