mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
13 lines
538 B
PHP
13 lines
538 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");
|
|
|
|
define("LAN_PLUGIN_FEATUREBOX_RSSFEED", "This is the rss feed for the featurebox entries."); |