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

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: Added SK_API to vector platform device skia 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 5976 matching lines...) Expand 10 before | Expand all | Expand 10 after
5987 </message> 5987 </message>
5988 <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"> 5988 <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">
5989 Increment 5989 Increment
5990 </message> 5990 </message>
5991 <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"> 5991 <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">
5992 Decrement 5992 Decrement
5993 </message> 5993 </message>
5994 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used by screen reader to explain the purpose of the page selection textbox"> 5994 <message name="IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL" desc="ARIA label used by screen reader to explain the purpose of the page selection textbox">
5995 Print Specific Pages 5995 Print Specific Pages
5996 </message> 5996 </message>
5997 <message name="IDS_PRINT_PREVIEW_OPTIONS_LABEL" desc="Options label curren tly providing the choice to print headers and footers.">
5998 Options
5999 </message>
6000 <message name="IDS_PRINT_PREVIEW_OPTION_HEADER_FOOTER" desc="Checkbox labe l that provides a choice to print the headers and footers.">
6001 Headers and footers
6002 </message>
5997 6003
5998 <!-- Load State --> 6004 <!-- Load State -->
5999 <message name="IDS_LOAD_STATE_WAITING_FOR_DELEGATE"> 6005 <message name="IDS_LOAD_STATE_WAITING_FOR_DELEGATE">
6000 Waiting for <ph name="LOAD_STATE_PARAMETER">$1<ex>extension Adblock</ex> </ph>... 6006 Waiting for <ph name="LOAD_STATE_PARAMETER">$1<ex>extension Adblock</ex> </ph>...
6001 </message> 6007 </message>
6002 <message name="IDS_LOAD_STATE_PARAMETER_EXTENSION" desc="Parameter to IDS_ LOAD_STATE_WAITING_FOR_DELEGATE when we are waiting for an extension. The variab le is the extension name."> 6008 <message name="IDS_LOAD_STATE_PARAMETER_EXTENSION" desc="Parameter to IDS_ LOAD_STATE_WAITING_FOR_DELEGATE when we are waiting for an extension. The variab le is the extension name.">
6003 extension <ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph> 6009 extension <ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph>
6004 </message> 6010 </message>
6005 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE"> 6011 <message name="IDS_LOAD_STATE_WAITING_FOR_CACHE">
6006 Waiting for cache... 6012 Waiting for cache...
(...skipping 7381 matching lines...) Expand 10 before | Expand all | Expand 10 after
13388 </includes> 13394 </includes>
13389 <structures fallback_to_english="true"> 13395 <structures fallback_to_english="true">
13390 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13396 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13391 </structure> 13397 </structure>
13392 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13398 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13393 </structure> 13399 </structure>
13394 </structures> 13400 </structures>
13395 13401
13396 </release> 13402 </release>
13397 </grit> 13403 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/printing/printing_message_filter.cc » ('j') | printing/print_job_constants.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698