|
@@ -5,7 +5,7 @@ $txt['boards_and_cats'] = 'Manage Boards and Categories';
|
|
|
$txt['order'] = 'Order';
|
|
|
$txt['full_name'] = 'Full name';
|
|
|
$txt['name_on_display'] = 'This is the name that will be displayed.';
|
|
|
-$txt['boards_and_cats_desc'] = 'Edit your categories and boards here. List multiple moderators as <em>"username", "username"</em>. (these must be usernames and *not* display names)<br />To create a new board, click the Add Board button. To make the new board a child of a current board, select "Child of..." from the Order drop down menu when creating the board.';
|
|
|
+$txt['boards_and_cats_desc'] = 'Edit your categories and boards here. List multiple moderators as <em>"username", "username"</em>. (these must be usernames and *not* display names)<br />To create a new board, click the Add Board button. To make the new board a sub-board of a current board, select "Sub-board of..." from the Order drop down menu when creating the board.';
|
|
|
$txt['parent_members_only'] = 'Regular Members';
|
|
|
$txt['parent_guests_only'] = 'Guests';
|
|
|
$txt['catConfirm'] = 'Do you really want to delete this category?';
|
|
@@ -37,9 +37,9 @@ $txt['mboards_delete_board'] = 'Delete Board';
|
|
|
$txt['mboards_delete_cat_contains'] = 'Deleting this category will also delete the below boards, including all topics, posts and attachments within each board';
|
|
|
$txt['mboards_delete_option1'] = 'Delete category and all boards contained within.';
|
|
|
$txt['mboards_delete_option2'] = 'Delete category and move all boards contained within to';
|
|
|
-$txt['mboards_delete_board_contains'] = 'Deleting this board will also move the child boards below, including all topics, posts and attachments within each board';
|
|
|
-$txt['mboards_delete_board_option1'] = 'Delete board and move child boards contained within to category level.';
|
|
|
-$txt['mboards_delete_board_option2'] = 'Delete board and move all child boards contained within to';
|
|
|
+$txt['mboards_delete_board_contains'] = 'Deleting this board will also move the sub-boards below, including all topics, posts and attachments within each board';
|
|
|
+$txt['mboards_delete_board_option1'] = 'Delete board and move sub-boards contained within to category level.';
|
|
|
+$txt['mboards_delete_board_option2'] = 'Delete board and move all sub-boards contained within to';
|
|
|
$txt['mboards_delete_what_do'] = 'Please select what you would like to do with these boards';
|
|
|
$txt['mboards_delete_confirm'] = 'Confirm';
|
|
|
$txt['mboards_delete_cancel'] = 'Cancel';
|
|
@@ -75,7 +75,7 @@ $txt['mboards_redirect_disabled'] = 'Note: Board must be empty of topics to enab
|
|
|
$txt['mboards_redirect_disabled_recycle'] = 'Note: You cannot set the recycle bin board to be a redirection board.';
|
|
|
|
|
|
$txt['mboards_order_before'] = 'Before';
|
|
|
-$txt['mboards_order_child_of'] = 'Child of';
|
|
|
+$txt['mboards_order_child_of'] = 'Sub-board of';
|
|
|
$txt['mboards_order_in_category'] = 'In category';
|
|
|
$txt['mboards_current_position'] = 'Current Position';
|
|
|
$txt['no_valid_parent'] = 'Board %1$s does not have a valid parent. Use the \'find and repair errors\' function to fix this.';
|
|
@@ -89,7 +89,7 @@ $txt['recycle_enable'] = 'Enable recycling of deleted topics';
|
|
|
$txt['recycle_board'] = 'Board for recycled topics';
|
|
|
$txt['redirect_board_desc'] = 'A board that redirects users if they visit it';
|
|
|
$txt['recycle_board_unselected_notice'] = 'You have enabled the recycling of topics without specifying a board to place them in. This feature will not be enabled until you specify a board to place recycled topics into.';
|
|
|
-$txt['countChildPosts'] = 'Count child\'s posts in parent\'s totals';
|
|
|
+$txt['countChildPosts'] = 'Count sub-board\'s posts in parent\'s totals';
|
|
|
$txt['allow_ignore_boards'] = 'Allow boards to be ignored';
|
|
|
$txt['deny_boards_access'] = 'Enable the option to deny board access based on membergroup';
|
|
|
$txt['boardsaccess_option_desc'] = 'For each permission you can choose \'Allow\' (A), \'Disallow\' (X), or <span class="alert">\'Deny\' (D)</span>.<br /><br />If you deny access, any member - (including moderators) - in that group will be denied access.<br />For this reason, you should set deny carefully, only when <strong>necessary</strong>. Disallow, on the other hand, denies unless otherwise granted.';
|