diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-09-09 10:43:12 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-09-09 10:43:12 +0200 |
commit | 70ad0c6a8f7d16b767aa78cde2acc9a3b3512e6f (patch) | |
tree | 2532298ac7bad2350af768a29d67bdc333cb2d8f /phpBB/language/en/posting.php | |
parent | 327e36a4d68ff9607967af52ef8f6a00c60343ff (diff) | |
download | forums-70ad0c6a8f7d16b767aa78cde2acc9a3b3512e6f.tar forums-70ad0c6a8f7d16b767aa78cde2acc9a3b3512e6f.tar.gz forums-70ad0c6a8f7d16b767aa78cde2acc9a3b3512e6f.tar.bz2 forums-70ad0c6a8f7d16b767aa78cde2acc9a3b3512e6f.tar.xz forums-70ad0c6a8f7d16b767aa78cde2acc9a3b3512e6f.zip |
[ticket/13904] Add language entries for error messages in upload class
PHPBB3-13904
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r-- | phpBB/language/en/posting.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 924395ed44..0e2d706f19 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -176,8 +176,10 @@ $lang = array_merge($lang, array( 'NO_POLL_TITLE' => 'You have to enter a poll title.', 'NO_POST' => 'The requested post does not exist.', 'NO_POST_MODE' => 'No post mode specified.', + 'NO_TEMP_DIR' => 'Temporary folder could not be found or is not writable.', 'PARTIAL_UPLOAD' => 'The uploaded file was only partially uploaded.', + 'PHP_UPLOAD_STOPPED' => 'A PHP extension has stopped the file upload.', 'PHP_SIZE_NA' => 'The attachment’s file size is too large.<br />Could not determine the maximum size defined by PHP in php.ini.', 'PHP_SIZE_OVERRUN' => 'The attachment’s file size is too large, the maximum upload size is %1$d %2$s.<br />Please note this is set in php.ini and cannot be overridden.', 'PLACE_INLINE' => 'Place inline', |