X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fja.js;h=6335b2f87d923e182810866cd44c55cdc029e1b1;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=bfcfd112c0349f83e0c7c82c24c319183d969e0b;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba;p=ckeditor.git diff --git a/_source/lang/ja.js b/_source/lang/ja.js index bfcfd11..6335b2f 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-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Constains the dictionary of language entries. + * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['ja'] = @@ -121,6 +121,10 @@ CKEDITOR.lang['ja'] = alignBottom : '下', 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 + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING + invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING + cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, 利用不可能' @@ -201,7 +205,8 @@ CKEDITOR.lang['ja'] = menu : 'アンカー プロパティ', title : 'アンカー プロパティ', name : 'アンカー名', - errorName : 'アンカー名を必ず入力してください。' + errorName : 'アンカー名を必ず入力してください。', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -237,6 +242,7 @@ CKEDITOR.lang['ja'] = findWhat : '検索する文字列:', replaceWith : '置換えする文字列:', notFoundMsg : '指定された文字列は見つかりませんでした。', + findOptions : 'Find Options', // MISSING matchCase : '大文字と小文字を区別する', matchWord : '単語単位で探す', matchCyclic : '一周する', @@ -413,7 +419,6 @@ CKEDITOR.lang['ja'] = upload : 'アップロード', alt : '代替テキスト', lockRatio : 'ロック比率', - unlockRatio : 'アンロック比率', resetSize : 'サイズリセット', border : 'ボーダー', hSpace : '横間隔', @@ -770,15 +775,15 @@ CKEDITOR.lang['ja'] = docprops : { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING + label : '文書 プロパティ', + title : '文書 プロパティ', design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING - chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING + meta : 'メタデータ', + chooseColor : '色の選択', + other : '<その他の>', + docTitle : 'ページタイトル', + charset : '文字セット符号化', + charsetOther : '他の文字セット符号化', charsetASCII : 'ASCII', // MISSING charsetCE : 'Central European', // MISSING charsetCT : 'Chinese Traditional (Big5)', // MISSING @@ -788,23 +793,23 @@ CKEDITOR.lang['ja'] = charsetKR : 'Korean', // MISSING charsetTR : 'Turkish', // MISSING charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Document Type Heading', // MISSING - docTypeOther : 'Other Document Type Heading', // MISSING - xhtmlDec : 'Include XHTML Declarations', // MISSING - bgColor : 'Background Color', // MISSING - bgImage : 'Background Image URL', // MISSING - bgFixed : 'Non-scrolling (Fixed) Background', // MISSING - txtColor : 'Text Color', // MISSING - margin : 'Page Margins', // MISSING - marginTop : 'Top', // MISSING - marginLeft : 'Left', // MISSING - marginRight : 'Right', // MISSING - marginBottom : 'Bottom', // MISSING - metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING - metaDescription : 'Document Description', // MISSING - metaAuthor : 'Author', // MISSING - metaCopyright : 'Copyright', // MISSING + charsetWE : 'Western European', + docType : '文書タイプヘッダー', + docTypeOther : 'その他文書タイプヘッダー', + xhtmlDec : 'XHTML宣言をインクルード', + bgColor : '背景色', + bgImage : '背景画像 URL', + bgFixed : 'スクロールしない背景', + txtColor : 'テキスト色', + margin : 'ページ・マージン', + marginTop : '上部', + marginLeft : '左', + marginRight : '右', + marginBottom : '下部', + metaKeywords : '文書のキーワード(カンマ区切り)', + metaDescription : '文書の概要', + metaAuthor : '文書の作者', + metaCopyright : '文書の著作権', previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };