| 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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 http://code.google.com/p/chromium/wiki/LinuxCertManagement | 577 http://code.google.com/p/chromium/wiki/LinuxCertManagement |
| 578 </message> | 578 </message> |
| 579 | 579 |
| 580 <!-- The URL for Linux proxy configuration help when not running under --> | 580 <!-- The URL for Linux proxy configuration help when not running under --> |
| 581 <!-- a supported desktop environment. --> | 581 <!-- a supported desktop environment. --> |
| 582 <message name="IDS_LINUX_PROXY_CONFIG_URL" translateable="false"> | 582 <message name="IDS_LINUX_PROXY_CONFIG_URL" translateable="false"> |
| 583 http://code.google.com/p/chromium/wiki/LinuxProxyConfig | 583 http://code.google.com/p/chromium/wiki/LinuxProxyConfig |
| 584 </message> | 584 </message> |
| 585 | 585 |
| 586 <!-- The URL for the themes gallery. --> | 586 <!-- The URL for the themes gallery. --> |
| 587 <!-- TODO(arv): Use GRITLANGCODE --> | |
| 588 <message name="IDS_THEMES_GALLERY_URL" translateable="false"> | 587 <message name="IDS_THEMES_GALLERY_URL" translateable="false"> |
| 589 https://tools.google.com/chrome/intl/[GRITLANGCODE]/themes/index.html | 588 https://tools.google.com/chrome/intl/[GRITLANGCODE]/themes/index.html |
| 590 </message> | 589 </message> |
| 590 |
| 591 <!-- The URL for Google Chrome welcome page. This is used for the pre --> | 591 <!-- The URL for Google Chrome welcome page. This is used for the pre --> |
| 592 <!-- populated thumbnails. --> | 592 <!-- populated thumbnails. --> |
| 593 <!-- TODO(arv): Use GRITLANGCODE --> | |
| 594 <message name="IDS_CHROME_WELCOME_URL" translateable="false"> | 593 <message name="IDS_CHROME_WELCOME_URL" translateable="false"> |
| 595 http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html | 594 http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html |
| 596 </message> | 595 </message> |
| 597 | 596 |
| 598 <!-- The width of the sync setup wizard / login dialog in characters. --> | 597 <!-- The width of the sync setup wizard / login dialog in characters. --> |
| 599 <message name="IDS_SYNC_SETUP_WIZARD_WIDTH_CHARS" use_name_for_id="true"> | 598 <message name="IDS_SYNC_SETUP_WIZARD_WIDTH_CHARS" use_name_for_id="true"> |
| 600 45 | 599 45 |
| 601 </message> | 600 </message> |
| 602 | 601 |
| 603 <!-- The height of the sync setup wizard / login dialog in lines. --> | 602 <!-- The height of the sync setup wizard / login dialog in lines. --> |
| 604 <message name="IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES" use_name_for_id="true"> | 603 <message name="IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES" use_name_for_id="true"> |
| 605 25 | 604 25 |
| 606 </message> | 605 </message> |
| 607 | 606 |
| 608 </messages> | 607 </messages> |
| 609 </release> | 608 </release> |
| 610 </grit> | 609 </grit> |
| OLD | NEW |