mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +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:
@@ -107,8 +107,8 @@ $lang = array_merge($lang, array(
|
||||
'NO_FORUM_ACTION' => 'No action defined for what happens with the forum content',
|
||||
'NO_PARENT' => 'No Parent',
|
||||
'NO_PERMISSIONS' => 'Do not copy permissions',
|
||||
'NO_PERMISSION_FORUM_ADD' => 'You do not have the neccessary permissions to delete forums',
|
||||
'NO_PERMISSION_FORUM_DELETE' => 'You do not have the neccessary permissions to add forums',
|
||||
'NO_PERMISSION_FORUM_ADD' => 'You do not have the neccessary permissions to add forums',
|
||||
'NO_PERMISSION_FORUM_DELETE' => 'You do not have the neccessary permissions to delete forums',
|
||||
|
||||
'PARENT_NOT_EXIST' => 'Parent does not exist',
|
||||
'PRUNE_ANNOUNCEMENTS' => 'Prune Announcements',
|
||||
|
Reference in New Issue
Block a user