diff options
Diffstat (limited to 'plugins/div/lang/et.js')
| -rw-r--r-- | plugins/div/lang/et.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/div/lang/et.js b/plugins/div/lang/et.js new file mode 100644 index 0000000..d50b733 --- /dev/null +++ b/plugins/div/lang/et.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', 'et', {
+ IdInputLabel: 'ID',
+ advisoryTitleInputLabel: 'Soovitatav pealkiri',
+ cssClassInputLabel: 'Stiililehe klassid',
+ edit: 'Muuda Div',
+ inlineStyleInputLabel: 'Reasisene stiil',
+ langDirLTRLabel: 'Vasakult paremale (LTR)',
+ langDirLabel: 'Keele suund',
+ langDirRTLLabel: 'Paremalt vasakule (RTL)',
+ languageCodeInputLabel: ' Keelekood',
+ remove: 'Eemalda Div',
+ styleSelectLabel: 'Stiil',
+ title: 'Div-konteineri loomine',
+ toolbar: 'Div-konteineri loomine'
+});
|
