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

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

Issue 374001: Fix first run OEM bubble size issue.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/views/first_run_bubble.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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 <message name="IDS_FIRSTRUNBUBBLE_DIALOG_WIDTH_CHARS" use_name_for_id="tru e"> 553 <message name="IDS_FIRSTRUNBUBBLE_DIALOG_WIDTH_CHARS" use_name_for_id="tru e">
554 93 554 93
555 </message> 555 </message>
556 <message name="IDS_FIRSTRUNBUBBLE_DIALOG_HEIGHT_LINES" use_name_for_id="tr ue"> 556 <message name="IDS_FIRSTRUNBUBBLE_DIALOG_HEIGHT_LINES" use_name_for_id="tr ue">
557 12 557 12
558 </message> 558 </message>
559 559
560 <!-- The width and height of the First Run Search Information mini --> 560 <!-- The width and height of the First Run Search Information mini -->
561 <!-- bubble in characters and lines (See above). --> 561 <!-- bubble in characters and lines (See above). -->
562 <message name="IDS_FIRSTRUNOEMBUBBLE_DIALOG_WIDTH_CHARS" use_name_for_id=" true"> 562 <message name="IDS_FIRSTRUNOEMBUBBLE_DIALOG_WIDTH_CHARS" use_name_for_id=" true">
563 58 563 37
564 </message> 564 </message>
565 <message name="IDS_FIRSTRUNOEMBUBBLE_DIALOG_HEIGHT_LINES" use_name_for_id= "true"> 565 <message name="IDS_FIRSTRUNOEMBUBBLE_DIALOG_HEIGHT_LINES" use_name_for_id= "true">
566 4 566 3
567 </message> 567 </message>
568 568
569 <!-- The URL to be loaded to display Help --> 569 <!-- The URL to be loaded to display Help -->
570 <message name="IDS_HELP_CONTENT_URL" translateable="false"> 570 <message name="IDS_HELP_CONTENT_URL" translateable="false">
571 http://www.google.com/support/chrome/?hl=[GRITLANGCODE] 571 http://www.google.com/support/chrome/?hl=[GRITLANGCODE]
572 </message> 572 </message>
573 573
574 <!-- URL to post bug reports to --> 574 <!-- URL to post bug reports to -->
575 <message name="IDS_BUGREPORT_POST_URL" translateable="false"> 575 <message name="IDS_BUGREPORT_POST_URL" translateable="false">
576 http://web-bug.appspot.com/bugreport 576 http://web-bug.appspot.com/bugreport
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 <!-- The default width/height for the stop syncing confirmation dialog. -- > 677 <!-- The default width/height for the stop syncing confirmation dialog. -- >
678 <message name="IDS_CONFIRM_STOP_SYNCING_DIALOG_WIDTH_CHARS" use_name_for_i d="true"> 678 <message name="IDS_CONFIRM_STOP_SYNCING_DIALOG_WIDTH_CHARS" use_name_for_i d="true">
679 60 679 60
680 </message> 680 </message>
681 <message name="IDS_CONFIRM_STOP_SYNCING_DIALOG_HEIGHT_LINES" use_name_for_ id="true"> 681 <message name="IDS_CONFIRM_STOP_SYNCING_DIALOG_HEIGHT_LINES" use_name_for_ id="true">
682 8 682 8
683 </message> 683 </message>
684 </messages> 684 </messages>
685 </release> 685 </release>
686 </grit> 686 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/views/first_run_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698