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

Update en.lang.php in box/filesmanager plugin

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

View File

@@ -30,5 +30,7 @@
'Directory was not created' => 'Directory was not created', 'Directory was not created' => 'Directory was not created',
'Directory was created' => 'Directory was created', 'Directory was created' => 'Directory was created',
'Upload server error' => 'Upload server error', 'Upload server error' => 'Upload server error',
'Directory:' => 'Directory:',
'File:' => 'File:',
) )
); );