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

Side by Side Diff: chrome/app/resources/locale_settings_zh-TW.xtb

Issue 437071: Use new CJK Vista fonts for DOM UI by listing them in IDS_WEB_FONT_FAMILY bef... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years 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/locale_settings_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 <if expr="os != 'darwin'"> 4 <if expr="os == 'win32'">
5 <translation id="IDS_WEB_FONT_FAMILY">Arial</translation> 5 <translation id="IDS_WEB_FONT_FAMILY">Arial, Microsoft Jhenghei, PMingLiu, san s-serif</translation>
6 </if> 6 </if>
7 <if expr="os == 'darwin'"> 7 <if expr="os == 'darwin'">
8 <translation id="IDS_WEB_FONT_FAMILY">Helvetica, LiHei Pro</translation> 8 <translation id="IDS_WEB_FONT_FAMILY">Helvetica, LiHei Pro</translation>
9 </if> 9 </if>
10 <if expr="os == 'linux2'">
11 <translation id="IDS_WEB_FONT_FAMILY">AR PL UKai TW, sans-serif</translation>
12 </if>
10 <translation id="IDS_WEB_FONT_SIZE">84%</translation> 13 <translation id="IDS_WEB_FONT_SIZE">84%</translation>
11 <translation id="IDS_ACCEPT_LANGUAGES">zh-TW,zh,en-US,en</translation> 14 <translation id="IDS_ACCEPT_LANGUAGES">zh-TW,zh,en-US,en</translation>
12 <translation id="IDS_DEFAULT_ENCODING">Big5</translation> 15 <translation id="IDS_DEFAULT_ENCODING">Big5</translation>
13 <translation id="IDS_STANDARD_FONT_IS_SERIF">false</translation> 16 <translation id="IDS_STANDARD_FONT_IS_SERIF">false</translation>
14 <if expr="os != 'darwin'"> 17 <if expr="os != 'darwin'">
15 <translation id="IDS_FIXED_FONT_FAMILY">Courier New</translation> 18 <translation id="IDS_FIXED_FONT_FAMILY">Courier New</translation>
16 <translation id="IDS_SERIF_FONT_FAMILY">Times New Roman</translation> 19 <translation id="IDS_SERIF_FONT_FAMILY">Times New Roman</translation>
17 <translation id="IDS_SANS_SERIF_FONT_FAMILY">Arial</translation> 20 <translation id="IDS_SANS_SERIF_FONT_FAMILY">Arial</translation>
18 <translation id="IDS_CURSIVE_FONT_FAMILY">Comic Sans MS</translation> 21 <translation id="IDS_CURSIVE_FONT_FAMILY">Comic Sans MS</translation>
19 <translation id="IDS_FANTASY_FONT_FAMILY">Impact</translation> 22 <translation id="IDS_FANTASY_FONT_FAMILY">Impact</translation>
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 <translation id="IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS">60</translation> 82 <translation id="IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS">60</translation>
80 <translation id="IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES">5</translation> 83 <translation id="IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES">5</translation>
81 <translation id="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS">60</translation> 84 <translation id="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS">60</translation>
82 <translation id="IDS_SYNC_SETUP_WIZARD_WIDTH_CHARS">46</translation> 85 <translation id="IDS_SYNC_SETUP_WIZARD_WIDTH_CHARS">46</translation>
83 <translation id="IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES">14</translation> 86 <translation id="IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES">14</translation>
84 <translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_WIDTH_CHARS">50</translation> 87 <translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_WIDTH_CHARS">50</translation>
85 <translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_HEIGHT_LINES">5</translation> 88 <translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_HEIGHT_LINES">5</translation>
86 <translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_WIDTH_CHARS">60</translation> 89 <translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_WIDTH_CHARS">60</translation>
87 <translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_HEIGHT_LINES">8</translation> 90 <translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_HEIGHT_LINES">8</translation>
88 </translationbundle> 91 </translationbundle>
OLDNEW
« no previous file with comments | « chrome/app/resources/locale_settings_zh-CN.xtb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698