You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
872 B
PHP
19 lines
872 B
PHP
<?php
|
|
|
|
$labels = array();
|
|
$labels['changepasswd'] = 'Zmiana hasła';
|
|
$labels['curpasswd'] = 'Aktualne hasło:';
|
|
$labels['newpasswd'] = 'Nowe hasło:';
|
|
$labels['confpasswd'] = 'Potwierdź hasło:';
|
|
|
|
$messages = array();
|
|
$messages['nopassword'] = 'Wprowadź nowe hasło.';
|
|
$messages['nocurpassword'] = 'Wprowadź aktualne hasło.';
|
|
$messages['passwordincorrect'] = 'Błędne aktualne hasło, spróbuj ponownie.';
|
|
$messages['passwordinconsistency'] = 'Hasła nie pasują, spróbuj ponownie.';
|
|
$messages['nocryptfunction'] = 'Brak funkcji kodującej hasło. Skontaktuj się z administratorem.';
|
|
$messages['internalerror'] = 'Serwer zaktualizował więcej niż jeden wpis w bazie. To może być złe dla innych użytkowników. Skontaktuj się z administratorem.';
|
|
$messages['errorsaving'] = 'Nie udało się zapisać nowego hasła. Skontaktuj się z administratorem.';
|
|
|
|
?>
|