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

Side by Side Diff: chrome/app/resources/platform_locale_settings/locale_settings_cros_zh-TW.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
« no previous file with comments | « chrome/app/resources/platform_locale_settings/locale_settings_cros_zh-CN.xtb ('k') | no next file » | 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="zh-TW"> 3 <translationbundle lang="zh-TW">
4 <translation id="IDS_STANDARD_FONT_FAMILY">Droid Sans Fallback</translation> 4 <translation id="IDS_STANDARD_FONT_FAMILY">Droid Sans Fallback</translation>
5 <translation id="IDS_FIXED_FONT_FAMILY">MingLiU</translation> 5 <translation id="IDS_FIXED_FONT_FAMILY">MingLiU</translation>
6 <!-- PMingLiU looks really bad. For now, use Song ASC (Simplified Chinese). --> 6 <!-- PMingLiU looks really bad. For now, use Song ASC (Simplified Chinese). -->
7 <translation id="IDS_SERIF_FONT_FAMILY">Song ASC</translation> 7 <translation id="IDS_SERIF_FONT_FAMILY">Song ASC</translation>
8 <translation id="IDS_SANS_SERIF_FONT_FAMILY">Droid Sans Fallback</translation> 8 <translation id="IDS_SANS_SERIF_FONT_FAMILY">Droid Sans Fallback</translation>
9 <translation id="IDS_MINIMUM_FONT_SIZE">12</translation> 9 <translation id="IDS_MINIMUM_FONT_SIZE">12</translation>
10 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">12</translation> 10 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">12</translation>
11 <!-- TODO(jungshik): Change Song ASC to Droid Sans Fallback once we fix
12 bug 14691. Note that PMingLiU (another 'issue' to address) looks really
13 bad so we can't use it, either.
14 -->
15 <translation id="IDS_LOCALE_GTKRC"> # gtkrc.zh-TW
16 gtk-font-name="Noto Sans UI,Song ASC,sans-serif, 10"
17 style "OverrideTooltipFontStyle" = "TooltipStyle" {
18 font_name = "Noto Sans UI,Song ASC,sans-serif, 10"
19 }
20 widget "gtk-tooltip*" style "OverrideTooltipFontStyle"
21 </translation>
22 </translationbundle> 11 </translationbundle>
OLDNEW
« no previous file with comments | « chrome/app/resources/platform_locale_settings/locale_settings_cros_zh-CN.xtb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698