diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php index 7b58ed63b9..7606be0887 100644 --- a/phpBB/language/en/memberlist.php +++ b/phpBB/language/en/memberlist.php @@ -31,6 +31,7 @@ $lang += array( 'ABOUT_USER' => 'Profile', 'ACTIVE_IN_FORUM' => 'Most active forum', 'ACTIVE_IN_TOPIC' => 'Most active topic', + 'ADD_FOE' => 'Add foe', 'ADD_FRIEND' => 'Add friend', 'AFTER' => 'After', 'AIM' => 'AIM', diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index c802a5c523..cd0406945d 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -166,10 +166,11 @@ $lang += array( 'TOO_FEW_CHARS' => 'Your message contains too few characters.', 'TOO_FEW_POLL_OPTIONS' => 'You must enter at least two poll options', - 'TOO_MANY_ATTACHMENTS' => 'Cannot add another attacment, %d is the maxmimum.', + 'TOO_MANY_ATTACHMENTS' => 'Cannot add another attachment, %d is the maxmimum.', 'TOO_MANY_CHARS' => 'Your message contains too many characters.', 'TOO_MANY_POLL_OPTIONS' => 'You have tried to enter too many poll options', - 'TOO_MANY_SMILIES' => 'Your message contains too many emoticons.', + 'TOO_MANY_SMILIES' => 'Your message contains too many emoticons. A maximum of %d emoticons are allowed.', + 'TOO_MANY_URLS' => 'Your message contains too many urls. A maximum of %d urls are allowed.', 'TOO_MANY_USER_OPTIONS' => 'You cannot specify more Options per User than existing poll options', 'TOPIC_BUMPED' => 'Topic has been bumped successfully', 'TOPIC_REVIEW' => 'Topic review', diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 946f05489a..a58fcc3616 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -226,6 +226,7 @@ $lang += array( 'NO_AUTH_READ_REMOVED_MESSAGE' => 'You are not able to read this message because it was removed by the author.', 'NO_AUTH_REPLY_MESSAGE' => 'You are not authorized to reply to private messages.', 'NO_AUTH_SEND_MESSAGE' => 'You are not authorized sending private messages.', + 'NO_AUTH_SIGNATURE' => 'You are not authorized to define a signature', 'NO_BOOKMARKS' => 'You have no bookmarks', 'NO_BOOKMARKS_SELECTED' => 'You have selected no bookmarks',