1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

More plugin LAN clean-up (newsfeeds, links_page, linkwords, gsitemap)

This commit is contained in:
Tijn Kuyper 2012-12-19 10:58:28 +01:00
parent 054549ecde
commit 1bde493891
9 changed files with 29 additions and 44 deletions

View File

@ -14,7 +14,7 @@
* $Author$ * $Author$
* *
*/ */
define("GSLAN_Name", "Sitemap"); //define("GSLAN_Name", "Sitemap");
define("GSLAN_1", "Site Link"); define("GSLAN_1", "Site Link");
define("GSLAN_2", "Import?"); define("GSLAN_2", "Import?");
define("GSLAN_3", "Type"); define("GSLAN_3", "Type");

View File

@ -0,0 +1,6 @@
<?php
define("LAN_PLUGIN_LINKSPAGE_NAME", "Links Page");
define("LAN_PLUGIN_LINKSPAGE_DESCRIPTION", "Links Page for displaying external web links.");
?>

View File

@ -1,13 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.9 2009-10-22 04:14:45 e107coders Exp $ --> <!-- $Id: plugin.xml,v 1.9 2009-10-22 04:14:45 e107coders Exp $ -->
<e107Plugin name="Links Page" lan="LCLAN_PLUGIN_LAN_1" version="1.12" date="2012-08-01" compatibility="2.0" installRequired="true"> <e107Plugin name="Links Page" lan="LAN_PLUGIN_LINKSPAGE_NAME" version="1.12" date="2012-08-01" compatibility="2.0" installRequired="true">
<author name="e107 Inc." url="http://e107.org" /> <author name="e107 Inc." url="http://e107.org" />
<description>Links Page For Displaying External Web Links</description> <description lan="LAN_PLUGIN_LINKSPAGE_DESCRIPTION">Links Page for displaying external web links.</description>
<category>content</category> <category>content</category>
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright> <copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<languageFiles>
<file type='log' path='languages/--LAN--_admin_links_page.php' />
</languageFiles>
<adminLinks> <adminLinks>
<link url='admin_linkspage_config.php' description='Configure Links Page' icon='images/linkspage_32.png' iconSmall='images/linkspage_16.png' primary='true' >Configure Links Page</link> <link url='admin_linkspage_config.php' description='Configure Links Page' icon='images/linkspage_32.png' iconSmall='images/linkspage_16.png' primary='true' >Configure Links Page</link>
</adminLinks> </adminLinks>

View File

@ -8,21 +8,7 @@
* *
* Linkwords plugin - language file (only needed for admin) * Linkwords plugin - language file (only needed for admin)
* *
* $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/languages/English_admin_linkwords.php,v $ * $Id*
* $Revision$
* $Date$
* $Author$
*/
/**
* e107 Linkword plugin
*
* @package e107_plugins
* @subpackage linkwords
* @version $Id$;
*
* Language file
*/ */
define("LWLAN_1", "Field(s) left blank."); define("LWLAN_1", "Field(s) left blank.");
@ -96,11 +82,11 @@ define('LWLAN_65', 'When checked, suppresses clickable link if points to current
// Installation-related // Installation-related
define('LWLANINS_1', 'Linkwords'); //define('LWLANINS_1', 'Linkwords');
define('LWLANINS_2', 'This plugin links specified words with a defined link and/or tooltip'); //define('LWLANINS_2', 'This plugin links specified words with a defined link and/or tooltip');
define('LWLANINS_3', 'Configure LinkWords'); //define('LWLANINS_3', 'Configure LinkWords');
define('LWLANINS_4', 'To configure please click on the link in the plugins section of the admin front page'); //define('LWLANINS_4', 'To configure please click on the link in the plugins section of the admin front page');
define('LWLANINS_5', 'Upgrade complete'); //define('LWLANINS_5', 'Upgrade complete');
// Help text // Help text

View File

@ -1,11 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="Linkwords" lan="LWLANINS_1" version="1.1" date="2012-08-01" compatibility="2.0" installRequired="true" > <e107Plugin name="Linkwords" lan="LAN_PLUGIN_LINKWORDS_NAME" version="1.1" date="2012-08-01" compatibility="2.0" installRequired="true" >
<author name="e107 Inc." url="http://e107.org" /> <author name="e107 Inc." url="http://e107.org" />
<description>This plugin will link specified words with a defined link and/or tooltip</description> <description lan="LAN_PLUGIN_LINKWORDS_DESCRIPTION">This plugin will link specified words with a defined link and/or tooltip.</description>
<category>content</category> <category>content</category>
<languageFiles>
<file type='log' path='languages/--LAN--_admin_linkwords.php' />
</languageFiles>
<adminLinks> <adminLinks>
<link url='admin_config.php' description='Configure LinkWords' icon='images/linkwords_32.png' iconSmall='images/linkwords_16.png' primary='true' >Configure LinkWords</link> <link url='admin_config.php' description='Configure LinkWords' icon='images/linkwords_32.png' iconSmall='images/linkwords_16.png' primary='true' >Configure LinkWords</link>
</adminLinks> </adminLinks>

View File

@ -8,16 +8,14 @@
* *
* Plugin - newsfeeds * Plugin - newsfeeds
* *
* $Source: /cvs_backup/e107_0.8/e107_plugins/newsfeed/languages/English_admin_newsfeed.php,v $ * $URL$
* $Revision$ * $Id$
* $Date$
* $Author$
* *
*/ */
define("NFLAN_01", "Newsfeeds"); //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_02", "This plugin will retrieve rss feeds from other websites and display them according to your preferences");
define("NFLAN_03", "Configure newsfeeds"); 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_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"); define("NFLAN_05", "Edit");

View 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.");
?>

View File

@ -1,14 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt) --> <e107Plugin name="Newsfeeds" lan="LAN_PLUGIN_NEWSFEEDS_NAME" version="2.0" date="2012-08-01" compatibility="2.0" installRequired="true">
<!-- $Id: plugin.xml,v 1.8 2009-10-22 04:14:45 e107coders Exp $ -->
<e107Plugin name="Newsfeeds" lan="NFLAN_01" version="2.0" date="2012-08-01" compatibility="2.0" installRequired="true">
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" /> <author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
<description lan="NFLAN_02">This plugin will retrieve rss feeds from other websites and display them according to your preferences</description> <description lan="LAN_PLUGIN_NEWSFEEDS_DESCRIPTION">This plugin will retrieve rss feeds from other websites and display them according to your preferences.</description>
<category>content</category> <category>content</category>
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright> <copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<languageFiles>
<file type='log' path='languages/--LAN--_admin_newsfeed.php' />
</languageFiles>
<adminLinks> <adminLinks>
<link url='admin_config.php' description='Configure Newsfeeds' icon='images/newsfeed_32.png' iconSmall='images/newsfeed_16.png' primary='true' >Configure Newsfeeds</link> <link url='admin_config.php' description='Configure Newsfeeds' icon='images/newsfeed_32.png' iconSmall='images/newsfeed_16.png' primary='true' >Configure Newsfeeds</link>
</adminLinks> </adminLinks>