mirror of
https://github.com/e107inc/e107.git
synced 2025-09-09 05:40:44 +02:00
Issue #5465 Plugin language file conversion.
This commit is contained in:
@@ -5,5 +5,8 @@
|
||||
*
|
||||
* 'Import plugin' global language defines
|
||||
*/
|
||||
define("LAN_PLUGIN_IMPORT_NAME", "Import into e107");
|
||||
define("LAN_PLUGIN_IMPORT_DESCRIPTION", "Import data from Wordpress, Joomla, Drupal, Blogpost, RSS and other formats.");
|
||||
|
||||
return [
|
||||
'LAN_PLUGIN_IMPORT_NAME' => "Import into e107",
|
||||
'LAN_PLUGIN_IMPORT_DESCRIPTION' => "Import data from Wordpress, Joomla, Drupal, Blogpost, RSS and other formats.",
|
||||
];
|
||||
|
Reference in New Issue
Block a user