]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/find/lang/uk.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / uk.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', 'uk', {
6 find: 'Пошук',
7 findOptions: 'Параметри Пошуку',
8 findWhat: 'Шукати:',
9 matchCase: 'Враховувати регістр',
10 matchCyclic: 'Циклічна заміна',
11 matchWord: 'Збіг цілих слів',
12 notFoundMsg: 'Вказаний текст не знайдено.',
13 replace: 'Заміна',
14 replaceAll: 'Замінити все',
15 replaceSuccessMsg: '%1 співпадінь(ня) замінено.',
16 replaceWith: 'Замінити на:',
17 title: 'Знайти і замінити'
18 } );