mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
English_global files for list_new, faqs and import plugins
This commit is contained in:
10
e107_plugins/faqs/languages/English_global.php
Normal file
10
e107_plugins/faqs/languages/English_global.php
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright (c) e107 Inc 2009 - e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* 'FAQ plugin' global language defines
|
||||||
|
*/
|
||||||
|
define("LAN_PLUGIN_FAQS_NAME", "FAQ plugin");
|
||||||
|
define("LAN_PLUGIN_FAQ_DESCRIPTION", "A simple plugin to add Frequently Asked Questions to your website.");
|
||||||
|
?>
|
10
e107_plugins/import/languages/English_global.php
Normal file
10
e107_plugins/import/languages/English_global.php
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?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
|
||||||
|
*/
|
||||||
|
define("LAN_PLUGIN_IMPORT_NAME", "Import plugin");
|
||||||
|
define("LAN_PLUGIN_IMPORT_DESCRIPTION", "Import data from Wordpress, Joomla, Drupal, Blogpost, RSS and other formats.");
|
||||||
|
?>
|
@@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright (c) e107 Inc 2009 - e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* 'List new items' global language defines
|
||||||
|
*/
|
||||||
|
define("LAN_PLUGIN_LISTNEW_NAME", "List New Items");
|
||||||
|
define("LAN_PLUGIN_LISTNEW_DESCRIPTION", "This plugin allows you to view a list and/or menu of recent additions in all e107 categories. You can either view the list with data since your last visit, or view a general latest additions list.");
|
||||||
|
?>
|
Reference in New Issue
Block a user