[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: portal.lang.php 5297 2010-12-28 22:01:14Z Tomm $ 7 */ 8 9 $l['nav_portal'] = "Portal"; 10 $l['posted_by'] = "Posted by:"; 11 $l['replies'] = "Replies"; 12 $l['no_replies'] = "No Replies"; 13 $l['latest_threads'] = "Latest Threads"; 14 $l['latest_threads_replies'] = "Replies:"; 15 $l['latest_threads_views'] = "Views:"; 16 $l['latest_threads_lastpost'] = "Last Post:"; 17 $l['private_messages'] = "Private Messages"; 18 $l['pms_received_new'] = "{1}, you have <b>{2}</b> unread message(s)."; 19 $l['pms_unread'] = "Unread Messages"; 20 $l['pms_total'] = "Total Messages"; 21 $l['search_forums'] = "Search Forums"; 22 $l['advanced_search'] = "Advanced Search"; 23 $l['forum_stats'] = "Forum Statistics"; 24 $l['num_members'] = "Members:"; 25 $l['latest_member'] = "Latest member:"; 26 $l['num_threads'] = "Forum threads:"; 27 $l['num_posts'] = "Forum posts:"; 28 $l['full_stats'] = "Full Statistics"; 29 $l['welcome'] = "Welcome, {1}"; 30 $l['guest'] = "Guest"; 31 $l['guest_welcome_registration'] = "You have to <a href=\"{1}\">register</a> before you can post on our site."; 32 $l['username'] = "Username"; 33 $l['password'] = "Password"; 34 $l['login'] = "Login!"; 35 $l['member_welcome_lastvisit'] = "Last visit:"; 36 $l['since_then'] = "Since then, there have been:"; 37 $l['new_announcements'] = "{1} new announcements"; 38 $l['new_announcement'] = "1 new announcement"; 39 $l['new_threads'] = "{1} new threads"; 40 $l['new_thread'] = "1 new thread"; 41 $l['new_posts'] = "{1} new posts"; 42 $l['new_post'] = "1 new post"; 43 $l['view_new'] = "View New Posts"; 44 $l['view_todays'] = "View Today's Posts"; 45 $l['online'] = "Online Users"; 46 $l['online_user'] = "There is currently 1 user online"; 47 $l['online_users'] = "There are currently <b>{1}</b> online users."; 48 $l['online_counts'] = "<b>{1}</b> Member(s) | <b>{2}</b> Guest(s)"; 49 $l['no_one'] = "no-one"; 50 $l['print_this_item'] = "Print this item"; 51 $l['send_to_friend'] = "Send this item to a friend"; 52 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |