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

Side by Side Diff: ui/base/strings/app_locale_settings_ml.xtb

Issue 146963007: Teach locales about *BSD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use pp_ifdef('desktop_linux') Created 6 years, 10 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
« no previous file with comments | « ui/base/strings/app_locale_settings_ko.xtb ('k') | ui/base/strings/app_locale_settings_th.xtb » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 <!DOCTYPE translationbundle> 2 <!DOCTYPE translationbundle>
3 <translationbundle lang="ml"> 3 <translationbundle lang="ml">
4 <translation id="IDS_MINIMUM_UI_FONT_SIZE">10</translation> 4 <translation id="IDS_MINIMUM_UI_FONT_SIZE">10</translation>
5 <if expr="is_win"> 5 <if expr="is_win">
6 <translation id="IDS_UI_FONT_FAMILY_XP">kartika</translation> 6 <translation id="IDS_UI_FONT_FAMILY_XP">kartika</translation>
7 <translation id="IDS_UI_FONT_SIZE_SCALER_XP">150</translation> 7 <translation id="IDS_UI_FONT_SIZE_SCALER_XP">150</translation>
8 <translation id="IDS_UI_FONT_SIZE_SCALER">120</translation> 8 <translation id="IDS_UI_FONT_SIZE_SCALER">120</translation>
9 <translation id="IDS_WEB_FONT_FAMILY">'Segoe UI',Arial,AnjaliOldLipi,Rachana,K artika</translation> 9 <translation id="IDS_WEB_FONT_FAMILY">'Segoe UI',Arial,AnjaliOldLipi,Rachana,K artika</translation>
10 <translation id="IDS_WEB_FONT_FAMILY_XP">Arial,AnjaliOldLipi,Rachana,Kartika</ translation> 10 <translation id="IDS_WEB_FONT_FAMILY_XP">Arial,AnjaliOldLipi,Rachana,Kartika</ translation>
11 </if> 11 </if>
12 <if expr="is_linux and not pp_ifdef('chromeos')"> 12 <if expr="pp_ifdef('desktop_linux') and not pp_ifdef('chromeos')">
13 <translation id="IDS_WEB_FONT_FAMILY">Arial,AnjaliOldLipi,Rachana,Kartika,sans -serif</translation> 13 <translation id="IDS_WEB_FONT_FAMILY">Arial,AnjaliOldLipi,Rachana,Kartika,sans -serif</translation>
14 </if> 14 </if>
15 <if expr="pp_ifdef('chromeos')"> 15 <if expr="pp_ifdef('chromeos')">
16 <translation id="IDS_UI_FONT_FAMILY_CROS">Noto Sans UI, Noto Sans Malayalam UI ,ui-sans, 13px</translation> 16 <translation id="IDS_UI_FONT_FAMILY_CROS">Noto Sans UI, Noto Sans Malayalam UI ,ui-sans, 13px</translation>
17 <translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI, Noto Sans Malayalam UI, sa ns-serif</translation> 17 <translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI, Noto Sans Malayalam UI, sa ns-serif</translation>
18 </if> 18 </if>
19 </translationbundle> 19 </translationbundle>
OLDNEW
« no previous file with comments | « ui/base/strings/app_locale_settings_ko.xtb ('k') | ui/base/strings/app_locale_settings_th.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698