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

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

Issue 7348010: Added Header and Footer support using Skia (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebased and moved PrintHeaderAndFooter to private member function. Created 9 years, 4 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 5934 matching lines...) Expand 10 before | Expand all | Expand 10 after
5945 </message> 5945 </message>
5946 <message name="IDS_PRINT_PREVIEW_INCREMENT_TITLE" desc="Title shown when t he user hovers mouse over the increment button. Also added for improved accessib ility"> 5946 <message name="IDS_PRINT_PREVIEW_INCREMENT_TITLE" desc="Title shown when t he user hovers mouse over the increment button. Also added for improved accessib ility">
5947 Increment 5947 Increment
5948 </message> 5948 </message>
5949 <message name="IDS_PRINT_PREVIEW_DECREMENT_TITLE" desc="Title shown when t he user hovers mouse over the decrement button. Also added for improved accessib ility"> 5949 <message name="IDS_PRINT_PREVIEW_DECREMENT_TITLE" desc="Title shown when t he user hovers mouse over the decrement button. Also added for improved accessib ility">
5950 Decrement 5950 Decrement
5951 </message> 5951 </message>
5952 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used by screen reader to explain the purpose of the page selection textbox"> 5952 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used by screen reader to explain the purpose of the page selection textbox">
5953 Print Specific Pages 5953 Print Specific Pages
5954 </message> 5954 </message>
5955 <message name="IDS_PRINT_PREVIEW_OPTIONS_LABEL" desc="Options label curren tly providing the choice to print headers and footers.">
5956 Options
5957 </message>
5958 <message name="IDS_PRINT_PREVIEW_OPTION_HEADER_FOOTER" desc="Checkbox labe l that provides a choice to print the headers and footers.">
5959 Headers and footers
5960 </message>
5955 5961
5956 <!-- Load State --> 5962 <!-- Load State -->
5957 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE"> 5963 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE">
5958 Waiting for cache... 5964 Waiting for cache...
5959 </message> 5965 </message>
5960 <message name="IDS_LOAD_STATE_ESTABLISHING_PROXY_TUNNEL"> 5966 <message name="IDS_LOAD_STATE_ESTABLISHING_PROXY_TUNNEL">
5961 Waiting for proxy tunnel... 5967 Waiting for proxy tunnel...
5962 </message> 5968 </message>
5963 <message name="IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL"> 5969 <message name="IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL">
5964 Resolving proxy... 5970 Resolving proxy...
(...skipping 7307 matching lines...) Expand 10 before | Expand all | Expand 10 after
13272 </includes> 13278 </includes>
13273 <structures fallback_to_english="true"> 13279 <structures fallback_to_english="true">
13274 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13280 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13275 </structure> 13281 </structure>
13276 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13282 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13277 </structure> 13283 </structure>
13278 </structures> 13284 </structures>
13279 13285
13280 </release> 13286 </release>
13281 </grit> 13287 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698