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

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

Issue 2856003: Resources for Captcha dialog. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: nit Created 10 years, 6 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | 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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 </message> 670 </message>
671 <if expr="pp_ifdef('chromeos')"> 671 <if expr="pp_ifdef('chromeos')">
672 <!-- The width and height of the Languages and Input dialog box in --> 672 <!-- The width and height of the Languages and Input dialog box in -->
673 <!-- characters and lines (See above). --> 673 <!-- characters and lines (See above). -->
674 <message name="IDS_LANGUAGES_INPUT_DIALOG_WIDTH_CHARS" use_name_for_id=" true"> 674 <message name="IDS_LANGUAGES_INPUT_DIALOG_WIDTH_CHARS" use_name_for_id=" true">
675 114 675 114
676 </message> 676 </message>
677 <message name="IDS_LANGUAGES_INPUT_DIALOG_HEIGHT_LINES" use_name_for_id= "true"> 677 <message name="IDS_LANGUAGES_INPUT_DIALOG_HEIGHT_LINES" use_name_for_id= "true">
678 26 678 26
679 </message> 679 </message>
680
681 <!-- The width and height of the CAPTCHA challenge dialog box in -->
682 <!-- characters and lines (See above). -->
683 <message name="IDS_CAPTCHA_INPUT_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue">
684 60
685 </message>
686 <message name="IDS_CAPTCHA_INPUT_DIALOG_HEIGHT_LINES" use_name_for_id="t rue">
687 12
688 </message>
680 </if> 689 </if>
681 </messages> 690 </messages>
682 </release> 691 </release>
683 </grit> 692 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698