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

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

Issue 92135: Use the default Windows UI fonts for Indian locales on Vista. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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_ar.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_ar.rc" type="rc_all" lang="ar" /> 7 <output filename="locale_settings_ar.rc" type="rc_all" lang="ar" />
8 <output filename="locale_settings_bg.rc" type="rc_all" lang="bg" /> 8 <output filename="locale_settings_bg.rc" type="rc_all" lang="bg" />
9 <output filename="locale_settings_bn.rc" type="rc_all" lang="bn" /> 9 <output filename="locale_settings_bn.rc" type="rc_all" lang="bn" />
10 <output filename="locale_settings_ca.rc" type="rc_all" lang="ca" /> 10 <output filename="locale_settings_ca.rc" type="rc_all" lang="ca" />
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 the family specified. This should be default for locales 238 the family specified. This should be default for locales
239 other than Indian locales. 239 other than Indian locales.
240 TODO(jungshik): This and IDS_UI_FONT_SIZE_SCALER are only used 240 TODO(jungshik): This and IDS_UI_FONT_SIZE_SCALER are only used
241 on Windows now and are likely to be so in the future because Mac and 241 on Windows now and are likely to be so in the future because Mac and
242 Linux fonts do not have the issue Windows fonts for some locales 242 Linux fonts do not have the issue Windows fonts for some locales
243 (Indian) have. In that case, this need to be enclosed 243 (Indian) have. In that case, this need to be enclosed
244 by platform-dependent if-clause. --> 244 by platform-dependent if-clause. -->
245 <message name="IDS_UI_FONT_FAMILY" use_name_for_id="true"> 245 <message name="IDS_UI_FONT_FAMILY" use_name_for_id="true">
246 default 246 default
247 </message> 247 </message>
248 <!-- For Windows XP -->
249 <message name="IDS_UI_FONT_FAMILY_XP" use_name_for_id="true">
250 default
251 </message>
248 252
249 <!-- To get the actual UI font size for native UI components 253 <!-- To get the actual UI font size for native UI components
250 (e.g. menu), the system UI font size is scaled with this value/100. 254 (e.g. menu), the system UI font size is scaled with this value/100.
251 This should be 100 for most locales. --> 255 This should be 100 for most locales. -->
252 <message name="IDS_UI_FONT_SIZE_SCALER" use_name_for_id="true"> 256 <message name="IDS_UI_FONT_SIZE_SCALER" use_name_for_id="true">
253 100 257 100
254 </message> 258 </message>
259 <!-- For Windows XP -->
260 <message name="IDS_UI_FONT_SIZE_SCALER_XP" use_name_for_id="true">
261 100
262 </message>
255 263
256 <!-- The default value for HTTP Accept-Language header. --> 264 <!-- The default value for HTTP Accept-Language header. -->
257 <message name="IDS_ACCEPT_LANGUAGES" use_name_for_id="true"> 265 <message name="IDS_ACCEPT_LANGUAGES" use_name_for_id="true">
258 en-US,en 266 en-US,en
259 </message> 267 </message>
260 268
261 <!-- The default value for |WebPreference::default_encoding|. --> 269 <!-- The default value for |WebPreference::default_encoding|. -->
262 <message name="IDS_DEFAULT_ENCODING" use_name_for_id="true"> 270 <message name="IDS_DEFAULT_ENCODING" use_name_for_id="true">
263 ISO-8859-1 271 ISO-8859-1
264 </message> 272 </message>
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 5 554 5
547 </message> 555 </message>
548 556
549 <!-- The width of the New Profile dialog in characters (See above). --> 557 <!-- The width of the New Profile dialog in characters (See above). -->
550 <message name="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS" use_name_for_id="true"> 558 <message name="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS" use_name_for_id="true">
551 60 559 60
552 </message> 560 </message>
553 </messages> 561 </messages>
554 </release> 562 </release>
555 </grit> 563 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings_ar.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698