Zeile 2 | Zeile 2 |
---|
/** * 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: polls.lang.php 5016 2010-06-12 00:24:02Z RyanGordon $
| * * $Id$
|
*/
$l['nav_postpoll'] = "Post Poll";
| */
$l['nav_postpoll'] = "Post Poll";
|
Zeile 35 | Zeile 35 |
---|
$l['days'] = "days"; $l['poll_results'] = "Poll Results"; $l['poll_total'] = "Total:";
|
$l['days'] = "days"; $l['poll_results'] = "Poll Results"; $l['poll_total'] = "Total:";
|
$l['poll_votes'] = "votes";
| $l['poll_votes'] = "vote(s)";
|
$l['redirect_pollposted'] = "Your poll has been posted.<br />You will now be returned to the thread."; $l['redirect_pollpostedmoderated'] = "Your poll has been posted, but your thread is still pending moderation.<br />You will be returned to the forum.";
| $l['redirect_pollposted'] = "Your poll has been posted.<br />You will now be returned to the thread."; $l['redirect_pollpostedmoderated'] = "Your poll has been posted, but your thread is still pending moderation.<br />You will be returned to the forum.";
|