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