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

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: Freeing header_footer_info_ memory 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 5922 matching lines...) Expand 10 before | Expand all | Expand 10 after
5933 </message> 5933 </message>
5934 <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"> 5934 <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">
5935 Increment 5935 Increment
5936 </message> 5936 </message>
5937 <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"> 5937 <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">
5938 Decrement 5938 Decrement
5939 </message> 5939 </message>
5940 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used by screen reader to explain the purpose of the page selection textbox"> 5940 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used by screen reader to explain the purpose of the page selection textbox">
5941 Print Specific Pages 5941 Print Specific Pages
5942 </message> 5942 </message>
5943 <message name="IDS_PRINT_PREVIEW_OPTIONS_LABEL" desc="Options label curren tly providing the choice to print headers and footers.">
5944 Options
5945 </message>
5946 <message name="IDS_PRINT_PREVIEW_OPTION_HEADER_FOOTER" desc="Checkbox labe l that provides a choice to print the headers and footers.">
5947 Headers and footers
5948 </message>
5943 5949
5944 <!-- Load State --> 5950 <!-- Load State -->
5945 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE"> 5951 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE">
5946 Waiting for cache... 5952 Waiting for cache...
5947 </message> 5953 </message>
5948 <message name="IDS_LOAD_STATE_ESTABLISHING_PROXY_TUNNEL"> 5954 <message name="IDS_LOAD_STATE_ESTABLISHING_PROXY_TUNNEL">
5949 Waiting for proxy tunnel... 5955 Waiting for proxy tunnel...
5950 </message> 5956 </message>
5951 <message name="IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL"> 5957 <message name="IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL">
5952 Resolving proxy... 5958 Resolving proxy...
(...skipping 7297 matching lines...) Expand 10 before | Expand all | Expand 10 after
13250 </includes> 13256 </includes>
13251 <structures fallback_to_english="true"> 13257 <structures fallback_to_english="true">
13252 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13258 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13253 </structure> 13259 </structure>
13254 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13260 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13255 </structure> 13261 </structure>
13256 </structures> 13262 </structures>
13257 13263
13258 </release> 13264 </release>
13259 </grit> 13265 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/print_preview.css » ('j') | chrome/renderer/print_web_view_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698