mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 15:46:44 +02:00
New language file types: English_global.php (for plugin.xml terms) and English_log.php (for admin-log terms). Auto-detected when present and loaded automatically when needed.
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
|
||||
if (!defined("PAGE_NAME")) { define("PAGE_NAME", "List New Items"); }
|
||||
|
||||
define("LIST_PLUGIN_1", "List");
|
||||
// define("LIST_PLUGIN_1", "List");
|
||||
define("LIST_PLUGIN_2", "This plugin allows you to view a list 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. Besides the page a menu is also present. Every section is configurable in the admin area.");
|
||||
define("LIST_PLUGIN_3", "Configure Main Menu");
|
||||
define("LIST_PLUGIN_4", "The List_new plugin is now ready to be used.");
|
||||
define("LIST_PLUGIN_5", "list");
|
||||
|
||||
define("LIST_PLUGIN_6", "This plugin is not installed.");
|
||||
|
||||
define("LIST_ADMIN_1", "recent");
|
||||
|
@@ -11,7 +11,7 @@
|
||||
<link url='admin_list_config.php' description='LIST_PLUGIN_3' icon='icon/list_32.png' iconSmall='icon/list_16.png' primary='true' >LIST_PLUGIN_3</link>
|
||||
</adminLinks>
|
||||
<siteLinks>
|
||||
<link url="{e_PLUGIN}list_new/list.php" >LIST_PLUGIN_5</link>
|
||||
<link url="{e_PLUGIN}list_new/list.php" >LIST_PLUGIN_1</link>
|
||||
</siteLinks>
|
||||
<pluginPrefs>
|
||||
</pluginPrefs>
|
||||
|
Reference in New Issue
Block a user