mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 00:05:46 +02:00
More plugin LAN clean-up (newsfeeds, links_page, linkwords, gsitemap)
This commit is contained in:
@@ -8,16 +8,14 @@
|
||||
*
|
||||
* Plugin - newsfeeds
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/newsfeed/languages/English_admin_newsfeed.php,v $
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* $Author$
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
define("NFLAN_01", "Newsfeeds");
|
||||
define("NFLAN_02", "This plugin will retrieve rss feeds from other websites and display them according to your preferences");
|
||||
//define("NFLAN_01", "Newsfeeds");
|
||||
//define("NFLAN_02", "This plugin will retrieve rss feeds from other websites and display them according to your preferences");
|
||||
define("NFLAN_03", "Configure newsfeeds");
|
||||
define("NFLAN_04", "Newsfeeds plugin has been successfully installed. To add newsfeeds and configure, return to the main admin page and click on the newsfeeds icon in the plugin section.");
|
||||
define("NFLAN_05", "Edit");
|
||||
|
6
e107_plugins/newsfeed/languages/English_global.php
Normal file
6
e107_plugins/newsfeed/languages/English_global.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
define("LAN_PLUGIN_NEWSFEEDS_NAME", "Newsfeeds");
|
||||
define("LAN_PLUGIN_NEWSFEEDS_DESCRIPTION", "This plugin will retrieve rss feeds from other websites and display them according to your preferences.");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user