added: function adduser

changed: errors (removed enum, there are macros now)
added: error messages to locales (winix_err_NN)
removed: templates: err_abuse.html err_others.html


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@593 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-02-28 00:08:10 +00:00
parent 3702efc5be
commit 71a63cc70e
160 changed files with 912 additions and 607 deletions

View File

@@ -25,8 +25,6 @@ error_404 = Error 404
error_404_msg = We are sory but there is no such a page in our service.
solve_rebus = Solve the rebus please!
suspected_spammer = You are suspected to be a spammer,<br>you cannot send anything without logging first.
was_errors = We are sory but there were some problems with the operation.
@@ -185,6 +183,17 @@ uptime_users = users
uptime_days = days
adduser_header_add = Add a user
adduser_header_register = Register
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_submit = Add user
register_user_submit = Register
# notifications
notify_new = News
notify_change = Changes
@@ -202,10 +211,19 @@ notify_msg8 = a page has been deleted:
notify_msg9 = We invite you to read.\nHave a good day. Bye.
notify_footer = \n\n-- \nhttp://www.ttmath.org\nThis message has been sent automatically - do not answer please.\nIf you do not want to receive such messages you can switch them off\nin your user control panel.
# errors
winix_err_default = An error occured, error code: 1
# those errors are taken automatically by [winix_err_msg_from_locales]
winix_err_18 = You are suspected to be a spammer,<br>you cannot send anything without logging first.
winix_err_19 = Solve the rebus please!
winix_err_25 = Passwords are different!
winix_err_26 = A password should consist of at least five characters.
winix_err_27 = We are sorry, but that user is already registered, check other login!
winix_err_28 = Provide a login please.