1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

Merge pull request #2337 from lonalore/lib

Added Bootstrap Switch.
This commit is contained in:
Cameron
2017-01-28 07:55:57 -08:00
committed by GitHub
5 changed files with 191 additions and 32 deletions

View File

@@ -340,6 +340,8 @@ define("LAN_UPLOAD_777","Folder is missing or not writable, you need to CHMOD 77
define("LAN_UPLOAD_SERVEROFF", "This option is disabled as file uploading is not enabled on your server");
define("LAN_WIDTH","Width");
define("LAN_ON","On");
define("LAN_OFF", "Off");
define("LAN_DISABLED","Disabled");
define("LAN_ENABLED", "Enabled");
define("LAN_BOOL_REVERSE", "Invert");