mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
online: new 'online' menu, removing online_menu and online_extended_menu and lastseen_menu (as a seperate folder) the new 'online' plugin folder contains the new combined online menu and the lastseen menu, added a config area for those two as well, all templated and using shortcodes
This commit is contained in:
49
e107_plugins/online/languages/English.php
Normal file
49
e107_plugins/online/languages/English.php
Normal file
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/online/languages/English.php,v $
|
||||
| $Revision: 1.1 $
|
||||
| $Date: 2007-05-01 19:50:56 $
|
||||
| $Author: lisa_ $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
//lastseen
|
||||
define("LAN_LASTSEEN_1", "Last Seen Menu");
|
||||
|
||||
//online
|
||||
define("LAN_ONLINE_TRACKING_MESSAGE", "Online user tracking is currently disabled, please enable it [link=".e_ADMIN."users.php?options]here[/link][br]");
|
||||
define("LAN_ONLINE_1", "Guests: ");
|
||||
define("LAN_ONLINE_2", "Members: ");
|
||||
define("LAN_ONLINE_3", "On this page: ");
|
||||
define("LAN_ONLINE_4", "Online");
|
||||
define("LAN_ONLINE_5", "");
|
||||
define("LAN_ONLINE_6", "Newest Member: ");
|
||||
define("LAN_ONLINE_7", "viewing");
|
||||
define("LAN_ONLINE_8", "most ever online: ");
|
||||
define("LAN_ONLINE_9", "on ");
|
||||
define("LAN_ONLINE_10", "Online Menu");
|
||||
|
||||
//admin
|
||||
define("LAN_ONLINE_ADMIN_ENABLED", "enabled");
|
||||
define("LAN_ONLINE_ADMIN_DISABLED", "disabled");
|
||||
|
||||
define("LAN_ONLINE_ADMIN_0", "preferences online menu / lastseen menu");
|
||||
define("LAN_ONLINE_ADMIN_1", "lastseen menu");
|
||||
define("LAN_ONLINE_ADMIN_2", "caption lastseen menu:");
|
||||
define("LAN_ONLINE_ADMIN_3", "number of records to display:");
|
||||
define("LAN_ONLINE_ADMIN_4", "online menu");
|
||||
define("LAN_ONLINE_ADMIN_5", "caption online menu:");
|
||||
define("LAN_ONLINE_ADMIN_6", "show list of members online?<br />displays a comma seperated list of members");
|
||||
define("LAN_ONLINE_ADMIN_7", "show extended list of members online?<br />displays a list of 'member viewing page'");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user