mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
32 lines
895 B
PHP
32 lines
895 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_top.php,v $
|
|
| $Revision: 1.1.1.1 $
|
|
| $Date: 2006-12-02 04:34:40 $
|
|
| $Author: mcfly_e107 $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
define("TOP_LAN_0", "Top Forum Posters");
|
|
define("TOP_LAN_1", "User Name");
|
|
define("TOP_LAN_2", "Posts");
|
|
define("TOP_LAN_3", "Top Comment Posters");
|
|
define("TOP_LAN_4", "Comments");
|
|
define("TOP_LAN_5", "Top Chatbox Posters");
|
|
define("TOP_LAN_6", "Site Rating");
|
|
|
|
//v.616
|
|
define("LAN_1", "Thread");
|
|
define("LAN_2", "Poster");
|
|
define("LAN_3", "Views");
|
|
define("LAN_4", "Replies");
|
|
define("LAN_5", "Lastpost");
|
|
define("LAN_6", "Threads");
|
|
define("LAN_7", "Most Active Threads");
|
|
define("LAN_8", "Top Posters");
|
|
|
|
|
|
?>
|