Browse Source

Language strings

Signed-off-by: Suki <[email protected]>
Suki 10 years ago
parent
commit
d765b139f3
1 changed files with 20 additions and 0 deletions
  1. 20 0
      Themes/default/languages/ManagePermissions.english.php

+ 20 - 0
Themes/default/languages/ManagePermissions.english.php

@@ -34,6 +34,26 @@ $txt['permissions_profile_used_by_many'] = '%1$d Boards';
 $txt['permissions_profile_used_by_none'] = 'No Boards';
 $txt['permissions_profile_do_edit'] = 'Edit';
 $txt['permissions_profile_do_delete'] = 'Delete';
+$txt['permissionname_profile_signature'] = 'Edit signature';
+$txt['permissionhelp_profile_signature'] = 'Allow the member to edit the signature field in their profile';
+$txt['permissionname_profile_signature_own'] = 'Own signature';
+$txt['permissionname_profile_signature_any'] = 'Any signature';
+$txt['permissionname_profile_forum'] = 'Allow Forum Profile edits';
+$txt['permissionhelp_profile_forum'] = 'This option will allow a member to edit their Forum Profile';
+$txt['permissionname_profile_forum_own'] = 'Own profile';
+$txt['permissionname_profile_forum_any'] = 'Any profile';
+$txt['permissionname_profile_other'] = 'Edit website and location';
+$txt['permissionhelp_profile_other'] = 'Allow the member to edit the website, and location fields in their profile';
+$txt['permissionname_profile_other_own'] = 'Own profile';
+$txt['permissionname_profile_other_any'] = 'Any profile';
+$txt['permissionname_profile_password'] = 'Change password';
+$txt['permissionhelp_profile_password'] = 'Allow the member to change the password or the secret question fields';
+$txt['permissionname_profile_password_own'] = 'Own profile';
+$txt['permissionname_profile_password_any'] = 'Any profile';
+$txt['permissionname_profile_blurb'] = 'Edit personal text';
+$txt['permissionhelp_profile_blurb'] = 'Allow the member to edit the personal text field in their profile';
+$txt['permissionname_profile_blurb_own'] = 'Own profile';
+$txt['permissionname_profile_blurb_any'] = 'Any profile';
 $txt['permissions_profile_copy_from'] = 'Copy Permissions From';
 
 $txt['permissions_includes_inherited'] = 'Inherited Groups';