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:
@@ -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.");
|
||||
|
||||
|
6
e107_plugins/poll/languages/English_global.php
Normal file
6
e107_plugins/poll/languages/English_global.php
Normal 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.");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user