1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 10:53:29 +02:00

LANS #6 Admin Shortcodes

LANS #6 Admin Shortcodes - Could not see how to use tp $lanvars as there
is a closing a tag link but no opening tag.
This commit is contained in:
MikeyGMT
2016-12-18 20:05:04 +00:00
parent e905ef4696
commit 3c81406044
2 changed files with 20 additions and 17 deletions

View File

@@ -125,7 +125,7 @@ define("ADLAN_119", "Unchecked submitted links");
define("ADLAN_120", "There is a database update available, please click button to install ...");
define("ADLAN_121", "Install");
define("ADLAN_122", "A new update is ready to install! Click to unzip and install v [x]";
//define("ADLAN_123", "Unchecked submitted articles");
//define("ADLAN_124", "Unchecked submitted reviews");
@@ -185,6 +185,7 @@ define("ADLAN_163", "A newer version of an installed plugin is available:");
define("ADLAN_164", "Successfully logged in as [x].");
define("ADLAN_165", "Powered by e107");
define("ADLAN_166", "Return to Website");
define("ADLAN_167", "Pending Mailshots";
// define("ADLAN_CL_1", "Settings");
define("ADLAN_CL_2", "Users");
@@ -226,6 +227,7 @@ Below is the list of files that could potentially be malicious:");
define("LAN_CREATE","Create");
define("LAN_MANAGE","Manage");
define("LAN_UPDATE","Update");
define("LAN_UPDATE_AVAILABLE","Update Available";
define("LAN_ADD", "Add");
define("LAN_SAVE","Save");
define("LAN_SAVED","Saved");
@@ -233,6 +235,7 @@ define("LAN_SETSAVED","Your settings have been saved");
define("LAN_NOCHANGE_NOTSAVED", "Nothing changed - not saved");
define("LAN_CONFIRMDEL","Please confirm you wish to delete");
define("LAN_ERRORS", "Errors");
define("LAN_MESSAGES", "Messages");
define("LAN_OPTIONS","Options");
define("LAN_PREFS","Preferences");