1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 12:17:42 +02:00
Files
php-monstra/plugins/box/backup/languages/tr.lang.php
Ali Galip Çamlı 7a89ba8a9b Update tr.lang.php in box/backup plugin
Some missed entries...
2014-05-24 17:37:27 +03:00

27 lines
1013 B
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(
'backup' => array(
'Backups' => 'Yedekler',
'Backup' => 'Yedek',
'Backup Date' => 'Yedekleme Tarihi',
'Create Backup' => 'Yedek Al',
'Delete' => 'Sil',
'Restore' => 'Geri Yükle',
'storage' => 'depo',
'public' => 'genel',
'plugins' => 'eklentiler',
'Size' => 'Boyut',
'Actions' => 'Eylemler',
'Delete backup: :backup' => ':backup adlı yedek silinsin mi',
'Creating...' => 'Oluşturuluyor...',
'Backup was created' => 'Yedek oluşturuldu',
'Backup was not created' => 'Yedek oluşturulmadı',
'Backup was deleted' => 'Yedek silindi',
'Backup was not deleted' => 'Yedek silinmedi',
'Backup was restored' => 'Yedek geri yüklendi',
'Unzip error' => 'Sıkıştırılmış yedeği açma (unzip) hatası',
'Backup was not restored' => 'Yedek geri yüklenmedi',
)
);