OLD | NEW |
---|---|
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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
537 </message> | 537 </message> |
538 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true"> | 538 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true"> |
539 14 | 539 14 |
540 </message> | 540 </message> |
541 </if> | 541 </if> |
542 | 542 |
543 <!-- The width of the default search engine dialog in characters --> | 543 <!-- The width of the default search engine dialog in characters --> |
544 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true"> | 544 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true"> |
545 82 | 545 82 |
546 </message> | 546 </message> |
547 | |
548 <!-- The width and height of the About Panel Information bubble in --> | |
549 <!-- characters and lines (See above). --> | |
jennb
2011/05/12 18:15:51
See above where? I'm not sure where I should be l
jianli
2011/05/24 00:56:24
The comment "See above" is copied from other comme
| |
550 <message name="IDS_ABOUTPANELBUBBLE_DIALOG_WIDTH_CHARS" use_name_for_id="t rue"> | |
551 56 | |
552 </message> | |
553 <message name="IDS_ABOUTPANELBUBBLE_DIALOG_HEIGHT_LINES" use_name_for_id=" true"> | |
554 8 | |
555 </message> | |
547 </messages> | 556 </messages> |
548 </release> | 557 </release> |
549 </grit> | 558 </grit> |
OLD | NEW |