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.pak" type="data_package" lang="am" /> | 7 <output filename="locale_settings_am.pak" type="data_package" lang="am" /> |
8 <output filename="locale_settings_ar.pak" type="data_package" lang="ar" /> | 8 <output filename="locale_settings_ar.pak" type="data_package" lang="ar" /> |
9 <if expr="pp_ifdef('use_third_party_translations')"> | 9 <if expr="pp_ifdef('use_third_party_translations')"> |
10 <output filename="locale_settings_ast.pak" type="data_package" lang="ast"
/> | 10 <output filename="locale_settings_ast.pak" type="data_package" lang="ast"
/> |
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 <!-- The URL for the webstore. --> | 343 <!-- The URL for the webstore. --> |
344 <message name="IDS_WEBSTORE_URL" translateable="false"> | 344 <message name="IDS_WEBSTORE_URL" translateable="false"> |
345 https://chrome.google.com/webstore?hl=[GRITLANGCODE] | 345 https://chrome.google.com/webstore?hl=[GRITLANGCODE] |
346 </message> | 346 </message> |
347 | 347 |
348 <!-- The URL for Google Chrome welcome page. This is used for the pre --> | 348 <!-- The URL for Google Chrome welcome page. This is used for the pre --> |
349 <!-- populated thumbnails. --> | 349 <!-- populated thumbnails. --> |
350 <message name="IDS_CHROME_WELCOME_URL" translateable="false"> | 350 <message name="IDS_CHROME_WELCOME_URL" translateable="false"> |
351 http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html | 351 http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html |
352 </message> | 352 </message> |
353 <if expr="pp_ifdef('android') or pp_ifdef('ios')"> | 353 <if expr="is_android or pp_ifdef('ios')"> |
354 <message name="IDS_MOBILE_WELCOME_URL" translateable="false"> | 354 <message name="IDS_MOBILE_WELCOME_URL" translateable="false"> |
355 chrome://welcome | 355 chrome://welcome |
356 </message> | 356 </message> |
357 </if> | 357 </if> |
358 | 358 |
359 <!-- The URL for Google Chrome privacy policy. --> | 359 <!-- The URL for Google Chrome privacy policy. --> |
360 <if expr="pp_ifdef('ios')"> | 360 <if expr="pp_ifdef('ios')"> |
361 <message name="IDS_PRIVACY_POLICY_URL" translateable="false"> | 361 <message name="IDS_PRIVACY_POLICY_URL" translateable="false"> |
362 http://www.google.com/chrome/intl/[GRITLANGCODE]/privacy.html | 362 http://www.google.com/chrome/intl/[GRITLANGCODE]/privacy.html |
363 </message> | 363 </message> |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 </message> | 447 </message> |
448 | 448 |
449 <if expr="pp_ifdef('chromeos')"> | 449 <if expr="pp_ifdef('chromeos')"> |
450 <message name="IDS_FACTORY_RESET_HELP_URL" translateable="false"> | 450 <message name="IDS_FACTORY_RESET_HELP_URL" translateable="false"> |
451 http://support.google.com/chromeos/bin/answer.py?answer=183084&hl=
[GRITLANGCODE] | 451 http://support.google.com/chromeos/bin/answer.py?answer=183084&hl=
[GRITLANGCODE] |
452 </message> | 452 </message> |
453 </if> | 453 </if> |
454 </messages> | 454 </messages> |
455 </release> | 455 </release> |
456 </grit> | 456 </grit> |
OLD | NEW |