aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/uk.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/uk.js')
-rw-r--r--sources/plugins/find/lang/uk.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/uk.js b/sources/plugins/find/lang/uk.js
new file mode 100644
index 00000000..3e904836
--- /dev/null
+++ b/sources/plugins/find/lang/uk.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', '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} );