1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 05:41:58 +02:00

Issue #5465 Plugin language file conversion.

This commit is contained in:
camer0n
2025-04-11 07:23:45 -07:00
parent 9de234324c
commit bea796463e
74 changed files with 1787 additions and 2263 deletions

View File

@@ -8,7 +8,10 @@
*
* 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]");
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]",
];