7 lines
315 B
PHP
7 lines
315 B
PHP
<?php
|
|
|
|
$txt_str['user.password']['title'] = 'Zmiana hasła';
|
|
$txt_str['user.password']['passwordChanged'] = 'Hasło zostało pomyślnie zmienione.';
|
|
$txt_str['user.password']['passwordChangeErrorWeak'] = 'Nowe hasło jest zbyt łatwe.';
|
|
$txt_str['user.password']['passwordChangeErrorNoMatch'] = 'Błędne hasło.';
|