X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fja.js;h=8fc58e520ef650123ca94bf553d61ff4b8a6c8e4;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=7b84a2c963939558b1946a4b2cae384cf46804e4;hpb=e73319a12b56100b29ef456fd74114fe5519e01c;p=ckeditor.git diff --git a/_source/lang/ja.js b/_source/lang/ja.js index 7b84a2c..8fc58e5 100644 --- a/_source/lang/ja.js +++ b/_source/lang/ja.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, 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,7 +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 : 'リッチテキストエディタ, %1, ヘルプは ALT 0 を押してください', + editorTitle : 'リッチテキストエディタ, %1', + editorHelp : 'ヘルプは ALT 0 を押してください', // ARIA descriptions. toolbars : 'Editor toolbars', // MISSING @@ -119,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 @@ -696,7 +698,7 @@ CKEDITOR.lang['ja'] = ignoreAll : 'すべて無視', addWord : '語句追加', emptyDic : '辞書名は必ず入力してください', - + noSuggestions : '該当なし', optionsTab : 'オプション', allCaps : '全て大文字の単語を無視', ignoreDomainNames : 'ドメイン名を無視',