diff options
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/lang_admin.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/lang_main.php | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index fe41659f18..1d2a46e491 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -500,6 +500,7 @@ $lang = array_merge($lang, array( 'Max_sig_length' => 'Maximum signature length', 'Max_sig_length_explain' => 'Maximum number of characters in user signatures', 'Allow_name_change' => 'Allow Username changes', + 'ALLOW_ATTACHMENTS' => 'Allow Attachments', 'Forum_admin_explain' => 'In phpBB 2.2 there are no categories, everything is forum based. Each forum can have an unlimited number of sub-forums and you can determine whether each may be posted to or not (i.e. whether it acts like an old category). Here you can add, edit, delete, lock, unlock individual forums as well as set certain additional controls. If your posts and topics have got out of sync you can also resynchronise a forum.', diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index e0bb5b76b4..45558ec92f 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -391,6 +391,9 @@ $lang = array( 'ADD_FILE' => 'Add File', 'FILENAME' => 'Filename', 'FILE_COMMENT' => 'File comment', + 'POSTED_ATTACHMENTS' => 'Posted attachments', + 'UPDATE_COMMENT' => 'Update comment', + 'DELETE_FILE' => 'Delete File', 'DISABLE_HTML' => 'Disable HTML', 'DISABLE_BBCODE' => 'Disable BBCode', 'DISABLE_SMILIES' => 'Disable Smilies', @@ -626,6 +629,19 @@ $lang = array( 'Password_activated' => 'Your account has been re-activated. To logon please use the password supplied in the email you received', + 'GENERAL_UPLOAD_ERROR' => 'Upload Error: Could not upload Attachment to %s', + 'TOO_MANY_ATTACHMENTS' => 'Attachment cannot be added, since the max. number of %d Attachments in this post was achieved', + 'INVALID_FILENAME' => '%s is an invalid filename', + 'ATTACHMENT_PHP_SIZE_NA' => 'The Attachment is too big.<br />Couldn\'t get the maximum Size defined in PHP.<br />The Attachment Mod is unable to determine the maximum Upload Size defined in the php.ini file.', + 'ATTACHMENT_PHP_SIZE_OVERRUN' => 'The Attachment is too big.<br />Maximum Upload Size: %d MB.<br />Please note that this Size is defined in php.ini, this means it\'s set by PHP and the Attachment Mod can not override this value.', + 'DISALLOWED_EXTENSION' => 'The Extension %s is not allowed', + 'BYTES' => 'Bytes', + 'KB' => 'KB', + 'MB' => 'MB', + 'ATTACHMENT_TOO_BIG' => 'The Attachment is too big.<br />Max Size: %1d %2s', + 'ATTACH_QUOTA_REACHED' => 'Sorry, but the maximum filesize for all Attachments is reached. Please contact the Board Administrator if you have questions.', + + 'FIND_USERNAME' => 'Find a member', 'FIND_USERNAME_EXPLAIN' => 'Use this form to search for specific members. You do not need to fill out all fields. To match partial data use * as a wildcard. When entering dates use the format yyyy-mm-dd, e.g. 2002-01-01. Use the mark checkboxes to select one or more usernames (several usernames may be accepted depending on the form itself). Alternatively you can mark the users required and click the Insert Marked button.', 'NO_MEMBERS' => 'No members found for this search criteria', |