Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* $Id: online.lang.php 2623 2007-01-07 19:00:46Z Tikitiki $
| * $Id: online.lang.php 3289 2007-09-01 08:24:50Z Tikitiki $
|
*/
$l['nav_online'] = "Who's Online";
| */
$l['nav_online'] = "Who's Online";
|
Zeile 13 | Zeile 13 |
---|
$l['viewing_announcements'] = "Viewing <a href=\"forumdisplay.php?fid={1}\">{2}</a> Announcements"; $l['viewing_announcements2'] = "Viewing Forum Announcements"; $l['viewing_attachment'] = "Viewing Attachment";
|
$l['viewing_announcements'] = "Viewing <a href=\"forumdisplay.php?fid={1}\">{2}</a> Announcements"; $l['viewing_announcements2'] = "Viewing Forum Announcements"; $l['viewing_attachment'] = "Viewing Attachment";
|
$l['viewing_attachment2'] = "Viewing Attachment in Thread <a href=\"showthread.php?tid={1}\">{2}</a>";
| $l['viewing_attachment2'] = "Viewing Attachment in Thread <a href=\"attachment.php?aid={1}\">{2}</a>";
|
$l['viewing_calendar'] = "Viewing <a href=\"calendar.php\">Calendar</a>"; $l['viewing_event'] = "Viewing Event"; $l['viewing_event2'] = "Viewing Event <a href=\"calendar.php?action=event&eid={1}\">{2}</a>";
| $l['viewing_calendar'] = "Viewing <a href=\"calendar.php\">Calendar</a>"; $l['viewing_event'] = "Viewing Event"; $l['viewing_event2'] = "Viewing Event <a href=\"calendar.php?action=event&eid={1}\">{2}</a>";
|
Zeile 30 | Zeile 30 |
---|
$l['registering'] = "<a href=\"member.php?action=register\">Registering</a>"; $l['logging_in'] = "<a href=\"member.php?action=login\">Logging In</a>"; $l['logging_in_plain'] = "Logging In";
|
$l['registering'] = "<a href=\"member.php?action=register\">Registering</a>"; $l['logging_in'] = "<a href=\"member.php?action=login\">Logging In</a>"; $l['logging_in_plain'] = "Logging In";
|
$l['logging_out'] = "<a href=\"member.php?action=logout\">Logging Out</a>";
| $l['logging_out'] = "Logging Out";
|
$l['emailing_user'] = "Emailing a User"; $l['rating_user'] = "Rating User"; $l['viewing_memberlist'] = "Viewing <a href=\"memberlist.php\">Member List</a>";
| $l['emailing_user'] = "Emailing a User"; $l['rating_user'] = "Rating User"; $l['viewing_memberlist'] = "Viewing <a href=\"memberlist.php\">Member List</a>";
|
Zeile 69 | Zeile 69 |
---|
$l['viewing_subscriptions'] = "Viewing <a href=\"usercp.php?action=subscriptions\">Thread Subscriptions</a>"; $l['viewing_favorites'] = "Viewing <a href=\"usercp.php?action=favorites\">Favorite Threads</a>"; $l['editing_pad'] = "Editing <a href=\"usercp.php?action=notepad\">Personal Pad</a>";
|
$l['viewing_subscriptions'] = "Viewing <a href=\"usercp.php?action=subscriptions\">Thread Subscriptions</a>"; $l['viewing_favorites'] = "Viewing <a href=\"usercp.php?action=favorites\">Favorite Threads</a>"; $l['editing_pad'] = "Editing <a href=\"usercp.php?action=notepad\">Personal Pad</a>";
|
| $l['editing_password'] = "Editing <a href=\"usercp.php?action=password\">Password</a>";
|
$l['user_cp'] = "Viewing <a href=\"usercp.php\">User Control Panel</a>"; $l['viewing_portal'] = "Viewing <a href=\"portal.php\">Portal</a> Page"; $l['viewing_noperms'] = "Viewing No Permissions Page";
| $l['user_cp'] = "Viewing <a href=\"usercp.php\">User Control Panel</a>"; $l['viewing_portal'] = "Viewing <a href=\"portal.php\">Portal</a> Page"; $l['viewing_noperms'] = "Viewing No Permissions Page";
|