aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/lang/tr.js
blob: 99c6c737696312be0d0994a265df12f066ed5606 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'forms', 'tr', {
	button: {
		title: 'Düğme Özellikleri',
		text: 'Metin (Değer)',
		type: 'Tip',
		typeBtn: 'Düğme',
		typeSbm: 'Gönder',
		typeRst: 'Sıfırla'
	},
	checkboxAndRadio: {
		checkboxTitle: 'Onay Kutusu Özellikleri',
		radioTitle: 'Seçenek Düğmesi Özellikleri',
		value: 'Değer',
		selected: 'Seçili',
		required: 'Zorunlu'
	},
	form: {
		title: 'Form Özellikleri',
		menu: 'Form Özellikleri',
		action: 'İşlem',
		method: 'Yöntem',
		encoding: 'Kodlama'
	},
	hidden: {
		title: 'Gizli Veri Özellikleri',
		name: 'Ad',
		value: 'Değer'
	},
	select: {
		title: 'Seçim Menüsü Özellikleri',
		selectInfo: 'Bilgi',
		opAvail: 'Mevcut Seçenekler',
		value: 'Değer',
		size: 'Boyut',
		lines: 'satır',
		chkMulti: 'Çoklu seçime izin ver',
		required: 'Zorunlu',
		opText: 'Metin',
		opValue: 'Değer',
		btnAdd: 'Ekle',
		btnModify: 'Düzenle',
		btnUp: 'Yukarı',
		btnDown: 'Aşağı',
		btnSetValue: 'Seçili değer olarak ata',
		btnDelete: 'Sil'
	},
	textarea: {
		title: 'Çok Satırlı Metin Özellikleri',
		cols: 'Sütunlar',
		rows: 'Satırlar'
	},
	textfield: {
		title: 'Metin Girişi Özellikleri',
		name: 'Ad',
		value: 'Değer',
		charWidth: 'Karakter Genişliği',
		maxChars: 'En Fazla Karakter',
		required: 'Zorunlu',
		type: 'Tür',
		typeText: 'Metin',
		typePass: 'Şifre',
		typeEmail: 'E-posta',
		typeSearch: 'Ara',
		typeTel: 'Telefon Numarası',
		typeUrl: 'URL'
	}
} );