mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Issue #5465 Plugin language file conversion.
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
* @subpackage alt_auth
|
||||
*/
|
||||
|
||||
define("LAN_AL_AUTH_01","Alt auth Settings changed");
|
||||
define("LAN_AL_AUTH_02","Alt auth extended user classes changed");
|
||||
define("LAN_AL_AUTH_03","Alt auth method settings changed");
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'LAN_AL_AUTH_01' => "Alt auth Settings changed",
|
||||
'LAN_AL_AUTH_02' => "Alt auth extended user classes changed",
|
||||
'LAN_AL_AUTH_03' => "Alt auth method settings changed",
|
||||
];
|
||||
|
@@ -21,130 +21,124 @@
|
||||
* @version $Id$;
|
||||
*/
|
||||
|
||||
define('LAN_ALT_1', 'Primary authorisation type');
|
||||
define('LAN_ALT_2', 'Update settings');
|
||||
define('LAN_ALT_3', 'Choose Alternate Authorisation Type');
|
||||
define('LAN_ALT_4', 'Configure parameters for');
|
||||
define('LAN_ALT_5', 'Configure authorisation parameters');
|
||||
define('LAN_ALT_6', 'Failed connection action');
|
||||
define('LAN_ALT_7', 'If connection to the primary authorisation type fails (and its not the local e107 DB), how should that be handled?');
|
||||
define('LAN_ALT_8', 'Secondary authorisation type');
|
||||
define('LAN_ALT_9', 'This is used if the primary authorisation method cannot find the user');
|
||||
|
||||
define('LAN_ALT_10', 'User login name field');
|
||||
define('LAN_ALT_11', 'User password field');
|
||||
define('LAN_ALT_12', 'User email field');
|
||||
define('LAN_ALT_13', 'Hide email? field');
|
||||
define('LAN_ALT_14', 'User display name field');
|
||||
define('LAN_ALT_15', 'User real name field');
|
||||
define('LAN_ALT_16', 'User Custom Title field');
|
||||
define('LAN_ALT_17', 'Signature field');
|
||||
define('LAN_ALT_18', 'Avatar field');
|
||||
define('LAN_ALT_19', 'Photo field');
|
||||
define('LAN_ALT_20', 'Join date field');
|
||||
define('LAN_ALT_21', 'Ban status field');
|
||||
define('LAN_ALT_22', 'Class membership field');
|
||||
//define('LAN_ALT_23', 'XUP file field');
|
||||
define('LAN_ALT_24', 'Password salt field');
|
||||
define('LAN_ALT_25', '(sometimes combined with password for added security)');
|
||||
define('LAN_ALT_26', 'Database type:');
|
||||
define('LAN_ALT_27', 'To transfer a field value into the local database, specify the field name in the corresponding box below. (Username and password are always transferred)
|
||||
<br />Leave the field blank for it not to be transferred at all');
|
||||
|
||||
define('LAN_ALT_29', 'Auth methods');
|
||||
define('LAN_ALT_30', 'Configure ');
|
||||
define('LAN_ALT_31', 'Main configuration');
|
||||
define('LAN_ALT_32', 'Server:');
|
||||
define('LAN_ALT_33', 'Username:');
|
||||
define('LAN_ALT_34', 'Password:');
|
||||
define('LAN_ALT_35', 'Database:');
|
||||
define('LAN_ALT_36', 'Table:');
|
||||
define('LAN_ALT_37', 'Username Field:');
|
||||
define('LAN_ALT_38', 'Password Field:');
|
||||
define('LAN_ALT_39', 'Table Prefix:');
|
||||
|
||||
define('LAN_ALT_40', 'Test database access');
|
||||
define('LAN_ALT_41', ' (using above credentials)');
|
||||
define('LAN_ALT_42', 'If a username and password are entered, that user will also be validated');
|
||||
define('LAN_ALT_43', 'Connection to database successful');
|
||||
define('LAN_ALT_44', 'Connection to database failed');
|
||||
define('LAN_ALT_45', 'Username lookup successful');
|
||||
define('LAN_ALT_46', 'Uername lookup failed');
|
||||
define('LAN_ALT_47', 'Test');
|
||||
define('LAN_ALT_48', 'Previous validation');
|
||||
define('LAN_ALT_49', 'Username');
|
||||
define('LAN_ALT_50', 'Password');
|
||||
define('LAN_ALT_51', '(blank)');
|
||||
define('LAN_ALT_52', 'Authentication failed - ');
|
||||
define('LAN_ALT_53', 'unknown cause');
|
||||
define('LAN_ALT_54', 'could not connect to DB / service provider');
|
||||
define('LAN_ALT_55', 'invalid user');
|
||||
define('LAN_ALT_56', 'bad password');
|
||||
define('LAN_ALT_57', 'method not available');
|
||||
define('LAN_ALT_58', 'Authentification successful');
|
||||
define('LAN_ALT_59', 'Retrieved parameters:');
|
||||
define('LAN_ALT_60', 'Extended User Fields');
|
||||
define('LAN_ALT_61', 'Allow');
|
||||
define('LAN_ALT_62', 'Field Name');
|
||||
define('LAN_ALT_63', 'Description');
|
||||
define('LAN_ALT_64', 'Type');
|
||||
define('LAN_ALT_65', 'Alternate Authentication');
|
||||
define('LAN_ALT_66', 'This plugin allows for alternate authentication methods.');
|
||||
define('LAN_ALT_67', 'Configure Alt auth');
|
||||
define('LAN_ALT_68', 'Alt auth service is now set up. You will now need to configure your preferred method.');
|
||||
define('LAN_ALT_69', '');
|
||||
define('LAN_ALT_70', 'None');
|
||||
define('LAN_ALT_71', 'TRUE/FALSE');
|
||||
define('LAN_ALT_72', 'Upper case');
|
||||
define('LAN_ALT_73', 'Lower case');
|
||||
define('LAN_ALT_74', 'Upper first');
|
||||
define('LAN_ALT_75', 'Upper words');
|
||||
define('LAN_ALT_76', 'User class restriction (a numeric value - zero or blank for everyone)');
|
||||
define('LAN_ALT_77', 'Only users in this class (on the database set above) are permitted access');
|
||||
define('LAN_ALT_78', 'Failed password action');
|
||||
define('LAN_ALT_79', 'If user exists in primary DB, but enters an incorrect password, how should that be handled?');
|
||||
define('LAN_ALT_80', "Port: ");
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
define('IMPORTDB_LAN_2', 'Plain Text');
|
||||
define('IMPORTDB_LAN_3', 'Joomla salted');
|
||||
define('IMPORTDB_LAN_4', 'Mambo salted');
|
||||
define('IMPORTDB_LAN_5', 'SMF (SHA1)');
|
||||
define('IMPORTDB_LAN_6', 'Generic SHA1');
|
||||
define('IMPORTDB_LAN_7', 'MD5 (E107 original)');
|
||||
define('IMPORTDB_LAN_8', 'E107 salted (option 2.0 on)');
|
||||
define('IMPORTDB_LAN_12', 'PHPBB2/PHPBB3 salted');
|
||||
define('IMPORTDB_LAN_13', 'WordPress salted');
|
||||
define('IMPORTDB_LAN_14', 'Magento salted');
|
||||
|
||||
|
||||
|
||||
define('LAN_ALT_FALLBACK', 'Use secondary authorisation');
|
||||
define('LAN_ALT_FAIL', 'Failed login');
|
||||
define('LAN_ALT_UPDATESET', 'Update settings');
|
||||
define('LAN_ALT_UPDATED','Settings updated');
|
||||
|
||||
define('LAN_ALT_AUTH_HELP', 'These are the settings common to all authentication methods, and determine the actions to be taken<br /><br />
|
||||
return [
|
||||
'LAN_ALT_1' => "Primary authorisation type",
|
||||
'LAN_ALT_2' => "Update settings",
|
||||
'LAN_ALT_3' => "Choose Alternate Authorisation Type",
|
||||
'LAN_ALT_4' => "Configure parameters for",
|
||||
'LAN_ALT_5' => "Configure authorisation parameters",
|
||||
'LAN_ALT_6' => "Failed connection action",
|
||||
'LAN_ALT_7' => "If connection to the primary authorisation type fails (and its not the local e107 DB), how should that be handled?",
|
||||
'LAN_ALT_8' => "Secondary authorisation type",
|
||||
'LAN_ALT_9' => "This is used if the primary authorisation method cannot find the user",
|
||||
'LAN_ALT_10' => "User login name field",
|
||||
'LAN_ALT_11' => "User password field",
|
||||
'LAN_ALT_12' => "User email field",
|
||||
'LAN_ALT_13' => "Hide email? field",
|
||||
'LAN_ALT_14' => "User display name field",
|
||||
'LAN_ALT_15' => "User real name field",
|
||||
'LAN_ALT_16' => "User Custom Title field",
|
||||
'LAN_ALT_17' => "Signature field",
|
||||
'LAN_ALT_18' => "Avatar field",
|
||||
'LAN_ALT_19' => "Photo field",
|
||||
'LAN_ALT_20' => "Join date field",
|
||||
'LAN_ALT_21' => "Ban status field",
|
||||
'LAN_ALT_22' => "Class membership field",
|
||||
'LAN_ALT_24' => "Password salt field",
|
||||
'LAN_ALT_25' => "(sometimes combined with password for added security)",
|
||||
'LAN_ALT_26' => "Database type:",
|
||||
'LAN_ALT_27' => "To transfer a field value into the local database, specify the field name in the corresponding box below. (Username and password are always transferred)
|
||||
<br />Leave the field blank for it not to be transferred at all",
|
||||
'LAN_ALT_29' => "Auth methods",
|
||||
'LAN_ALT_30' => "Configure",
|
||||
'LAN_ALT_31' => "Main configuration",
|
||||
'LAN_ALT_32' => "Server:",
|
||||
'LAN_ALT_33' => "Username:",
|
||||
'LAN_ALT_34' => "Password:",
|
||||
'LAN_ALT_35' => "Database:",
|
||||
'LAN_ALT_36' => "Table:",
|
||||
'LAN_ALT_37' => "Username Field:",
|
||||
'LAN_ALT_38' => "Password Field:",
|
||||
'LAN_ALT_39' => "Table Prefix:",
|
||||
'LAN_ALT_40' => "Test database access",
|
||||
'LAN_ALT_41' => "(using above credentials)",
|
||||
'LAN_ALT_42' => "If a username and password are entered, that user will also be validated",
|
||||
'LAN_ALT_43' => "Connection to database successful",
|
||||
'LAN_ALT_44' => "Connection to database failed",
|
||||
'LAN_ALT_45' => "Username lookup successful",
|
||||
'LAN_ALT_46' => "Uername lookup failed",
|
||||
'LAN_ALT_47' => "Test",
|
||||
'LAN_ALT_48' => "Previous validation",
|
||||
'LAN_ALT_49' => "Username",
|
||||
'LAN_ALT_50' => "Password",
|
||||
'LAN_ALT_51' => "(blank)",
|
||||
'LAN_ALT_52' => "Authentication failed -",
|
||||
'LAN_ALT_53' => "unknown cause",
|
||||
'LAN_ALT_54' => "could not connect to DB / service provider",
|
||||
'LAN_ALT_55' => "invalid user",
|
||||
'LAN_ALT_56' => "bad password",
|
||||
'LAN_ALT_57' => "method not available",
|
||||
'LAN_ALT_58' => "Authentification successful",
|
||||
'LAN_ALT_59' => "Retrieved parameters:",
|
||||
'LAN_ALT_60' => "Extended User Fields",
|
||||
'LAN_ALT_61' => "Allow",
|
||||
'LAN_ALT_62' => "Field Name",
|
||||
'LAN_ALT_63' => "Description",
|
||||
'LAN_ALT_64' => "Type",
|
||||
'LAN_ALT_65' => "Alternate Authentication",
|
||||
'LAN_ALT_66' => "This plugin allows for alternate authentication methods.",
|
||||
'LAN_ALT_67' => "Configure Alt auth",
|
||||
'LAN_ALT_68' => "Alt auth service is now set up. You will now need to configure your preferred method.",
|
||||
'LAN_ALT_69' => "",
|
||||
'LAN_ALT_70' => "None",
|
||||
'LAN_ALT_71' => "TRUE/FALSE",
|
||||
'LAN_ALT_72' => "Upper case",
|
||||
'LAN_ALT_73' => "Lower case",
|
||||
'LAN_ALT_74' => "Upper first",
|
||||
'LAN_ALT_75' => "Upper words",
|
||||
'LAN_ALT_76' => "User class restriction (a numeric value - zero or blank for everyone)",
|
||||
'LAN_ALT_77' => "Only users in this class (on the database set above) are permitted access",
|
||||
'LAN_ALT_78' => "Failed password action",
|
||||
'LAN_ALT_79' => "If user exists in primary DB, but enters an incorrect password, how should that be handled?",
|
||||
'LAN_ALT_80' => "Port:",
|
||||
'IMPORTDB_LAN_2' => "Plain Text",
|
||||
'IMPORTDB_LAN_3' => "Joomla salted",
|
||||
'IMPORTDB_LAN_4' => "Mambo salted",
|
||||
'IMPORTDB_LAN_5' => "SMF (SHA1)",
|
||||
'IMPORTDB_LAN_6' => "Generic SHA1",
|
||||
'IMPORTDB_LAN_7' => "MD5 (E107 original)",
|
||||
'IMPORTDB_LAN_8' => "E107 salted (option 2.0 on)",
|
||||
'IMPORTDB_LAN_12' => "PHPBB2/PHPBB3 salted",
|
||||
'IMPORTDB_LAN_13' => "WordPress salted",
|
||||
'IMPORTDB_LAN_14' => "Magento salted",
|
||||
'LAN_ALT_FALLBACK' => "Use secondary authorisation",
|
||||
'LAN_ALT_FAIL' => "Failed login",
|
||||
'LAN_ALT_UPDATESET' => "Update settings",
|
||||
'LAN_ALT_UPDATED' => "Settings updated",
|
||||
'LAN_ALT_AUTH_HELP' => "These are the settings common to all authentication methods, and determine the actions to be taken<br /><br />
|
||||
The Extended User Field selection determines which <i>may</i> be added/updated when a user logs in - further configuration is required
|
||||
for the specific authentication method.');
|
||||
define('LAN_ALT_VALIDATE_HELP', 'You can check the settings by using the \'Test Database Access\' section to try and validate a user - this uses exactly
|
||||
|
||||
for the specific authentication method.",
|
||||
'LAN_ALT_VALIDATE_HELP' => "You can check the settings by using the 'Test Database Access' section to try and validate a user - this uses exactly
|
||||
the same process as when a user tries to log in, and confirms whether your settings are correct.<br />
|
||||
If you have configured some parameters to be copied to the user table on successful login, these are also listed.
|
||||
');
|
||||
define('LAN_ALT_COPY_HELP', 'You can select fields to copy from the remote database into the user database by entering the appropriate names.<br /><br />
|
||||
');
|
||||
define('LAN_ALT_CONVERSION_HELP', 'For some fields, the drop-down box to the right of the field entry box selects a conversion which may be applied to the value
|
||||
read from the remote database; if \'none\' is selected, the value is copied as received. Conversions are:<br />
|
||||
<b>TRUE/FALSE</b> - the words \'TRUE\' and \'FALSE\' (and their lower/mixed case equivalents) are converted to the Booleans 1 and zero.<br />
|
||||
|
||||
If you have configured some parameters to be copied to the user table on successful login, these are also listed.",
|
||||
'LAN_ALT_COPY_HELP' => "You can select fields to copy from the remote database into the user database by entering the appropriate names.<br /><br />",
|
||||
'LAN_ALT_CONVERSION_HELP' => "For some fields, the drop-down box to the right of the field entry box selects a conversion which may be applied to the value
|
||||
read from the remote database; if 'none' is selected, the value is copied as received. Conversions are:<br />
|
||||
|
||||
<b>TRUE/FALSE</b> - the words 'TRUE' and 'FALSE' (and their lower/mixed case equivalents) are converted to the Booleans 1 and zero.<br />
|
||||
|
||||
<b>Upper case</b> - All letters are converted to upper case<br />
|
||||
|
||||
<b>Lower case</b> - All letters are converted to lower case<br />
|
||||
|
||||
<b>Upper first</b> - the first character is converted to upper case<br />
|
||||
|
||||
<b>Upper words</b> - the first letter of each word is converted to upper case<br />
|
||||
|
||||
<br />
|
||||
<br />');
|
||||
|
||||
|
||||
<br />",
|
||||
];
|
||||
|
@@ -22,18 +22,16 @@
|
||||
* @version $Id$;
|
||||
*/
|
||||
|
||||
define('E107DB_LAN_1', 'e107 format database');
|
||||
define('E107DB_LAN_9', 'Password Method:');
|
||||
define('E107DB_LAN_10', 'Configure e107 db auth');
|
||||
define('E107DB_LAN_11', 'Check the box against any field you wish to be transferred to the local database:');
|
||||
|
||||
|
||||
define('IMPORTDB_LAN_7', 'MD5 (e107 original)');
|
||||
define('IMPORTDB_LAN_8', 'e107 salted (option 2.0 on)');
|
||||
|
||||
|
||||
define('LAN_AUTHENTICATE_HELP','This authentication method is to be used with a second E107 database, which may use a different password format to this system. The
|
||||
return [
|
||||
'E107DB_LAN_1' => "e107 format database",
|
||||
'E107DB_LAN_9' => "Password Method:",
|
||||
'E107DB_LAN_10' => "Configure e107 db auth",
|
||||
'E107DB_LAN_11' => "Check the box against any field you wish to be transferred to the local database:",
|
||||
'IMPORTDB_LAN_7' => "MD5 (e107 original)",
|
||||
'IMPORTDB_LAN_8' => "e107 salted (option 2.0 on)",
|
||||
'LAN_AUTHENTICATE_HELP' => "This authentication method is to be used with a second E107 database, which may use a different password format to this system. The
|
||||
original password is read from the local database, and validated against the storage format of the original system. If it verifies, its converted to the current E107-compatible format and
|
||||
stored in the database.');
|
||||
|
||||
|
||||
stored in the database.",
|
||||
];
|
||||
|
@@ -30,18 +30,16 @@
|
||||
//define('IMPORTDB_LAN_6', 'Generic SHA1');
|
||||
//define('IMPORTDB_LAN_7', 'MD5 (E107 original)');
|
||||
//define('IMPORTDB_LAN_8', 'E107 salted (option 2.0 on)');
|
||||
define('IMPORTDB_LAN_9', 'Password Method:');
|
||||
define('IMPORTDB_LAN_10', 'Configure imported database password type');
|
||||
define('IMPORTDB_LAN_11', 'This option is to be used when you have imported some other user-based system into E107.
|
||||
|
||||
return [
|
||||
'IMPORTDB_LAN_9' => "Password Method:",
|
||||
'IMPORTDB_LAN_10' => "Configure imported database password type",
|
||||
'IMPORTDB_LAN_11' => "This option is to be used when you have imported some other user-based system into E107.
|
||||
It allows you to accept passwords encoded in the selected non-standard format.
|
||||
Each user\'s password is converted to E107 format when they log in.');
|
||||
//define('IMPORTDB_LAN_12', 'PHPBB2/PHPBB3 salted');
|
||||
//define('IMPORTDB_LAN_13', 'WordPress salted');
|
||||
//define('IMPORTDB_LAN_14', 'Magento salted');
|
||||
|
||||
|
||||
define('LAN_AUTHENTICATE_HELP','This authentication method is to be used <i>only</i> when you have imported a user database into E107, and the password is in an incompatible format. The
|
||||
Each user's password is converted to E107 format when they log in.",
|
||||
'LAN_AUTHENTICATE_HELP' => "This authentication method is to be used <i>only</i> when you have imported a user database into E107, and the password is in an incompatible format. The
|
||||
original password is read from the local database, and validated against the storage format of the original system. If it verifies, its converted to the current E107-compatible format and
|
||||
stored in the database. After a while you can usually disable the alt-auth plugin, since active users will all have their passwords stored in a compatible format.');
|
||||
|
||||
|
||||
stored in the database. After a while you can usually disable the alt-auth plugin, since active users will all have their passwords stored in a compatible format.",
|
||||
];
|
||||
|
@@ -20,25 +20,21 @@
|
||||
* @version $Id$;
|
||||
*/
|
||||
|
||||
define('LDAPLAN_1', 'Server address');
|
||||
define('LDAPLAN_2', 'Base DN or Domain<br />LDAP - Enter BaseDN<br />AD - enter the fqdn eg ad.mydomain.co.uk');
|
||||
define('LDAPLAN_3', 'LDAP Browsing user<br />Full context of the user who is able to search the directory.');
|
||||
define('LDAPLAN_4', 'LDAP Browsing password<br />Password for the LDAP Browsing user.');
|
||||
define('LDAPLAN_5', 'LDAP Version');
|
||||
define('LDAPLAN_6', 'Configure LDAP auth');
|
||||
define('LDAPLAN_7', 'eDirectory search filter:');
|
||||
define('LDAPLAN_8', "This will be used to ensure the username is in the correct tree, <br />e.g. '(objectclass=inetOrgPerson)'");
|
||||
define('LDAPLAN_9', 'Current search filter will be:');
|
||||
define('LDAPLAN_10', 'Settings Updated');
|
||||
define('LDAPLAN_11', 'WARNING: It appears that the ldap module is not currently available; setting your auth method to LDAP will probably not work!');
|
||||
define('LDAPLAN_12', 'Server Type');
|
||||
define('LDAPLAN_13', 'Update settings');
|
||||
define('LDAPLAN_14', 'OU for AD (e.g. ou=itdept)');
|
||||
|
||||
|
||||
define('SHOW_COPY_HELP', TRUE);
|
||||
define('SHOW_CONVERSION_HELP', TRUE);
|
||||
define('LAN_AUTHENTICATE_HELP','This method can be used to authenticate against most LDAP servers, including Novell\'s eDirectory and Microsoft\'s Active Directory. It requires that PHP\'s LDAP extension is loaded. Refer to the wiki for further information.');
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'LDAPLAN_1' => "Server address",
|
||||
'LDAPLAN_2' => "Base DN or Domain<br />LDAP - Enter BaseDN<br />AD - enter the fqdn eg ad.mydomain.co.uk",
|
||||
'LDAPLAN_3' => "LDAP Browsing user<br />Full context of the user who is able to search the directory.",
|
||||
'LDAPLAN_4' => "LDAP Browsing password<br />Password for the LDAP Browsing user.",
|
||||
'LDAPLAN_5' => "LDAP Version",
|
||||
'LDAPLAN_6' => "Configure LDAP auth",
|
||||
'LDAPLAN_7' => "eDirectory search filter:",
|
||||
'LDAPLAN_8' => "This will be used to ensure the username is in the correct tree, <br />e.g. '(objectclass=inetOrgPerson)'",
|
||||
'LDAPLAN_9' => "Current search filter will be:",
|
||||
'LDAPLAN_10' => "Settings Updated",
|
||||
'LDAPLAN_11' => "WARNING: It appears that the ldap module is not currently available; setting your auth method to LDAP will probably not work!",
|
||||
'LDAPLAN_12' => "Server Type",
|
||||
'LDAPLAN_13' => "Update settings",
|
||||
'LDAPLAN_14' => "OU for AD (e.g. ou=itdept)",
|
||||
'LAN_AUTHENTICATE_HELP' => "This method can be used to authenticate against most LDAP servers, including Novell's eDirectory and Microsoft's Active Directory. It requires that PHP's LDAP extension is loaded. Refer to the wiki for further information.",
|
||||
];
|
||||
|
@@ -23,27 +23,21 @@
|
||||
*/
|
||||
|
||||
|
||||
define('OTHERDB_LAN_1', 'Database Type:');
|
||||
define('OTHERDB_LAN_2', 'Server:');
|
||||
define('OTHERDB_LAN_3', 'Username:');
|
||||
define('OTHERDB_LAN_4', 'Password:');
|
||||
define('OTHERDB_LAN_5', 'Database');
|
||||
define('OTHERDB_LAN_6', 'Table');
|
||||
define('OTHERDB_LAN_7', 'Username Field:');
|
||||
define('OTHERDB_LAN_8', 'Password Field:');
|
||||
define('OTHERDB_LAN_9', 'Password Method:');
|
||||
define('OTHERDB_LAN_10', 'Configure otherdb auth');
|
||||
//define("OTHERDB_LAN_11", "To transfer a field value into the local database, specify the field name in the corresponding box below. Fields marked with
|
||||
// an asterisk (*) are mandatory.<br />Leave the field blank for it not to be transferred at all");
|
||||
define('OTHERDB_LAN_12', 'Password Salt Field:');
|
||||
define('OTHERDB_LAN_13', '(Leave blank if not used)');
|
||||
define('OTHERDB_LAN_14', 'Email address Field:');
|
||||
define('OTHERDB_LAN_15', 'MySQL - generic database');
|
||||
|
||||
|
||||
define('SHOW_COPY_HELP', TRUE);
|
||||
define('SHOW_CONVERSION_HELP', TRUE);
|
||||
define('LAN_AUTHENTICATE_HELP','This authentication method is used to validate against a non-E107 database. The password must be stored in one of the supported formats.');
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'OTHERDB_LAN_1' => "Database Type:",
|
||||
'OTHERDB_LAN_2' => "Server:",
|
||||
'OTHERDB_LAN_3' => "Username:",
|
||||
'OTHERDB_LAN_4' => "Password:",
|
||||
'OTHERDB_LAN_5' => "Database",
|
||||
'OTHERDB_LAN_6' => "Table",
|
||||
'OTHERDB_LAN_7' => "Username Field:",
|
||||
'OTHERDB_LAN_8' => "Password Field:",
|
||||
'OTHERDB_LAN_9' => "Password Method:",
|
||||
'OTHERDB_LAN_10' => "Configure otherdb auth",
|
||||
'OTHERDB_LAN_12' => "Password Salt Field:",
|
||||
'OTHERDB_LAN_13' => "(Leave blank if not used)",
|
||||
'OTHERDB_LAN_14' => "Email address Field:",
|
||||
'OTHERDB_LAN_15' => "MySQL - generic database",
|
||||
'LAN_AUTHENTICATE_HELP' => "This authentication method is used to validate against a non-E107 database. The password must be stored in one of the supported formats.",
|
||||
];
|
||||
|
@@ -22,16 +22,14 @@
|
||||
* @version $Id$;
|
||||
*/
|
||||
|
||||
define('LAN_RADIUS_01', 'Server address');
|
||||
define('LAN_RADIUS_02', 'Shared secret');
|
||||
define('LAN_RADIUS_03', 'Server user');
|
||||
define('LAN_RADIUS_04', 'Server password');
|
||||
define('LAN_RADIUS_06', 'Configure RADIUS auth');
|
||||
define('LAN_RADIUS_11', 'WARNING: It appears that the RADIUS module is not currently available; setting your auth method to RADIUS will probably not work!');
|
||||
|
||||
|
||||
define('LAN_AUTHENTICATE_HELP','This authentication method is used with an external RADIUS server. It requres that PHP\'s RADIUS extension is enabled. <br />
|
||||
Note that the RADIUS server may only allow access from a specific range of IP addresses');
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'LAN_RADIUS_01' => "Server address",
|
||||
'LAN_RADIUS_02' => "Shared secret",
|
||||
'LAN_RADIUS_03' => "Server user",
|
||||
'LAN_RADIUS_04' => "Server password",
|
||||
'LAN_RADIUS_06' => "Configure RADIUS auth",
|
||||
'LAN_RADIUS_11' => "WARNING: It appears that the RADIUS module is not currently available; setting your auth method to RADIUS will probably not work!",
|
||||
'LAN_AUTHENTICATE_HELP' => "This authentication method is used with an external RADIUS server. It requres that PHP's RADIUS extension is enabled. <br />
|
||||
Note that the RADIUS server may only allow access from a specific range of IP addresses",
|
||||
];
|
||||
|
Reference in New Issue
Block a user