diff options
author | Cesar G <prototech91@gmail.com> | 2013-12-11 19:15:39 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-01-17 19:20:37 -0800 |
commit | 628323a80af58642565ff55f381e7b289f45b8da (patch) | |
tree | 07ff94d3111b3b0fe9b53903193960aa8bda14a2 /phpBB | |
parent | 020b7a31bf2c92af274d701e7dbbc875ff88c7c4 (diff) | |
download | forums-628323a80af58642565ff55f381e7b289f45b8da.tar forums-628323a80af58642565ff55f381e7b289f45b8da.tar.gz forums-628323a80af58642565ff55f381e7b289f45b8da.tar.bz2 forums-628323a80af58642565ff55f381e7b289f45b8da.tar.xz forums-628323a80af58642565ff55f381e7b289f45b8da.zip |
[ticket/11915] Remove unused language string.
PHPBB3-11915
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/plupload.php | 1 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/plupload.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/language/en/plupload.php b/phpBB/language/en/plupload.php index 0615a673d1..6039de7dbf 100644 --- a/phpBB/language/en/plupload.php +++ b/phpBB/language/en/plupload.php @@ -50,7 +50,6 @@ $lang = array_merge($lang, array( 'PLUPLOAD_ERR_FILE_COUNT' => 'File count error.', 'PLUPLOAD_ERR_FILE_INVALID_EXT' => 'Error: Invalid file extension:', 'PLUPLOAD_ERR_RUNTIME_MEMORY' => 'Runtime ran out of available memory.', - 'PLUPLOAD_ERR_UPLOAD_LIMIT' => 'Upload element accepts only %d file(s) at a time. Extra files were stripped.', 'PLUPLOAD_ERR_UPLOAD_URL' => 'Upload URL might be wrong or does not exist.', 'PLUPLOAD_EXTENSION_ERROR' => 'File extension error.', 'PLUPLOAD_FILE' => 'File: %s', diff --git a/phpBB/styles/prosilver/template/plupload.html b/phpBB/styles/prosilver/template/plupload.html index ab788fb596..33520aab14 100644 --- a/phpBB/styles/prosilver/template/plupload.html +++ b/phpBB/styles/prosilver/template/plupload.html @@ -35,7 +35,6 @@ phpbb.plupload = { 'Status': '{LA_PLUPLOAD_STATUS}', 'Stop Upload': '{LA_PLUPLOAD_STOP_UPLOAD}', 'Stop current upload': '{LA_PLUPLOAD_STOP_CURRENT_UPLOAD}', - 'Upload element accepts only %d file(s) at a time. Extra files were stripped.': '{LA_PLUPLOAD_ERR_UPLOAD_LIMIT}', "Upload URL might be wrong or doesn't exist.": '{LA_PLUPLOAD_ERR_UPLOAD_URL}', 'Uploaded %d/%d files': '{LA_PLUPLOAD_UPLOADED}', '%d files queued': '{LA_PLUPLOAD_FILES_QUEUED}', |