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

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

Issue 6990040: [ChromeOS] Fix network dialog width issues. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make basic wifi dialog smaller for better fit and increased es advanced width Created 9 years, 7 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/app/resources/locale_settings_es.xtb » ('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.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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 <message name="IDS_ABOUT_DIALOG_WIDTH_CHARS" use_name_for_id="true"> 294 <message name="IDS_ABOUT_DIALOG_WIDTH_CHARS" use_name_for_id="true">
295 86 295 86
296 </message> 296 </message>
297 <message name="IDS_ABOUT_DIALOG_MINIMUM_HEIGHT_LINES" use_name_for_id="tru e"> 297 <message name="IDS_ABOUT_DIALOG_MINIMUM_HEIGHT_LINES" use_name_for_id="tru e">
298 4 298 4
299 </message> 299 </message>
300 300
301 <!-- The width and height of the Join Wi-Fi network dialog box in --> 301 <!-- The width and height of the Join Wi-Fi network dialog box in -->
302 <!-- characters and lines (See above). --> 302 <!-- characters and lines (See above). -->
303 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_WIDTH_CHARS" use_name_for_id=" true"> 303 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_WIDTH_CHARS" use_name_for_id=" true">
304 86 304 60
305 </message> 305 </message>
306 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_MINIMUM_HEIGHT_LINES" use_name _for_id="true"> 306 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_MINIMUM_HEIGHT_LINES" use_name _for_id="true">
307 4 307 4
308 </message> 308 </message>
309 309
310 <!-- The height of the advanced Join Wi-Fi network dialog box in lines. -- > 310 <!-- The height of the advanced Join Wi-Fi network dialog box in lines. -- >
311 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_ADVANCED_WIDTH_CHARS" use_name _for_id="true">
312 86
313 </message>
311 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_ADVANCED_MINIMUM_HEIGHT_LINES" use_name_for_id="true"> 314 <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_ADVANCED_MINIMUM_HEIGHT_LINES" use_name_for_id="true">
312 27 315 27
313 </message> 316 </message>
314 317
315 <!-- The width and height of the Page Info dialog box in characters and li nes --> 318 <!-- The width and height of the Page Info dialog box in characters and li nes -->
316 <!-- (See above). --> 319 <!-- (See above). -->
317 <message name="IDS_PAGEINFO_DIALOG_WIDTH_CHARS" use_name_for_id="true"> 320 <message name="IDS_PAGEINFO_DIALOG_WIDTH_CHARS" use_name_for_id="true">
318 70 321 70
319 </message> 322 </message>
320 <message name="IDS_PAGEINFO_DIALOG_HEIGHT_LINES" use_name_for_id="true"> 323 <message name="IDS_PAGEINFO_DIALOG_HEIGHT_LINES" use_name_for_id="true">
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 </message> 549 </message>
547 </if> 550 </if>
548 551
549 <!-- The width of the default search engine dialog in characters --> 552 <!-- The width of the default search engine dialog in characters -->
550 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true"> 553 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true">
551 82 554 82
552 </message> 555 </message>
553 </messages> 556 </messages>
554 </release> 557 </release>
555 </grit> 558 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings_es.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698