diff options
Diffstat (limited to 'plugins/div/lang/el.js')
| -rw-r--r-- | plugins/div/lang/el.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/div/lang/el.js b/plugins/div/lang/el.js new file mode 100644 index 0000000..e08d392 --- /dev/null +++ b/plugins/div/lang/el.js @@ -0,0 +1,19 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'div', 'el', {
+ IdInputLabel: 'Id',
+ advisoryTitleInputLabel: 'Ενδεικτικός Τίτλος',
+ cssClassInputLabel: 'Stylesheet Classes',
+ edit: 'Επεξεργασία Div',
+ inlineStyleInputLabel: 'Στυλ Εν Σειρά',
+ langDirLTRLabel: 'Αριστερά προς Δεξιά (LTR)',
+ langDirLabel: 'Κατεύθυνση Κειμένου',
+ langDirRTLLabel: 'Δεξιά προς Αριστερά (RTL)',
+ languageCodeInputLabel: 'Κωδικός Γλώσσας',
+ remove: 'Διαγραφή Div',
+ styleSelectLabel: 'Μορφή',
+ title: 'Δημιουργεία Div',
+ toolbar: 'Δημιουργεία Div'
+});
|
