added: to IsWhite (core/misc)
other unicode white characters
25 characters -- without a new line character (10)
added: config option: account_need_email_verification
if true then when creating an account a user has to provide
his email address and a message with an activation link will be sent
back to him
added: 'pw' winix function (not finished yet)
at the moment only one parameter 'activate'
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@810 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
28
locale/en
28
locale/en
@@ -4,6 +4,18 @@ charset = UTF-8
|
||||
logged_as = logged as
|
||||
logged_as_long = You are logged as
|
||||
|
||||
account_not_activated = This account is not activated yet.
|
||||
account_suspended = This account is temporarily suspended
|
||||
account_banned = This account has been banned
|
||||
account_activated = Your account has been activated
|
||||
incorrect_activation_code = Incorrect activation code
|
||||
account_already_activated = This account is already activated
|
||||
account_cannot_be_activated = This account cannot be activated, please contact with system administrator
|
||||
account_email_sent = An email with an activation link has been sent to you
|
||||
|
||||
service_unavailable = We are sorry, this service is temporarily unavailable
|
||||
|
||||
|
||||
logout = logout
|
||||
|
||||
form_login_legend = Loging
|
||||
@@ -289,7 +301,9 @@ adduser_form_legend = Register user form
|
||||
adduser_login = Login
|
||||
adduser_password = Password
|
||||
adduser_confirm_password = Confirm password
|
||||
adduser_email = You can also provide your email address. If you ever forget your password we will be able send you the password back
|
||||
adduser_email = You can also provide your email address. If you ever forget your password we will be able send you the password back.
|
||||
adduser_need_email = You have to provide your email address.
|
||||
adduser_need_email2 = We send you an email with an activation link
|
||||
adduser_submit = Add user
|
||||
register_user_submit = Register
|
||||
adduser_err_login_empty = Provide a login please.
|
||||
@@ -298,6 +312,13 @@ adduser_err_user_exists = We are sorry, but that user is already registered, che
|
||||
adduser_err_passwords_different = Passwords are different!
|
||||
adduser_err_password_too_small = A password should consist of at least
|
||||
adduser_err_password_too_small2 = characters.
|
||||
adduser_err_login_too_big = Login cannot be longer than
|
||||
adduser_err_login_too_big2 = characters
|
||||
adduser_err_password_too_big = Password cannot be longer than
|
||||
adduser_err_password_too_big2 = characters
|
||||
adduser_err_email_too_big = Email cannot be longer than
|
||||
adduser_err_email_too_big2 = characters
|
||||
adduser_auto_activate = Automatically activate this account
|
||||
|
||||
|
||||
mount_header = Mount points
|
||||
@@ -336,6 +357,7 @@ cp_follow_symlinks = Follow symlinks
|
||||
|
||||
slog_warning = Warning
|
||||
slog_error = Error
|
||||
slog_info = Info
|
||||
unknown_filesystem = Unknown filesystem
|
||||
no_such_dir = There is not such a directory
|
||||
unknown_mount_type = There is not such a mount type
|
||||
@@ -380,6 +402,7 @@ uname_plugin_unknown = Plugin has not set its name
|
||||
notify_new = News
|
||||
notify_change = Changes
|
||||
notify_reply = Reply
|
||||
notify_confirm_account = Confirm your account
|
||||
notify_from_name = winix notifications
|
||||
notify_from_email = dontreply@winix.org
|
||||
notify_content_type = text/plain; charset="UTF-8"
|
||||
@@ -396,6 +419,9 @@ notify_msg7b = a ticket has been modified:
|
||||
notify_msg8 = a page has been deleted:
|
||||
notify_msg9 = We invite you to read.
|
||||
notify_msg9b = Have a good day. Bye.
|
||||
notify_msg10 = This email is sent to you because you are in the process of creating a new account in our service.
|
||||
notify_msg11 = In order to activate your account click on the link below:
|
||||
notify_msg12 = If you did not request an account in our service just ignore the email.
|
||||
notify_footer1 = http://www.winix.org
|
||||
notify_footer2 = This message has been sent automatically - do not answer please.
|
||||
notify_footer3 = If you do not want to receive such messages you can switch them off
|
||||
|
||||
Reference in New Issue
Block a user