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

Replace Duplicate LANs : LAN_ID

Duplicate LANs for ID replaced with LAN_ID
Plus correct bad quotes in installer LANINS_030.
This commit is contained in:
MikeyGMT
2015-07-02 13:03:03 +01:00
parent 586c5307e3
commit dccba01f37
12 changed files with 23 additions and 23 deletions

View File

@@ -94,7 +94,7 @@ define("RL_LAN_098", "Source");
define("RL_LAN_099", "Comments");
define("RL_LAN_100", "CID"); // Comment ID field
define("RL_LAN_101", "PID");
define("RL_LAN_102", "ID");
//define("RL_LAN_102", "ID");//LAN_ID
define("RL_LAN_103", "Subject");
define("RL_LAN_104", "UID");
// define("RL_LAN_105", "Author");

View File

@@ -49,7 +49,7 @@ define("DBLAN_38", "Start Verify");
define("DBLAN_39", "Database Record Validation");
define("DBLAN_40", "Record Validation : ");
define("DBLAN_41", "table");
define("DBLAN_42", "id");
//define("DBLAN_42", "id");//LAN_ID
define("DBLAN_43", "remark");
// define("DBLAN_44", "options");
define("DBLAN_45", "Id Not Found!");

View File

@@ -59,7 +59,7 @@ define("LAN_MAILOUT_45", "User Email");
define("LAN_MAILOUT_46", "User-Match");
define("LAN_MAILOUT_47", "contains");
define("LAN_MAILOUT_48", "equals");
define("LAN_MAILOUT_49", "Id");
//define("LAN_MAILOUT_49", "Id");//LAN_ID
define("LAN_MAILOUT_50", "Author");
define("LAN_MAILOUT_51", "Subject");
define("LAN_MAILOUT_52", "Last mod");

View File

@@ -22,7 +22,7 @@
define("UPLLAN_1", "Upload removed from list.");
define("UPLLAN_2", "Settings saved in database");
define("UPLLAN_3", "Upload ID");
//define("UPLLAN_3", "Upload ID");//LAN_ID
define('UPLLAN_4', 'Nothing changed - not updated');
define("UPLLAN_5", "Poster");
define("UPLLAN_6", "Email");
@@ -42,7 +42,7 @@ define("UPLLAN_18", "View details");
define("UPLLAN_19", "There are no unmoderated public uploads");
define("UPLLAN_20", "There");
define("UPLLAN_21", "unmoderated public upload");
define("UPLLAN_22", "ID");
//define("UPLLAN_22", "ID");//LAN_ID
define("UPLLAN_23", "Name");
define("UPLLAN_24", "Filetype");
define("UPLLAN_25", "Uploads Enabled?");

View File

@@ -51,7 +51,7 @@ define("LANINS_026", "MySQL Password:");
define("LANINS_027", "MySQL Database:");
define("LANINS_028", "Create Database?");
define("LANINS_029", "Table prefix:");
define("LANINS_030", "The MySQL server you would like e107 to use. It can also include a port number. e.g. hostname:port or a path to a local socket e.g. \":/path/to/socket\" for the localhost.");
define("LANINS_030", "The MySQL server you would like e107 to use. It can also include a port number. e.g. 'hostname:port' or a path to a local socket e.g. \":/path/to/socket\" for the localhost.");
define("LANINS_031", "The username you wish e107 to use to connect to your MySQL server");
define("LANINS_032", "The Password for the user you just entered. Must not contain single or double quotes.");
define("LANINS_033", "The MySQL database you wish e107 to reside in, sometimes referred to as a schema. Must begin with a letter. If the user has database create permissions you can opt to create the database automatically if it doesn't already exist.");