1
0
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:
Meik Sievertsen
2006-11-19 20:08:24 +00:00
parent 174d43d532
commit 33bcb91d05
8 changed files with 16 additions and 8 deletions

View File

@@ -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 havent entered any users.',

View File

@@ -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',