diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2014-06-24 20:59:10 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2014-06-24 20:59:10 +0200 |
| commit | 2596dbc850df86dd0d620e9d90bfd59a2f23a0eb (patch) | |
| tree | 5928193e791a4537312329a26c2d33f61669b6ce /phpBB/language/en/posting.php | |
| parent | 51b2cc14f8075b4def8f7aae4d2bc13ddd133c6e (diff) | |
| parent | 8b3cc9a6c494ecf7ec3262925b9e0c1381c0154e (diff) | |
| download | forums-2596dbc850df86dd0d620e9d90bfd59a2f23a0eb.tar forums-2596dbc850df86dd0d620e9d90bfd59a2f23a0eb.tar.gz forums-2596dbc850df86dd0d620e9d90bfd59a2f23a0eb.tar.bz2 forums-2596dbc850df86dd0d620e9d90bfd59a2f23a0eb.tar.xz forums-2596dbc850df86dd0d620e9d90bfd59a2f23a0eb.zip | |
Merge pull request #2633 from marc1706/ticket/12755
[ticket/12755] Add timeout to remote upload to prevent infinite loop
* marc1706/ticket/12755:
[ticket/12755] Apply de morgan to conditional
[ticket/12755] Terminate upload loop if upload reaches filesize
[ticket/12755] Change upload in remote_upload() method to fit get_remote_file
[ticket/12755] Add language string for timed out remote upload
[ticket/12755] Add timeout to remote upload to prevent infinite loop
Diffstat (limited to 'phpBB/language/en/posting.php')
| -rw-r--r-- | phpBB/language/en/posting.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index df411c3228..5316011f4e 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -178,6 +178,7 @@ $lang = array_merge($lang, array( 'QUOTE_DEPTH_EXCEEDED' => 'You may embed only %1$d quotes within each other.', + 'REMOTE_UPLOAD_TIMEOUT' => 'The specified file could not be uploaded because the request timed out.', 'SAVE' => 'Save', 'SAVE_DATE' => 'Saved at', 'SAVE_DRAFT' => 'Save draft', |
