You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COM_USERS_REGISTER_USERNAME_DESC="Enter your desired username."
10
+
COM_USERS_REGISTER_EMAIL2_DESC="Confirm your email address."
11
+
COM_MODULES_FIELD_MODULECLASS_SFX_LABEL="Module Class Suffix"
12
+
COM_MODULES_FIELD_MODULECLASS_SFX_DESC="A suffix to be applied to the CSS class of the module. This allows for individual module styling."
13
+
COM_MODULES_FIELD_CACHING_DESC="Use the global cache setting to cache the content of this module or disable caching for this module."
14
+
MOD_REGISTERLOGIN_USERACTIVATION_DESC="If set to Self the user will be registered immediately. If set to Admin the user will be emailed a link to verify their email address and then all users set to receive system emails and who have the permission to create users will be notified to activate the user's account."
3
15
MOD_REGISTERLOGIN="Login Register"
4
16
MOD_REGISTERLOGIN_USERACTIVATION_LABEL="New User Account Activation"
5
-
MOD_REGISTERLOGIN_USERACTIVATION_DESC="If set to Self the user will be registered immediately. If set to Admin the user will be emailed a link to verify their email address and then all users set to receive system emails and who have the permission to create users will be notified to activate the user's account."
MOD_REGISTERLOGIN_AJAX_REGISTRATION_DESCRIPTION="Ajax Registration helps you to register without reloading the entire page."
66
+
MOD_REGISTERLOGIN_REMEMBER_ME="Remember Me"
67
+
MOD_REGISTERLOGIN_FORGOT_YOUR_USERNAME="Forgot your username?"
57
68
MOD_REGISTERLOGIN_FORGOT_YOUR_PASSWORD="Forgot your password?"
58
69
MOD_REGISTERLOGIN_VALUE_USERNAME="Username"
59
70
MOD_REGISTERLOGIN_HINAME="Hi %s,"
@@ -69,14 +80,14 @@ MOD_REGISTERLOGIN_EMAIL_REGISTERED_BODY_NOPW="Hello %s,\n\nThank you for registe
69
80
MOD_REGISTERLOGIN_EMAIL_REGISTERED_NOTIFICATION_TO_ADMIN_BODY="Hello administrator, \n\nA new user '%s', username '%s', has registered at %s."
70
81
MOD_REGISTERLOGIN_DATABASE_ERROR="Error getting the user from the database: %s"
71
82
MOD_REGISTERLOGIN_REGISTRATION_ACTIVATION_NOTIFY_SEND_MAIL_FAILED="An error was encountered while sending activation notification email"
72
-
MOD_REGISTERLOGIN_WRONG_LOGIN_MESSAGE = "Username and password do not match or you do not have an account yet"
73
-
MOD_REGISTERLOGIN_CAPTCHA_ERROR = "Captcha code is incorrect. enter a valid captcha code."
83
+
MOD_REGISTERLOGIN_WRONG_LOGIN_MESSAGE="Username and password do not match or you do not have an account yet"
84
+
MOD_REGISTERLOGIN_CAPTCHA_ERROR="Captcha code is incorrect. enter a valid captcha code."
74
85
MOD_REGISTERLOGIN_REGISTRATION_SAVE_SUCCESS="Thank you for registering. You may now log in using the username and password you registered with."
75
86
MOD_REGISTERLOGIN_REGISTRATION_ACTIVATE_SUCCESS="Your Account has been successfully activated. You can now log in using the username and password you chose during the registration."
76
87
MOD_REGISTERLOGIN_REGISTRATION_ADMINACTIVATE_SUCCESS="The user's account has been successfully activated and the user has been notified about it."
77
88
MOD_REGISTERLOGIN_REGISTRATION_VERIFY_SUCCESS="Your email address has been verified. Once an administrator approves your account you will be notified by email and you can login to the site."
78
-
MOD_REGISTERLOGIN_USERNAME_ALREADY_EXIST = "This Username is already registered."
79
-
MOD_REGISTERLOGIN_LOGIN_SUCCESS = "You have been logged in successfully."
89
+
MOD_REGISTERLOGIN_USERNAME_ALREADY_EXIST="This Username is already registered."
90
+
MOD_REGISTERLOGIN_LOGIN_SUCCESS="You have been logged in successfully."
80
91
MOD_REGISTERLOGIN_REGISTRATION_COMPLETE_ACTIVATE="Your account has been created and an activation link has been sent to the email address you entered. Note that you must activate the account by clicking on the activation link when you get the email before you can login."
81
92
MOD_REGISTERLOGIN_REGISTRATION_COMPLETE_VERIFY="Your account has been created and a verification link has been sent to the email address you entered. Note that you must verify the account by clicking on the verification link when you get the email and then an administrator will activate your account before you can login."
0 commit comments