1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Last plugin LAN clean-up (#50) for now.

This commit is contained in:
Tijn Kuyper
2012-12-19 11:37:45 +01:00
parent 43be46176f
commit 2f7aa5a40d
11 changed files with 60 additions and 53 deletions

View File

@@ -3,10 +3,6 @@
+ ----------------------------------------------------------------------------+
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/rss_menu/languages/English_admin_rss_menu.php,v $
| $Revision$
| $Date$
| $Author$
+----------------------------------------------------------------------------+
*/
@@ -33,8 +29,8 @@ define("RSS_BUG", "Bugtracker");
define("RSS_FOR", "Forum");
define("RSS_DL", "Downloads");
define("RSS_PLUGIN_LAN_1", "RSS");
define("RSS_PLUGIN_LAN_2", "RSS Feeds from your site");
//define("RSS_PLUGIN_LAN_1", "RSS");
//define("RSS_PLUGIN_LAN_2", "RSS Feeds from your site");
define("RSS_PLUGIN_LAN_6", "Feed Links");
define("RSS_PLUGIN_LAN_7", "The rss feed of the news");
@@ -60,12 +56,12 @@ define("RSS_LAN_ERROR_7", "Some required fields are missing.");
define("RSS_LAN_ADMIN_1", "Existing RSS feeds");
define("RSS_LAN_ADMIN_2", "Id");
define("RSS_LAN_ADMIN_3", "Path");
define("RSS_LAN_ADMIN_4", "Name");
//define("RSS_LAN_ADMIN_4", "Name");
define("RSS_LAN_ADMIN_5", "Url");
define("RSS_LAN_ADMIN_6", "Text");
define("RSS_LAN_ADMIN_7", "Limit");
define("RSS_LAN_ADMIN_8", "Visibility");
define("RSS_LAN_ADMIN_9", "Type");
//define("RSS_LAN_ADMIN_9", "Type");
define("RSS_LAN_ADMIN_10", "rss feed create entry");
define("RSS_LAN_ADMIN_11", "rss feed import feeds");
define("RSS_LAN_ADMIN_12", "Topic id");
@@ -96,6 +92,7 @@ define("RSS_LAN_3", "noauthor@nospam.com");
// Admin log messages
//-------------------
/*
define('LAN_AL_RSS_01','RSS feed deleted');
define('LAN_AL_RSS_02','RSS feed created');
define('LAN_AL_RSS_03','RSS feed updated');
@@ -103,4 +100,5 @@ define('LAN_AL_RSS_04','RSS feed imported');
define('LAN_AL_RSS_05','RSS limits updated');
define('LAN_AL_RSS_06','RSS settings updated');
define('LAN_AL_RSS_07','');
*/
?>

View File

@@ -0,0 +1,6 @@
<?php
define("LAN_PLUGIN_RSS_NAME", "RSS");
define("LAN_PLUGIN_RSS_DESCRIPTION", "RSS Feeds from your site.");
?>

View File

@@ -1,14 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.9 2009-10-20 03:49:22 e107coders Exp $ -->
<e107Plugin name="RSS" lan="RSS_PLUGIN_LAN_1" version="1.3" date="2012-08-01" compatibility="2.0" installRequired="true">
<e107Plugin name="RSS" lan="LAN_PLUGIN_RSS_NAME" version="1.3" date="2012-08-01" compatibility="2.0" installRequired="true">
<author name="e107 Inc." url="http://e107.org" />
<description lan="RSS_PLUGIN_LAN_2">RSS Feeds from your site</description>
<description lan="LAN_PLUGIN_RSS_DESCRIPTION">RSS Feeds from your site.</description>
<category>misc</category>
<languageFiles>
<file type='log' path='languages/--LAN--_admin_rss_menu.php' />
</languageFiles>
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<adminLinks>
<link url='admin_prefs.php' description='LAN_CONFIGURE' icon='images/rss_32.png' iconSmall='images/rss_16.png' primary='true' >LAN_CONFIGURE</link>