mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
13 lines
357 B
PHP
13 lines
357 B
PHP
<?php
|
|
/*
|
|
* Copyright (c) e107 Inc 2009 - e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
* $Id$
|
|
*
|
|
* 'Import plugin' global language defines
|
|
*/
|
|
|
|
return [
|
|
'LAN_PLUGIN_IMPORT_NAME' => "Import into e107",
|
|
'LAN_PLUGIN_IMPORT_DESCRIPTION' => "Import data from Wordpress, Joomla, Drupal, Blogpost, RSS and other formats.",
|
|
];
|