aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/et.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/div/lang/et.js')
-rw-r--r--sources/plugins/div/lang/et.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/sources/plugins/div/lang/et.js b/sources/plugins/div/lang/et.js
new file mode 100644
index 0000000..e64dfe1
--- /dev/null
+++ b/sources/plugins/div/lang/et.js
@@ -0,0 +1,19 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'div', 'et', {
6 IdInputLabel: 'ID',
7 advisoryTitleInputLabel: 'Soovitatav pealkiri',
8 cssClassInputLabel: 'Stiililehe klassid',
9 edit: 'Muuda Div',
10 inlineStyleInputLabel: 'Reasisene stiil',
11 langDirLTRLabel: 'Vasakult paremale (LTR)',
12 langDirLabel: 'Keele suund',
13 langDirRTLLabel: 'Paremalt vasakule (RTL)',
14 languageCodeInputLabel: ' Keelekood',
15 remove: 'Eemalda Div',
16 styleSelectLabel: 'Stiil',
17 title: 'Div-konteineri loomine',
18 toolbar: 'Div-konteineri loomine'
19} );