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

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: Indent Fix 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 5870 matching lines...) Expand 10 before | Expand all | Expand 10 after
5881 </message> 5881 </message>
5882 <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"> 5882 <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">
5883 Increment 5883 Increment
5884 </message> 5884 </message>
5885 <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"> 5885 <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">
5886 Decrement 5886 Decrement
5887 </message> 5887 </message>
5888 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used by screen reader to explain the purpose of the page selection textbox"> 5888 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used by screen reader to explain the purpose of the page selection textbox">
5889 Print Specific Pages 5889 Print Specific Pages
5890 </message> 5890 </message>
5891 <message name="IDS_PRINT_PREVIEW_OPTIONS_LABEL" desc="Options label curren tly providing the choice to print headers and footers.">
5892 Options
5893 </message>
5894 <message name="IDS_PRINT_PREVIEW_OPTION_HEADER_FOOTER" desc="Checkbox labe l that provides a choice to print the headers and footers.">
5895 Headers and footers
5896 </message>
5891 5897
5892 <!-- Load State --> 5898 <!-- Load State -->
5893 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE"> 5899 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE">
5894 Waiting for cache... 5900 Waiting for cache...
5895 </message> 5901 </message>
5896 <message name="IDS_LOAD_STATE_ESTABLISHING_PROXY_TUNNEL"> 5902 <message name="IDS_LOAD_STATE_ESTABLISHING_PROXY_TUNNEL">
5897 Waiting for proxy tunnel... 5903 Waiting for proxy tunnel...
5898 </message> 5904 </message>
5899 <message name="IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL"> 5905 <message name="IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL">
5900 Resolving proxy... 5906 Resolving proxy...
(...skipping 7050 matching lines...) Expand 10 before | Expand all | Expand 10 after
12951 </includes> 12957 </includes>
12952 <structures fallback_to_english="true"> 12958 <structures fallback_to_english="true">
12953 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12959 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12954 </structure> 12960 </structure>
12955 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12961 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12956 </structure> 12962 </structure>
12957 </structures> 12963 </structures>
12958 12964
12959 </release> 12965 </release>
12960 </grit> 12966 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698