| 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 <translation id="IDS_MINIMUM_UI_FONT_SIZE">10</translation> | 4 <translation id="IDS_MINIMUM_UI_FONT_SIZE">10</translation> |
| 5 <translation id="IDS_UI_FONT_FAMILY_CROS">MotoyaG04Gothic,Noto Sans UI,IPAPGothi
c,ui-sans, 13px</translation> | 5 <translation id="IDS_UI_FONT_FAMILY_CROS">MotoyaG04Gothic,Noto Sans UI,IPAPGothi
c,ui-sans, 13px</translation> |
| 6 <if expr="is_win"> | 6 <if expr="is_win"> |
| 7 <translation id="IDS_WEB_FONT_FAMILY">'Segoe UI',Arial,Meiryo,'MS PGothic',san
s-serif</translation> | 7 <translation id="IDS_WEB_FONT_FAMILY">'Segoe UI',Arial,Meiryo,'MS PGothic',san
s-serif</translation> |
| 8 <translation id="IDS_WEB_FONT_FAMILY_XP">Arial,Meiryo,'MS PGothic',sans-serif<
/translation> | 8 <translation id="IDS_WEB_FONT_FAMILY_XP">Arial,Meiryo,'MS PGothic',sans-serif<
/translation> |
| 9 </if> | 9 </if> |
| 10 <if expr="is_macosx or is_ios"> | 10 <if expr="is_macosx or is_ios"> |
| 11 <translation id="IDS_WEB_FONT_FAMILY">Helvetica,Hiragino Kaku Gothic Pro,sans-
serif</translation> | 11 <translation id="IDS_WEB_FONT_FAMILY">Helvetica,Hiragino Kaku Gothic Pro,sans-
serif</translation> |
| 12 </if> | 12 </if> |
| 13 <if expr="is_linux and not pp_ifdef('chromeos')"> | 13 <if expr="pp_ifdef('desktop_linux') and not pp_ifdef('chromeos')"> |
| 14 <translation id="IDS_WEB_FONT_FAMILY">VL PGothic,Sazanami Gothic,Kochi Gothic,
sans-serif</translation> | 14 <translation id="IDS_WEB_FONT_FAMILY">VL PGothic,Sazanami Gothic,Kochi Gothic,
sans-serif</translation> |
| 15 </if> | 15 </if> |
| 16 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')"> | 16 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')"> |
| 17 <translation id="IDS_WEB_FONT_FAMILY">MotoyaG04Gothic, Noto Sans UI, sans-seri
f</translation> | 17 <translation id="IDS_WEB_FONT_FAMILY">MotoyaG04Gothic, Noto Sans UI, sans-seri
f</translation> |
| 18 </if> | 18 </if> |
| 19 <if expr="pp_ifdef('chromeos') and not pp_ifdef('_google_chrome')"> | 19 <if expr="pp_ifdef('chromeos') and not pp_ifdef('_google_chrome')"> |
| 20 <translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI, IPAPGothic, sans-serif</tr
anslation> | 20 <translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI, IPAPGothic, sans-serif</tr
anslation> |
| 21 </if> | 21 </if> |
| 22 </translationbundle> | 22 </translationbundle> |
| OLD | NEW |