mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
fixing some bugs, most being submitted grammatical/spelling errors.
git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -74,7 +74,7 @@ $lang = array_merge($lang, array(
|
||||
'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_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 overridden.',
|
||||
'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.',
|
||||
@@ -156,7 +156,7 @@ $lang = array_merge($lang, array(
|
||||
'FAQ_EXPLAIN' => 'Frequently Asked Questions',
|
||||
'FILENAME' => 'Filename',
|
||||
'FILESIZE' => 'Filesize',
|
||||
'FILEDATE' => 'Filedate',
|
||||
'FILEDATE' => 'File date',
|
||||
'FILE_COMMENT' => 'File comment',
|
||||
'FILE_NOT_FOUND' => 'The requested file could not be found',
|
||||
'FIND_USERNAME' => 'Find a member',
|
||||
@@ -260,7 +260,7 @@ $lang = array_merge($lang, array(
|
||||
'LAST_POST' => 'Last post',
|
||||
'LAST_UPDATED' => 'Last updated',
|
||||
'LAST_VISIT' => 'Last visit',
|
||||
'LDAP_NO_LDAP_EXTENSION' => 'LDAP extension not availible',
|
||||
'LDAP_NO_LDAP_EXTENSION' => 'LDAP extension not available',
|
||||
'LDAP_NO_SERVER_CONNECTION' => 'Could not connect to LDAP server',
|
||||
'LEGEND' => 'Legend',
|
||||
'LOCATION' => 'Location',
|
||||
|
Reference in New Issue
Block a user