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

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

Issue 3496008: TPM information dialog added to EULA screen (Closed)
Patch Set: TPM code added Created 10 years, 2 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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 708
709 <!-- The width and height of the CAPTCHA challenge dialog box in --> 709 <!-- The width and height of the CAPTCHA challenge dialog box in -->
710 <!-- characters and lines (See above). --> 710 <!-- characters and lines (See above). -->
711 <message name="IDS_CAPTCHA_INPUT_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue"> 711 <message name="IDS_CAPTCHA_INPUT_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue">
712 60 712 60
713 </message> 713 </message>
714 <message name="IDS_CAPTCHA_INPUT_DIALOG_HEIGHT_LINES" use_name_for_id="t rue"> 714 <message name="IDS_CAPTCHA_INPUT_DIALOG_HEIGHT_LINES" use_name_for_id="t rue">
715 12 715 12
716 </message> 716 </message>
717 717
718 <!-- The width and height of the TPM setting dialog box in -->
719 <!-- characters and lines (See above). -->
720 <message name="IDS_TPM_INFO_DIALOG_WIDTH_CHARS" use_name_for_id="true">
721 60
722 </message>
723 <message name="IDS_TPM_INFO_DIALOG_HEIGHT_LINES" use_name_for_id="true">
724 12
725 </message>
726
718 <!-- The width and height of the password changed dialog box in --> 727 <!-- The width and height of the password changed dialog box in -->
719 <!-- characters and lines (See above). --> 728 <!-- characters and lines (See above). -->
720 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true"> 729 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true">
721 70 730 70
722 </message> 731 </message>
723 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true"> 732 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true">
724 14 733 14
725 </message> 734 </message>
726 </if> 735 </if>
727 </messages> 736 </messages>
728 </release> 737 </release>
729 </grit> 738 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698