From 5ed0bf67cbffa0f23d4c067aa7b7b33b74385963 Mon Sep 17 00:00:00 2001 From: jo Date: Fri, 7 Oct 2022 16:16:30 +0200 Subject: [PATCH] fix(legacy): jquery i18n translations for plupload --- legacy/application/controllers/LocaleController.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/legacy/application/controllers/LocaleController.php b/legacy/application/controllers/LocaleController.php index 64fefda4e..4f91d3f4d 100644 --- a/legacy/application/controllers/LocaleController.php +++ b/legacy/application/controllers/LocaleController.php @@ -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.'),