mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
81 lines
2.1 KiB
PHP
81 lines
2.1 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
|
|
*/
|
|
|
|
|
|
|
|
return [
|
|
'PAGE_NAME' => "List New Items",
|
|
'LIST_MENU_1' => "recent additions",
|
|
'LIST_MENU_2' => "by",
|
|
'LIST_MENU_3' => "on",
|
|
'LIST_MENU_4' => "in",
|
|
'LIST_MENU_5' => "days",
|
|
'LIST_MENU_6' => "view content for how many days?",
|
|
'LIST_MENU_7' => "",
|
|
'LIST_MENU_8' => "",
|
|
'LIST_MENU_9' => "",
|
|
'LIST_MENU_10' => "",
|
|
'LIST_MENU_11' => "",
|
|
'LIST_MENU_12' => "",
|
|
'LIST_MENU_13' => "",
|
|
'LIST_MENU_14' => "",
|
|
'LIST_MENU_15' => "",
|
|
'LIST_MENU_16' => "",
|
|
'LIST_MENU_17' => "",
|
|
'LIST_MENU_18' => "",
|
|
'LIST_MENU_19' => "",
|
|
'LIST_NEWS_1' => "news",
|
|
'LIST_NEWS_2' => "no news items",
|
|
'LIST_COMMENT_1' => "comments",
|
|
'LIST_COMMENT_2' => "no comments",
|
|
'LIST_COMMENT_3' => "news",
|
|
'LIST_COMMENT_4' => "faq",
|
|
'LIST_COMMENT_5' => "poll",
|
|
'LIST_COMMENT_6' => "docs",
|
|
'LIST_COMMENT_7' => "bugtrack",
|
|
'LIST_COMMENT_8' => "content",
|
|
'LIST_COMMENT_9' => "",
|
|
'LIST_COMMENT_10' => "ideas",
|
|
'LIST_MEMBER_1' => "members",
|
|
'LIST_MEMBER_2' => "no members",
|
|
'LIST_CONTENT_1' => "content",
|
|
'LIST_CONTENT_2' => "no content in",
|
|
'LIST_CONTENT_3' => "no valid content category",
|
|
'LIST_CHATBOX_1' => "chatbox",
|
|
'LIST_CHATBOX_2' => "no chatbox posts",
|
|
'LIST_CALENDAR_1' => "calendar",
|
|
'LIST_CALENDAR_2' => "no calendar events",
|
|
'LIST_LINKS_1' => "links",
|
|
'LIST_LINKS_2' => "no links",
|
|
'LIST_FORUM_1' => "forum",
|
|
'LIST_FORUM_2' => "no forum posts",
|
|
'LIST_FORUM_3' => "views:",
|
|
'LIST_FORUM_4' => "replies:",
|
|
'LIST_FORUM_5' => "lastpost:",
|
|
'LIST_FORUM_6' => "on:",
|
|
'LIST_LAN_1' => "no items in",
|
|
'LIST_DOWNLOAD_1' => "downloads",
|
|
'LIST_DOWNLOAD_2' => "no downloads",
|
|
];
|