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

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

Issue 10928133: Remove the obsolete string : IDS_LOCALE_GTK (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 3 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, Noto Sans UI, sans-seri f</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
11 gtk-font-name="MotoyaG04Gothic 10"
12 style "OverrideTooltipFontStyle" = "TooltipStyle" {
13 font_name = "MotoyaG04Gothic 10"
14 }
15 widget "gtk-tooltip*" style "OverrideTooltipFontStyle"
16 </translation>
17 </if> 10 </if>
18 <if expr="not pp_ifdef('_google_chrome')"> 11 <if expr="not pp_ifdef('_google_chrome')">
19 <translation id="IDS_STANDARD_FONT_FAMILY">IPAPGothic</translation> 12 <translation id="IDS_STANDARD_FONT_FAMILY">IPAPGothic</translation>
20 <translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI, IPAPGothic, sans-serif</tr anslation> 13 <translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI, IPAPGothic, sans-serif</tr anslation>
21 <translation id="IDS_FIXED_FONT_FAMILY">IPAGothic</translation> 14 <translation id="IDS_FIXED_FONT_FAMILY">IPAGothic</translation>
22 <translation id="IDS_SERIF_FONT_FAMILY">IPAPMincho</translation> 15 <translation id="IDS_SERIF_FONT_FAMILY">IPAPMincho</translation>
23 <translation id="IDS_SANS_SERIF_FONT_FAMILY">IPAPGothic</translation> 16 <translation id="IDS_SANS_SERIF_FONT_FAMILY">IPAPGothic</translation>
24 <translation id="IDS_LOCALE_GTKRC"> # gtkrc.ja
25 gtk-font-name="IPAPGothic 10"
26 style "OverrideTooltipFontStyle" = "TooltipStyle" {
27 font_name = "IPAPGothic 10"
28 }
29 widget "gtk-tooltip*" style "OverrideTooltipFontStyle"
30 </translation>
31 </if> 17 </if>
32 <translation id="IDS_MINIMUM_FONT_SIZE">10</translation> 18 <translation id="IDS_MINIMUM_FONT_SIZE">10</translation>
33 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation> 19 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation>
34 </translationbundle> 20 </translationbundle>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698