added: a new winix function: passwd
for changing your password or if you are a super user you can change a password for anyone added: uname prints available plugins now git-svn-id: svn://ttmath.org/publicrep/winix/trunk@748 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
22
locale/en
22
locale/en
@@ -128,6 +128,18 @@ mkdir_form_legend = Make directory form
|
||||
html_lang_attr_value = "en"
|
||||
language_orphans = ()
|
||||
|
||||
|
||||
passwd_header = Passwd
|
||||
passwd_form_legend = Changing password form
|
||||
passwd_login = Select a user
|
||||
passwd_current_password = Current password
|
||||
passwd_new_password = New password
|
||||
passwd_confirm_new_password = Confirm new password
|
||||
passwd_submit = Change
|
||||
passwd_err_bad_current_password = Incorrect current password.
|
||||
passwd_password_changed = The password has been changed
|
||||
|
||||
|
||||
priv_header = Permissions
|
||||
priv_form_legend = Permissions
|
||||
priv_change_in_dir = Change permissions for all items in the following directory
|
||||
@@ -249,6 +261,12 @@ 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
|
||||
adduser_err_login_empty = Provide a login please.
|
||||
adduser_err_login_incorrect_chars = We are sorry but the login consists of prohibited letters.
|
||||
adduser_err_user_exists = We are sorry, but that user is already registered, check other login!
|
||||
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.
|
||||
|
||||
|
||||
mount_header = Mount points
|
||||
@@ -309,8 +327,8 @@ subject_form_legend = Edit subject form
|
||||
|
||||
|
||||
uname_header = Uname
|
||||
|
||||
|
||||
uname_available_plugins = Available plugins
|
||||
uname_plugin_unknown = Plugin has not set its name
|
||||
|
||||
|
||||
|
||||
|
21
locale/pl
21
locale/pl
@@ -136,7 +136,17 @@ language_orphans = ( "(np.", "a", "ale", "bo", "by", "co", "czy",
|
||||
|
||||
# orphans for SK i CZ (winix for those languages are not translated yet)
|
||||
# ("a", "i", "k", "o", "s", "u", "v", "z")
|
||||
|
||||
|
||||
|
||||
passwd_header = Zmień swoje hasło
|
||||
passwd_form_legend = Formularz zmiany hasła
|
||||
passwd_login = Wybierz użytkownika
|
||||
passwd_current_password = Podaj obecne hasło
|
||||
passwd_new_password = Podaj nowe hasło
|
||||
passwd_confirm_new_password = Potwierdź nowe hasło
|
||||
passwd_submit = Zmień
|
||||
passwd_err_bad_current_password = Podałeś nieprawidłowe bieżące hasło.
|
||||
passwd_password_changed = Hasło zostało zmienione
|
||||
|
||||
|
||||
priv_header = Zmień uprawnienia dostępu
|
||||
@@ -260,6 +270,12 @@ 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
|
||||
adduser_err_login_empty = Proszę podać login.
|
||||
adduser_err_login_incorrect_chars = Niestety ale podany login składa się z nieprawidłowych znaków!
|
||||
adduser_err_user_exists = Przykro nam, podany identyfikator użytkownika jest już zajęty, proszę podać inny login!
|
||||
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)
|
||||
|
||||
|
||||
mount_header = Punkty montowania
|
||||
@@ -317,7 +333,8 @@ subject_header = Zmień tytuł
|
||||
subject_form_legend = Formularz zmiany tytułu
|
||||
|
||||
uname_header = Nazwa systemu
|
||||
|
||||
uname_available_plugins = Dostępne pluginy
|
||||
uname_plugin_unknown = Plugin nie ustawił swojej nazwy
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user