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

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

Issue 534006: linux: set a minimum size for dialogs based on locale resources (Closed)
Patch Set: Created 10 years, 11 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
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 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 http://www.google.com/support/chrome/bin/answer.py?answer=95669&amp;hl=[ GRITLANGCODE] 656 http://www.google.com/support/chrome/bin/answer.py?answer=95669&amp;hl=[ GRITLANGCODE]
657 </message> 657 </message>
658 658
659 <!-- The default width and min height for the 'download_in_progress' dialo g. --> 659 <!-- The default width and min height for the 'download_in_progress' dialo g. -->
660 <message name="IDS_DOWNLOAD_IN_PROGRESS_WIDTH_CHARS" use_name_for_id="true "> 660 <message name="IDS_DOWNLOAD_IN_PROGRESS_WIDTH_CHARS" use_name_for_id="true ">
661 67 661 67
662 </message> 662 </message>
663 <message name="IDS_DOWNLOAD_IN_PROGRESS_MINIMUM_HEIGHT_LINES" use_name_for _id="true"> 663 <message name="IDS_DOWNLOAD_IN_PROGRESS_MINIMUM_HEIGHT_LINES" use_name_for _id="true">
664 4 664 4
665 </message> 665 </message>
666
667 <!-- The width for the "create application shortcuts" dialog in characters . -->
668 <message name="IDS_CREATE_SHORTCUTS_DIALOG_WIDTH_CHARS" use_name_for_id="t rue">
669 55
670 </message>
666 </messages> 671 </messages>
667 </release> 672 </release>
668 </grit> 673 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/gtk/clear_browsing_data_dialog_gtk.cc » ('j') | chrome/common/gtk_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698