diff options
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/common.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/mcp.php | 3 | ||||
-rw-r--r-- | phpBB/language/en/posting.php | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 2e547f745a..ea0bb08680 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -73,7 +73,7 @@ $lang = array_merge($lang, array( 'AVATAR_URL_INVALID' => 'The URL you specified is invalid.', 'AVATAR_URL_NOT_FOUND' => 'The file specified could not be found.', 'AVATAR_WRONG_FILESIZE' => 'The avatar must be between 0 and %1d %2s.', - 'AVATAR_WRONG_SIZE' => 'The avatar must be at least %1$d pixels wide, %2$d pixels high and at most %3$d pixels wide and %4$d pixels high.', + 'AVATAR_WRONG_SIZE' => 'The avatar must be at least %1$d pixels wide, %2$d pixels high and at most %3$d pixels wide and %4$d pixels high. The submitted avatar is %5$d pixels wide and %6$d pixels high.', 'BACK_TO_TOP' => 'Top', 'BBCODE_GUIDE' => 'BBCode Guide', diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 36d3e29f32..be047d1ea4 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -35,6 +35,7 @@ $lang = array_merge($lang, array( 'ADD_WARNING' => 'Add warning', 'ADD_WARNING_EXPLAIN' => 'To send a warning to this user please fill out the following form. Only use plain text; HTML, BBCode, etc. are not permitted.', 'ALL_ENTRIES' => 'All entries', + 'ALL_NOTES_DELETED' => 'Sucessfully removed all user notes', 'ALL_REPORTS' => 'All reports', 'ALREADY_REPORTED' => 'This post has already been reported', 'ALREADY_WARNED' => 'A warning has already been issued for this post', @@ -118,6 +119,8 @@ $lang = array_merge($lang, array( 'LOOKUP_ALL' => 'Look up all IP', 'LOOKUP_IP' => 'Look up IP', + 'MARKED_NOTES_DELETED' => 'Sucessfully removed all marked user notes', + 'MCP_ADD' => 'Add a warning', 'MCP_BAN' => 'Banning', diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 6f8dbc3925..a0586aa1d7 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -193,7 +193,7 @@ $lang = array_merge($lang, array( 'VIEW_MESSAGE' => 'Click %sHere%s to view your message', 'WRONG_FILESIZE' => 'The file is too big, maximum allowed size is %1d %2s', - 'WRONG_SIZE' => 'The image must be at least %1$d pixels wide, %2$d pixels high and at most %3$d pixels wide and %4$d pixels high.', + 'WRONG_SIZE' => 'The image must be at least %1$d pixels wide, %2$d pixels high and at most %3$d pixels wide and %4$d pixels high. The submitted image is %5$d pixels wide and %6$d pixels high.', )); ?>
\ No newline at end of file |