Florian Schaal
2015-06-22 b42486c6fea976fe5f0615c6fb679fd3c084e7a9
1
2
3
4
5
6
7
8
9
10
<?php
$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'] = 'Generiraj šifru';
$wb['repeat_password_txt'] = 'Ponovi šifru';
$wb['password_mismatch_txt'] = 'Šifre nisu identične.';
$wb['password_match_txt'] = 'Šifre su identične.';
?>