1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-10 08:06:45 +02:00
Files
php-monstra/plugins/box/snippets/languages/tr.lang.php
Ali Galip Çamlı 9e92cc5372 Update tr.lang.php in box/snippets plugin
'Cancel' is missed.
2014-05-24 13:01:56 +03:00

30 lines
1.3 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'snippets' => array(
'Snippets' => 'Betikler',
'Snippets manager' => 'Betik Yöneticisi',
'Actions' => 'İşlemler',
'Delete' => 'Sil',
'Edit' => 'Düzenle',
'Name' => 'Ad',
'Create New Snippet' => 'Yeni Betik Oluştur',
'New Snippet' => 'Yeni Betik',
'Edit Snippet' => 'Betiği Düzenle',
'Save' => 'Kaydet',
'Save and Exit' => 'Kaydet ve Çık',
'This snippet already exists' => 'Bu betik zaten var',
'This snippet does not exist' => 'Betik bulunamadı',
'Delete snippet: :snippet' => ':snippet adlı betik silinsin mi',
'Snippet content' => 'Betik içeriği',
'Snippet <i>:name</i> deleted' => '<i>:name</i> adlı betik silindi',
'Your changes to the snippet <i>:name</i> have been saved.' => 'Değişiklikleriniz <i>:name</i> adlı betiğe kaydedildi.',
'Required field' => 'Zorunlu alan',
'View Embed Code' => 'Gömülü Kodu Görüntüle',
'Embed Code' => 'Gömülü Kod',
'Shortcode' => 'Kısa Kod',
'PHP Code' => 'PHP Kodu',
'Cancel' => 'Vazgeç',
)
);