mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 17:50:12 +02:00
Issue #5465 Plugin language file conversion.
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
* 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.");
|
||||
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.",
|
||||
];
|
||||
|
Reference in New Issue
Block a user