mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 01:30:32 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -10,22 +10,20 @@
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
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");
|
||||
|
||||
|
||||
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",
|
||||
];
|
||||
|
Reference in New Issue
Block a user