Zeile 3 | Zeile 3 |
---|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* $Id: forum_management.lang.php 5557 2011-08-26 14:06:44Z huji $
| * $Id$
|
*/
$l['forum_management'] = "Forum Management";
| */
$l['forum_management'] = "Forum Management";
|
Zeile 74 | Zeile 74 |
---|
$l['can_open_close_threads'] = "Can open/close and stick/unstick threads?"; $l['can_manage_threads'] = "Can manage threads (split, move, copy, merge)?"; $l['can_move_to_other_forums'] = "Can move threads to another forum this user doesn't moderate?";
|
$l['can_open_close_threads'] = "Can open/close and stick/unstick threads?"; $l['can_manage_threads'] = "Can manage threads (split, move, copy, merge)?"; $l['can_move_to_other_forums'] = "Can move threads to another forum this user doesn't moderate?";
|
| $l['can_use_custom_tools'] = "Can use custom moderator tools?";
|
$l['save_mod'] = "Save Moderator";
$l['no_forums'] = "There are no forums found.";
| $l['save_mod'] = "Save Moderator";
$l['no_forums'] = "There are no forums found.";
|
Zeile 81 | Zeile 82 |
---|
$l['success_forum_disporder_updated'] = "The forum display orders have been updated successfully."; $l['success_forum_deleted'] = "The selected forum has been deleted successfully.";
|
$l['success_forum_disporder_updated'] = "The forum display orders have been updated successfully."; $l['success_forum_deleted'] = "The selected forum has been deleted successfully.";
|
$l['success_moderator_deleted'] = "The selected moderator has been deleted successfully.";
| $l['success_moderator_deleted'] = "The selected moderator has been deleted successfully.<br />Please remember that this hasn't changed this user's group permission, they may still have moderation powers.";
|
$l['success_forum_permissions_updated'] = "The forum permissions have been updated successfully."; $l['success_forum_updated'] = "The forum settings have been updated successfully."; $l['success_moderator_updated'] = "The selected moderator has been updated successfully.";
| $l['success_forum_permissions_updated'] = "The forum permissions have been updated successfully."; $l['success_forum_updated'] = "The forum settings have been updated successfully."; $l['success_moderator_updated'] = "The selected moderator has been updated successfully.";
|
Zeile 144 | Zeile 145 |
---|
$l['use_default'] = "Use Default"; $l['dont_display_rules'] = "Don't display rules for this forum"; $l['display_rules_inline'] = "Display rules for this forum on the thread listing";
|
$l['use_default'] = "Use Default"; $l['dont_display_rules'] = "Don't display rules for this forum"; $l['display_rules_inline'] = "Display rules for this forum on the thread listing";
|
| $l['display_rules_inline_new'] = "Display rules in the thread listing and for new threads/replies";
|
$l['display_rules_link'] = "Display a link to the rules for this forum"; $l['display_method'] = "Display Method:"; $l['rules'] = "Rules:";
| $l['display_rules_link'] = "Display a link to the rules for this forum"; $l['display_method'] = "Display Method:"; $l['rules'] = "Rules:";
|
Zeile 211 | Zeile 213 |
---|
$l['error_missing_title'] = "You must enter in a title."; $l['error_no_parent'] = "You must select a parent forum."; $l['error_not_empty'] = "Forums with threads cannot be converted to categories.";
|
$l['error_missing_title'] = "You must enter in a title."; $l['error_no_parent'] = "You must select a parent forum."; $l['error_not_empty'] = "Forums with threads cannot be converted to categories.";
|
| $l['error_forum_link_not_empty'] = "Forums with threads cannot be redirected to another webpage.";
|
$l['success_forum_added'] = "The forum has been created successfully."; $l['success_moderator_added'] = "The moderator has been added to this forum successfully.";
| $l['success_forum_added'] = "The forum has been created successfully."; $l['success_moderator_added'] = "The moderator has been added to this forum successfully.";
|