]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/find/lang/et.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / et.js
1 /*
2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.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 } );