mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
30 lines
789 B
PHP
30 lines
789 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_top.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
|
|
return [
|
|
'TOP_LAN_0' => "Top Forum Posters",
|
|
'TOP_LAN_1' => "User Name",
|
|
'TOP_LAN_2' => "Posts",
|
|
'TOP_LAN_3' => "Top Comment Posters",
|
|
'TOP_LAN_5' => "Top Chatbox Posters",
|
|
'TOP_LAN_6' => "Site Rating",
|
|
'LAN_1' => "Thread",
|
|
'LAN_2' => "Poster",
|
|
'LAN_3' => "Views",
|
|
'LAN_4' => "Replies",
|
|
'LAN_5' => "Lastpost",
|
|
'LAN_6' => "Threads",
|
|
'LAN_7' => "Most Active Threads",
|
|
'LAN_8' => "Top Posters",
|
|
];
|