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

Side by Side Diff: chrome/app/resources/locale_settings_ja.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 | « no previous file | chrome/app/resources/locale_settings_ko.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="ja"> 3 <translationbundle lang="ja">
4 <translation id="IDS_WEB_FONT_SIZE">84%</translation> 4 <translation id="IDS_WEB_FONT_SIZE">84%</translation>
5 <translation id="IDS_ACCEPT_LANGUAGES">ja,en-US,en</translation> 5 <translation id="IDS_ACCEPT_LANGUAGES">ja,en-US,en</translation>
6 <translation id="IDS_DEFAULT_ENCODING">Shift_JIS</translation> 6 <translation id="IDS_DEFAULT_ENCODING">Shift_JIS</translation>
7 <translation id="IDS_STANDARD_FONT_IS_SERIF">false</translation> 7 <translation id="IDS_STANDARD_FONT_IS_SERIF">false</translation>
8 <if expr="os == 'win32'"> 8 <if expr="os == 'win32'">
9 <translation id="IDS_WEB_FONT_FAMILY">MS PGothic</translation> 9 <translation id="IDS_WEB_FONT_FAMILY">Arial, Meiryo, MS PGothic, sans-serif</t ranslation>
10 <translation id="IDS_FIXED_FONT_FAMILY">MS Gothic</translation> 10 <translation id="IDS_FIXED_FONT_FAMILY">MS Gothic</translation>
11 <translation id="IDS_SERIF_FONT_FAMILY">MS PMincho</translation> 11 <translation id="IDS_SERIF_FONT_FAMILY">MS PMincho</translation>
12 <translation id="IDS_SANS_SERIF_FONT_FAMILY">MS PGothic</translation> 12 <translation id="IDS_SANS_SERIF_FONT_FAMILY">MS PGothic</translation>
13 <translation id="IDS_CURSIVE_FONT_FAMILY">Comic Sans MS</translation> 13 <translation id="IDS_CURSIVE_FONT_FAMILY">Comic Sans MS</translation>
14 <translation id="IDS_FANTASY_FONT_FAMILY">Impact</translation> 14 <translation id="IDS_FANTASY_FONT_FAMILY">Impact</translation>
15 </if> 15 </if>
16 <if expr="os == 'darwin'"> 16 <if expr="os == 'darwin'">
17 <translation id="IDS_WEB_FONT_FAMILY">Helvetica, Hiragino Kaku Gothic Pro</tra nslation> 17 <translation id="IDS_WEB_FONT_FAMILY">Helvetica, Hiragino Kaku Gothic Pro</tra nslation>
18 <translation id="IDS_FIXED_FONT_FAMILY">Osaka-Mono</translation> 18 <translation id="IDS_FIXED_FONT_FAMILY">Osaka-Mono</translation>
19 <translation id="IDS_SERIF_FONT_FAMILY">Hiragino Mincho Pro</translation> 19 <translation id="IDS_SERIF_FONT_FAMILY">Hiragino Mincho Pro</translation>
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 <translation id="IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS">60</translation> 83 <translation id="IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS">60</translation>
84 <translation id="IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES">5</translation> 84 <translation id="IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES">5</translation>
85 <translation id="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS">60</translation> 85 <translation id="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS">60</translation>
86 <translation id="IDS_SYNC_SETUP_WIZARD_WIDTH_CHARS">46</translation> 86 <translation id="IDS_SYNC_SETUP_WIZARD_WIDTH_CHARS">46</translation>
87 <translation id="IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES">14</translation> 87 <translation id="IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES">14</translation>
88 <translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_WIDTH_CHARS">50</translation> 88 <translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_WIDTH_CHARS">50</translation>
89 <translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_HEIGHT_LINES">5</translation> 89 <translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_HEIGHT_LINES">5</translation>
90 <translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_WIDTH_CHARS">60</translation> 90 <translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_WIDTH_CHARS">60</translation>
91 <translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_HEIGHT_LINES">8</translation> 91 <translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_HEIGHT_LINES">8</translation>
92 </translationbundle> 92 </translationbundle>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings_ko.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698