mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-03 16:34:55 +02:00
- fixing some bugs, containing fixes for anonymous username displays, eaccelerator issue, permission trace and a few smaller bugs.
git-svn-id: file:///svn/phpbb/trunk@5858 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -29,7 +29,8 @@ if (empty($lang) || !is_array($lang))
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'ATTACHMENT' => 'Attachment',
|
||||
'ATTACHMENT' => 'Attachment',
|
||||
'ATTACHMENT_FUNCTIONALITY_DISABLED' => 'Attachment has been disabled',
|
||||
|
||||
'BOOKMARK_ADDED' => 'Bookmarked Topic successfully.',
|
||||
'BOOKMARK_REMOVED' => 'Removed Bookmarked Topic successfully.',
|
||||
|
Reference in New Issue
Block a user