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: moderation.lang.php 3790 2008-04-23 22:50:33Z Tikitiki $
| * $Id: moderation.lang.php 4322 2009-02-21 23:00:49Z Tikitiki $
|
*/
$l['nav_deletethread'] = "Delete Thread";
| */
$l['nav_deletethread'] = "Delete Thread";
|
Zeile 115 | Zeile 115 |
---|
$l['error_mergewithself'] = "Threads cannot be merged with themselves.<br />Please go back and enter a valid URL.";
$l['redirect_pollnotdeleted'] = "The poll was not deleted because you did not check the \"Delete\" checkbox.<br />You will now be returned to the thread.";
|
$l['error_mergewithself'] = "Threads cannot be merged with themselves.<br />Please go back and enter a valid URL.";
$l['redirect_pollnotdeleted'] = "The poll was not deleted because you did not check the \"Delete\" checkbox.<br />You will now be returned to the thread.";
|
| $l['redirect_polldeleted'] = "Thank you, the poll has successfully been removed from the thread.<br />You will now be taken back to the thread.";
|
$l['redirect_mergeposts'] = "The selected posts have now been merged together. You will now be returned to the thread."; $l['redirect_openthread'] = "Thank you, the thread has successfully been opened.<br />You will now be returned to the thread."; $l['redirect_closethread'] = "Thank you, the thread has successfully been closed.<br />You will now be returned to the thread.";
| $l['redirect_mergeposts'] = "The selected posts have now been merged together. You will now be returned to the thread."; $l['redirect_openthread'] = "Thank you, the thread has successfully been opened.<br />You will now be returned to the thread."; $l['redirect_closethread'] = "Thank you, the thread has successfully been closed.<br />You will now be returned to the thread.";
|