mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
- streamlined reports to consist of the feature set we decided upon (Nils, your turn now)
- use getenv instead of $_ENV (with $_ENV the case could be wrong) - permission fixes (there was a bug arising with getting permission flags - re-added them and handled roles deletion differently) - implemented max login attempts - changed the expected return parameters for logins/sessions - added acp page for editing report/denial reasons - other fixes here and there git-svn-id: file:///svn/phpbb/trunk@5622 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -80,9 +80,6 @@ $lang = array_merge($lang, array(
|
||||
'CHANGE_PASSWORD_EXPLAIN' => 'Must be between %1$d and %2$d characters.',
|
||||
'CLICK_RETURN_FOLDER' => 'Click %1$sHere%2$s to return to your "%3$s" Folder',
|
||||
'CONFIRMATION' => 'Confirmation of registration',
|
||||
'CONFIRM_CODE' => 'Confirmation code',
|
||||
'CONFIRM_CODE_EXPLAIN' => 'Enter the code exactly as you see it in the image, it is case sensitive, zero has a diagonal line through it.',
|
||||
'CONFIRM_CODE_WRONG' => 'The confirmation code you entered was incorrect.',
|
||||
'CONFIRM_EMAIL' => 'Confirm email address',
|
||||
'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing your email address.',
|
||||
'CONFIRM_EXPLAIN' => 'To prevent automated registrations the board administrator requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.',
|
||||
@@ -198,8 +195,6 @@ $lang = array_merge($lang, array(
|
||||
'MESSAGE_DELETED' => 'Message successfully deleted',
|
||||
'MESSAGE_HISTORY' => 'Message History',
|
||||
'MESSAGE_REMOVED_FROM_OUTBOX' => 'This message has been removed by it\'s author before it was delivered',
|
||||
'MESSAGE_REPORTED' => 'Click to view reports',
|
||||
'MESSAGE_REPORTED_MESSAGE' => 'Reported Message',
|
||||
'MESSAGE_STORED' => 'The message has been send successfully',
|
||||
'MESSAGES_DELETED' => 'Messages successfully deleted',
|
||||
'MOVE_DELETED_MESSAGES_TO' => 'Move messages from removed folder to',
|
||||
@@ -291,9 +286,6 @@ $lang = array_merge($lang, array(
|
||||
'RENAME' => 'Rename',
|
||||
'RENAME_FOLDER' => 'Rename folder',
|
||||
'REPLIED_MESSAGE' => 'Replied to Message',
|
||||
'REPORT_PM' => 'Report PM',
|
||||
'REPORT_PM_NOTIFY' => 'Send report notifications as PM',
|
||||
'REPORT_PM_NOTIFY_EXPLAIN' => 'If enabled, notifications and status updates to new reports get send as PM instead of emailing them.',
|
||||
'RETURN_FOLDER' => 'Click %1$sHere%2$s to return to folder',
|
||||
'RETURN_UCP' => 'Click %sHere%s to return to the User Control Panel',
|
||||
'RULE_ADDED' => 'Rule successfully added',
|
||||
|
Reference in New Issue
Block a user