1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 22:25:31 +02:00

Issue #6 Language-file standards. Wrap definitions in double-quotes.

This commit is contained in:
Cameron
2015-07-07 17:43:49 -07:00
parent 483d43a829
commit 6b5d95388f
58 changed files with 1184 additions and 1208 deletions

View File

@@ -17,7 +17,7 @@ LANs rationalised - some common ones now in lan_user.php. Old numbers generally
define("LAN_11", "the name you use to login to the site - this cannot be changed, please contact an administrator if it needs to be changed for security purposes");
//define("LAN_20", "Error");
define("LAN_106", "That doesn't appear to be a valid email address");
define("LAN_106", "That doesn"t appear to be a valid email address");
//define("LAN_112", "Email Address: "); see LAN_USER_60
define("LAN_119", "Location: ");
//define("LAN_120", "Signature: ");
@@ -84,32 +84,32 @@ define("LAN_USET_14", "Login name too long. Please choose another");
define("LAN_USET_15", "Display name too long. Please choose another");
define("LAN_USET_16", "Tick box to delete existing photo without uploading another");
define("LAN_USET_17", "Display name already used. Please choose another");
define('LAN_USET_18', 'User data changed by admin: --ID--, login name: --LOGNAME--');
//define('LAN_USET_19', 'Custom Title'); Now LAN_USER_74
define('LAN_USET_20', "You must also change the user's password if you are changing their login name or email address");
define('LAN_USET_21', 'Please validate the changes by re-entering your password: ');
define('LAN_USET_22', 'Invalid password!'); // TODO LAN common?
define('LAN_USET_23', 'Leave blank to keep existing password'); // LAN_401
define('LAN_USET_24', 'New password: '); // LAN_152
define('LAN_USET_25', 'Re-type new password: '); // LAN_153
define('LAN_USET_26', 'Upload your avatar'); // LAN_415
define('LAN_USET_27', 'Upload your photograph'); // LAN_414
define('LAN_USET_28', 'This will be shown on your profile page'); // LAN_426
//define('LAN_USET_29', 'URL to your XUP file'); // LAN_433
define('LAN_USET_30', "what's this?"); // LAN_434
define('LAN_USET_31', 'Registration information'); // LAN_418
define('LAN_USET_32', 'Please note: Any image uploaded to this server that is deemed inappropriate by the administrators will be deleted immediately.'); // LAN_404
define('LAN_USET_33', 'Choose site-stored avatar'); // LAN_421
define('LAN_USET_34', 'Use remote avatar'); // LAN_422
define('LAN_USET_35', 'Please type full address to image'); // LAN_423
define('LAN_USET_36', 'Click button to see avatars stored on this site'); // LAN_424
define('LAN_USET_37', 'Save settings'); // LAN_154 //TODO common LAN?
define('LAN_USET_38', 'Choose avatar'); // LAN_403
define('LAN_USET_39', 'Update user settings'); // LAN_155
define('LAN_USET_40', 'The two passwords do not match'); // LAN_105
define('LAN_USET_41', 'Settings updated and saved into database.'); // LAN_150 //TODO Common LAN?
define('LAN_USET_42', 'Mismatch on validation key');
define('LAN_USET_43', 'Error updating user data');
define("LAN_USET_18", "User data changed by admin: --ID--, login name: --LOGNAME--");
//define("LAN_USET_19", "Custom Title"); Now LAN_USER_74
define("LAN_USET_20", "You must also change the user's password if you are changing their login name or email address");
define("LAN_USET_21", "Please validate the changes by re-entering your password: ");
define("LAN_USET_22", "Invalid password!"); // TODO LAN common?
define("LAN_USET_23", "Leave blank to keep existing password"); // LAN_401
define("LAN_USET_24", "New password: "); // LAN_152
define("LAN_USET_25", "Re-type new password: "); // LAN_153
define("LAN_USET_26", "Upload your avatar"); // LAN_415
define("LAN_USET_27", "Upload your photograph"); // LAN_414
define("LAN_USET_28", "This will be shown on your profile page"); // LAN_426
//define("LAN_USET_29", "URL to your XUP file"); // LAN_433
define("LAN_USET_30", "what's this?"); // LAN_434
define("LAN_USET_31", "Registration information"); // LAN_418
define("LAN_USET_32", "Please note: Any image uploaded to this server that is deemed inappropriate by the administrators will be deleted immediately."); // LAN_404
define("LAN_USET_33", "Choose site-stored avatar"); // LAN_421
define("LAN_USET_34", "Use remote avatar"); // LAN_422
define("LAN_USET_35", "Please type full address to image"); // LAN_423
define("LAN_USET_36", "Click button to see avatars stored on this site"); // LAN_424
define("LAN_USET_37", "Save settings"); // LAN_154 //TODO common LAN?
define("LAN_USET_38", "Choose avatar"); // LAN_403
define("LAN_USET_39", "Update user settings"); // LAN_155
define("LAN_USET_40", "The two passwords do not match"); // LAN_105
define("LAN_USET_41", "Settings updated and saved into database."); // LAN_150 //TODO Common LAN?
define("LAN_USET_42", "Mismatch on validation key");
define("LAN_USET_43", "Error updating user data");
// BC for v1.x template
define("LAN_7", "Display Name: ");