mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
65 lines
3.6 KiB
PHP
65 lines
3.6 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_usersettings.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
return [
|
|
'PAGE_NAME' => "User Settings",
|
|
'MAX_AVWIDTH' => "Maximum avatar size (wxh) is",
|
|
'MAX_AVHEIGHT' => "x",
|
|
'LAN_USET_1' => "Your avatar is too wide",
|
|
'LAN_USET_2' => "Maximum allowable width is",
|
|
'LAN_USET_3' => "Your avatar is too high",
|
|
'LAN_USET_4' => "Maximum allowable height is",
|
|
'LAN_USET_7' => "Miscellaneous",
|
|
'LAN_USET_8' => "User signature",
|
|
'LAN_USET_9' => "Some of the required fields (marked with a *) are missing from your settings.",
|
|
'LAN_USET_10' => "Please update your settings now, in order to proceed.",
|
|
'LAN_USET_11' => "That user name cannot be accepted as valid, please choose a different user name",
|
|
'LAN_USET_12' => "That display name is too short. Please choose another",
|
|
'LAN_USET_13' => "Invalid characters in Username. Please choose another",
|
|
'LAN_USET_14' => "Login name too long. Please choose another",
|
|
'LAN_USET_15' => "Display name too long. Please choose another",
|
|
'LAN_USET_16' => "Tick box to delete existing photo without uploading another",
|
|
'LAN_USET_17' => "Display name already used. Please choose another",
|
|
'LAN_USET_18' => "User data changed by admin: [x], login name: [y]",
|
|
'LAN_USET_20' => "You must also change the user's password if you are changing their login name or email address",
|
|
'LAN_USET_21' => "Please validate the changes by re-entering your password:",
|
|
'LAN_USET_23' => "Leave blank to keep existing password",
|
|
'LAN_USET_24' => "New password:",
|
|
'LAN_USET_25' => "Re-type new password:",
|
|
'LAN_USET_26' => "Upload your avatar",
|
|
'LAN_USET_27' => "Upload your photograph",
|
|
'LAN_USET_28' => "This will be shown on your profile page",
|
|
'LAN_USET_30' => "what's this?",
|
|
'LAN_USET_31' => "Registration information",
|
|
'LAN_USET_32' => "Please note: Any image uploaded to this server that is deemed inappropriate by the administrators will be deleted immediately.",
|
|
'LAN_USET_33' => "Choose site-stored avatar",
|
|
'LAN_USET_34' => "Use remote avatar",
|
|
'LAN_USET_35' => "Please type full address to image",
|
|
'LAN_USET_36' => "Click button to see avatars stored on this site",
|
|
'LAN_USET_37' => "Save settings",
|
|
'LAN_USET_38' => "Choose avatar",
|
|
'LAN_USET_39' => "Update user settings",
|
|
'LAN_USET_40' => "The two passwords do not match",
|
|
'LAN_USET_41' => "Settings updated and saved into database.",
|
|
'LAN_USET_42' => "Mismatch on validation key",
|
|
'LAN_USET_43' => "Error updating user data",
|
|
'LAN_USET_5' => "Subscribed to",
|
|
'LAN_USET_6' => "Subscribe to our mailing-list(s) and/or sections of this site.",
|
|
'LAN_USET_50' => "Delete Account",
|
|
'LAN_USET_51' => "Are you sure? This procedure cannot be reversed! Once completed, your account and any personal data that you have entered on this site will be permanently lost and you will no longer be able to login.",
|
|
'LAN_USET_52' => "A confirmation email has been sent to [x]. Please click the link in the email to permanently delete your account.",
|
|
'LAN_USET_53' => "Account Removal Confirmation",
|
|
'LAN_USET_54' => "Confirmation Email Sent",
|
|
'LAN_USET_55' => "Please click the following link to complete the deletion of your account.",
|
|
'LAN_USET_56' => "Your account has been successfully deleted.",
|
|
];
|