aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/permissions.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-10 15:31:35 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-10 15:31:35 +0000
commitc1a738ce5f35e9752fecd24e06b943c3d538f0c0 (patch)
treea1c9501ef23bd00edc516e11a0a8f443aaaf6ec3 /phpBB/language/en/acp/permissions.php
parentf2aea5a725bcfce01f6ff7cbc65b256d17886cfc (diff)
downloadforums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar
forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar.gz
forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar.bz2
forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar.xz
forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.zip
punctuation changes in language files
git-svn-id: file:///svn/phpbb/trunk@7524 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/permissions.php')
-rw-r--r--phpBB/language/en/acp/permissions.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/language/en/acp/permissions.php b/phpBB/language/en/acp/permissions.php
index e41ea8a758..e062f20290 100644
--- a/phpBB/language/en/acp/permissions.php
+++ b/phpBB/language/en/acp/permissions.php
@@ -84,11 +84,11 @@ $lang = array_merge($lang, array(
'ACP_USER_ROLES_EXPLAIN' => 'Here you are able to manage the roles for user permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it’s permissions too.',
'ACP_USERS_FORUM_PERMISSIONS_EXPLAIN' => 'Here you can assign forum permissions to users.',
'ACP_USERS_PERMISSIONS_EXPLAIN' => 'Here you can assign global permissions to users - user permissions, global moderator permissions and administrator permissions. User permissions include capabilities such as the use of avatars, sending private messages, et cetera; global moderator permissions such as approving posts, manage topics, manage bans, etcetera and lastly administrator permissions such as altering permissions, define custom BBCodes, manage forums, et cetera. To alter these settings for large numbers of users the Group permissions system is the preferred method. User’s permissions should only be changed in rare occasions, the preferred method is putting users in groups and assigning the group’s permissions.',
- 'ACP_VIEW_ADMIN_PERMISSIONS_EXPLAIN' => 'Here you can view the effective administrative permissions assigned to the selected users/groups',
- 'ACP_VIEW_GLOBAL_MOD_PERMISSIONS_EXPLAIN' => 'Here you can view the global moderative permissions assigned to the selected users/groups',
- 'ACP_VIEW_FORUM_PERMISSIONS_EXPLAIN' => 'Here you can view the forum permissions assigned to the selected users/groups and forums',
- 'ACP_VIEW_FORUM_MOD_PERMISSIONS_EXPLAIN' => 'Here you can view the forum moderator permissions assigned to the selected users/groups and forums',
- 'ACP_VIEW_USER_PERMISSIONS_EXPLAIN' => 'Here you can view the effective user permissions assigned to the selected users/groups',
+ 'ACP_VIEW_ADMIN_PERMISSIONS_EXPLAIN' => 'Here you can view the effective administrative permissions assigned to the selected users/groups.',
+ 'ACP_VIEW_GLOBAL_MOD_PERMISSIONS_EXPLAIN' => 'Here you can view the global moderative permissions assigned to the selected users/groups.',
+ 'ACP_VIEW_FORUM_PERMISSIONS_EXPLAIN' => 'Here you can view the forum permissions assigned to the selected users/groups and forums.',
+ 'ACP_VIEW_FORUM_MOD_PERMISSIONS_EXPLAIN' => 'Here you can view the forum moderator permissions assigned to the selected users/groups and forums.',
+ 'ACP_VIEW_USER_PERMISSIONS_EXPLAIN' => 'Here you can view the effective user permissions assigned to the selected users/groups.',
'ADD_GROUPS' => 'Add groups',
'ADD_PERMISSIONS' => 'Add permissions',
@@ -202,7 +202,7 @@ $lang = array_merge($lang, array(
'SELECTED_FORUM_NOT_EXIST' => 'The selected forum(s) do not exist.',
'SELECTED_GROUP_NOT_EXIST' => 'The selected group(s) do not exist.',
'SELECTED_USER_NOT_EXIST' => 'The selected user(s) do not exist.',
- 'SELECT_FORUM_SUBFORUM_EXPLAIN' => 'The forum you select here will include all subforums into the selection',
+ 'SELECT_FORUM_SUBFORUM_EXPLAIN' => 'The forum you select here will include all subforums into the selection.',
'SELECT_ROLE' => 'Select role…',
'SELECT_TYPE' => 'Select type',
'SET_PERMISSIONS' => 'Set permissions',