aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/templates/lang/tr.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/templates/lang/tr.js')
-rw-r--r--sources/plugins/templates/lang/tr.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/sources/plugins/templates/lang/tr.js b/sources/plugins/templates/lang/tr.js
new file mode 100644
index 00000000..a2963bc8
--- /dev/null
+++ b/sources/plugins/templates/lang/tr.js
@@ -0,0 +1,12 @@
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( 'templates', 'tr', {
6 button: 'Şablonlar',
7 emptyListMsg: '(Belirli bir şablon seçilmedi)',
8 insertOption: 'Mevcut içerik ile değiştir',
9 options: 'Şablon Seçenekleri',
10 selectPromptMsg: 'Düzenleyicide açmak için lütfen bir şablon seçin.<br>(hali hazırdaki içerik kaybolacaktır.):',
11 title: 'İçerik Şablonları'
12} );