1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

Update tr.lang.php in box/filesmanager plugin

Some missed entries...
This commit is contained in:
Ali Galip Çamlı
2014-05-24 18:02:11 +03:00
parent b9408b3522
commit 552c84c7b2

View File

@@ -18,5 +18,18 @@
'Select file' => 'Dosya seç',
'Cancel' => 'Vazgeç',
'Create' => 'Oluştur',
'File was deleted' => 'Dosya silindi',
'File was not deleted' => 'Dosya silinmedi',
'Directory was deleted' => 'Dizin silindi',
'Directory was not deleted' => 'Dizin silinmedi',
'Can not be empty' => 'Boş olamaz',
'Directory exists' => 'Dizin zaten var',
'File exists' => 'Dosya zaten var',
'Renamed successfully' => 'Başarıyla yeniden adlandırıldı',
'Failure' => 'Başarısız',
'File was uploaded' => 'Dosya yüklendi',
'Directory was not created' => 'Dizin oluşturulmadı',
'Directory was created' => 'Dizin oluşturuldu',
'Upload server error' => 'Yükleme sunucusunda hata',
)
);