Mercurial > hg > vamp-website
comparison forum/Themes/default/languages/ManageBoards.english.php @ 76:e3e11437ecea website
Add forum code
author | Chris Cannam |
---|---|
date | Sun, 07 Jul 2013 11:25:48 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
75:72f59aa7e503 | 76:e3e11437ecea |
---|---|
1 <?php | |
2 // Version: 2.0; ManageBoards | |
3 | |
4 $txt['boards_and_cats'] = 'Manage Boards and Categories'; | |
5 $txt['order'] = 'Order'; | |
6 $txt['full_name'] = 'Full name'; | |
7 $txt['name_on_display'] = 'This is the name that will be displayed.'; | |
8 $txt['boards_and_cats_desc'] = 'Edit your categories and boards here. List multiple moderators as <em>"username", "username"</em>. (these must be usernames 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.'; | |
9 $txt['parent_members_only'] = 'Regular Members'; | |
10 $txt['parent_guests_only'] = 'Guests'; | |
11 $txt['catConfirm'] = 'Do you really want to delete this category?'; | |
12 $txt['boardConfirm'] = 'Do you really want to delete this board?'; | |
13 | |
14 $txt['catEdit'] = 'Edit Category'; | |
15 $txt['collapse_enable'] = 'Collapsible'; | |
16 $txt['collapse_desc'] = 'Allow users to collapse this category'; | |
17 $txt['catModify'] = '(modify)'; | |
18 | |
19 $txt['mboards_order_after'] = 'After '; | |
20 $txt['mboards_order_inside'] = 'Inside '; | |
21 $txt['mboards_order_first'] = 'In first place'; | |
22 | |
23 $txt['mboards_new_board'] = 'Add Board'; | |
24 $txt['mboards_new_cat_name'] = 'New Category'; | |
25 $txt['mboards_add_cat_button'] = 'Add Category'; | |
26 $txt['mboards_new_board_name'] = 'New Board'; | |
27 | |
28 $txt['mboards_name'] = 'Name'; | |
29 $txt['mboards_modify'] = 'modify'; | |
30 $txt['mboards_permissions'] = 'permissions'; | |
31 // Don't use entities in the below string. | |
32 $txt['mboards_permissions_confirm'] = 'Are you sure you want to switch this board to use local permissions?'; | |
33 | |
34 $txt['mboards_delete_cat'] = 'Delete Category'; | |
35 $txt['mboards_delete_board'] = 'Delete Board'; | |
36 | |
37 $txt['mboards_delete_cat_contains'] = 'Deleting this category will also delete the below boards, including all topics, posts and attachments within each board'; | |
38 $txt['mboards_delete_option1'] = 'Delete category and all boards contained within.'; | |
39 $txt['mboards_delete_option2'] = 'Delete category and move all boards contained within to'; | |
40 $txt['mboards_delete_board_contains'] = 'Deleting this board will also move the child boards below, including all topics, posts and attachments within each board'; | |
41 $txt['mboards_delete_board_option1'] = 'Delete board and move child boards contained within to category level.'; | |
42 $txt['mboards_delete_board_option2'] = 'Delete board and move all child boards contained within to'; | |
43 $txt['mboards_delete_what_do'] = 'Please select what you would like to do with these boards'; | |
44 $txt['mboards_delete_confirm'] = 'Confirm'; | |
45 $txt['mboards_delete_cancel'] = 'Cancel'; | |
46 | |
47 $txt['mboards_category'] = 'Category'; | |
48 $txt['mboards_description'] = 'Description'; | |
49 $txt['mboards_description_desc'] = 'A short description of your board.'; | |
50 $txt['mboards_groups'] = 'Allowed Groups'; | |
51 $txt['mboards_groups_desc'] = 'Groups allowed to access this board.<br /><em>Note: if the member is in any group or post group checked, they will have access to this board.</em>'; | |
52 $txt['mboards_groups_regular_members'] = 'This group contains all members that have no primary group set.'; | |
53 $txt['mboards_groups_post_group'] = 'This group is a post count based group.'; | |
54 $txt['mboards_moderators'] = 'Moderators'; | |
55 $txt['mboards_moderators_desc'] = 'Additional members to have moderation privileges on this board. Note that administrators don\'t have to be listed here.'; | |
56 $txt['mboards_count_posts'] = 'Count Posts'; | |
57 $txt['mboards_count_posts_desc'] = 'Makes new replies and topics raise members\' post counts.'; | |
58 $txt['mboards_unchanged'] = 'Unchanged'; | |
59 $txt['mboards_theme'] = 'Board Theme'; | |
60 $txt['mboards_theme_desc'] = 'This allows you to change the look of your forum inside only this board.'; | |
61 $txt['mboards_theme_default'] = '(overall forum default.)'; | |
62 $txt['mboards_override_theme'] = 'Override Member\'s Theme'; | |
63 $txt['mboards_override_theme_desc'] = 'Use this board\'s theme even if the member didn\'t choose to use the defaults.'; | |
64 | |
65 $txt['mboards_redirect'] = 'Redirect to a web address'; | |
66 $txt['mboards_redirect_desc'] = 'Enable this option to redirect anyone who clicks on this board to another web address.'; | |
67 $txt['mboards_redirect_url'] = 'Address to redirect users to'; | |
68 $txt['mboards_redirect_url_desc'] = 'For example: "http://www.simplemachines.org".'; | |
69 $txt['mboards_redirect_reset'] = 'Reset redirect count'; | |
70 $txt['mboards_redirect_reset_desc'] = 'Selecting this will reset the redirection count for this board to zero.'; | |
71 $txt['mboards_current_redirects'] = 'Currently: %1$s'; | |
72 $txt['mboards_redirect_disabled'] = 'Note: Board must be empty of topics to enable this option.'; | |
73 $txt['mboards_redirect_disabled_recycle'] = 'Note: You cannot set the recycle bin board to be a redirection board.'; | |
74 | |
75 $txt['mboards_order_before'] = 'Before'; | |
76 $txt['mboards_order_child_of'] = 'Child of'; | |
77 $txt['mboards_order_in_category'] = 'In category'; | |
78 $txt['mboards_current_position'] = 'Current Position'; | |
79 $txt['no_valid_parent'] = 'Board %1$s does not have a valid parent. Use the \'find and repair errors\' function to fix this.'; | |
80 | |
81 $txt['mboards_recycle_disabled_delete'] = 'Note: You must select an alternative recycle bin board or disable recycling before you can delete this board.'; | |
82 | |
83 $txt['mboards_settings_desc'] = 'Edit general board and category settings.'; | |
84 $txt['groups_manage_boards'] = 'Membergroups allowed to manage boards and categories'; | |
85 $txt['mboards_settings_submit'] = 'Save'; | |
86 $txt['recycle_enable'] = 'Enable recycling of deleted topics'; | |
87 $txt['recycle_board'] = 'Board for recycled topics'; | |
88 $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.'; | |
89 $txt['countChildPosts'] = 'Count child\'s posts in parent\'s totals'; | |
90 $txt['allow_ignore_boards'] = 'Allow boards to be ignored'; | |
91 | |
92 $txt['mboards_select_destination'] = 'Select destination for board \'<strong>%1$s</strong>\''; | |
93 $txt['mboards_cancel_moving'] = 'Cancel moving'; | |
94 $txt['mboards_move'] = 'move'; | |
95 | |
96 $txt['mboards_no_cats'] = 'There are currently no categories or boards configured.'; | |
97 | |
98 ?> |