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

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

Issue 10539169: Prototype version of the first-run dialog for Windows 8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update after owners' review. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | 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.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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 </message> 422 </message>
423 <message name="IDS_CREATE_SHORTCUTS_ERROR_DIALOG_HEIGHT_LINES" use_name_ for_id="true"> 423 <message name="IDS_CREATE_SHORTCUTS_ERROR_DIALOG_HEIGHT_LINES" use_name_ for_id="true">
424 6 424 6
425 </message> 425 </message>
426 </if> 426 </if>
427 427
428 <!-- The width of the Instant confirm dialog box in characters. --> 428 <!-- The width of the Instant confirm dialog box in characters. -->
429 <message name="IDS_INSTANT_CONFIRM_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue"> 429 <message name="IDS_INSTANT_CONFIRM_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue">
430 70 430 70
431 </message> 431 </message>
432
433 <!-- The width of the make-default-in-metro dialog in characters. -->
434 <message name="IDS_METRO_FLOW_WIDTH_CHARS" use_name_for_id="true">
435 72
436 </message>
437
438 <!-- The height of the make-default-in-metro dialog in characters. -->
439 <message name="IDS_METRO_FLOW_HEIGHT_LINES" use_name_for_id="true">
440 26
441 </message>
432 442
433 <if expr="pp_ifdef('chromeos')"> 443 <if expr="pp_ifdef('chromeos')">
434 <!-- The width and height of the CAPTCHA challenge dialog box in --> 444 <!-- The width and height of the CAPTCHA challenge dialog box in -->
435 <!-- characters and lines (See above). --> 445 <!-- characters and lines (See above). -->
436 <message name="IDS_CAPTCHA_INPUT_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue"> 446 <message name="IDS_CAPTCHA_INPUT_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue">
437 60 447 60
438 </message> 448 </message>
439 <message name="IDS_CAPTCHA_INPUT_DIALOG_HEIGHT_LINES" use_name_for_id="t rue"> 449 <message name="IDS_CAPTCHA_INPUT_DIALOG_HEIGHT_LINES" use_name_for_id="t rue">
440 13 450 13
441 </message> 451 </message>
442 452
443 <!-- The width and height of the password changed dialog box in --> 453 <!-- The width and height of the password changed dialog box in -->
444 <!-- characters and lines (See above). --> 454 <!-- characters and lines (See above). -->
445 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true"> 455 <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id= "true">
446 70 456 70
447 </message> 457 </message>
448 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true"> 458 <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id ="true">
449 16 459 16
450 </message> 460 </message>
451 </if> 461 </if>
452 </messages> 462 </messages>
453 </release> 463 </release>
454 </grit> 464 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698