fix(legacy): jquery i18n translations for plupload

This commit is contained in:
jo 2022-10-07 16:16:30 +02:00 committed by Kyle Robbertze
parent 9a005138a7
commit 5ed0bf67cb
1 changed files with 5 additions and 2 deletions

View File

@ -378,13 +378,16 @@ final class LocaleController extends Zend_Controller_Action
// so we will keep them here to prevent incomplete translations
'Select files' => _('Select files'),
'Add files to the upload queue and click the start button.' => _('Add files to the upload queue and click the start button.'),
'Filename' => _('Add files to the upload queue and click the start button.'),
'Filename' => _('Filename'),
'Status' => _('Status'),
'Size' => _('Status'),
'Size' => _('Size'),
'Add Files' => _('Add Files'),
'Stop Upload' => _('Stop Upload'),
'Start upload' => _('Start upload'),
'Start Upload' => _('Start Upload'),
'Add files' => _('Add files'),
'Stop current upload' => _('Stop current upload'),
'Start uploading queue' => _('Start uploading queue'),
'Uploaded %d/%d files' => _('Uploaded %d/%d files'),
'N/A' => _('N/A'),
'Drag files here.' => _('Drag files here.'),