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

Side by Side Diff: chrome/app/resources/platform_locale_settings/locale_settings_cros_ja.xtb

Issue 10836082: Change the UI font on CrOS to Noto Sans UI from 'Chrome Droid Sans'. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
OLDNEW
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 <!DOCTYPE translationbundle> 2 <!DOCTYPE translationbundle>
3 <translationbundle lang="ja"> 3 <translationbundle lang="ja">
4 <if expr="pp_ifdef('_google_chrome')"> 4 <if expr="pp_ifdef('_google_chrome')">
5 <translation id="IDS_STANDARD_FONT_FAMILY">MotoyaG04Gothic</translation> 5 <translation id="IDS_STANDARD_FONT_FAMILY">MotoyaG04Gothic</translation>
6 <translation id="IDS_WEB_FONT_FAMILY">MotoyaG04Gothic, Chrome Droid Sans, sans -serif</translation> 6 <translation id="IDS_WEB_FONT_FAMILY">MotoyaG04Gothic, Noto Sans UI, sans-seri f</translation>
7 <translation id="IDS_FIXED_FONT_FAMILY">MotoyaG04GothicMono</translation> 7 <translation id="IDS_FIXED_FONT_FAMILY">MotoyaG04GothicMono</translation>
8 <translation id="IDS_SERIF_FONT_FAMILY">MotoyaG04Mincho</translation> 8 <translation id="IDS_SERIF_FONT_FAMILY">MotoyaG04Mincho</translation>
9 <translation id="IDS_SANS_SERIF_FONT_FAMILY">MotoyaG04Gothic</translation> 9 <translation id="IDS_SANS_SERIF_FONT_FAMILY">MotoyaG04Gothic</translation>
10 <translation id="IDS_LOCALE_GTKRC"> # gtkrc.ja 10 <translation id="IDS_LOCALE_GTKRC"> # gtkrc.ja
11 gtk-font-name="MotoyaG04Gothic 10" 11 gtk-font-name="MotoyaG04Gothic 10"
12 style "OverrideTooltipFontStyle" = "TooltipStyle" { 12 style "OverrideTooltipFontStyle" = "TooltipStyle" {
13 font_name = "MotoyaG04Gothic 10" 13 font_name = "MotoyaG04Gothic 10"
14 } 14 }
15 widget "gtk-tooltip*" style "OverrideTooltipFontStyle" 15 widget "gtk-tooltip*" style "OverrideTooltipFontStyle"
16 </translation> 16 </translation>
17 </if> 17 </if>
18 <if expr="not pp_ifdef('_google_chrome')"> 18 <if expr="not pp_ifdef('_google_chrome')">
19 <translation id="IDS_STANDARD_FONT_FAMILY">IPAPGothic</translation> 19 <translation id="IDS_STANDARD_FONT_FAMILY">IPAPGothic</translation>
20 <translation id="IDS_WEB_FONT_FAMILY">Chrome Droid Sans, IPAPGothic, sans-seri f</translation> 20 <translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI, IPAPGothic, sans-serif</tr anslation>
21 <translation id="IDS_FIXED_FONT_FAMILY">IPAGothic</translation> 21 <translation id="IDS_FIXED_FONT_FAMILY">IPAGothic</translation>
22 <translation id="IDS_SERIF_FONT_FAMILY">IPAPMincho</translation> 22 <translation id="IDS_SERIF_FONT_FAMILY">IPAPMincho</translation>
23 <translation id="IDS_SANS_SERIF_FONT_FAMILY">IPAPGothic</translation> 23 <translation id="IDS_SANS_SERIF_FONT_FAMILY">IPAPGothic</translation>
24 <translation id="IDS_LOCALE_GTKRC"> # gtkrc.ja 24 <translation id="IDS_LOCALE_GTKRC"> # gtkrc.ja
25 gtk-font-name="IPAPGothic 10" 25 gtk-font-name="IPAPGothic 10"
26 style "OverrideTooltipFontStyle" = "TooltipStyle" { 26 style "OverrideTooltipFontStyle" = "TooltipStyle" {
27 font_name = "IPAPGothic 10" 27 font_name = "IPAPGothic 10"
28 } 28 }
29 widget "gtk-tooltip*" style "OverrideTooltipFontStyle" 29 widget "gtk-tooltip*" style "OverrideTooltipFontStyle"
30 </translation> 30 </translation>
31 </if> 31 </if>
32 <translation id="IDS_MINIMUM_FONT_SIZE">10</translation> 32 <translation id="IDS_MINIMUM_FONT_SIZE">10</translation>
33 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation> 33 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation>
34 </translationbundle> 34 </translationbundle>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698