mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/9549] Fix language strings.
PHPBB3-9549
This commit is contained in:
parent
d9f092a18b
commit
6e9aecec79
1 changed files with 4 additions and 4 deletions
|
@ -107,7 +107,7 @@ $lang = array_merge($lang, array(
|
||||||
'GROUP_USERS_EXIST' => 'The selected users are already members.',
|
'GROUP_USERS_EXIST' => 'The selected users are already members.',
|
||||||
'GROUP_USERS_REMOVE' => 'Users removed from group and new defaults set successfully.',
|
'GROUP_USERS_REMOVE' => 'Users removed from group and new defaults set successfully.',
|
||||||
|
|
||||||
'LEGEND_EXPLAIN' => 'These are the groups, which are viewed on the group legend:',
|
'LEGEND_EXPLAIN' => 'These are the groups which are displayed in the group legend:',
|
||||||
'LEGEND_SETTINGS' => 'Legend settings',
|
'LEGEND_SETTINGS' => 'Legend settings',
|
||||||
'LEGEND_SORT_GROUPNAME' => 'Sort legend by group name',
|
'LEGEND_SORT_GROUPNAME' => 'Sort legend by group name',
|
||||||
'LEGEND_SORT_GROUPNAME_EXPLAIN' => 'The order below is ignored when this option is enabled.',
|
'LEGEND_SORT_GROUPNAME_EXPLAIN' => 'The order below is ignored when this option is enabled.',
|
||||||
|
@ -129,9 +129,9 @@ $lang = array_merge($lang, array(
|
||||||
'SPECIAL_GROUPS' => 'Pre-defined groups',
|
'SPECIAL_GROUPS' => 'Pre-defined groups',
|
||||||
'SPECIAL_GROUPS_EXPLAIN' => 'Pre-defined groups are special groups, they cannot be deleted or directly modified. However you can still add users and alter basic settings.',
|
'SPECIAL_GROUPS_EXPLAIN' => 'Pre-defined groups are special groups, they cannot be deleted or directly modified. However you can still add users and alter basic settings.',
|
||||||
|
|
||||||
'TEAMPAGE_EXPLAIN' => 'These are the groups, which are viewed on the teampage:',
|
'TEAMPAGE_EXPLAIN' => 'These are the groups which are displayed on the teampage:',
|
||||||
'TEAMPAGE_FORUMS' => 'Display moderator forums',
|
'TEAMPAGE_FORUMS' => 'Display moderated forums',
|
||||||
'TEAMPAGE_FORUMS_EXPLAIN' => 'If set to yes, moderators will have a list with all of the forums, where they have moderator permissions, in their row. This can be very database intensive for big boards.',
|
'TEAMPAGE_FORUMS_EXPLAIN' => 'If set to yes, moderators will have a list with all of the forums where they have moderator permissions displayed in their row. This can be very database intensive for big boards.',
|
||||||
'TEAMPAGE_MULTIPLE' => 'Display users in all groups',
|
'TEAMPAGE_MULTIPLE' => 'Display users in all groups',
|
||||||
'TEAMPAGE_MULTIPLE_EXPLAIN' => 'If set to no, the users will only be displayed in their first group.',
|
'TEAMPAGE_MULTIPLE_EXPLAIN' => 'If set to no, the users will only be displayed in their first group.',
|
||||||
'TEAMPAGE_SETTINGS' => 'Teampage settings',
|
'TEAMPAGE_SETTINGS' => 'Teampage settings',
|
||||||
|
|
Loading…
Add table
Reference in a new issue