1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-03 19:57:57 +02:00

Update tr.lang.php in box/backup plugin

This commit is contained in:
Ali Galip Çamlı
2014-05-23 10:05:31 +03:00
parent 6be93036ae
commit b91e746c09

View File

@@ -3,15 +3,15 @@
return array( return array(
'backup' => array( 'backup' => array(
'Backups' => 'Yedekler', 'Backups' => 'Yedekler',
'Backup Date' => 'Yedek tarihi', 'Backup Date' => 'Yedekleme Tarihi',
'Create Backup' => 'Yedek Oluştur', 'Create Backup' => 'Yedek Al',
'Delete' => 'Sil', 'Delete' => 'Sil',
'storage' => 'Depolama', 'storage' => 'depo',
'public' => 'Genel', 'public' => 'genel',
'plugins' => 'Eklentiler', 'plugins' => 'eklentiler',
'Size' => 'Boyut', 'Size' => 'Boyut',
'Actions' => 'Eylemler', 'Actions' => 'Eylemler',
'Delete backup: :backup' => 'Yedek silindi: :backup', 'Delete backup: :backup' => ':backup adlı yedek silinsin mi',
'Creating...' => 'Oluşturuluyor...', 'Creating...' => 'Oluşturuluyor...',
) )
); );