You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.9 KiB
75 lines
1.9 KiB
(function ($) {
|
|
$.Redactor.opts.langs['tr'] = {
|
|
html: 'HTML',
|
|
video: 'Video',
|
|
image: 'Görsel',
|
|
table: 'Tablo',
|
|
link: 'Bağlantı',
|
|
link_insert: 'Bağlantı Ekle ...',
|
|
link_edit: 'Bağlantıyı Düzenle',
|
|
unlink: 'Bağlantı Kaldır',
|
|
formatting: 'Biçimlendirme',
|
|
paragraph: 'Paragraf',
|
|
quote: 'Alıntı',
|
|
code: 'Kod',
|
|
header1: 'Başlık 1',
|
|
header2: 'Başlık 2',
|
|
header3: 'Başlık 3',
|
|
header4: 'Başlık 4',
|
|
header5: 'Başlık 5',
|
|
bold: 'Kalın',
|
|
italic: 'Eğik',
|
|
fontcolor: 'Yazı rengi',
|
|
backcolor: 'Arkaplan rengi',
|
|
unorderedlist: 'Sırasız liste',
|
|
orderedlist: 'Sıralı liste',
|
|
outdent: 'Girintiyi azalt',
|
|
indent: 'Girintiyi artır',
|
|
cancel: 'İptal',
|
|
insert: 'Ekle',
|
|
save: 'Kaydet',
|
|
_delete: 'Sil',
|
|
insert_table: 'Tablo ekle',
|
|
insert_row_above: 'Üste satır ekle',
|
|
insert_row_below: 'Alta satır ekle',
|
|
insert_column_left: 'Sola sütun ekle',
|
|
insert_column_right: 'Sağa sütun ekle',
|
|
delete_column: 'Sütun sil',
|
|
delete_row: 'Satır sil',
|
|
delete_table: 'Tablo sil',
|
|
rows: 'Satırlar',
|
|
columns: 'Sütunlar',
|
|
add_head: 'Başlık ekle',
|
|
delete_head: 'Başlık sil',
|
|
title: 'Başlık',
|
|
image_position: 'Pozisyon',
|
|
none: 'hiçbiri',
|
|
left: 'sol',
|
|
right: 'sağ',
|
|
image_web_link: 'Görselin web bağlantısı',
|
|
text: 'Metin',
|
|
mailto: 'E-Posta',
|
|
web: 'URL',
|
|
video_html_code: 'Video embed kodu',
|
|
file: 'Dosya',
|
|
upload: 'Yükle',
|
|
download: 'İndir',
|
|
choose: 'Seç',
|
|
or_choose: 'Veya seç',
|
|
drop_file_here: 'Dosyayı buraya bırak',
|
|
align_left: 'Sola hizala',
|
|
align_center: 'Ortala',
|
|
align_right: 'Sağa hizala',
|
|
align_justify: 'Satır uzunluğuna ayarla',
|
|
horizontalrule: 'Yatay çizgi',
|
|
fullscreen: 'Tam ekran',
|
|
deleted: 'Silindi',
|
|
anchor: 'Çapa',
|
|
link_new_tab: 'Bağlantıyı yeni pencerede aç',
|
|
underline: 'Altı çizili',
|
|
alignment: 'Hizalama',
|
|
filename: 'Dosya Adı (isteğe bağlı)',
|
|
edit: 'Düzenle',
|
|
center: 'Center'
|
|
};
|
|
})( jQuery );
|
|
|