mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 13:52:35 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -9,25 +9,23 @@
|
||||
| $Author$
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
if(!defined('PAGE_NAME'))
|
||||
{
|
||||
define("PAGE_NAME", "User Posts"); // todo fix me
|
||||
}
|
||||
|
||||
define("UP_LAN_0", "All Forum Posts for [x]");
|
||||
define("UP_LAN_1", "All Comments for [x]");
|
||||
define("UP_LAN_2", "Thread");
|
||||
define("UP_LAN_3", "Views");
|
||||
define("UP_LAN_4", "Replies");
|
||||
define("UP_LAN_5", "Lastpost");
|
||||
define("UP_LAN_6", "Threads");
|
||||
define("UP_LAN_7", "No Comments");
|
||||
define("UP_LAN_8", "No Posts");
|
||||
define("UP_LAN_9", " on ");
|
||||
define("UP_LAN_10", "Re");
|
||||
define("UP_LAN_11", "Posted on");
|
||||
define("UP_LAN_12", "Search");
|
||||
// define("UP_LAN_13", "Comments");
|
||||
define("UP_LAN_14", "Forum Posts");
|
||||
define("UP_LAN_15", "Re");
|
||||
define("UP_LAN_16", "IP Address");
|
||||
return [
|
||||
'PAGE_NAME' => "User Posts",
|
||||
'UP_LAN_0' => "All Forum Posts for [x]",
|
||||
'UP_LAN_1' => "All Comments for [x]",
|
||||
'UP_LAN_2' => "Thread",
|
||||
'UP_LAN_3' => "Views",
|
||||
'UP_LAN_4' => "Replies",
|
||||
'UP_LAN_5' => "Lastpost",
|
||||
'UP_LAN_6' => "Threads",
|
||||
'UP_LAN_7' => "No Comments",
|
||||
'UP_LAN_8' => "No Posts",
|
||||
'UP_LAN_9' => "on",
|
||||
'UP_LAN_10' => "Re",
|
||||
'UP_LAN_11' => "Posted on",
|
||||
'UP_LAN_12' => "Search",
|
||||
'UP_LAN_14' => "Forum Posts",
|
||||
'UP_LAN_15' => "Re",
|
||||
'UP_LAN_16' => "IP Address",
|
||||
];
|
||||
|
Reference in New Issue
Block a user