1<?php
2/*
3 * e107 website system
4 *
5 * Copyright (C) 2008-2009 e107 Inc (e107.org)
6 * Released under the terms and conditions of the
7 * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
8 *
9 *
10 *
11 * $Source: /cvs_backup/e107_0.8/e107_plugins/login_menu/languages/English.php,v $
12 * $Revision$
13 * $Date$
14 * $Author$
15 */
16
17define("LAN_LOGINMENU_1", "Username: ");
18define("LAN_LOGINMENU_2", "Password: ");
19define("LAN_LOGINMENU_3", "Sign up");
20define("LAN_LOGINMENU_4", "Forgot password?");
21define("LAN_LOGINMENU_5", "Welcome");
22define("LAN_LOGINMENU_6", "Remember me");
23define("LAN_LOGINMENU_7", "Unique user ID not recognised (possible corrupted cookie). Please click the logout link below to destroy cookie.");
24// define("LAN_LOGINMENU_8", "Logout");
25define("LAN_LOGINMENU_9", "Login Error");
26define("LAN_LOGINMENU_10", "The maintenance flag is true - this means normal visitors are being redirected to sitedown.php. To reset the flag go to admin/maintenance.");
27define("LAN_LOGINMENU_11", "Admin Area");
28// define("LAN_LOGINMENU_12", "Settings");
29define("LAN_LOGINMENU_13", "Profile");
30define("LAN_LOGINMENU_14", "news item");
31define("LAN_LOGINMENU_15", "news items");
32define("LAN_LOGINMENU_16", "chatbox post");
33define("LAN_LOGINMENU_17", "chatbox posts");
34define("LAN_LOGINMENU_18", "comment");
35define("LAN_LOGINMENU_19", "comments");
36define("LAN_LOGINMENU_20", "forum post");
37define("LAN_LOGINMENU_21", "forum posts");
38define("LAN_LOGINMENU_22", "new site member");
39define("LAN_LOGINMENU_23", "new site members");
40define("LAN_LOGINMENU_24", "Click here to see list of new items");
41define("LAN_LOGINMENU_25", "Since your last visit there have been");
42define("LAN_LOGINMENU_26", "no");
43define("LAN_LOGINMENU_27", "and");
44//define("LAN_LOGINMENU_28", "Login");
45//define("LAN_LOGINMENU_29", "new article");
46//define("LAN_LOGINMENU_30", "new articles");
47
48// New config options
49define("LAN_LOGINMENU_31", "Show New News Posts");
50//define("LAN_LOGINMENU_32", "Show New Article Posts");
51//define("LAN_LOGINMENU_33", "Show New Chatbox Posts");
52define("LAN_LOGINMENU_34", "Show New Comment Posts");
53//define("LAN_LOGINMENU_35", "Show New Forum Posts");
54define("LAN_LOGINMENU_36", "Show New Members");
55
56
57define("LAN_LOGINMENU_39", "Leave Admin");
58define("LAN_LOGINMENU_40", "Resend Activation Email");
59define("LAN_LOGINMENU_41", "Login Menu Settings");
60
61//new v0.8
62define("LAN_LOGINMENU_37", "Show");
63define("LAN_LOGINMENU_38", "Login menu - Additional Links");
64
65define("LAN_LOGINMENU_42", "Login menu - Recent core additions");
66define("LAN_LOGINMENU_43", "Position");
67define("LAN_LOGINMENU_44", "missing link title");
68define("LAN_LOGINMENU_45", "link(s) -");
69define("LAN_LOGINMENU_45a", ""); //pre
70define("LAN_LOGINMENU_45b", "plugin"); //post
71define("LAN_LOGINMENU_46", "recent items -");
72define("LAN_LOGINMENU_47", "Login menu - Recent plugin additions");
73define("LAN_LOGINMENU_48", "Menu Config");
74define("LAN_LOGINMENU_49", "Email: ");
75define("LAN_LOGINMENU_50", "Username or Email: ");
76define("LAN_LOGINMENU_51", "Sign In");
77
78