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

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

Issue 10837084: The updated (simplified) look of set-as-default dialog on Windows8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed up css/html to meet the new design. Created 8 years, 4 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 | Annotate | Revision Log
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.pak" type="data_package" lang="am" /> 7 <output filename="locale_settings_am.pak" type="data_package" lang="am" />
8 <output filename="locale_settings_ar.pak" type="data_package" lang="ar" /> 8 <output filename="locale_settings_ar.pak" type="data_package" lang="ar" />
9 <if expr="pp_ifdef('use_third_party_translations')"> 9 <if expr="pp_ifdef('use_third_party_translations')">
10 <output filename="locale_settings_ast.pak" type="data_package" lang="ast" /> 10 <output filename="locale_settings_ast.pak" type="data_package" lang="ast" />
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 </message> 427 </message>
428 </if> 428 </if>
429 429
430 <!-- The width of the Instant confirm dialog box in characters. --> 430 <!-- The width of the Instant confirm dialog box in characters. -->
431 <message name="IDS_INSTANT_CONFIRM_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue"> 431 <message name="IDS_INSTANT_CONFIRM_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue">
432 70 432 70
433 </message> 433 </message>
434 434
435 <!-- The width of the make-default-in-metro dialog in characters. --> 435 <!-- The width of the make-default-in-metro dialog in characters. -->
436 <message name="IDS_METRO_FLOW_WIDTH_CHARS" use_name_for_id="true"> 436 <message name="IDS_METRO_FLOW_WIDTH_CHARS" use_name_for_id="true">
437 72 437 78
438 </message> 438 </message>
439 439
440 <!-- The height of the make-default-in-metro dialog in characters. --> 440 <!-- The height of the make-default-in-metro dialog in characters. -->
441 <message name="IDS_METRO_FLOW_HEIGHT_LINES" use_name_for_id="true"> 441 <message name="IDS_METRO_FLOW_HEIGHT_LINES" use_name_for_id="true">
442 26 442 26
443 </message> 443 </message>
444 444
445 <if expr="pp_ifdef('chromeos')"> 445 <if expr="pp_ifdef('chromeos')">
446 <!-- The width and height of the CAPTCHA challenge dialog box in --> 446 <!-- The width and height of the CAPTCHA challenge dialog box in -->
447 <!-- characters and lines (See above). --> 447 <!-- characters and lines (See above). -->
448 <message name="IDS_CAPTCHA_INPUT_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue"> 448 <message name="IDS_CAPTCHA_INPUT_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue">
449 60 449 60
450 </message> 450 </message>
451 <message name="IDS_CAPTCHA_INPUT_DIALOG_HEIGHT_LINES" use_name_for_id="t rue"> 451 <message name="IDS_CAPTCHA_INPUT_DIALOG_HEIGHT_LINES" use_name_for_id="t rue">
452 13 452 13
453 </message> 453 </message>
454 454
455 <!-- The width and height of the password changed dialog box in --> 455 <!-- The width and height of the password changed dialog box in -->
456 <!-- characters and lines (See above). --> 456 <!-- characters and lines (See above). -->
457 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true"> 457 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true">
458 70 458 70
459 </message> 459 </message>
460 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true"> 460 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true">
461 16 461 16
462 </message> 462 </message>
463 </if> 463 </if>
464 </messages> 464 </messages>
465 </release> 465 </release>
466 </grit> 466 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698