mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +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:
10
e107_plugins/_blank/languages/English_global.php
Normal file
10
e107_plugins/_blank/languages/English_global.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
// Always use the format LAN_PLUGIN_{FOLDER}_{TYPE} to prevent conflicts. In this case "_BLANK" is the folder.
|
||||
// This should contain the LANs used in the plugin.xml file.
|
||||
|
||||
define("LAN_PLUGIN__BLANK_NAME", "Blank Plugin");
|
||||
define("LAN_PLUGIN__BLANK_DIZ", "A Blank Plugin to help you get started in plugin development");
|
||||
define("LAN_PLUGIN__BLANK_LINK", "Blank Link");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user