mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 19:14:09 +02:00
16 lines
537 B
PHP
16 lines
537 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
|
|
*/
|
|
|
|
|
|
return [
|
|
'LAN_PLUGIN_FEATUREBOX_NAME' => "Feature Box",
|
|
'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.",
|
|
'LAN_PLUGIN_FEATUREBOX_BATCH' => "Create Featurebox Item",
|
|
'LAN_PLUGIN_FEATUREBOX_RSSFEED' => "This is the rss feed for the featurebox entries.",
|
|
];
|