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

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

Issue 1037006: Finish implementing the geolocation infobar; adds a Learn more link pointing ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/geolocation/geolocation_permission_context.cc » ('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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 <!-- The URL for the "Learn more" page for the Privacy section under Optio ns. --> 477 <!-- The URL for the "Learn more" page for the Privacy section under Optio ns. -->
478 <message name="IDS_LEARN_MORE_PRIVACY_URL" translateable="false"> 478 <message name="IDS_LEARN_MORE_PRIVACY_URL" translateable="false">
479 http://www.google.com/support/chrome/bin/answer.py?answer=114836&amp;hl= [GRITLANGCODE] 479 http://www.google.com/support/chrome/bin/answer.py?answer=114836&amp;hl= [GRITLANGCODE]
480 </message> 480 </message>
481 481
482 <!-- The URL for the "Learn more" page for the usage/crash reporting optio n in the first run dialog. --> 482 <!-- The URL for the "Learn more" page for the usage/crash reporting optio n in the first run dialog. -->
483 <message name="IDS_LEARN_MORE_REPORTING_URL" translateable="false"> 483 <message name="IDS_LEARN_MORE_REPORTING_URL" translateable="false">
484 http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=[ GRITLANGCODE] 484 http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=[ GRITLANGCODE]
485 </message> 485 </message>
486 486
487 <!-- The URL for the "Learn more" privacy page for the Geolocation permiss ion infobar. -->
488 <message name="IDS_LEARN_MORE_GEOLOCATION_URL" translateable="false">
489 http://www.google.com/support/chrome/bin/answer.py?answer=142065&amp;hl= [GRITLANGCODE]
490 </message>
491
487 <!-- The width and height of the bookmark manager in characters and lines --> 492 <!-- The width and height of the bookmark manager in characters and lines -->
488 <!-- (See above). --> 493 <!-- (See above). -->
489 <message name="IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS" use_name_for_id="t rue"> 494 <message name="IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS" use_name_for_id="t rue">
490 150 495 150
491 </message> 496 </message>
492 <message name="IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES" use_name_for_id=" true"> 497 <message name="IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES" use_name_for_id=" true">
493 40 498 40
494 </message> 499 </message>
495 500
496 <!-- The language dependent download view size. --> 501 <!-- The language dependent download view size. -->
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 <!-- characters and lines (See above). --> 613 <!-- characters and lines (See above). -->
609 <message name="IDS_CONTENT_EXCEPTION_DIALOG_WIDTH_CHARS" use_name_for_id=" true"> 614 <message name="IDS_CONTENT_EXCEPTION_DIALOG_WIDTH_CHARS" use_name_for_id=" true">
610 90 615 90
611 </message> 616 </message>
612 <message name="IDS_CONTENT_EXCEPTION_DIALOG_HEIGHT_LINES" use_name_for_id= "true"> 617 <message name="IDS_CONTENT_EXCEPTION_DIALOG_HEIGHT_LINES" use_name_for_id= "true">
613 16 618 16
614 </message> 619 </message>
615 </messages> 620 </messages>
616 </release> 621 </release>
617 </grit> 622 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/geolocation/geolocation_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698