X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fja.js;h=8fc58e520ef650123ca94bf553d61ff4b8a6c8e4;hb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;hp=6335b2f87d923e182810866cd44c55cdc029e1b1;hpb=2f22c0c38f17e75be5541089076885442aaa2377;p=ckeditor.git diff --git a/_source/lang/ja.js b/_source/lang/ja.js index 6335b2f..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,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 : 'ドメイン名を無視',