1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-01 10:50:37 +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(
'backup' => array(
'Backups' => 'Yedekler',
'Backup Date' => 'Yedek tarihi',
'Create Backup' => 'Yedek Oluştur',
'Backup Date' => 'Yedekleme Tarihi',
'Create Backup' => 'Yedek Al',
'Delete' => 'Sil',
'storage' => 'Depolama',
'public' => 'Genel',
'plugins' => 'Eklentiler',
'storage' => 'depo',
'public' => 'genel',
'plugins' => 'eklentiler',
'Size' => 'Boyut',
'Actions' => 'Eylemler',
'Delete backup: :backup' => 'Yedek silindi: :backup',
'Delete backup: :backup' => ':backup adlı yedek silinsin mi',
'Creating...' => 'Oluşturuluyor...',
)
);
);