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

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: Updated as per Chris' comments. Created 9 years, 5 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 5909 matching lines...) Expand 10 before | Expand all | Expand 10 after
5920 </message> 5920 </message>
5921 <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"> 5921 <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">
5922 Increment 5922 Increment
5923 </message> 5923 </message>
5924 <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"> 5924 <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">
5925 Decrement 5925 Decrement
5926 </message> 5926 </message>
5927 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used by screen reader to explain the purpose of the page selection textbox"> 5927 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used by screen reader to explain the purpose of the page selection textbox">
5928 Print Specific Pages 5928 Print Specific Pages
5929 </message> 5929 </message>
5930 <message name="IDS_PRINT_PREVIEW_OPTIONS_LABEL" desc="Options label curren tly providing the choice to print headers and footers.">
5931 Options
5932 </message>
5933 <message name="IDS_PRINT_PREVIEW_OPTION_HEADER_FOOTER" desc="Checkbox labe l that provides a choice to print the headers and footers.">
5934 Headers and footers
5935 </message>
5930 5936
5931 <!-- Load State --> 5937 <!-- Load State -->
5932 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE"> 5938 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE">
5933 Waiting for cache... 5939 Waiting for cache...
5934 </message> 5940 </message>
5935 <message name="IDS_LOAD_STATE_ESTABLISHING_PROXY_TUNNEL"> 5941 <message name="IDS_LOAD_STATE_ESTABLISHING_PROXY_TUNNEL">
5936 Waiting for proxy tunnel... 5942 Waiting for proxy tunnel...
5937 </message> 5943 </message>
5938 <message name="IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL"> 5944 <message name="IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL">
5939 Resolving proxy... 5945 Resolving proxy...
(...skipping 7174 matching lines...) Expand 10 before | Expand all | Expand 10 after
13114 </includes> 13120 </includes>
13115 <structures fallback_to_english="true"> 13121 <structures fallback_to_english="true">
13116 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13122 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13117 </structure> 13123 </structure>
13118 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13124 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13119 </structure> 13125 </structure>
13120 </structures> 13126 </structures>
13121 13127
13122 </release> 13128 </release>
13123 </grit> 13129 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/print_preview.html » ('j') | chrome/renderer/print_web_view_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698