1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02:00

Update lan_userposts.php

This commit is contained in:
Gábor
2018-05-08 06:33:44 +02:00
committed by GitHub
parent f48927041d
commit 01ad6fe896

View File

@@ -11,8 +11,8 @@
*/ */
define("PAGE_NAME", "User Posts"); define("PAGE_NAME", "User Posts");
define("UP_LAN_0", "All Forum Posts for "); define("UP_LAN_0", "All Forum Posts for [x]");
define("UP_LAN_1", "All Comments for "); define("UP_LAN_1", "All Comments for [x]");
define("UP_LAN_2", "Thread"); define("UP_LAN_2", "Thread");
define("UP_LAN_3", "Views"); define("UP_LAN_3", "Views");
define("UP_LAN_4", "Replies"); define("UP_LAN_4", "Replies");
@@ -28,4 +28,4 @@ define("UP_LAN_12", "Search");
define("UP_LAN_14", "Forum Posts"); define("UP_LAN_14", "Forum Posts");
define("UP_LAN_15", "Re"); define("UP_LAN_15", "Re");
define("UP_LAN_16", "IP Address"); define("UP_LAN_16", "IP Address");
?> ?>