1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +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

@@ -14,8 +14,8 @@
* $Author$
*/
define("POLL_ADLAN01", "Poll");
define("POLL_ADLAN02", "The poll plugin allows you to define polls in either a menu or forum post.");
//define("POLL_ADLAN01", "Poll");
//define("POLL_ADLAN02", "The poll plugin allows you to define polls in either a menu or forum post.");
define("POLL_ADLAN03", "Configure polls");
define("POLL_ADLAN04", "The poll plugin has been successfully installed. To add polls, click on the Polls icon in the plugin section of your admin front page, and remember to activate the menu item from your menus page.");

View File

@@ -0,0 +1,6 @@
<?php
define("LAN_PLUGIN_POLL_NAME", "Poll");
define("LAN_PLUGIN_POLL_DESCRIPTION", "The poll plugin allows you to define polls in either a menu or forum post.");
?>