diff options
Diffstat (limited to 'plugins/div/lang/eo.js')
| -rw-r--r-- | plugins/div/lang/eo.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/div/lang/eo.js b/plugins/div/lang/eo.js new file mode 100644 index 0000000..723f40b --- /dev/null +++ b/plugins/div/lang/eo.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', 'eo', {
+ IdInputLabel: 'Id',
+ advisoryTitleInputLabel: 'Priskriba Titolo',
+ cssClassInputLabel: 'Stilfolioklasoj',
+ edit: 'Redakti Div',
+ inlineStyleInputLabel: 'Enlinia stilo',
+ langDirLTRLabel: 'Maldekstre dekstren (angle LTR)',
+ langDirLabel: 'Skribdirekto',
+ langDirRTLLabel: 'Dekstre maldekstren (angle RTL)',
+ languageCodeInputLabel: ' Lingvokodo',
+ remove: 'Forigi Div',
+ styleSelectLabel: 'Stilo',
+ title: 'Krei DIV ujon',
+ toolbar: 'Krei DIV ujon'
+});
|
