mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 17:19:56 +02:00
Moved English_global.php to it's own language folder in _blank plugin.
This commit is contained in:
10
e107_plugins/_blank/languages/English/English_global.php
Normal file
10
e107_plugins/_blank/languages/English/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