website_jukni/forum/Themes/default/languages/Modifications.english.php~
2017-12-29 15:51:59 +01:00

136 lines
No EOL
9.9 KiB
PHP

<?php
// Version: 2.0; Modifications
/**** Start of SubAccount Mod ****/
// These take care of the permissions
$txt['permissiongroup_simple_subaccounts'] = 'Create and modify subaccounts';
$txt['permissiongroup_subaccounts'] = 'SubAccounts';
$txt['cannot_subaccounts_create_own'] = 'Sorry, but you don\'t have the necessary permissions to create subaccounts on this account.';
$txt['cannot_subaccounts_create_any'] = $txt['cannot_subaccounts_create_own'];
$txt['permissionname_subaccounts_create'] = 'Create SubAccounts';
$txt['permissionname_subaccounts_create_own'] = 'Own SubAccounts';
$txt['permissionname_subaccounts_create_any'] = 'Any SubAccounts';
$txt['permissionhelp_subaccounts_create'] = 'Create their own additional subaccounts on the board; new accounts that are really sub accounts of a user.';
$txt['cannot_subaccounts_delete_own'] = 'Sorry, but you don\'t have the necessary permissions to delete subaccounts on this account.';
$txt['cannot_subaccounts_delete_any'] = $txt['cannot_subaccounts_delete_own'];
$txt['permissionname_subaccounts_delete'] = 'Delete SubAccounts';
$txt['permissionname_subaccounts_delete_own'] = 'Own SubAccounts';
$txt['permissionname_subaccounts_delete_any'] = 'Any SubAccounts';
$txt['permissionhelp_subaccounts_delete'] = 'Delete their own additional subaccounts on the board.';
$txt['cannot_subaccounts_merge_own'] = 'Sorry, but you don\'t have the necessary permissions to merge subaccounts on this account.';
$txt['cannot_subaccounts_merge_any'] = $txt['cannot_subaccounts_merge_own'];
$txt['permissionname_subaccounts_merge'] = 'Merge SubAccounts';
$txt['permissionname_subaccounts_merge_own'] = 'Own SubAccounts';
$txt['permissionname_subaccounts_merge_any'] = 'Any SubAccounts';
$txt['permissionhelp_subaccounts_merge'] = 'Merge their own subaccounts on the board.';
$txt['cannot_subaccounts_split_own'] = 'Sorry, but you don\'t have the necessary permissions to unlink subaccounts on this account.';
$txt['cannot_subaccounts_split_any'] = $txt['cannot_subaccounts_split_own'];
$txt['permissionname_subaccounts_split'] = 'Unlink SubAccounts';
$txt['permissionname_subaccounts_split_own'] = 'Own SubAccounts';
$txt['permissionname_subaccounts_split_any'] = 'Any SubAccounts';
$txt['permissionhelp_subaccounts_split'] = 'Unlink their own subaccounts on the board.';
// Settings
$txt['core_settings_item_subaccount'] = 'SubAccounts';
$txt['core_settings_item_subaccount_desc'] = 'Enabling this feature will allow your members to have subaccounts on the board that are managed through their profiles.';
$txt['subaccount_view_all'] = 'View SubAccounts';
$txt['managesubaccounts_information'] = 'If you wish to turn on or off this feature, you may use the checkbox below
or you may use the on/off button on the core features page.<br />
<br />
Once enabled, you can set various options, including the maximum number of subaccounts that each membergroup may
have and whether or not new subaccounts inherit their parent\'s membergroup. If you wish to set permissions as
to which groups have which types of permissions (create, delete, merge, split), visit the <a href="' . $scripturl . '?action=admin;area=permissions">Permissions</a>
section of your admin panel.';
$txt['enableSubAccounts'] = 'Allow users to have subaccounts';
$txt['maxSubAccounts'] = 'Max number of subaccounts<div class="smalltext">(0 for unlimited)</div>';
$txt['subaccountsInheritParentGroup'] = 'New subaccounts inherit parent membergroup';
$txt['subaccountsShowInMemberlist'] = 'SubAccounts show on memberlist';
$txt['subaccountsShowInProfile'] = 'SubAccounts show in user\'s profiles';
$txt['subaccountsEnablePortalBlock'] = 'Show in block for portal system <div class="smalltext">(Future Feature)</div>';
$txt['subaccount_no_portal'] = 'No Portal';
$txt['subaccount_configure_groups'] = 'Configure subaccounts per membergroup';
$txt['subaccount_configure_groups_desc'] = 'This section allows you to configure how many subaccounts each membergroup is allowed to have. A user gets the number of subaccounts defined by their primary membergroup only. 0 for unlimited.';
$txt['subaccount_group_settings'] = 'Configure subaccounts per membergroup';
// Modlog
$txt['modlog_ac_delete_subaccount'] = 'Deleted subaccount &quot;{name}&quot; from &quot;{parent}&quot;';
$txt['modlog_ac_merge_subaccount'] = 'Merged subaccount &quot;{name}&quot; into &quot;{parent}&quot;';
// These take care of the profile stuff
// First the buttons
$txt['button_create'] = 'Create / Link';
$txt['button_merge'] = 'Merge';
$txt['button_split'] = 'Unlink';
$txt['button_parent'] = 'Set as parent';
$txt['button_share'] = 'Make (un)shareable';
$txt['managesubaccounts'] = 'Manage SubAccounts';
$txt['subaccount'] = 'SubAccount';
$txt['parent_account'] = 'Parent Account';
$txt['account_created'] = 'Account Created';
$txt['shared'] = 'Shared';
$txt['subaccounts'] = 'SubAccounts';
$txt['modifysubaccounts_desc'] = 'This is where you can manage your subaccounts. Depending on what your administrator has allowed, you can create and delete subaccounts, and also merge subaccounts together, turn regular accounts into subaccounts (if you can supply the correct password) and unlink subaccounts to make regular accounts.<br /><br />Deleting a subaccount will transfer all of its posts, polls, topics, moderation actions, bans, and errors to the parent user.<br />Merging subaccounts will transfer everything from the mergee(\'s) to the merger';
$txt['subaccounts_merge_desc'] = 'Choose the account that you would like to merge the subaccount "<strong>%s</strong>" into.';
$txt['create_subaccount_desc'] = 'Please enter the name you wish to use as the subaccount. If you want to turn an existing account into a subaccount, please enter that account\'s password. You can click the small \'warning\' icon next to the text field to validate the name if you are creating a new subaccount.';
$txt['subaccount_create_pass'] = 'If the subaccount is already a user or shared subaccount, supply that account\'s password.';
$txt['subaccount_create_pass_admin'] = 'Your current password is required if creating a new subaccount. If linking a subaccount, please enter it\'s existing password.';
$txt['subaccounts_split_desc'] = 'Please enter a valid email address and new password for each subaccount you wish to unlink.';
$txt['subaccounts_reassign_desc'] = 'Please enter a password to use with your new parent account.';
$txt['current_subaccounts'] = 'Current SubAccounts';
$txt['current_subaccounts_none'] = 'There are no subaccounts linked to this account.';
$txt['change_subaccount'] = 'Switch Account';
$txt['choose_subaccount'] = 'Choose Account';
$txt['use_subaccount'] = 'Use account';
$txt['identification_by_smf'] = 'Used to identify you on the forum.';
$txt['subaccount_create_success'] = 'You have successfully created a new subaccount.';
$txt['subaccount_delete_success'] = 'You have successfully deleted the subaccount(es)';
$txt['subaccount_merge_success'] = 'You have successfully merged the subaccounts';
$txt['deleteAccount_subaccount'] = 'Delete this subaccount?';
$txt['deleteAccount_subaccount_sure'] = 'Are you 100% sure?\nThis action CANNOT be reversed or recovered.';
$txt['no_subaccount_login'] = 'You cannot login with a subaccount. Only the parent account may be used to login.';
$txt['cannot_delete_subaccount'] = 'You cannot delete this subaccount.';
$txt['cannot_delete_subaccount_shared'] = 'You cannot delete a shared subaccount that you did not create.';
$txt['subaccount_error'] = 'The following error(s) occured';
$txt['subaccount_not_selected'] = 'No valid subaccounts selected';
$txt['subaccount_cannot_create'] = 'Cannot create a subaccount with that name';
$txt['cannot_merge_subaccounts_of_subaccounts'] = 'SubAccounts cannot have subaccounts, thus you shouldn\'t be trying to merge a subaccount of a subaccount.';
$txt['registration_username_available'] = 'Username is available';
$txt['registration_username_unavailable'] = 'Username may not be available';
$txt['registration_username_check'] = 'Check if username is available';
$txt['registration_password_short'] = 'Password is too short';
$txt['registration_password_reserved'] = 'Password contains your username/email';
$txt['registration_password_numbercase'] = 'Password must contain both upper and lower case, and numbers';
$txt['registration_password_no_match'] = 'Passwords do not match';
$txt['registration_password_valid'] = 'Password is valid';
$txt['subaccount_too_many_selected'] = 'Silly rabbit, tricks are for kids. You can only have one parent in this life';
$txt['subaccount_posts'] = 'All Posts:<span class="smalltext">(Including SubAccounts)</span>';
$txt['search_subaccount_users'] = 'Search all subaccounts of the above user';
/**** End of SubAccount Mod ****/
// BEGIN MOD PurgeMemberEnhancement
$txt['maintain_members_since1_2'] = 'Remove all members who have';
$txt['maintain_members_activated_2'] = 'not activated their account for';
$txt['maintain_members_activated_email'] = 'not activated their account after email change for';
$txt['maintain_members_approved'] = 'not approved their account for';
$txt['maintain_members_approved_delete'] = 'not approved the deletion of their account for';
$txt['maintain_members_approved_coppa'] = 'not parental approval of their account for';
$txt['maintain_members_logged_in_2'] = 'not logged in for';
$txt['maintain_members_registered'] = 'been registered more than';
$txt['maintain_members_post'] = 'Remove members who have %s posts or less <span class="smalltext">(Leave empty to any number.)</span>';
$txt['maintain_members_delete_posts'] = 'Delete posts of removed members';
$txt['maintain_members_delete_posts_none'] = 'None';
$txt['maintain_members_delete_posts_all_posts'] = 'All posts';
$txt['maintain_members_delete_posts_topics'] = 'Topics and posts';
$txt['maintain_members_max'] = 'Process a maximum of %s members <span class="smalltext">(Not to exceed the system resources.)</span>';
// END MOD PurgeMemberEnhancement
$txt['spoiler'] = 'Spoiler';
$txt['spoiler_default_for'] = 'Hiden';
$txt['spoiler_for'] = 'for';
$txt['spoiler_hide_button'] = 'Hide';
$txt['spoiler_show_button'] = 'Show';
?>