2012-12-12 18:46:34 -08:00
< ? php
2012-12-15 16:01:31 +01:00
/*
* Copyright ( c ) e107 Inc 2009 - e107 . org , Licensed under GNU GPL ( http :// www . gnu . org / licenses / gpl . txt )
* $Id $
*
* Featurebox global language defines
*/
2012-12-12 18:46:34 -08:00
2013-03-07 22:54:00 -08:00
define ( " LAN_PLUGIN_FEATUREBOX_NAME " , " Feature Box " );
2012-12-15 16:01:31 +01:00
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. " );
2013-03-07 22:54:00 -08:00
define ( " LAN_PLUGIN_FEATUREBOX_BATCH " , " Create Featurebox Item " );
2012-12-12 18:46:34 -08:00
// Install/uninstall messages
2013-03-07 22:54:00 -08:00
define ( 'FBLAN_INSTALL_01' , 'Adding Default category table data.' ); //XXX Use Generic
define ( 'FBLAN_INSTALL_02' , 'Adding Default table data.' ); //XXX Use Generic
2013-03-13 09:47:48 +02:00
define ( 'FBLAN_INSTALL_03' , 'Unassigned' );
2013-03-28 01:04:01 -07:00
define ( 'FBLAN_INSTALL_04' , 'Carousel' );
define ( 'FBLAN_INSTALL_05' , 'Tabs' );