1
0
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:
Cameron
2012-12-12 18:48:58 -08:00
parent 87e225fc36
commit ac741b4d71

View 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");
?>