mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
some changes/bugfixes
git-svn-id: file:///svn/phpbb/trunk@7241 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -61,19 +61,20 @@ $lang = array_merge($lang, array(
|
||||
'ALL_TIMES' => 'All times are %1$s %2$s',
|
||||
'ALL_TOPICS' => 'All Topics',
|
||||
'AND' => 'And',
|
||||
'ARE_WATCHING_FORUM' => 'You have subscribed to receive updates on this forum',
|
||||
'ARE_WATCHING_FORUM' => 'You have subscribed to receive updates on this forum.',
|
||||
'ARE_WATCHING_TOPIC' => 'You have subscribed to receive updates on this topic.',
|
||||
'ASCENDING' => 'Ascending',
|
||||
'ATTACHMENTS' => 'Attachments',
|
||||
'ATTACHED_IMAGE_NOT_IMAGE' => 'You tried to attach an invalid image file.',
|
||||
'AUTHOR' => 'Author',
|
||||
'AUTH_NO_PROFILE_CREATED' => 'Creating a user profile failed',
|
||||
'AVATAR_DISALLOWED_EXTENSION' => 'The extension %s is not allowed',
|
||||
'AUTH_NO_PROFILE_CREATED' => 'Creating a user profile failed.',
|
||||
'AVATAR_DISALLOWED_EXTENSION' => 'The extension %s is not allowed.',
|
||||
'AVATAR_EMPTY_REMOTE_DATA' => 'Avatar could not be uploaded, the remote data appears to be invalid or corrupted.',
|
||||
'AVATAR_INVALID_FILENAME' => '%s is an invalid filename',
|
||||
'AVATAR_EMPTY_FILEUPLOAD' => 'The uploaded avatar file is empty.',
|
||||
'AVATAR_INVALID_FILENAME' => '%s is an invalid filename.',
|
||||
'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_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 overridden.',
|
||||
'AVATAR_URL_INVALID' => 'The URL you specified is invalid.',
|
||||
@@ -136,9 +137,12 @@ $lang = array_merge($lang, array(
|
||||
'DISPLAY_TOPICS' => 'Display topics from previous',
|
||||
'DOWNLOADED' => 'Downloaded',
|
||||
'DOWNLOADING_FILE' => 'Downloading file',
|
||||
'DOWNLOAD_COUNT' => '%d time',
|
||||
'DOWNLOAD_COUNTS' => '%d times',
|
||||
'DOWNLOAD_NONE' => '0 times',
|
||||
'DOWNLOAD_COUNT' => 'Downloaded %d time',
|
||||
'DOWNLOAD_COUNTS' => 'Downloaded %d times',
|
||||
'DOWNLOAD_COUNT_NONE' => 'Not downloaded yet',
|
||||
'VIEWED_COUNT' => 'Viewed %d time',
|
||||
'VIEWED_COUNTS' => 'Viewed %d times',
|
||||
'VIEWED_COUNT_NONE' => 'Not viewed yet',
|
||||
|
||||
'EDIT_POST' => 'Edit post',
|
||||
'EMAIL' => 'Email',
|
||||
|
Reference in New Issue
Block a user