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

'Directory:' and 'File:' are missed.
This commit is contained in:
Ali Galip Çamlı
2014-05-24 18:08:19 +03:00
parent abdde2411a
commit c713cf40d2

View File

@@ -32,5 +32,7 @@
'Directory was not created' => 'Dizin oluşturulmadı',
'Directory was created' => 'Dizin oluşturuldu',
'Upload server error' => 'Yükleme sunucusunda hata',
'Directory:' => 'Dizin:',
'File:' => 'Dosya:',
)
);