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:
30
locale/en
30
locale/en
@@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
26
locale/pl
26
locale/pl
@@ -25,8 +25,6 @@ error_404 = B
|
||||
error_404_msg = Przykro nam ale podanej strony nie ma w naszym serwisie.
|
||||
|
||||
|
||||
solve_rebus = Proszę rozwiązać rebus!
|
||||
suspected_spammer = Jesteś podejrzany jako spamer,<br> nie możesz nic wysłać do czasu zalogowania się!
|
||||
|
||||
was_errors = Przepraszamy ale wystąpiły problemy z wykonaniem tej operacji.
|
||||
error_code = Kod błędu
|
||||
@@ -185,6 +183,18 @@ uptime_users = zalogowanych u
|
||||
uptime_days = dni
|
||||
|
||||
|
||||
adduser_header_add = Dodaj użytkownika
|
||||
adduser_header_register = Zarejestruj się
|
||||
adduser_form_legend = Formularz rejestracji nowego użytkownika
|
||||
adduser_login = Login
|
||||
adduser_password = Hasło
|
||||
adduser_confirm_password = Potwierdź hasło
|
||||
adduser_email = Możesz także podać swój email. Jeśli zapomnisz kiedyś hasła to hasło zostanie wysłane na podany email
|
||||
adduser_submit = Dodaj użytkownika
|
||||
register_user_submit = Rejestruj
|
||||
|
||||
|
||||
|
||||
# notifications
|
||||
notify_new = Coś nowego
|
||||
notify_change = Zmiany
|
||||
@@ -203,6 +213,16 @@ notify_msg9 =
|
||||
notify_footer = \n\n-- \nhttp://www.slimaczek.pl\nTa wiadomość została wysłana automatycznie - prosimy na nią nie odpowiadać.\nJeśli nie chcesz dostawać więcej takich wiadomości możesz je wyłączyć\nw swoim panelu użytkownika.
|
||||
|
||||
|
||||
|
||||
# errors
|
||||
winix_err_default = Wystąpiły problemy z tą operacją, kod błędu:
|
||||
|
||||
# those errors are taken automatically by [winix_err_msg_from_locales]
|
||||
winix_err_18 = Jesteś podejrzany jako spamer,<br> nie możesz nic wysłać do czasu zalogowania się!
|
||||
winix_err_19 = Proszę rozwiązać rebus!
|
||||
|
||||
winix_err_25 = Podane hasła różnią się od siebie!
|
||||
winix_err_26 = Hasło powinno składać się z co najmniej pięciu znaków.
|
||||
winix_err_27 = Przykro nam, podany identyfikator użytkownika jest już zajęty, proszę podać inny login!
|
||||
winix_err_28 = Proszę podać login.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user