aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/tr.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/tr.js')
-rw-r--r--sources/plugins/find/lang/tr.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/tr.js b/sources/plugins/find/lang/tr.js
new file mode 100644
index 00000000..9705d9e0
--- /dev/null
+++ b/sources/plugins/find/lang/tr.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', 'tr', {
6 find: 'Bul',
7 findOptions: 'Seçenekleri Bul',
8 findWhat: 'Aranan:',
9 matchCase: 'Büyük/küçük harf duyarlı',
10 matchCyclic: 'Eşleşen döngü',
11 matchWord: 'Kelimenin tamamı uysun',
12 notFoundMsg: 'Belirtilen yazı bulunamadı.',
13 replace: 'Değiştir',
14 replaceAll: 'Tümünü Değiştir',
15 replaceSuccessMsg: '%1 bulunanlardan değiştirildi.',
16 replaceWith: 'Bununla değiştir:',
17 title: 'Bul ve Değiştir'
18} );