Fix #539 "Drop files here to upload" text not translated. Also translate Insert and Delete buttons

This commit is contained in:
Flavio Copes
2016-05-03 11:10:54 +02:00
parent 473487bbca
commit 38d3a70cb7
5 changed files with 39 additions and 33 deletions

View File

@@ -684,7 +684,10 @@ class AdminPlugin extends Plugin
'NOTHING_TO_SAVE',
'FILE_UNSUPPORTED',
'FILE_ERROR_ADD',
'FILE_ERROR_UPLOAD'
'FILE_ERROR_UPLOAD',
'DROP_FILES_HERE_TO_UPLOAD',
'DELETE',
'INSERT'
];
foreach($strings as $string) {