Zeile 3 | Zeile 3 |
---|
* MyBB 1.4 English Language Pack * Copyright © 2008 MyBB Group, All Rights Reserved *
|
* MyBB 1.4 English Language Pack * Copyright © 2008 MyBB Group, All Rights Reserved *
|
* $Id: global.lang.php 3875 2008-06-01 04:32:49Z Tikitiki $
| * $Id: global.lang.php 4735 2010-01-23 20:46:46Z Huji $
|
*/
$l['redirect_width'] = "50%";
| */
$l['redirect_width'] = "50%";
|
Zeile 206 | Zeile 206 |
---|
$l['postbit_quick_edit'] = "Quick Edit"; $l['postbit_full_edit'] = "Full Edit"; $l['postbit_show_ignored_post'] = "Show this Post";
|
$l['postbit_quick_edit'] = "Quick Edit"; $l['postbit_full_edit'] = "Full Edit"; $l['postbit_show_ignored_post'] = "Show this Post";
|
$l['postbit_currently_ignoring_user'] = "The contents of this message is hidden because {1} is on your <a href=\"usercp.php?action=editlists\">ignore list</a>.";
| $l['postbit_currently_ignoring_user'] = "The contents of this message are hidden because {1} is on your <a href=\"usercp.php?action=editlists\">ignore list</a>.";
|
$l['postbit_warning_level'] = "Warning Level:"; $l['postbit_warn'] = "Warn the author for this post";
| $l['postbit_warning_level'] = "Warning Level:"; $l['postbit_warn'] = "Warn the author for this post";
|
Zeile 289 | Zeile 289 |
---|
$l['with_trout'] = "around a bit with a large trout.";
$l['quickdelete_confirm'] = "Are you sure you want to delete this post?";
|
$l['with_trout'] = "around a bit with a large trout.";
$l['quickdelete_confirm'] = "Are you sure you want to delete this post?";
|
$l['newpm_notice_one'] = "<strong>You have one unread private message</strong> from <a href=\"{1}\">{2}</a> titled <a href=\"private.php?action=read&pmid={3}\" style=\"font-weight: bold;\">{4}</a>"; $l['newpm_notice_multiple'] = "<strong>You have {1} unread private messages.</strong> The most recent is from <a href=\"{2}\">{3}</a> titled <a href=\"private.php?action=read&pmid={4}\" style=\"font-weight: bold;\">{5}</a>";
| $l['newpm_notice_one'] = "<strong>You have one unread private message</strong> from {1} titled <a href=\"private.php?action=read&pmid={2}\" style=\"font-weight: bold;\">{3}</a>"; $l['newpm_notice_multiple'] = "<strong>You have {1} unread private messages.</strong> The most recent is from {2} titled <a href=\"private.php?action=read&pmid={3}\" style=\"font-weight: bold;\">{4}</a>";
|
$l['deleteevent_confirm'] = "Are you sure you want to delete this event?"; $l['removeattach_confirm'] = "Are you sure you want to remove the selected attachment from this post?";
| $l['deleteevent_confirm'] = "Are you sure you want to delete this event?"; $l['removeattach_confirm'] = "Are you sure you want to remove the selected attachment from this post?";
|
Zeile 366 | Zeile 366 |
---|
$l['task_threadviews_ran'] = "The thread views task successfully ran."; $l['task_usercleanup_ran'] = "The user cleanup task successfully ran."; $l['task_massmail_ran'] = "The mass mail task successfully ran.";
|
$l['task_threadviews_ran'] = "The thread views task successfully ran."; $l['task_usercleanup_ran'] = "The user cleanup task successfully ran."; $l['task_massmail_ran'] = "The mass mail task successfully ran.";
|
| $l['task_massmail_ran_errors'] = "One or more problems occured sending to \"{1}\": {2}";
|
$l['dismiss_notice'] = "Dismiss this notice";
$l['next'] = "Next"; $l['previous'] = "Previous"; $l['delete'] = "Delete";
|
$l['dismiss_notice'] = "Dismiss this notice";
$l['next'] = "Next"; $l['previous'] = "Previous"; $l['delete'] = "Delete";
|
| $l['massmail_username'] = "Username"; $l['email_addr'] = "Email Address"; $l['board_name'] = "Board Name"; $l['board_url'] = "Board URL";
|
?>
| ?>
|