summaryrefslogtreecommitdiff
path: root/plugins/pastefromword/lang/ja.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pastefromword/lang/ja.js')
-rw-r--r--plugins/pastefromword/lang/ja.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/pastefromword/lang/ja.js b/plugins/pastefromword/lang/ja.js
new file mode 100644
index 0000000..cd44e70
--- /dev/null
+++ b/plugins/pastefromword/lang/ja.js
@@ -0,0 +1,10 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'pastefromword', 'ja', {
+ confirmCleanup: '貼り付けを行うテキストは、ワード文章からコピーされようとしています。貼り付ける前にクリーニングを行いますか?',
+ error: '内部エラーにより貼り付けたデータがクリアできませんでした',
+ title: 'ワード文章から貼り付け',
+ toolbar: 'ワード文章から貼り付け'
+});