mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 01:00:20 +02:00
More plugin LAN clean-up (newsfeeds, links_page, linkwords, gsitemap)
This commit is contained in:
@@ -8,21 +8,7 @@
|
||||
*
|
||||
* Linkwords plugin - language file (only needed for admin)
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/languages/English_admin_linkwords.php,v $
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* $Author$
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* e107 Linkword plugin
|
||||
*
|
||||
* @package e107_plugins
|
||||
* @subpackage linkwords
|
||||
* @version $Id$;
|
||||
*
|
||||
* Language file
|
||||
* $Id*
|
||||
*/
|
||||
|
||||
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
|
||||
define('LWLANINS_1', 'Linkwords');
|
||||
define('LWLANINS_2', 'This plugin links specified words with a defined link and/or tooltip');
|
||||
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_5', 'Upgrade complete');
|
||||
//define('LWLANINS_1', 'Linkwords');
|
||||
//define('LWLANINS_2', 'This plugin links specified words with a defined link and/or tooltip');
|
||||
//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_5', 'Upgrade complete');
|
||||
|
||||
|
||||
// Help text
|
||||
|
0
e107_plugins/linkwords/languages/English_global.php
Normal file
0
e107_plugins/linkwords/languages/English_global.php
Normal file
@@ -1,11 +1,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" />
|
||||
<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>
|
||||
<languageFiles>
|
||||
<file type='log' path='languages/--LAN--_admin_linkwords.php' />
|
||||
</languageFiles>
|
||||
<adminLinks>
|
||||
<link url='admin_config.php' description='Configure LinkWords' icon='images/linkwords_32.png' iconSmall='images/linkwords_16.png' primary='true' >Configure LinkWords</link>
|
||||
</adminLinks>
|
||||
|
Reference in New Issue
Block a user