1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-09 05:40:44 +02:00

text to LAN issue #6

This commit is contained in:
tgtje
2015-11-01 15:44:42 +01:00
parent 748ffc8f6e
commit 9b08a4d991
8 changed files with 27 additions and 10 deletions

View File

@@ -410,6 +410,9 @@ define("LAN_USER_QUICKADD","Quick Add User");
define("LAN_USER_PRUNE", "Prune Users");
define("LAN_USER_OPTIONS", "User Options");
define("LAN_USER_RANKS", "User Ranks");
define("LAN_CP", "'s Control Panel");
define("LAN_CUS_URL", "Custom URL");
define("LAN_CUS_URL_DIS", "Disabled or Enter Custom URL");

View File

@@ -128,5 +128,6 @@ define("DBLAN_107", "[folder] is not writable");
define("DBLAN_108", "Created:");
define("DBLAN_109", "Copied:");
define("DBLAN_110", "Couldn't copy:");
define("DBLAN_111", "Tables appear to be okay!");
?>

View File

@@ -273,4 +273,11 @@ define("PRFLAN_255", "File Uploading");
define("PRFLAN_256", "Advanced Options");
define("PRFLAN_257", "Javascript Framework");
define("PRFLAN_258", "Contact Form Visibility");
define("PRFLAN_259", "Register & Login");
define("PRFLAN_260", "Login Only");
define("PRFLAN_261", "Field options");
define("PRFLAN_262", "Password in Email Confirmation");
define("PRFLAN_263", "Should be unique to this website");
?>