mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 00:27:45 +02:00
18 lines
489 B
PHP
18 lines
489 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.
|
|
*/
|
|
|
|
return [
|
|
'LAN_PLUGIN_RSS_NAME' => "RSS",
|
|
'LAN_PLUGIN_RSS_DESCRIPTION' => "RSS Feeds from your site.",
|
|
'LAN_PLUGIN_RSS_SUBSCRIBE' => "Subscribe",
|
|
'LAN_PLUGIN_RSS_SUBSCRIBE_TO' => "Subscribe to [x]",
|
|
];
|