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

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

Issue 9016036: Implement the new first run bubble, clean up old bubbles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge. Created 8 years, 11 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 | « chrome/app/nibs/FirstRunBubble.xib ('k') | chrome/browser/first_run/first_run.h » ('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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 326
327 <!-- The width and height of the "Mozilla Firefox is locked" dialog box in --> 327 <!-- The width and height of the "Mozilla Firefox is locked" dialog box in -->
328 <!-- characters and lines (See above). --> 328 <!-- characters and lines (See above). -->
329 <message name="IDS_IMPORTLOCK_DIALOG_WIDTH_CHARS" use_name_for_id="true"> 329 <message name="IDS_IMPORTLOCK_DIALOG_WIDTH_CHARS" use_name_for_id="true">
330 50 330 50
331 </message> 331 </message>
332 <message name="IDS_IMPORTLOCK_DIALOG_HEIGHT_LINES" use_name_for_id="true"> 332 <message name="IDS_IMPORTLOCK_DIALOG_HEIGHT_LINES" use_name_for_id="true">
333 8 333 8
334 </message> 334 </message>
335 335
336 <!-- The width and height of the First Run Search Information bubble in -- >
337 <!-- characters and lines (See above). -->
338 <message name="IDS_FIRSTRUNBUBBLE_DIALOG_WIDTH_CHARS" use_name_for_id="tru e">
339 93
340 </message>
341
342 <!-- The width and height of the First Run Search Information OEM -->
343 <!-- bubble in characters and lines (See above). -->
344 <message name="IDS_FIRSTRUNOEMBUBBLE_DIALOG_WIDTH_CHARS" use_name_for_id=" true">
345 37
346 </message>
347
348 <!-- The width and height of the First Run Omnibox Information minimal -->
349 <!-- bubble in characters and lines (See above). -->
350 <message name="IDS_FIRSTRUN_MINIMAL_BUBBLE_DIALOG_WIDTH_CHARS" use_name_fo r_id="true">
351 82
352 </message>
353
354 <!-- The minimum width of javascript alert popups. --> 336 <!-- The minimum width of javascript alert popups. -->
355 <message name="IDS_ALERT_DIALOG_WIDTH_CHARS" use_name_for_id="true"> 337 <message name="IDS_ALERT_DIALOG_WIDTH_CHARS" use_name_for_id="true">
356 30 338 30
357 </message> 339 </message>
358 340
359 <!-- Locale-dependent static encodings string --> 341 <!-- Locale-dependent static encodings string -->
360 <message name="IDS_STATIC_ENCODING_LIST" use_name_for_id="true"> 342 <message name="IDS_STATIC_ENCODING_LIST" use_name_for_id="true">
361 ISO-8859-1,windows-1252 343 ISO-8859-1,windows-1252
362 </message> 344 </message>
363 345
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 </message> 460 </message>
479 </if> 461 </if>
480 462
481 <!-- The width of the default search engine dialog in characters --> 463 <!-- The width of the default search engine dialog in characters -->
482 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true"> 464 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true">
483 82 465 82
484 </message> 466 </message>
485 </messages> 467 </messages>
486 </release> 468 </release>
487 </grit> 469 </grit>
OLDNEW
« no previous file with comments | « chrome/app/nibs/FirstRunBubble.xib ('k') | chrome/browser/first_run/first_run.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698