JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.1
[ckeditor.git] / _source / lang / ja.js
index bfcfd11..673a60a 100644 (file)
@@ -121,6 +121,8 @@ CKEDITOR.lang['ja'] =
                alignBottom             : '下',\r
                invalidHeight   : '高さは数値で入力してください。',\r
                invalidWidth    : '幅は数値で入力してください。',\r
+               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\r
+               invalidHtmlLength       : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING\r
 \r
                // Put the voice-only part of the label in the span.\r
                unavailable             : '%1<span class="cke_accessibility">, 利用不可能</span>'\r
@@ -201,7 +203,8 @@ CKEDITOR.lang['ja'] =
                menu            : 'アンカー プロパティ',\r
                title           : 'アンカー プロパティ',\r
                name            : 'アンカー名',\r
-               errorName       : 'アンカー名を必ず入力してください。'\r
+               errorName       : 'アンカー名を必ず入力してください。',\r
+               remove          : 'Remove Anchor' // MISSING\r
        },\r
 \r
        // List style dialog\r
@@ -413,7 +416,6 @@ CKEDITOR.lang['ja'] =
                upload          : 'アップロード',\r
                alt                     : '代替テキスト',\r
                lockRatio       : 'ロック比率',\r
-               unlockRatio     : 'アンロック比率',\r
                resetSize       : 'サイズリセット',\r
                border          : 'ボーダー',\r
                hSpace          : '横間隔',\r
@@ -770,15 +772,15 @@ CKEDITOR.lang['ja'] =
 \r
        docprops :\r
        {\r
-               label : 'Document Properties', // MISSING\r
-               title : 'Document Properties', // MISSING\r
+               label : '文書 プロパティ',\r
+               title : '文書 プロパティ',\r
                design : 'Design', // MISSING\r
-               meta : 'Meta Tags', // MISSING\r
-               chooseColor : 'Choose', // MISSING\r
-               other : 'Other...', // MISSING\r
-               docTitle :      'Page Title', // MISSING\r
-               charset :       'Character Set Encoding', // MISSING\r
-               charsetOther : 'Other Character Set Encoding', // MISSING\r
+               meta : 'メタデータ',\r
+               chooseColor : '色の選択',\r
+               other : '<その他の>',\r
+               docTitle :      'ページタイトル',\r
+               charset :       '文字セット符号化',\r
+               charsetOther : '他の文字セット符号化',\r
                charsetASCII : 'ASCII', // MISSING\r
                charsetCE : 'Central European', // MISSING\r
                charsetCT : 'Chinese Traditional (Big5)', // MISSING\r
@@ -788,23 +790,23 @@ CKEDITOR.lang['ja'] =
                charsetKR : 'Korean', // MISSING\r
                charsetTR : 'Turkish', // MISSING\r
                charsetUN : 'Unicode (UTF-8)', // MISSING\r
-               charsetWE : 'Western European', // MISSING\r
-               docType : 'Document Type Heading', // MISSING\r
-               docTypeOther : 'Other Document Type Heading', // MISSING\r
-               xhtmlDec : 'Include XHTML Declarations', // MISSING\r
-               bgColor : 'Background Color', // MISSING\r
-               bgImage : 'Background Image URL', // MISSING\r
-               bgFixed : 'Non-scrolling (Fixed) Background', // MISSING\r
-               txtColor : 'Text Color', // MISSING\r
-               margin : 'Page Margins', // MISSING\r
-               marginTop : 'Top', // MISSING\r
-               marginLeft : 'Left', // MISSING\r
-               marginRight : 'Right', // MISSING\r
-               marginBottom : 'Bottom', // MISSING\r
-               metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING\r
-               metaDescription : 'Document Description', // MISSING\r
-               metaAuthor : 'Author', // MISSING\r
-               metaCopyright : 'Copyright', // MISSING\r
+               charsetWE : 'Western European',\r
+               docType : '文書タイプヘッダー',\r
+               docTypeOther : 'その他文書タイプヘッダー',\r
+               xhtmlDec : 'XHTML宣言をインクルード',\r
+               bgColor : '背景色',\r
+               bgImage : '背景画像 URL',\r
+               bgFixed : 'スクロールしない背景',\r
+               txtColor : 'テキスト色',\r
+               margin : 'ページ・マージン',\r
+               marginTop : '上部',\r
+               marginLeft : '左',\r
+               marginRight : '右',\r
+               marginBottom : '下部',\r
+               metaKeywords : '文書のキーワード(カンマ区切り)',\r
+               metaDescription : '文書の概要',\r
+               metaAuthor : '文書の作者',\r
+               metaCopyright : '文書の著作権',\r
                previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING\r
        }\r
 };\r