1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +02:00
Files
php-monstra/plugins/box/menu/languages/tr.lang.php
Ali Galip Çamlı 33d8024866 Update tr.lang.php in box/menu plugin
'Cancel' is missed.
2014-05-24 13:03:41 +03:00

29 lines
1.0 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(
'menu' => array(
'Menu' => 'Menü',
'Menu manager' => 'Menü Yöneticisi',
'Edit' => 'Düzenle',
'Name' => 'Ad',
'Delete' => 'Sil',
'Order' => 'Sıra',
'Actions' => 'İşlemler',
'Create New Item' => 'Yeni Bağlantı Oluştur',
'New item' => 'Yeni bağlantı',
'Item name' => 'Bağlantı adı',
'Item order' => 'Bağlantı sırası',
'Item target' => 'Bağlantı hedefi',
'Item link' => 'Bağlantı yolu',
'Item category' => 'Bağlantı kategorisi',
'Save' => 'Kaydet',
'Edit item' => 'Bağlantıyı düzenle',
'Delete item :name' => ':name adlı bağlantıyı sil',
'Select page' => 'Sayfa seç',
'Category' => 'Kategori',
'Select category' => 'Kategori seç',
'Required field' => 'Zorunlu alan',
'Cancel' => 'Vazgeç',
)
);