diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 19:10:58 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 19:10:58 +0000 |
commit | f90f5c51896294e5d0bb9c891fbc60a76f88fd48 (patch) | |
tree | ce4526dc2d21c927f89b62bc33e0177f48bdc934 /chrome/app/resources | |
parent | 47d054af93ac917522c4a432ab3388008d5d21c6 (diff) | |
download | chromium_src-f90f5c51896294e5d0bb9c891fbc60a76f88fd48.zip chromium_src-f90f5c51896294e5d0bb9c891fbc60a76f88fd48.tar.gz chromium_src-f90f5c51896294e5d0bb9c891fbc60a76f88fd48.tar.bz2 |
Add locale_settings.grd to the build. This generates
a locale_settings.h file that we use on all platforms. However,
the rc generation isn't correct yet, so for now, use the existing
locale_settings_*.rc files.
Also go ahead and generate the en-US locale pak on linux.
Review URL: http://codereview.chromium.org/20447
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9956 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
51 files changed, 165 insertions, 50 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 2838285..15735db 100755 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -61,6 +61,7 @@ </outputs> <release seq="1" allow_pseudo="false"> <includes> + <!-- The HTML for the about:terms page --> <if expr="pp_ifdef('_google_chrome')"> <!-- TODO(tc): This won't work yet since we don't substitute GRITLANGCODE in random attributes. --> @@ -71,192 +72,306 @@ </if> </includes> <messages fallback_to_english="true"> + + <!-- The font used in web-style native pages (e.g. History). --> <message name="IDS_WEB_FONT_FAMILY"> Arial </message> + + <!-- The default value for HTTP Accept-Language header. --> <message name="IDS_ACCEPT_LANGUAGES"> en-US,en </message> + + <!-- The default value for |WebPreference::default_encoding|. --> <message name="IDS_DEFAULT_ENCODING"> ISO-8859-1 </message> + + <!-- The default value to determine whether + |WebPreference::standard_font_family| serif or sans-serif --> <message name="IDS_STANDARD_FONT_IS_SERIF"> true </message> + + <!-- The default value for |WebPreference::fixed_font_family| --> <message name="IDS_FIXED_FONT_FAMILY"> Courier New </message> + + <!-- The default value for |WebPreference::serif_font_family| --> <message name="IDS_SERIF_FONT_FAMILY"> Times New Roman </message> + + <!-- The default value for |WebPreference::sans_serif_font_family| --> <message name="IDS_SANS_SERIF_FONT_FAMILY"> Arial </message> + + <!-- The default value for |WebPreference::cursive_font_family| --> <message name="IDS_CURSIVE_FONT_FAMILY"> Comic Sans MS </message> + + <!-- The default value for |WebPreference::fantasy_font_family| --> <message name="IDS_FANTASY_FONT_FAMILY"> Impact </message> + + <!-- The default value for |WebPreference::default_font_size| --> <message name="IDS_DEFAULT_FONT_SIZE"> 16 </message> + + <!-- The default value for |WebPreference::default_fixed_font_size| --> <message name="IDS_DEFAULT_FIXED_FONT_SIZE"> 13 </message> + + <!-- The default value for |WebPreference::minimum_font_size| --> <message name="IDS_MINIMUM_FONT_SIZE"> 1 </message> + + <!-- The default value for |WebPreference::minimum_logical_font_size|. --> <message name="IDS_MINIMUM_LOGICAL_FONT_SIZE"> 6 </message> + + <!-- The default value for |WebPreference::uses_universal_detector|. --> <message name="IDS_USES_UNIVERSAL_DETECTOR"> false </message> + + <!-- The file name of the spellchecking dictionary without the extension (case-sensitive). --> <message name="IDS_SPELLCHECK_DICTIONARY"> en-US </message> + + <!-- URL for the "Learn more" link on the malware blocking page. --> <message name="IDS_LEARN_MORE_MALWARE_URL"> http://www.google.com/support/bin/answer.py?answer=45449&topic=360&hl=en&sa=X&oi=malwarewarninglink&resnum=1&ct=help </message> + + <!-- URL for the "Learn more" link on the phishing blocking page. --> <message name="IDS_LEARN_MORE_PHISHING_URL"> http://www.google.com/support/bin/answer.py?answer=106318&hl=[GRITLANGCODE] </message> + + <!-- The width of the Options dialog box, in characters (character width = --> + <!-- average character width for default dialog box font) --> <message name="IDS_OPTIONS_DIALOG_WIDTH_CHARS"> 98 </message> + + <!-- The height of the Options dialog box, in lines (line height = character --> + <!-- height for default dialog box font) --> <message name="IDS_OPTIONS_DIALOG_HEIGHT_LINES"> 36 </message> + + <!-- The width of the title column of the Options dialog box, in characters (see --> + <!-- above for defn of character width) --> <message name="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS"> 23 </message> + + <!-- The width and height of the Bug Reporting dialog box in characters and lines --> + <!-- (See above). --> <message name="IDS_BUGREPORT_DIALOG_WIDTH_CHARS"> 85 </message> <message name="IDS_BUGREPORT_DIALOG_HEIGHT_LINES"> 17 </message> + + <!-- The width and height of the Clear Browsing Data dialog box in characters and --> + <!-- lines (See above). --> <message name="IDS_CLEARDATA_DIALOG_WIDTH_CHARS"> 63 </message> <message name="IDS_CLEARDATA_DIALOG_HEIGHT_LINES"> 15.5 </message> + + <!-- The width and height of the Import dialog box in characters and lines (See --> + <!-- above). --> <message name="IDS_IMPORT_DIALOG_WIDTH_CHARS"> 60 </message> <message name="IDS_IMPORT_DIALOG_HEIGHT_LINES"> 14 </message> + + <!-- The width and height of the About dialog box in characters and lines (See --> + <!-- above). --> <message name="IDS_ABOUT_DIALOG_WIDTH_CHARS"> 70 </message> <message name="IDS_ABOUT_DIALOG_MINIMUM_HEIGHT_LINES"> 4 </message> + + <!-- The width and height of the Fonts and Languages dialog box in characters and --> + <!-- lines (See above). --> <message name="IDS_FONTSLANG_DIALOG_WIDTH_CHARS"> 96 </message> <message name="IDS_FONTSLANG_DIALOG_HEIGHT_LINES"> 26 </message> + + <!-- The width of the font style column in the Fonts and Languages dialog box, --> + <!-- in character widths. --> <message name="IDS_FONTSLANG_LABEL_WIDTH"> 18 </message> + + <!-- The width and height of the Page Info dialog box in characters and lines --> + <!-- (See above). --> <message name="IDS_PAGEINFO_DIALOG_WIDTH_CHARS"> 70 </message> <message name="IDS_PAGEINFO_DIALOG_HEIGHT_LINES"> 25 </message> + + <!-- The width and height of the Search Engines dialog box in characters and --> + <!-- lines (See above). --> <message name="IDS_SEARCHENGINES_DIALOG_WIDTH_CHARS"> 95 </message> <message name="IDS_SEARCHENGINES_DIALOG_HEIGHT_LINES"> 25 </message> + + <!-- The width and height of the Shelf Item dialog box in characters and --> + <!-- lines (See above). --> <message name="IDS_SHELFITEM_DIALOG_WIDTH_CHARS"> 80 </message> <message name="IDS_SHELFITEM_DIALOG_HEIGHT_LINES"> 30 </message> + + <!-- The width and height of the Edit Bookmark dialog box in characters and lines --> + <!-- (See above). --> <message name="IDS_EDITBOOKMARK_DIALOG_WIDTH_CHARS"> 70 </message> <message name="IDS_EDITBOOKMARK_DIALOG_HEIGHT_LINES"> 25 </message> + + <!-- The width and height of the First Run dialog box in characters and lines --> + <!-- (See above). --> <message name="IDS_FIRSTRUN_DIALOG_WIDTH_CHARS"> 90 </message> <message name="IDS_FIRSTRUN_DIALOG_HEIGHT_LINES"> 16 </message> + + <!-- The width and height of the First Run Customize dialog box in characters and --> + <!-- lines (See above). --> <message name="IDS_FIRSTRUNCUSTOMIZE_DIALOG_WIDTH_CHARS"> 90 </message> <message name="IDS_FIRSTRUNCUSTOMIZE_DIALOG_HEIGHT_LINES"> 17 </message> + + <!-- The width and height of the Cookies dialog box in characters and lines --> + <!-- (See above). --> <message name="IDS_COOKIES_DIALOG_WIDTH_CHARS"> 80 </message> <message name="IDS_COOKIES_DIALOG_HEIGHT_LINES"> 29 </message> + + <!-- The width and height of the Import Progress dialog box in characters and --> + <!-- lines (See above). --> <message name="IDS_IMPORTPROGRESS_DIALOG_WIDTH_CHARS"> 75 </message> <message name="IDS_IMPORTPROGRESS_DIALOG_HEIGHT_LINES"> 16 </message> + + <!-- The width and height of the "Mozilla Firefox is locked" dialog box in --> + <!-- characters and lines (See above). --> <message name="IDS_IMPORTLOCK_DIALOG_WIDTH_CHARS"> 50 </message> <message name="IDS_IMPORTLOCK_DIALOG_HEIGHT_LINES"> 8 </message> + + <!-- The width and height of the First Run Search Information bubble in --> + <!-- characters and lines (See above). --> <message name="IDS_FIRSTRUNBUBBLE_DIALOG_WIDTH_CHARS"> 93 </message> <message name="IDS_FIRSTRUNBUBBLE_DIALOG_HEIGHT_LINES"> 12 </message> + + <!-- The URL to be loaded to display Help --> <message name="IDS_HELP_CONTENT_URL"> http://www.google.com/support/chrome/?hl=[GRITLANGCODE] </message> + + <!-- URL to post bug reports to --> <message name="IDS_BUGREPORT_POST_URL"> http://web-bug.appspot.com/bugreport </message> + + <!-- Locale-dependent static encodings string --> <message name="IDS_STATIC_ENCODING_LIST"> ISO-8859-1,windows-1252 </message> + + <!-- The URL for the the Welcome to Chrome page shown on first run. --> <message name="IDS_WELCOME_PAGE_URL"> http://tools.google.com/chrome/intl/[GRITLANGCODE]/welcome.html </message> + + <!-- The URL for the the Learn More page shown on incognito new tab. --> <message name="IDS_LEARN_MORE_INCOGNITO_URL"> http://www.google.com/support/chrome/bin/answer.py?answer=95464&hl=[GRITLANGCODE] </message> + + <!-- The URL for the "Learn more" page for the Privacy section under Options. --> <message name="IDS_LEARN_MORE_PRIVACY_URL"> http://www.google.com/support/chrome/bin/answer.py?answer=114836&hl=[GRITLANGCODE] </message> + + <!-- The width and height of the bookmark manager in characters and lines --> + <!-- (See above). --> <message name="IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS"> 150 </message> <message name="IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES"> 40 </message> + + <!-- The language dependent download view size. --> <message name="IDS_DOWNLOAD_BIG_PROGRESS_SIZE"> 52 </message> + + <!-- The width and height of the Select Profile dialog in characters and lines --> + <!-- (See above). --> <message name="IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS"> 60 </message> <message name="IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES"> 5 </message> + + <!-- The width of the New Profile dialog in characters (See above). --> <message name="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS"> 60 </message> diff --git a/chrome/app/resources/locale_settings_ar.rc b/chrome/app/resources/locale_settings_ar.rc index dc61434..2238180 100644 --- a/chrome/app/resources/locale_settings_ar.rc +++ b/chrome/app/resources/locale_settings_ar.rc @@ -1,5 +1,5 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_bg.rc b/chrome/app/resources/locale_settings_bg.rc index c093093..e41e4a1 100644 --- a/chrome/app/resources/locale_settings_bg.rc +++ b/chrome/app/resources/locale_settings_bg.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_bn.rc b/chrome/app/resources/locale_settings_bn.rc index 1bc4e40..fe82944 100644 --- a/chrome/app/resources/locale_settings_bn.rc +++ b/chrome/app/resources/locale_settings_bn.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_ca.rc b/chrome/app/resources/locale_settings_ca.rc index 6fb2326..8472a2d 100644 --- a/chrome/app/resources/locale_settings_ca.rc +++ b/chrome/app/resources/locale_settings_ca.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_cs.rc b/chrome/app/resources/locale_settings_cs.rc index d1b9171..996c3ed 100644 --- a/chrome/app/resources/locale_settings_cs.rc +++ b/chrome/app/resources/locale_settings_cs.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_da.rc b/chrome/app/resources/locale_settings_da.rc index b0aeaf7..3437e76 100644 --- a/chrome/app/resources/locale_settings_da.rc +++ b/chrome/app/resources/locale_settings_da.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_de.rc b/chrome/app/resources/locale_settings_de.rc index 8af5098..2c1b4fb 100644 --- a/chrome/app/resources/locale_settings_de.rc +++ b/chrome/app/resources/locale_settings_de.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_el.rc b/chrome/app/resources/locale_settings_el.rc index ac6e19c..118ec26 100644 --- a/chrome/app/resources/locale_settings_el.rc +++ b/chrome/app/resources/locale_settings_el.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_en-GB.rc b/chrome/app/resources/locale_settings_en-GB.rc index d51190c..10d7d32 100644 --- a/chrome/app/resources/locale_settings_en-GB.rc +++ b/chrome/app/resources/locale_settings_en-GB.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_en-US.rc b/chrome/app/resources/locale_settings_en-US.rc index 1f1dd9a..fe659df 100644 --- a/chrome/app/resources/locale_settings_en-US.rc +++ b/chrome/app/resources/locale_settings_en-US.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_es-419.rc b/chrome/app/resources/locale_settings_es-419.rc index 0459357..7533fcf 100644 --- a/chrome/app/resources/locale_settings_es-419.rc +++ b/chrome/app/resources/locale_settings_es-419.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_es.rc b/chrome/app/resources/locale_settings_es.rc index e68846c..bfc1fbf 100644 --- a/chrome/app/resources/locale_settings_es.rc +++ b/chrome/app/resources/locale_settings_es.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_et.rc b/chrome/app/resources/locale_settings_et.rc index d126072..e088eb4 100644 --- a/chrome/app/resources/locale_settings_et.rc +++ b/chrome/app/resources/locale_settings_et.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_fi.rc b/chrome/app/resources/locale_settings_fi.rc index abbce0a..6e9c6e2 100644 --- a/chrome/app/resources/locale_settings_fi.rc +++ b/chrome/app/resources/locale_settings_fi.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_fil.rc b/chrome/app/resources/locale_settings_fil.rc index ab2b98b..91d8dd1 100644 --- a/chrome/app/resources/locale_settings_fil.rc +++ b/chrome/app/resources/locale_settings_fil.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_fr.rc b/chrome/app/resources/locale_settings_fr.rc index bdced46..dc44fac 100644 --- a/chrome/app/resources/locale_settings_fr.rc +++ b/chrome/app/resources/locale_settings_fr.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_gu.rc b/chrome/app/resources/locale_settings_gu.rc index 48e5185..73b09bc 100644 --- a/chrome/app/resources/locale_settings_gu.rc +++ b/chrome/app/resources/locale_settings_gu.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_he.rc b/chrome/app/resources/locale_settings_he.rc index aad2452..a629cdb 100644 --- a/chrome/app/resources/locale_settings_he.rc +++ b/chrome/app/resources/locale_settings_he.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_hi.rc b/chrome/app/resources/locale_settings_hi.rc index 0be80fe..b931769 100644 --- a/chrome/app/resources/locale_settings_hi.rc +++ b/chrome/app/resources/locale_settings_hi.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_hr.rc b/chrome/app/resources/locale_settings_hr.rc index a8cdca3..853a784 100644 --- a/chrome/app/resources/locale_settings_hr.rc +++ b/chrome/app/resources/locale_settings_hr.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_hu.rc b/chrome/app/resources/locale_settings_hu.rc index a1dde48..0e704b3 100644 --- a/chrome/app/resources/locale_settings_hu.rc +++ b/chrome/app/resources/locale_settings_hu.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_id.rc b/chrome/app/resources/locale_settings_id.rc index 0ce8b81..c3bde9a 100644 --- a/chrome/app/resources/locale_settings_id.rc +++ b/chrome/app/resources/locale_settings_id.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_it.rc b/chrome/app/resources/locale_settings_it.rc index 523a23b..4a4ea4f 100644 --- a/chrome/app/resources/locale_settings_it.rc +++ b/chrome/app/resources/locale_settings_it.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_ja.rc b/chrome/app/resources/locale_settings_ja.rc index 73ad374..ee47f55 100644 --- a/chrome/app/resources/locale_settings_ja.rc +++ b/chrome/app/resources/locale_settings_ja.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_kn.rc b/chrome/app/resources/locale_settings_kn.rc index e093bf6..25fdb6d 100644 --- a/chrome/app/resources/locale_settings_kn.rc +++ b/chrome/app/resources/locale_settings_kn.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_ko.rc b/chrome/app/resources/locale_settings_ko.rc index a94dafe..0acf661 100644 --- a/chrome/app/resources/locale_settings_ko.rc +++ b/chrome/app/resources/locale_settings_ko.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_lt.rc b/chrome/app/resources/locale_settings_lt.rc index dc791de..13a2519 100644 --- a/chrome/app/resources/locale_settings_lt.rc +++ b/chrome/app/resources/locale_settings_lt.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_lv.rc b/chrome/app/resources/locale_settings_lv.rc index 3e5fb28..541934e 100644 --- a/chrome/app/resources/locale_settings_lv.rc +++ b/chrome/app/resources/locale_settings_lv.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_ml.rc b/chrome/app/resources/locale_settings_ml.rc index 113ae36..33ef651 100644 --- a/chrome/app/resources/locale_settings_ml.rc +++ b/chrome/app/resources/locale_settings_ml.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_mr.rc b/chrome/app/resources/locale_settings_mr.rc index d52c2a11..c8c3028 100644 --- a/chrome/app/resources/locale_settings_mr.rc +++ b/chrome/app/resources/locale_settings_mr.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_nb.rc b/chrome/app/resources/locale_settings_nb.rc index 52fa17d..8028058 100644 --- a/chrome/app/resources/locale_settings_nb.rc +++ b/chrome/app/resources/locale_settings_nb.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_nl.rc b/chrome/app/resources/locale_settings_nl.rc index af5445c..066056c 100644 --- a/chrome/app/resources/locale_settings_nl.rc +++ b/chrome/app/resources/locale_settings_nl.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_or.rc b/chrome/app/resources/locale_settings_or.rc index 64cac00..9bcc065 100644 --- a/chrome/app/resources/locale_settings_or.rc +++ b/chrome/app/resources/locale_settings_or.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_pl.rc b/chrome/app/resources/locale_settings_pl.rc index 62ec6fa..7a1e94d 100644 --- a/chrome/app/resources/locale_settings_pl.rc +++ b/chrome/app/resources/locale_settings_pl.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_pt-BR.rc b/chrome/app/resources/locale_settings_pt-BR.rc index 2996d8a..7a9f773 100644 --- a/chrome/app/resources/locale_settings_pt-BR.rc +++ b/chrome/app/resources/locale_settings_pt-BR.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_pt-PT.rc b/chrome/app/resources/locale_settings_pt-PT.rc index 7092ce2..b761d35 100644 --- a/chrome/app/resources/locale_settings_pt-PT.rc +++ b/chrome/app/resources/locale_settings_pt-PT.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_ro.rc b/chrome/app/resources/locale_settings_ro.rc index 0885cf1..c8853c3 100644 --- a/chrome/app/resources/locale_settings_ro.rc +++ b/chrome/app/resources/locale_settings_ro.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_ru.rc b/chrome/app/resources/locale_settings_ru.rc index bef3202..d606d69 100644 --- a/chrome/app/resources/locale_settings_ru.rc +++ b/chrome/app/resources/locale_settings_ru.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_sk.rc b/chrome/app/resources/locale_settings_sk.rc index 8ab1f76..1acbfdf 100644 --- a/chrome/app/resources/locale_settings_sk.rc +++ b/chrome/app/resources/locale_settings_sk.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_sl.rc b/chrome/app/resources/locale_settings_sl.rc index d842bf6..1a0351f 100644 --- a/chrome/app/resources/locale_settings_sl.rc +++ b/chrome/app/resources/locale_settings_sl.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_sr.rc b/chrome/app/resources/locale_settings_sr.rc index 45c6e57..e78a8e0 100644 --- a/chrome/app/resources/locale_settings_sr.rc +++ b/chrome/app/resources/locale_settings_sr.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_sv.rc b/chrome/app/resources/locale_settings_sv.rc index f894dc4..256c925 100644 --- a/chrome/app/resources/locale_settings_sv.rc +++ b/chrome/app/resources/locale_settings_sv.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_ta.rc b/chrome/app/resources/locale_settings_ta.rc index 0bf319a..dc256e8 100644 --- a/chrome/app/resources/locale_settings_ta.rc +++ b/chrome/app/resources/locale_settings_ta.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_te.rc b/chrome/app/resources/locale_settings_te.rc index 6cbe87f..674b833 100644 --- a/chrome/app/resources/locale_settings_te.rc +++ b/chrome/app/resources/locale_settings_te.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_th.rc b/chrome/app/resources/locale_settings_th.rc index 1b3ce4e..cc2d0d6 100644 --- a/chrome/app/resources/locale_settings_th.rc +++ b/chrome/app/resources/locale_settings_th.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_tr.rc b/chrome/app/resources/locale_settings_tr.rc index dfb799a..b2de723 100644 --- a/chrome/app/resources/locale_settings_tr.rc +++ b/chrome/app/resources/locale_settings_tr.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_uk.rc b/chrome/app/resources/locale_settings_uk.rc index 7373322..ee7df04 100644 --- a/chrome/app/resources/locale_settings_uk.rc +++ b/chrome/app/resources/locale_settings_uk.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_vi.rc b/chrome/app/resources/locale_settings_vi.rc index b1c18ff..c8b4b41 100644 --- a/chrome/app/resources/locale_settings_vi.rc +++ b/chrome/app/resources/locale_settings_vi.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_zh-CN.rc b/chrome/app/resources/locale_settings_zh-CN.rc index 213521b..ff158c2 100644 --- a/chrome/app/resources/locale_settings_zh-CN.rc +++ b/chrome/app/resources/locale_settings_zh-CN.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN diff --git a/chrome/app/resources/locale_settings_zh-TW.rc b/chrome/app/resources/locale_settings_zh-TW.rc index 3e0fa84..12aa07c 100644 --- a/chrome/app/resources/locale_settings_zh-TW.rc +++ b/chrome/app/resources/locale_settings_zh-TW.rc @@ -1,4 +1,4 @@ -#include "chrome/app/locales/locale_settings.h" +#include "grit/locale_settings.h" STRINGTABLE BEGIN |