-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
3.1.0-b2
-
None
The following string in plupload.php should be converted to the new plural system:
Code: Select all
'PLUPLOAD_FILES_QUEUED' => '%d files queued',
Like this:
Code: Select all
'PLUPLOAD_FILES_QUEUED' => array(
1 => '%d file queued',
2 => '%d files queued',
),
- duplicates
-
PHPBB-12049 PLUPLOAD_ERR_UPLOAD_LIMIT should be using plurals
- Closed
- is related to
-
PHPBB-12042 Several strings of plupload are not being translated
- Closed