mirror of
https://github.com/e107inc/e107.git
synced 2025-10-17 15:56:25 +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:
9
e107_plugins/calendar_menu/languages/English_global.php
Normal file
9
e107_plugins/calendar_menu/languages/English_global.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
define("LAN_PLUGIN_CALENDAR_MENU_NAME", "Event Calendar");
|
||||
define("LAN_PLUGIN_CALENDAR_MENU_CONFIG", "Configure Event Calendar");
|
||||
define("LAN_PLUGIN_CALENDAR_MENU_DESCRIPTION", "This plugin is a fully featured event calendar with calendar menu.");
|
||||
define("LAN_PLUGIN_CALENDAR_MENU_LINK", "Calendar");
|
||||
|
||||
|
||||
?>
|
@@ -21,7 +21,7 @@ define('EC_ADINST_LAN_02', "Calendar event imminent:\n\n{EC_MAIL_CATEGORY}\n\n{E
|
||||
For further details see the calendar entry on the web site:\n{EC_MAIL_LINK=Click Here}\n\n {EC_MAIL_CONTACT} for further details");
|
||||
define('EC_ADINST_LAN_03', 'Default category - mailout messages are used if none defined for any other category');
|
||||
define('EC_ADINST_LAN_04', 'To activate please go to your menus screen and select the calendar_menu into one of your menu areas.');
|
||||
define('EC_ADINST_LAN_05', 'Configure Event Calendar');
|
||||
// define('EC_ADINST_LAN_05', 'Configure Event Calendar');
|
||||
define('EC_ADINST_LAN_06', 'Default category entered');
|
||||
define('EC_ADINST_LAN_07', 'Error adding default category');
|
||||
define('EC_ADINST_LAN_08', 'Default category already in DB');
|
||||
|
Reference in New Issue
Block a user