mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 01:30:32 +02:00
Issue #5465 Plugin language file conversion.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
define("LAN_PLUGIN_NEWSLETTER_NAME", "Newsletter");
|
||||
define("LAN_PLUGIN_NEWSLETTER_DESCRIPTION", "Provides a quick and easy way to configure and send newsletters.");
|
||||
|
||||
return [
|
||||
'LAN_PLUGIN_NEWSLETTER_NAME' => "Newsletter",
|
||||
'LAN_PLUGIN_NEWSLETTER_DESCRIPTION' => "Provides a quick and easy way to configure and send newsletters.",
|
||||
];
|
||||
|
Reference in New Issue
Block a user