aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/et.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/et.js')
-rw-r--r--sources/plugins/find/lang/et.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/et.js b/sources/plugins/find/lang/et.js
new file mode 100644
index 00000000..749c54e3
--- /dev/null
+++ b/sources/plugins/find/lang/et.js
@@ -0,0 +1,18 @@
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( 'find', 'et', {
6 find: 'Otsi',
7 findOptions: 'Otsingu valikud',
8 findWhat: 'Otsitav:',
9 matchCase: 'Suur- ja väiketähtede eristamine',
10 matchCyclic: 'Jätkatakse algusest',
11 matchWord: 'Ainult terved sõnad',
12 notFoundMsg: 'Otsitud teksti ei leitud.',
13 replace: 'Asenda',
14 replaceAll: 'Asenda kõik',
15 replaceSuccessMsg: '%1 vastet asendati.',
16 replaceWith: 'Asendus:',
17 title: 'Otsimine ja asendamine'
18} );