1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-28 00:30:09 +02:00

Merge pull request #2371 from yesszus/patch-5

Update admin_shortcodes.php
This commit is contained in:
Cameron
2017-02-13 07:47:46 -08:00
committed by GitHub
4 changed files with 9 additions and 7 deletions

View File

@@ -256,7 +256,8 @@ define("LAN_ERRORS", "Errors");
define("LAN_MESSAGES", "Messages");
define("LAN_DATA", "Data");
define("LAN_OPTIONS","Options");
define("LAN_OPTIONS", "Options");
define("LAN_BASIC_OPTIONS", "Basic Options");
define("LAN_PREFS","Preferences");
define("LAN_DELETED","Successfully deleted");
define("LAN_UPDATED","Successfully updated");

View File

@@ -291,4 +291,5 @@ define("PRFLAN_270", "Contact Form Filtering");
define("PRFLAN_271", "Ignore form submissions containing these words or phrases. One per line.");
define("PRFLAN_272", "Session Lifetime");
define("PRFLAN_273", "Lifetime in seconds. 0 = until the browser is closed. ");
define("PRFLAN_273", "Lifetime in seconds. 0 = until the browser is closed. ");
define("PRFLAN_274", "Contact form will only be visible to this userclass group.");