mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 10:53:29 +02:00
27 lines
643 B
PHP
27 lines
643 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$
|
|
*
|
|
*/
|
|
|
|
return [
|
|
'NFLAN_29' => "Available newsfeeds",
|
|
'NFLAN_31' => "Back to newsfeed list",
|
|
'NFLAN_33' => "Date published:",
|
|
'NFLAN_34' => "not known",
|
|
'NFLAN_38' => "Headlines",
|
|
'NFLAN_39' => "Details",
|
|
'NFLAN_48' => "Unable to save raw data in database.",
|
|
];
|