aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/about/lang/et.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/about/lang/et.js')
-rw-r--r--sources/plugins/about/lang/et.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/sources/plugins/about/lang/et.js b/sources/plugins/about/lang/et.js
new file mode 100644
index 00000000..21ad65ac
--- /dev/null
+++ b/sources/plugins/about/lang/et.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'et', {
6 copy: 'Copyright © $1. Kõik õigused kaitstud.',
7 dlgTitle: 'CKEditorist',
8 help: 'Abi jaoks vaata $1.',
9 moreInfo: 'Litsentsi andmed leiab meie veebilehelt:',
10 title: 'CKEditorist',
11 userGuide: 'CKEditori kasutusjuhendit'
12} );