2006-12-02 04:36:16 +00:00
|
|
|
<?php
|
|
|
|
/*
|
|
|
|
+ ----------------------------------------------------------------------------+
|
|
|
|
| e107 website system - Language File.
|
|
|
|
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_userposts.php,v $
|
2010-02-10 18:18:01 +00:00
|
|
|
| $Revision$
|
|
|
|
| $Date$
|
|
|
|
| $Author$
|
2006-12-02 04:36:16 +00:00
|
|
|
+----------------------------------------------------------------------------+
|
|
|
|
*/
|
2021-01-11 18:05:29 -08:00
|
|
|
if(!defined('PAGE_NAME'))
|
|
|
|
{
|
|
|
|
define("PAGE_NAME", "User Posts"); // todo fix me
|
|
|
|
}
|
2006-12-02 04:36:16 +00:00
|
|
|
|
2018-05-08 06:33:44 +02:00
|
|
|
define("UP_LAN_0", "All Forum Posts for [x]");
|
|
|
|
define("UP_LAN_1", "All Comments for [x]");
|
2006-12-02 04:36:16 +00:00
|
|
|
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");
|
2015-07-07 18:02:16 -07:00
|
|
|
// define("UP_LAN_13", "Comments");
|
2006-12-02 04:36:16 +00:00
|
|
|
define("UP_LAN_14", "Forum Posts");
|
|
|
|
define("UP_LAN_15", "Re");
|
|
|
|
define("UP_LAN_16", "IP Address");
|