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 5488 2011-07-12 13:23:02Z Tomm $
| * $Id: forum_management.lang.php 5828 2012-05-08 16:06:16Z Tomm $
|
*/
$l['forum_management'] = "Forum Management";
| */
$l['forum_management'] = "Forum Management";
|
Zeile 30 | Zeile 30 |
---|
$l['forum'] = "Forum"; $l['order'] = "Order";
|
$l['forum'] = "Forum"; $l['order'] = "Order";
|
$l['edit_forum'] = "Edit Forum";
| |
$l['subforums'] = "Sub Forums"; $l['moderators'] = "Moderators"; $l['permissions'] = "Permissions";
|
$l['subforums'] = "Sub Forums"; $l['moderators'] = "Moderators"; $l['permissions'] = "Permissions";
|
$l['add_child_forum'] = "Add Child Forum";
| |
$l['delete_forum'] = "Delete Forum";
$l['sub_forums'] = "Sub Forums";
| $l['delete_forum'] = "Delete Forum";
$l['sub_forums'] = "Sub Forums";
|
Zeile 66 | Zeile 64 |
---|
$l['perm_drag_canpostthreads'] = "• Post Threads"; $l['perm_drag_canpostreplys'] = "• Post Replies"; $l['perm_drag_canpostpolls'] = "• Post Polls";
|
$l['perm_drag_canpostthreads'] = "• Post Threads"; $l['perm_drag_canpostreplys'] = "• Post Replies"; $l['perm_drag_canpostpolls'] = "• Post Polls";
|
|
|
$l['moderator_permissions'] = "Moderator Permissions"; $l['forum_desc'] = "Forum the moderator manages."; $l['edit_mod_for'] = "Edit moderator options for \"{1}\"";
| $l['moderator_permissions'] = "Moderator Permissions"; $l['forum_desc'] = "Forum the moderator manages."; $l['edit_mod_for'] = "Edit moderator options for \"{1}\"";
|
Zeile 76 | 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 102 | Zeile 101 |
---|
$l['forum_type'] = "Forum Type"; $l['forum_type_desc'] = "Select the type of forum you are creating - a forum you can post in, or a category, which contains other forums.";
|
$l['forum_type'] = "Forum Type"; $l['forum_type_desc'] = "Select the type of forum you are creating - a forum you can post in, or a category, which contains other forums.";
|
$l['forum'] = "Forum";
| |
$l['category'] = "Category"; $l['title'] = "Title"; $l['description'] = "Description";
| $l['category'] = "Category"; $l['title'] = "Title"; $l['description'] = "Description";
|
Zeile 147 | 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:";
|