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

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

Issue 381009: Increase the width for 'date-container' in download.html to 110px to make roo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | « no previous file | chrome/app/resources/locale_settings_bn.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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 <message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true"> 232 <message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true">
233 Arial 233 Arial
234 </message> 234 </message>
235 235
236 <!-- The relative font size in % used in web-style native pages 236 <!-- The relative font size in % used in web-style native pages
237 (e.g. History). --> 237 (e.g. History). -->
238 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true"> 238 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true">
239 84% 239 84%
240 </message> 240 </message>
241 </if> 241 </if>
242 <if expr="os == 'win32'">
243 <!-- The relative font size in % used in web-style native pages
244 on Windows earlier than Vista (e.g. History). -->
245 <message name="IDS_WEB_FONT_SIZE_XP" use_name_for_id="true">
246 84%
247 </message>
248 </if>
242 249
243 <if expr="os == 'darwin'"> 250 <if expr="os == 'darwin'">
244 <message name="IDS_WEB_FONT_FAMILY" desc="The font used in web-style nat ive pages (e.g. History) (Mac)"> 251 <message name="IDS_WEB_FONT_FAMILY" desc="The font used in web-style nat ive pages (e.g. History) (Mac)">
245 Helvetica 252 Helvetica
246 </message> 253 </message>
247 254
248 <message name="IDS_WEB_FONT_SIZE" desc="The relative font size in % used in web-style native pages (e.g. History) (Mac)"> 255 <message name="IDS_WEB_FONT_SIZE" desc="The relative font size in % used in web-style native pages (e.g. History) (Mac)">
249 84% 256 84%
250 </message> 257 </message>
251 </if> 258 </if>
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 <!-- The default width and min height for the 'download_in_progress' dialo g. --> 666 <!-- The default width and min height for the 'download_in_progress' dialo g. -->
660 <message name="IDS_DOWNLOAD_IN_PROGRESS_WIDTH_CHARS" use_name_for_id="true "> 667 <message name="IDS_DOWNLOAD_IN_PROGRESS_WIDTH_CHARS" use_name_for_id="true ">
661 67 668 67
662 </message> 669 </message>
663 <message name="IDS_DOWNLOAD_IN_PROGRESS_MINIMUM_HEIGHT_LINES" use_name_for _id="true"> 670 <message name="IDS_DOWNLOAD_IN_PROGRESS_MINIMUM_HEIGHT_LINES" use_name_for _id="true">
664 4 671 4
665 </message> 672 </message>
666 </messages> 673 </messages>
667 </release> 674 </release>
668 </grit> 675 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings_bn.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698