mirror of
https://github.com/e107inc/e107.git
synced 2025-01-19 13:37:09 +01:00
28 lines
692 B
PHP
28 lines
692 B
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2001-2008 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Plugin - newsfeeds
|
|
*
|
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/newsfeed/languages/English_newsfeed.php,v $
|
|
* $Revision: 1.1 $
|
|
* $Date: 2008-12-20 10:39:29 $
|
|
* $Author: e107steved $
|
|
*
|
|
*/
|
|
define("NFLAN_29", "Available newsfeeds");
|
|
define("NFLAN_31", "Back to newsfeed list");
|
|
define("NFLAN_33", "Date published: ");
|
|
define("NFLAN_34", "not known");
|
|
define("NFLAN_38", "Headlines");
|
|
define("NFLAN_39", "Details");
|
|
define("NFLAN_48", "Unable to save raw data in database.");
|
|
|
|
|
|
|
|
?>
|