1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

Fixes #3070 Featurebox LANs Issue #6

This commit is contained in:
Cameron
2018-08-18 11:48:10 -07:00
parent e9ddd09766
commit 968a6d0a4f
4 changed files with 20 additions and 16 deletions

View File

@@ -47,4 +47,12 @@ define("FBLAN_31", "Random");
define("FBLAN_32", "Parameters (optional)");
define("FBLAN_33", "Optional Javascript Parameters (format subject to change)");
?>
// Install/uninstall messages
define("FBLAN_34", "Unassigned");
define("FBLAN_35", "Carousel");
define("FBLAN_36", "Tabs");

View File

@@ -11,9 +11,3 @@ define("LAN_PLUGIN_FEATUREBOX_DESCRIPTION", "Displays an animated area on the to
define("LAN_PLUGIN_FEATUREBOX_BATCH", "Create Featurebox Item");
// Install/uninstall messages
define("FBLAN_INSTALL_01", "Adding Default category table data."); //XXX Use Generic
define("FBLAN_INSTALL_02", "Adding Default table data."); //XXX Use Generic
define("FBLAN_INSTALL_03", "Unassigned");
define("FBLAN_INSTALL_04", "Carousel");
define("FBLAN_INSTALL_05", "Tabs");