diff options
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 17fc170d21..00c272352e 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -74,8 +74,8 @@ $lang = array_merge($lang, array( 'AVATAR_NOT_UPLOADED' => 'Avatar could not be uploaded.', 'AVATAR_NO_SIZE' => 'Could not obtain width or height of linked avatar, please enter them manually.', 'AVATAR_PARTIAL_UPLOAD' => 'The uploaded file was only partially uploaded', - 'AVATAR_PHP_SIZE_NA' => 'The avatar\'s filesize is too large.<br />Could not determine the maximum size defined by PHP in php.ini.', - 'AVATAR_PHP_SIZE_OVERRUN' => 'The avatar\'s filesize is too large, maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overriden.', + 'AVATAR_PHP_SIZE_NA' => 'The avatar’s filesize is too large.<br />Could not determine the maximum size defined by PHP in php.ini.', + 'AVATAR_PHP_SIZE_OVERRUN' => 'The avatar’s filesize is too large, maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overriden.', '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.', @@ -136,7 +136,7 @@ $lang = array_merge($lang, array( 'EDIT_POST' => 'Edit post', 'EMAIL' => 'Email', 'EMAIL_ADDRESS' => 'Email address', - 'EMAIL_SMTP_ERROR_RESPONSE' => "Ran into problems sending Mail at <strong>Line %s</strong>. Response: %s", + 'EMAIL_SMTP_ERROR_RESPONSE' => 'Ran into problems sending email at <strong>Line %1$s</strong>. Response: %2$s', 'EMPTY_SUBJECT' => 'You must specify a subject when posting a new topic.', 'ENABLED' => 'Enabled', 'ENCLOSURE' => 'Enclosure', @@ -249,7 +249,7 @@ $lang = array_merge($lang, array( 'JOINED' => 'Joined', 'JUMP_PAGE' => 'Enter the page number you wish to go to', 'JUMP_TO' => 'Jump to', - 'JUMP_TO_PAGE' => 'Click to jump to page...', + 'JUMP_TO_PAGE' => 'Click to jump to page…', 'KB' => 'KB', @@ -335,7 +335,7 @@ $lang = array_merge($lang, array( 'NO_ONLINE_USERS' => 'No registered users', 'NO_POSTS' => 'No posts', 'NO_POSTS_TIME_FRAME' => 'No posts exist inside this topic for the selected time frame.', - 'NO_SUCH_SEARCH_MODULE' => 'The specified search backend doesn\'t exist', + 'NO_SUCH_SEARCH_MODULE' => 'The specified search backend doesn’t exist', 'NO_SUPPORTED_AUTH_METHODS' => 'No supported authentication methods', 'NO_TOPIC' => 'The requested topic does not exist.', 'NO_TOPICS' => 'There are no topics or posts in this forum.', @@ -542,7 +542,7 @@ $lang = array_merge($lang, array( 'TOTAL_USERS_ZERO' => 'Total members <strong>0</strong>', 'TRACKED_PHP_ERROR' => 'Tracked PHP errors: %s', - 'UNABLE_GET_IMAGE_SIZE' => 'Accessing the image was impossible or file isn\'t a valid image.', + 'UNABLE_GET_IMAGE_SIZE' => 'Accessing the image was impossible or file isn’t a valid image.', 'UNABLE_TO_DELIVER_FILE'=> 'Unable to deliver file.', 'UNKNOWN_BROWSER' => 'Unknown browser', 'UNMARK_ALL' => 'Unmark all', @@ -723,12 +723,12 @@ $lang = array_merge($lang, array( '4.5' => '[UTC + 4:30, D*] Afghanistan Time', '5' => '[UTC + 5, E] Pakistan Standard Time, Yekaterinburg Standard Time', '5.5' => '[UTC + 5:30, E*] Indian Standard Time, Sri Lanka Time', - '5.75' => '[UTC + 5:45, E‡] Nepal Time', + '5.75' => '[UTC + 5:45, E‡] Nepal Time', '6' => '[UTC + 6, F] Bangladesh Time, Bhutan Time, Novosibirsk Standard Time', '6.5' => '[UTC + 6:30, F*] Cocos Islands Time, Myanmar Time', '7' => '[UTC + 7, G] Indochina Time, Krasnoyarsk Standard Time', '8' => '[UTC + 8, H] Chinese Standard Time, Australian Western Standard Time, Irkutsk Standard Time', - '8.75' => '[UTC + 8:45, H‡] Southeastern Western Australia Standard Time', + '8.75' => '[UTC + 8:45, H‡] Southeastern Western Australia Standard Time', '9' => '[UTC + 9, I] Japan Standard Time, Korea Standard Time, Chita Standard Time', '9.5' => '[UTC + 9:30, I*] Australian Central Standard Time', '10' => '[UTC + 10, K] Australian Eastern Standard Time, Vladivostok Standard Time', @@ -736,9 +736,9 @@ $lang = array_merge($lang, array( '11' => '[UTC + 11, L] Solomon Island Time, Magadan Standard Time', '11.5' => '[UTC + 11:30, L*] Norfolk Island Time', '12' => '[UTC + 12, M] New Zealand Time, Fiji Time, Kamchatka Standard Time', - '12.75' => '[UTC + 12:45, M‡] Chatham Islands Time', + '12.75' => '[UTC + 12:45, M‡] Chatham Islands Time', '13' => '[UTC + 13, M*] Tonga Time, Phoenix Islands Time', - '14' => '[UTC + 14, M†] Line Island Time', + '14' => '[UTC + 14, M†] Line Island Time', ), // The value is only an example and will get replaced by the current time on view |