mirror of
https://github.com/e107inc/e107.git
synced 2025-05-04 11:24:54 +02:00
19 lines
757 B
PHP
19 lines
757 B
PHP
<?php
|
|
/*
|
|
* Copyright (c) e107 Inc 2009 - e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
* $Id$
|
|
*
|
|
* Featurebox global language defines
|
|
*/
|
|
|
|
define("LAN_PLUGIN_FEATUREBOX_NAME", "Feature Box");
|
|
define("LAN_PLUGIN_FEATUREBOX_DESCRIPTION", "Displays an animated area on the top of your page with news-items and other content you would like to feature.");
|
|
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");
|