mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
88 lines
2.3 KiB
PHP
88 lines
2.3 KiB
PHP
<?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)
|
|
*
|
|
* List Language
|
|
*
|
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/list_new/languages/English.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
*
|
|
*/
|
|
|
|
/**
|
|
* Language file list_new plugin
|
|
*
|
|
* @package e107_plugins
|
|
* @subpackage list_new
|
|
*/
|
|
|
|
if (!defined("PAGE_NAME")) { define("PAGE_NAME", "List New Items"); }
|
|
|
|
define("LIST_MENU_1", "recent additions");
|
|
define("LIST_MENU_2", "by");
|
|
define("LIST_MENU_3", "on");
|
|
define("LIST_MENU_4", "in");
|
|
define("LIST_MENU_5", "days");
|
|
define("LIST_MENU_6", "view content for how many days?");
|
|
define("LIST_MENU_7", "");
|
|
define("LIST_MENU_8", "");
|
|
define("LIST_MENU_9", "");
|
|
define("LIST_MENU_10", "");
|
|
define("LIST_MENU_11", "");
|
|
define("LIST_MENU_12", "");
|
|
define("LIST_MENU_13", "");
|
|
define("LIST_MENU_14", "");
|
|
define("LIST_MENU_15", "");
|
|
define("LIST_MENU_16", "");
|
|
define("LIST_MENU_17", "");
|
|
define("LIST_MENU_18", "");
|
|
define("LIST_MENU_19", "");
|
|
|
|
define("LIST_NEWS_1", "news");
|
|
define("LIST_NEWS_2", "no news items");
|
|
|
|
define("LIST_COMMENT_1", "comments");
|
|
define("LIST_COMMENT_2", "no comments");
|
|
define("LIST_COMMENT_3", "news");
|
|
define("LIST_COMMENT_4", "faq");
|
|
define("LIST_COMMENT_5", "poll");
|
|
define("LIST_COMMENT_6", "docs");
|
|
define("LIST_COMMENT_7", "bugtrack");
|
|
define("LIST_COMMENT_8", "content");
|
|
define("LIST_COMMENT_9", "");
|
|
define("LIST_COMMENT_10", "ideas");
|
|
|
|
define("LIST_MEMBER_1", "members");
|
|
define("LIST_MEMBER_2", "no members");
|
|
|
|
define("LIST_CONTENT_1", "content");
|
|
define("LIST_CONTENT_2", "no content in");
|
|
define("LIST_CONTENT_3", "no valid content category");
|
|
|
|
define("LIST_CHATBOX_1", "chatbox");
|
|
define("LIST_CHATBOX_2", "no chatbox posts");
|
|
|
|
define("LIST_CALENDAR_1", "calendar");
|
|
define("LIST_CALENDAR_2", "no calendar events");
|
|
|
|
define("LIST_LINKS_1", "links");
|
|
define("LIST_LINKS_2", "no links");
|
|
|
|
define("LIST_FORUM_1", "forum");
|
|
define("LIST_FORUM_2", "no forum posts");
|
|
define("LIST_FORUM_3", "views:");
|
|
define("LIST_FORUM_4", "replies:");
|
|
define("LIST_FORUM_5", "lastpost:");
|
|
define("LIST_FORUM_6", "on:");
|
|
|
|
define("LIST_LAN_1", "no items in");
|
|
|
|
define("LIST_DOWNLOAD_1", "downloads");
|
|
define("LIST_DOWNLOAD_2", "no downloads");
|