fix(legacy): jquery i18n translations for plupload
This commit is contained in:
parent
9a005138a7
commit
5ed0bf67cb
|
@ -378,13 +378,16 @@ final class LocaleController extends Zend_Controller_Action
|
||||||
// so we will keep them here to prevent incomplete translations
|
// so we will keep them here to prevent incomplete translations
|
||||||
'Select files' => _('Select files'),
|
'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.'),
|
'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'),
|
'Status' => _('Status'),
|
||||||
'Size' => _('Status'),
|
'Size' => _('Size'),
|
||||||
'Add Files' => _('Add Files'),
|
'Add Files' => _('Add Files'),
|
||||||
'Stop Upload' => _('Stop Upload'),
|
'Stop Upload' => _('Stop Upload'),
|
||||||
'Start upload' => _('Start upload'),
|
'Start upload' => _('Start upload'),
|
||||||
|
'Start Upload' => _('Start Upload'),
|
||||||
'Add files' => _('Add files'),
|
'Add files' => _('Add files'),
|
||||||
|
'Stop current upload' => _('Stop current upload'),
|
||||||
|
'Start uploading queue' => _('Start uploading queue'),
|
||||||
'Uploaded %d/%d files' => _('Uploaded %d/%d files'),
|
'Uploaded %d/%d files' => _('Uploaded %d/%d files'),
|
||||||
'N/A' => _('N/A'),
|
'N/A' => _('N/A'),
|
||||||
'Drag files here.' => _('Drag files here.'),
|
'Drag files here.' => _('Drag files here.'),
|
||||||
|
|
Loading…
Reference in New Issue