1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-07 07:47:59 +01:00
MikeyGMT a16950e9bd RSS Menu Lans to Generic Terms #6
Replace duplicates with common terms in RSS Plugin
2016-12-02 20:44:17 +00:00

15 lines
466 B
PHP

<?php
/*
* e107 website system
*
* Copyright (C) 2008-2016 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
* e107 website system - Language File.
*/
define("LAN_PLUGIN_RSS_NAME", "RSS");
define("LAN_PLUGIN_RSS_DESCRIPTION", "RSS Feeds from your site.");
define("LAN_PLUGIN_RSS_SUBSCRIBE", "Subscribe");
define("LAN_PLUGIN_RSS_SUBSCRIBE_TO", "Subscribe to [x]");
?>