mirror of
https://github.com/e107inc/e107.git
synced 2025-02-11 18:14:10 +01:00
28 lines
649 B
PHP
28 lines
649 B
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)
|
|
*
|
|
* Plugin - newsfeeds
|
|
*
|
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/newsfeed/languages/English_newsfeed.php,v $
|
|
* $Revision$
|
|
* $Date$
|
|
* $Author$
|
|
*
|
|
*/
|
|
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.");
|
|
|
|
|
|
|
|
|