mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 04:37:51 +02:00
29 lines
1.0 KiB
PHP
29 lines
1.0 KiB
PHP
<?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ç',
|
||
)
|
||
);
|