mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 18:32:44 +02:00
Issue #5465 Plugin language file conversion.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
define("LAN_PLUGIN_NEWSFEEDS_NAME", "Newsfeeds");
|
||||
define("LAN_PLUGIN_NEWSFEEDS_DESCRIPTION", "This plugin will retrieve rss feeds from other websites and display them according to your preferences.");
|
||||
|
||||
|
||||
return [
|
||||
'LAN_PLUGIN_NEWSFEEDS_NAME' => "Newsfeeds",
|
||||
'LAN_PLUGIN_NEWSFEEDS_DESCRIPTION' => "This plugin will retrieve rss feeds from other websites and display them according to your preferences.",
|
||||
];
|
||||
|
Reference in New Issue
Block a user