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.
16 lines
541 B
PHTML
16 lines
541 B
PHTML
16 years ago
|
<?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['successfullysaved'] = "Zapisano.";
|
||
|
|
||
|
?>
|