1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00
2015-02-02 15:19:13 -08:00

27 lines
984 B
PHP
Executable File

<?php
/*
* e107 website system
*
* Copyright (C) 2008-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*/
define("LAN_FORUM_MENU_001", "Posted by");
define("LAN_FORUM_MENU_002", "No posts yet");
define("LAN_FORUM_MENU_003", "New Forum Posts menu configuration saved");
define("LAN_FORUM_MENU_004", "Caption");
define("LAN_FORUM_MENU_005", "Number of posts to display?");
define("LAN_FORUM_MENU_006", "Number of characters to display?");
define("LAN_FORUM_MENU_007", "Postfix for too long posts?");
define("LAN_FORUM_MENU_008", "Show original topics in menu?");
define("LAN_FORUM_MENU_009", "Update menu Settings");
define("LAN_FORUM_MENU_0010", "New Forum Posts Menu Configuration");
define("LAN_FORUM_MENU_0012", "Maximum age of displayed posts");
define("LAN_FORUM_MENU_0013", "Use zero on a quiet site; setting a value in days will reduce database time on a busy site");
?>