1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-13 05:55:02 +02:00
Files
php-e107/e107_plugins/newsfeed/languages/English_global.php

7 lines
212 B
PHP

<?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.");
?>