mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Fixing some tiny bugs...
- correctly close span tags within code=php git-svn-id: file:///svn/phpbb/trunk@7619 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -40,6 +40,7 @@ $lang = array_merge($lang, array(
|
||||
'ADMIN_UPLOAD_ERROR' => 'Errors while trying to attach file: “%s”.',
|
||||
'ALLOWED_FORUMS' => 'Allowed forums',
|
||||
'ALLOWED_FORUMS_EXPLAIN' => 'Able to post the assigned extensions at the selected (or all if selected) forums.',
|
||||
'ALLOWED_IN_PM_POST' => 'Allowed',
|
||||
'ALLOW_ATTACHMENTS' => 'Allow attachments',
|
||||
'ALLOW_ALL_FORUMS' => 'Allow all forums',
|
||||
'ALLOW_IN_PM' => 'Allowed in private messaging',
|
||||
@@ -109,7 +110,8 @@ $lang = array_merge($lang, array(
|
||||
'MODE_INLINE' => 'Inline',
|
||||
'MODE_PHYSICAL' => 'Physical',
|
||||
|
||||
'NOT_ALLOWED_IN_PM' => 'Not allowed in private messages',
|
||||
'NOT_ALLOWED_IN_PM' => 'Only allowed in posts',
|
||||
'NOT_ALLOWED_IN_PM_POST' => 'Not allowed',
|
||||
'NOT_ASSIGNED' => 'Not assigned',
|
||||
'NO_EXT_GROUP' => 'None',
|
||||
'NO_EXT_GROUP_NAME' => 'No group name entered',
|
||||
|
Reference in New Issue
Block a user