OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <grit latest_public_release="0" current_release="1"> | 2 <grit latest_public_release="0" current_release="1"> |
3 <outputs> | 3 <outputs> |
4 <output filename="grit/locale_settings.h" type="rc_header"> | 4 <output filename="grit/locale_settings.h" type="rc_header"> |
5 <emit emit_type='prepend'></emit> | 5 <emit emit_type='prepend'></emit> |
6 </output> | 6 </output> |
7 <output filename="locale_settings_ar.rc" type="rc_all" lang="ar" /> | 7 <output filename="locale_settings_ar.rc" type="rc_all" lang="ar" /> |
8 <output filename="locale_settings_bg.rc" type="rc_all" lang="bg" /> | 8 <output filename="locale_settings_bg.rc" type="rc_all" lang="bg" /> |
9 <output filename="locale_settings_bn.rc" type="rc_all" lang="bn" /> | 9 <output filename="locale_settings_bn.rc" type="rc_all" lang="bn" /> |
10 <output filename="locale_settings_ca.rc" type="rc_all" lang="ca" /> | 10 <output filename="locale_settings_ca.rc" type="rc_all" lang="ca" /> |
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
536 | 536 |
537 <!-- The width of the New Profile dialog in characters (See above). --> | 537 <!-- The width of the New Profile dialog in characters (See above). --> |
538 <message name="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS" use_name_for_id="true"> | 538 <message name="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS" use_name_for_id="true"> |
539 60 | 539 60 |
540 </message> | 540 </message> |
541 | 541 |
542 <!-- The URL for Chromium project used in About dialog. --> | 542 <!-- The URL for Chromium project used in About dialog. --> |
543 <message name="IDS_CHROMIUM_PROJECT_URL" translateable="false"> | 543 <message name="IDS_CHROMIUM_PROJECT_URL" translateable="false"> |
544 http://code.google.com/chromium/?hl=[GRITLANGCODE] | 544 http://code.google.com/chromium/?hl=[GRITLANGCODE] |
545 </message> | 545 </message> |
| 546 |
| 547 <!-- The URL for Linux proxy configuration help when not running under --> |
| 548 <!-- a supported desktop environment. --> |
| 549 <message name="IDS_LINUX_PROXY_CONFIG_URL" translateable="false"> |
| 550 http://code.google.com/p/chromium/wiki/LinuxProxyConfig |
| 551 </message> |
546 </messages> | 552 </messages> |
547 </release> | 553 </release> |
548 </grit> | 554 </grit> |
OLD | NEW |