mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
some tiny fixes.
git-svn-id: file:///svn/phpbb/trunk@6612 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -95,6 +95,7 @@ $lang = array_merge($lang, array(
|
||||
'MEMBERS' => 'Members',
|
||||
|
||||
'NO_GROUP' => 'No group specified.',
|
||||
'NO_GROUPS_CREATED' => 'No groups created yet.',
|
||||
'NO_PERMISSIONS' => 'Do not copy permissions',
|
||||
'NO_USERS' => 'You haven’t entered any users.',
|
||||
|
||||
|
@@ -33,7 +33,9 @@ if (empty($lang) || !is_array($lang))
|
||||
$lang = array_merge($lang, array(
|
||||
'ACTIVE_TOPICS' => 'Active topics',
|
||||
'ANNOUNCEMENTS' => 'Announcements',
|
||||
|
||||
|
||||
'FORUM_PERMISSIONS' => 'Forum permissions',
|
||||
|
||||
'ICON_ANNOUNCEMENT' => 'Announcement',
|
||||
'ICON_STICKY' => 'Sticky',
|
||||
|
||||
|
Reference in New Issue
Block a user