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