Skip to content

Commit

Permalink
Plugin LAN clean-up (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moc committed Dec 19, 2012
1 parent 1bde493 commit 44210bf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
6 changes: 6 additions & 0 deletions e107_plugins/linkwords/languages/English_global.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

define("LAN_PLUGIN_LINKWORDS_NAME", "Linkwords");
define("LAN_PLUGIN_LINKWORDS_DESCRIPTION", "This plugin will link specified words with a defined link and/or tooltip.");

?>
2 changes: 1 addition & 1 deletion e107_plugins/list_new/languages/English_admin_list_new.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
if (!defined("PAGE_NAME")) { define("PAGE_NAME", "List New Items"); }

// define("LIST_PLUGIN_1", "List");
define("LIST_PLUGIN_2", "This plugin allows you to view a list of recent additions in all e107 categories. You can either view the list with data since your last visit, or view a general latest additions list. Besides the page a menu is also present. Every section is configurable in the admin area.");
//define("LIST_PLUGIN_2", "This plugin allows you to view a list of recent additions in all e107 categories. You can either view the list with data since your last visit, or view a general latest additions list. Besides the page a menu is also present. Every section is configurable in the admin area.");
define("LIST_PLUGIN_3", "Configure Main Menu");
define("LIST_PLUGIN_4", "The List_new plugin is now ready to be used.");

Expand Down
Empty file.
9 changes: 3 additions & 6 deletions e107_plugins/list_new/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="List Latest" lan="LIST_PLUGIN_1" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true">
<e107Plugin name="List Latest" lan="LAN_PLUGIN_LISTNEW_NAME" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true">
<author name="e107 Inc." url="http://e107.org" />
<description lan="LIST_PLUGIN_2">This plugin allows you to view a list of recent additions in all e107 categories. You can either view the list with data since your last visit, or view a general latest additions list. Besides the page a menu is also present. Every section is configurable in the admin area.</description>
<description lan="LAN_PLUGIN_LISTNEW_DESCRIPTION">This plugin allows you to view a list and/or menu of recent additions in all e107 categories. You can either view the list with data since your last visit, or view a general latest additions list.</description>
<category>content</category>
<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_list_new.php' />
</languageFiles>
<adminLinks>
<link url='admin_list_config.php' description='LIST_PLUGIN_3' icon='icon/list_32.png' iconSmall='icon/list_16.png' primary='true' >LIST_PLUGIN_3</link>
<link url='admin_list_config.php' description='LIST_PLUGIN_3' icon='icon/list_32.png' iconSmall='icon/list_16.png' primary='true'>LIST_PLUGIN_3</link>
</adminLinks>
<siteLinks>
<link url="{e_PLUGIN}list_new/list.php" >LIST_PLUGIN_1</link>
Expand Down

0 comments on commit 44210bf

Please sign in to comment.