summaryrefslogtreecommitdiff
path: root/plugins/pastefromword/lang/el.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pastefromword/lang/el.js')
-rw-r--r--plugins/pastefromword/lang/el.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/pastefromword/lang/el.js b/plugins/pastefromword/lang/el.js
new file mode 100644
index 0000000..edadc10
--- /dev/null
+++ b/plugins/pastefromword/lang/el.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', 'el', {
+ confirmCleanup: 'Το κείμενο που επικολλάται φαίνεται να είναι αντιγραμμένο από το Word. Μήπως θα θέλατε να καθαριστεί προτού επικολληθεί;',
+ error: 'Δεν ήταν δυνατό να καθαριστούν τα δεδομένα λόγω ενός εσωτερικού σφάλματος',
+ title: 'Επικόλληση από το Word',
+ toolbar: 'Επικόλληση από το Word'
+});