X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fja.js;h=059411ba2e938735c9fb63a70f6fdb20f8581d4d;hb=fb481ba0a7d298e3e7b9034fcb9f2afdc6e8e796;hp=6335b2f87d923e182810866cd44c55cdc029e1b1;hpb=2f22c0c38f17e75be5541089076885442aaa2377;p=ckeditor.git diff --git a/_source/lang/ja.js b/_source/lang/ja.js index 6335b2f..059411b 100644 --- a/_source/lang/ja.js +++ b/_source/lang/ja.js @@ -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