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_am.rc" type="rc_all" lang="am" /> | 7 <output filename="locale_settings_am.rc" type="rc_all" lang="am" /> |
8 <output filename="locale_settings_ar.rc" type="rc_all" lang="ar" /> | 8 <output filename="locale_settings_ar.rc" type="rc_all" lang="ar" /> |
9 <output filename="locale_settings_bg.rc" type="rc_all" lang="bg" /> | 9 <output filename="locale_settings_bg.rc" type="rc_all" lang="bg" /> |
10 <output filename="locale_settings_bn.rc" type="rc_all" lang="bn" /> | 10 <output filename="locale_settings_bn.rc" type="rc_all" lang="bn" /> |
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 <!-- The language dependent download view size. --> | 444 <!-- The language dependent download view size. --> |
445 <message name="IDS_DOWNLOAD_BIG_PROGRESS_SIZE" use_name_for_id="true"> | 445 <message name="IDS_DOWNLOAD_BIG_PROGRESS_SIZE" use_name_for_id="true"> |
446 52 | 446 52 |
447 </message> | 447 </message> |
448 | 448 |
449 <!-- The URL for the themes gallery. --> | 449 <!-- The URL for the themes gallery. --> |
450 <message name="IDS_THEMES_GALLERY_URL" translateable="false"> | 450 <message name="IDS_THEMES_GALLERY_URL" translateable="false"> |
451 https://chrome.google.com/webstore?hl=[GRITLANGCODE]&category=theme | 451 https://chrome.google.com/webstore?hl=[GRITLANGCODE]&category=theme |
452 </message> | 452 </message> |
453 | 453 |
| 454 <!-- The URL for the webstore. --> |
| 455 <message name="IDS_WEBSTORE_URL" translateable="false"> |
| 456 https://chrome.google.com/webstore?hl=[GRITLANGCODE] |
| 457 </message> |
| 458 |
454 <!-- The URL for Google Chrome welcome page. This is used for the pre --> | 459 <!-- The URL for Google Chrome welcome page. This is used for the pre --> |
455 <!-- populated thumbnails. --> | 460 <!-- populated thumbnails. --> |
456 <message name="IDS_CHROME_WELCOME_URL" translateable="false"> | 461 <message name="IDS_CHROME_WELCOME_URL" translateable="false"> |
457 http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html | 462 http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html |
458 </message> | 463 </message> |
459 | 464 |
460 <!-- The URL for Adobe Flash storage settings. We cannot rely on --> | 465 <!-- The URL for Adobe Flash storage settings. We cannot rely on --> |
461 <!-- the automatic expansion of GRITLANGCODE here because Adobe does --> | 466 <!-- the automatic expansion of GRITLANGCODE here because Adobe does --> |
462 <!-- not use the language/locale code. --> | 467 <!-- not use the language/locale code. --> |
463 <message name="IDS_FLASH_STORAGE_URL" use_name_for_id="true"> | 468 <message name="IDS_FLASH_STORAGE_URL" use_name_for_id="true"> |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
563 </message> | 568 </message> |
564 </if> | 569 </if> |
565 | 570 |
566 <!-- The width of the default search engine dialog in characters --> | 571 <!-- The width of the default search engine dialog in characters --> |
567 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true"> | 572 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true"> |
568 82 | 573 82 |
569 </message> | 574 </message> |
570 </messages> | 575 </messages> |
571 </release> | 576 </release> |
572 </grit> | 577 </grit> |
OLD | NEW |