Marius Burkard
2016-02-12 b0f818efec0b74741d6fa53d0e86a95065d4e2d1
interface/web/mailuser/lib/lang/hr_mail_user_password.lng
@@ -1,10 +1,10 @@
<?php
$wb['mailbox_password_txt'] = 'Mailbox password';
$wb['password_txt'] = 'Password';
$wb['password_strength_txt'] = 'Password strength';
$wb['mailbox_password_txt'] = 'Mailbox šifra';
$wb['password_txt'] = 'Šifra';
$wb['password_strength_txt'] = 'Jačina šifre';
$wb['email_txt'] = 'Email';
$wb['generate_password_txt'] = 'Generate Password';
$wb['repeat_password_txt'] = 'Repeat Password';
$wb['password_mismatch_txt'] = 'The passwords do not match.';
$wb['password_match_txt'] = 'The passwords do match.';
$wb['generate_password_txt'] = 'Generiraj šifru';
$wb['repeat_password_txt'] = 'Ponovi šifru';
$wb['password_mismatch_txt'] = 'Šifre nisu identične.';
$wb['password_match_txt'] = 'Šifre su identične.';
?>