OLD | NEW |
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="_google_chrome"> |
5 <translation id="IDS_STANDARD_FONT_FAMILY">MotoyaG04Gothic</translation> | 5 <translation id="IDS_STANDARD_FONT_FAMILY">MotoyaG04Gothic</translation> |
6 <translation id="IDS_FIXED_FONT_FAMILY">MotoyaG04GothicMono</translation> | 6 <translation id="IDS_FIXED_FONT_FAMILY">MotoyaG04GothicMono</translation> |
7 <translation id="IDS_SERIF_FONT_FAMILY">MotoyaG04Mincho</translation> | 7 <translation id="IDS_SERIF_FONT_FAMILY">MotoyaG04Mincho</translation> |
8 <translation id="IDS_SANS_SERIF_FONT_FAMILY">MotoyaG04Gothic</translation> | 8 <translation id="IDS_SANS_SERIF_FONT_FAMILY">MotoyaG04Gothic</translation> |
9 </if> | 9 </if> |
10 <if expr="not pp_ifdef('_google_chrome')"> | 10 <if expr="not _google_chrome"> |
11 <translation id="IDS_STANDARD_FONT_FAMILY">IPAPGothic</translation> | 11 <translation id="IDS_STANDARD_FONT_FAMILY">IPAPGothic</translation> |
12 <translation id="IDS_FIXED_FONT_FAMILY">IPAGothic</translation> | 12 <translation id="IDS_FIXED_FONT_FAMILY">IPAGothic</translation> |
13 <translation id="IDS_SERIF_FONT_FAMILY">IPAPMincho</translation> | 13 <translation id="IDS_SERIF_FONT_FAMILY">IPAPMincho</translation> |
14 <translation id="IDS_SANS_SERIF_FONT_FAMILY">IPAPGothic</translation> | 14 <translation id="IDS_SANS_SERIF_FONT_FAMILY">IPAPGothic</translation> |
15 </if> | 15 </if> |
16 <translation id="IDS_MINIMUM_FONT_SIZE">10</translation> | 16 <translation id="IDS_MINIMUM_FONT_SIZE">10</translation> |
17 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation> | 17 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation> |
18 </translationbundle> | 18 </translationbundle> |
OLD | NEW |