Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
b51db0 1 <?php
8cf78b 2 $wb['web_folder_id_txt'] = 'Direktorij';
T 3 $wb['username_txt'] = 'Korisničko ime';
4 $wb['password_txt'] = 'Šifra';
5 $wb['active_txt'] = 'Aktivno';
6 $wb['folder_error_empty'] = 'Nije izabran web direktorij.';
21c8aa 7 $wb['password_strength_txt'] = 'Jačina šifre';
TB 8 $wb['generate_password_txt'] = 'Generiraj šifru';
9 $wb['repeat_password_txt'] = 'Ponovi šifru';
10 $wb['password_mismatch_txt'] = 'Šifre nisu identične.';
11 $wb['password_match_txt'] = 'Šifre su identične.';
12 $wb['no_folder_perm'] = 'Nemate potrebne dozvole za ovaj direktorij.';
13 $wb['error_user_exists_already_txt'] = 'Već postoji zapis za ovog korisnika.';
598bc4 14 ?>
21c8aa 15
TB 16