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