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

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

Issue 2850031: plugins: Show a help link in the "plugin needed" infobar. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: rebased Created 10 years, 5 months 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
« no previous file with comments | « no previous file | chrome/browser/plugin_installer.h » ('j') | no next file with comments »
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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 <!-- The URL for the "Learn more" page for the usage/crash reporting optio n in the first run dialog. --> 506 <!-- The URL for the "Learn more" page for the usage/crash reporting optio n in the first run dialog. -->
507 <message name="IDS_LEARN_MORE_REPORTING_URL" translateable="false"> 507 <message name="IDS_LEARN_MORE_REPORTING_URL" translateable="false">
508 http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=[ GRITLANGCODE] 508 http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=[ GRITLANGCODE]
509 </message> 509 </message>
510 510
511 <!-- The URL for the "Learn more" privacy page for the Geolocation permiss ion infobar. --> 511 <!-- The URL for the "Learn more" privacy page for the Geolocation permiss ion infobar. -->
512 <message name="IDS_LEARN_MORE_GEOLOCATION_URL" translateable="false"> 512 <message name="IDS_LEARN_MORE_GEOLOCATION_URL" translateable="false">
513 http://www.google.com/support/chrome/bin/answer.py?answer=142065&amp;hl= [GRITLANGCODE] 513 http://www.google.com/support/chrome/bin/answer.py?answer=142065&amp;hl= [GRITLANGCODE]
514 </message> 514 </message>
515 515
516 <!-- The URL for the "Problems installing" page for the Plugins infobar -- >
517 <message name="IDS_LEARN_MORE_PLUGININSTALLER_URL" translateable="false">
518 http://www.google.com/support/chrome/bin/answer.py?answer=95697&amp;topi c=14687
519 </message>
520
516 <!-- The width and height of the bookmark manager in characters and lines --> 521 <!-- The width and height of the bookmark manager in characters and lines -->
517 <!-- (See above). --> 522 <!-- (See above). -->
518 <message name="IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS" use_name_for_id="t rue"> 523 <message name="IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS" use_name_for_id="t rue">
519 150 524 150
520 </message> 525 </message>
521 <message name="IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES" use_name_for_id=" true"> 526 <message name="IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES" use_name_for_id=" true">
522 40 527 40
523 </message> 528 </message>
524 529
525 <!-- The language dependent download view size. --> 530 <!-- The language dependent download view size. -->
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true"> 690 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true">
686 70 691 70
687 </message> 692 </message>
688 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true"> 693 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true">
689 14 694 14
690 </message> 695 </message>
691 </if> 696 </if>
692 </messages> 697 </messages>
693 </release> 698 </release>
694 </grit> 699 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/plugin_installer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698