mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
- fixed a few bugs
- added user_add() function - check posted images ([img]) for same domain/scipt and php files - auth_api.html updated to the coding guidelines look&feel - introduced ability to force non page-updates (cron is using it) - correctly resend coppa email git-svn-id: file:///svn/phpbb/trunk@6048 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -132,7 +132,9 @@ $lang = array_merge($lang, array(
|
||||
'EMPTY_SUBJECT' => 'You must specify a subject when posting a new topic.',
|
||||
'ENABLED' => 'Enabled',
|
||||
'ENCLOSURE' => 'Enclosure',
|
||||
'ERR_CHANGING_DIRECTORY' => 'Unable to change directory',
|
||||
'ERR_CONNECTING_SERVER' => 'Error connecting to the server',
|
||||
'ERR_UNABLE_TO_LOGIN' => 'Error on login. Supplied username or password wrong.',
|
||||
'EXTENSION' => 'Extension',
|
||||
'EXTENSION_DISABLED_AFTER_POSTING' => 'The extension <strong>%s</strong> has been deactivated and can no longer be displayed',
|
||||
|
||||
|
Reference in New Issue
Block a user