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

Unified Diff: chrome/app/resources/locale_settings.grd

Issue 62064: UI font localization part 2 (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings_ar.xtb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/resources/locale_settings.grd
===================================================================
--- chrome/app/resources/locale_settings.grd (revision 13518)
+++ chrome/app/resources/locale_settings.grd (working copy)
@@ -232,6 +232,27 @@
84%
</message>
+ <!-- The UI font used in native UI components (e.g. menu). 'default'
+ indicates that the font obtained from the system be used.
+ Otherwise, the system default UI font will be overriden with
+ the family specified. This should be default for locales
+ other than Indian locales.
+ TODO(jungshik): This and IDS_UI_FONT_SIZE_SCALER are only used
+ on Windows now and are likely to be so in the future because Mac and
+ Linux fonts do not have the issue Windows fonts for some locales
+ (Indian) have. In that case, this need to be enclosed
+ by platform-dependent if-clause. -->
+ <message name="IDS_UI_FONT_FAMILY" use_name_for_id="true">
+ default
+ </message>
+
+ <!-- To get the actual UI font size for native UI components
+ (e.g. menu), the system UI font size is scaled with this value/100.
+ This should be 100 for most locales. -->
+ <message name="IDS_UI_FONT_SIZE_SCALER" use_name_for_id="true">
+ 100
+ </message>
+
<!-- The default value for HTTP Accept-Language header. -->
<message name="IDS_ACCEPT_LANGUAGES" use_name_for_id="true">
en-US,en
@@ -243,7 +264,7 @@
</message>
<!-- The default value to determine whether
- |WebPreference::standard_font_family| serif or sans-serif -->
+ |WebPreference::standard_font_family| is serif or sans-serif. -->
<message name="IDS_STANDARD_FONT_IS_SERIF" use_name_for_id="true">
true
</message>
« 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