Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Side by Side Diff: chrome/app/resources/locale_settings.grd

Issue 4130012: Move URLs out of *.pak files and put them into code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove the Show call Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | chrome/browser/views/clear_server_data.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 <!-- The URL for the "Learn more" page for the usage/crash reporting optio n in the first run dialog. --> 543 <!-- The URL for the "Learn more" page for the usage/crash reporting optio n in the first run dialog. -->
544 <message name="IDS_LEARN_MORE_REPORTING_URL" translateable="false"> 544 <message name="IDS_LEARN_MORE_REPORTING_URL" translateable="false">
545 http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=[ GRITLANGCODE] 545 http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=[ GRITLANGCODE]
546 </message> 546 </message>
547 547
548 <!-- The URL for the "Learn more" privacy page for the Geolocation permiss ion infobar. --> 548 <!-- The URL for the "Learn more" privacy page for the Geolocation permiss ion infobar. -->
549 <message name="IDS_LEARN_MORE_GEOLOCATION_URL" translateable="false"> 549 <message name="IDS_LEARN_MORE_GEOLOCATION_URL" translateable="false">
550 http://www.google.com/support/chrome/bin/answer.py?answer=142065&amp;hl= [GRITLANGCODE] 550 http://www.google.com/support/chrome/bin/answer.py?answer=142065&amp;hl= [GRITLANGCODE]
551 </message> 551 </message>
552 552
553 <!-- The URL for the "Problems installing" page for the Plugins infobar -- >
554 <message name="IDS_LEARN_MORE_PLUGININSTALLER_URL" translateable="false">
555 http://www.google.com/support/chrome/bin/answer.py?answer=95697&amp;topi c=14687
556 </message>
557
558 <!-- The width and height of the bookmark manager in characters and lines --> 553 <!-- The width and height of the bookmark manager in characters and lines -->
559 <!-- (See above). --> 554 <!-- (See above). -->
560 <message name="IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS" use_name_for_id="t rue"> 555 <message name="IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS" use_name_for_id="t rue">
561 150 556 150
562 </message> 557 </message>
563 <message name="IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES" use_name_for_id=" true"> 558 <message name="IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES" use_name_for_id=" true">
564 40 559 40
565 </message> 560 </message>
566 561
567 <!-- The language dependent download view size. --> 562 <!-- The language dependent download view size. -->
568 <message name="IDS_DOWNLOAD_BIG_PROGRESS_SIZE" use_name_for_id="true"> 563 <message name="IDS_DOWNLOAD_BIG_PROGRESS_SIZE" use_name_for_id="true">
569 52 564 52
570 </message> 565 </message>
571 566
572 <!-- The URL for Chromium project used in About dialog. --> 567 <!-- The URL for Chromium project used in About dialog. -->
573 <message name="IDS_CHROMIUM_PROJECT_URL" translateable="false"> 568 <message name="IDS_CHROMIUM_PROJECT_URL" translateable="false">
574 http://code.google.com/chromium/?hl=[GRITLANGCODE] 569 http://code.google.com/chromium/?hl=[GRITLANGCODE]
575 </message> 570 </message>
576 571
577 <!-- The URL for the themes gallery. --> 572 <!-- The URL for the themes gallery. -->
578 <message name="IDS_THEMES_GALLERY_URL" translateable="false"> 573 <message name="IDS_THEMES_GALLERY_URL" translateable="false">
579 https://tools.google.com/chrome/intl/[GRITLANGCODE]/themes/index.html 574 https://tools.google.com/chrome/intl/[GRITLANGCODE]/themes/index.html
580 </message> 575 </message>
581 576
582 <!-- The URL for the privacy dashboard. -->
583 <message name="IDS_PRIVACY_DASHBOARD_URL" translateable="false">
584 https://www.google.com/dashboard
585 </message>
586
587 <!-- The URL for Google Chrome welcome page. This is used for the pre --> 577 <!-- The URL for Google Chrome welcome page. This is used for the pre -->
588 <!-- populated thumbnails. --> 578 <!-- populated thumbnails. -->
589 <message name="IDS_CHROME_WELCOME_URL" translateable="false"> 579 <message name="IDS_CHROME_WELCOME_URL" translateable="false">
590 http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html 580 http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html
591 </message> 581 </message>
592 582
593 <!-- The URL for Adobe Flash storage settings. We cannot rely on --> 583 <!-- The URL for Adobe Flash storage settings. We cannot rely on -->
594 <!-- the automatic expansion of GRITLANGCODE here because Adobe does --> 584 <!-- the automatic expansion of GRITLANGCODE here because Adobe does -->
595 <!-- not use the language/locale code. --> 585 <!-- not use the language/locale code. -->
596 <message name="IDS_FLASH_STORAGE_URL" use_name_for_id="true"> 586 <message name="IDS_FLASH_STORAGE_URL" use_name_for_id="true">
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true"> 736 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true">
747 70 737 70
748 </message> 738 </message>
749 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true"> 739 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true">
750 14 740 14
751 </message> 741 </message>
752 </if> 742 </if>
753 </messages> 743 </messages>
754 </release> 744 </release>
755 </grit> 745 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | chrome/browser/views/clear_server_data.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698