X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fja.js;h=8fc58e520ef650123ca94bf553d61ff4b8a6c8e4;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=2090e742fc49ac9456d5e786a2c60d1895d9b36b;hpb=6e682412d5cc0dfaedb376482e585bf2989c6863;p=ckeditor.git diff --git a/_source/lang/ja.js b/_source/lang/ja.js index 2090e74..8fc58e5 100644 --- a/_source/lang/ja.js +++ b/_source/lang/ja.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,8 +31,8 @@ CKEDITOR.lang['ja'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'リッチテキストエディタ, %1', + editorHelp : 'ヘルプは ALT 0 を押してください', // ARIA descriptions. toolbars : 'Editor toolbars', // MISSING @@ -120,6 +120,7 @@ CKEDITOR.lang['ja'] = alignTop : '上', alignMiddle : '中央', alignBottom : '下', + invalidValue : 'Invalid value.', // MISSING invalidHeight : '高さは数値で入力してください。', invalidWidth : '幅は数値で入力してください。', invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING @@ -697,7 +698,7 @@ CKEDITOR.lang['ja'] = ignoreAll : 'すべて無視', addWord : '語句追加', emptyDic : '辞書名は必ず入力してください', - + noSuggestions : '該当なし', optionsTab : 'オプション', allCaps : '全て大文字の単語を無視', ignoreDomainNames : 'ドメイン名を無視',