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

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

Issue 3136027: First pass at convert the SSL dialogs into InfoBubbles.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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/page_info_window.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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 357
358 <!-- The width and height of the Page Info dialog box in characters and li nes --> 358 <!-- The width and height of the Page Info dialog box in characters and li nes -->
359 <!-- (See above). --> 359 <!-- (See above). -->
360 <message name="IDS_PAGEINFO_DIALOG_WIDTH_CHARS" use_name_for_id="true"> 360 <message name="IDS_PAGEINFO_DIALOG_WIDTH_CHARS" use_name_for_id="true">
361 70 361 70
362 </message> 362 </message>
363 <message name="IDS_PAGEINFO_DIALOG_HEIGHT_LINES" use_name_for_id="true"> 363 <message name="IDS_PAGEINFO_DIALOG_HEIGHT_LINES" use_name_for_id="true">
364 25 364 25
365 </message> 365 </message>
366 366
367 <!-- The width and height of the Page Info bubble characters and lines (Se e above). -->
368 <message name="IDS_PAGEINFOBUBBLE_WIDTH_CHARS" use_name_for_id="true">
369 50
370 </message>
371 <message name="IDS_PAGEINFOBUBBLE_HEIGHT_LINES" use_name_for_id="true">
372 30
373 </message>
374
367 <!-- The width and height of the Search Engines dialog box in characters a nd --> 375 <!-- The width and height of the Search Engines dialog box in characters a nd -->
368 <!-- lines (See above). --> 376 <!-- lines (See above). -->
369 <message name="IDS_SEARCHENGINES_DIALOG_WIDTH_CHARS" use_name_for_id="true "> 377 <message name="IDS_SEARCHENGINES_DIALOG_WIDTH_CHARS" use_name_for_id="true ">
370 95 378 95
371 </message> 379 </message>
372 <message name="IDS_SEARCHENGINES_DIALOG_HEIGHT_LINES" use_name_for_id="tru e"> 380 <message name="IDS_SEARCHENGINES_DIALOG_HEIGHT_LINES" use_name_for_id="tru e">
373 25 381 25
374 </message> 382 </message>
375 383
376 <!-- The width and height of the Shelf Item dialog box in characters and - -> 384 <!-- The width and height of the Shelf Item dialog box in characters and - ->
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true"> 704 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true">
697 70 705 70
698 </message> 706 </message>
699 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true"> 707 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true">
700 14 708 14
701 </message> 709 </message>
702 </if> 710 </if>
703 </messages> 711 </messages>
704 </release> 712 </release>
705 </grit> 713 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/page_info_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698