1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00
Files
php-e107/e107_languages/English/lan_userposts.php

32 lines
883 B
PHP

<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_userposts.php,v $
| $Revision$
| $Date$
| $Author$
+----------------------------------------------------------------------------+
*/
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",
];