1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

Update tr.lang.php in box/menu plugin

This commit is contained in:
Ali Galip Çamlı
2014-05-24 10:11:02 +03:00
parent 91dec98620
commit 7089970cf6

View File

@@ -3,25 +3,25 @@
return array( return array(
'menu' => array( 'menu' => array(
'Menu' => 'Menü', 'Menu' => 'Menü',
'Menu manager' => 'Menu Yöneticisi', 'Menu manager' => 'Menü Yöneticisi',
'Edit' => 'Düzenle', 'Edit' => 'Düzenle',
'Name' => 'İsim', 'Name' => 'Ad',
'Delete' => 'Sil', 'Delete' => 'Sil',
'Order' => 'Sıralama', 'Order' => 'Sıra',
'Actions' => 'İşlem', 'Actions' => 'İşlemler',
'Create New Item' => 'Yeni Oluştur', 'Create New Item' => 'Yeni Bağlantı Oluştur',
'New item' => 'Yeni Oluştur', 'New item' => 'Yeni bağlantı',
'Item name' => 'Menü Adı', 'Item name' => 'Bağlantı adı',
'Item order' => 'Sıralaması', 'Item order' => 'Bağlantı sırası',
'Item target' => 'Hedef', 'Item target' => 'Bağlantı hedefi',
'Item link' => 'Bağlantısı', 'Item link' => 'Bağlantı yolu',
'Item category' => 'Kategorisi', 'Item category' => 'Bağlantı kategorisi',
'Save' => 'Kaydet', 'Save' => 'Kaydet',
'Edit item' => 'Düzenle', 'Edit item' => 'Bağlantıyı düzenle',
'Delete item :name' => 'Sil :name', 'Delete item :name' => ':name adlı bağlantıyı sil',
'Select page' => 'Sayfa Seç', 'Select page' => 'Sayfa seç',
'Category' => 'Kategori', 'Category' => 'Kategori',
'Select category' => 'Kategori Seç', 'Select category' => 'Kategori seç',
'Required field' => 'Zorunlu Alan', 'Required field' => 'Zorunlu alan',
) )
); );