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:
2012-02-28 21:09:44 +00:00
parent 9208b15167
commit 0e9f587591
45 changed files with 1489 additions and 946 deletions

View File

@@ -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

View File

@@ -1,9 +1,21 @@
language = pl
charset = UTF-8
logged_as = zalogowany jako
logged_as = zalogowany jako
logged_as_long = Aktualnie jesteś zalogowany jako
account_not_activated = To konto nie jest jeszcze aktywowane
account_suspended = To konto jest tymczasowo zablokowane
account_banned = To konto zostało wyłączone
account_activated = Twoje konto zostało aktywowane
incorrect_activation_code = Nieprawidłowy kod aktywacyjny
account_already_activated = To konto jest już aktywowane
account_cannot_be_activated = To konto nie może być aktywowane, proszę skontaktować się z administratorem
account_email_sent = Wysłaliśmy Tobie email z linkiem aktywacyjnym
service_unavailable = Przepraszamy, serwis tymczasowo niedostępny
logout = wyloguj
form_login_legend = Logowanie
@@ -310,6 +322,8 @@ 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_need_email = Wymagamy abyś podał nam swój adres email,
adduser_need_email2 = na ten adres wyślemy wiadomość z linkiem aktywacyjnym
adduser_submit = Dodaj użytkownika
register_user_submit = Rejestruj
adduser_err_login_empty = Proszę podać login.
@@ -318,6 +332,13 @@ adduser_err_user_exists = Przykro nam, podany identyfikator użytkownika jest ju
adduser_err_passwords_different = Podane hasła różnią się od siebie!
adduser_err_password_too_small = Zbyt krótkie hasło (Musi być conajmniej
adduser_err_password_too_small2 = znaków)
adduser_err_login_too_big = Login nie może być większy niż
adduser_err_login_too_big2 = znaków
adduser_err_password_too_big = Hasło nie może być większe niż
adduser_err_password_too_big2 = znaków
adduser_err_email_too_big = Adres email nie może być większy niż
adduser_err_email_too_big2 = znaków
adduser_auto_activate = Automatically activate this account
mount_header = Punkty montowania
@@ -355,6 +376,7 @@ cp_follow_symlinks = Podążaj za linkami symbolicznymi
slog_warning = Ostrzeżenie
slog_error = Błąd
slog_error = Informacja
unknown_filesystem = Nieznany system plików
no_such_dir = Nie ma takiego katalogu
unknown_mount_type = Nieprawidłowy rodzaj punktu montowania
@@ -401,6 +423,7 @@ uname_plugin_unknown = Plugin nie ustawił swojej nazwy
notify_new = Coś nowego
notify_change = Zmiany
notify_reply = Odpowiedź
notify_confirm_account = Potwierdź swoje konto
notify_from_name = winix notifications
notify_from_email = dontreply@winix.org
notify_content_type = text/plain; charset="UTF-8"
@@ -417,6 +440,9 @@ notify_msg7b = zmieniony został ticket:
notify_msg8 = skasowano następującą pozycję:
notify_msg9 = Życzymy miłego dnia i zapraszamy do lektury.
notify_msg9b = ""
notify_msg10 = Otrzymujesz ten email dlatego że jesteś w trakcie procesu zakładania konta w naszym serwisie.
notify_msg11 = W celu aktywowania konta prosimy o odwiedzenie poniższego linku:
notify_msg12 = Jeśli jednak otrzymałeś ten email przez przypadek prosimy o zignorowanie go.
notify_footer1 = http://www.winix.org
notify_footer2 = Ta wiadomość została wysłana automatycznie - prosimy na nią nie odpowiadać.
notify_footer3 = Jeśli nie chcesz dostawać więcej takich wiadomości możesz je wyłączyć