Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
f99b12 1 <?php
b51db0 2 $wb['uid_txt'] = 'UID';
T 3 $wb['gid_txt'] = 'GID';
02bf99 4 $wb['dir_txt'] = 'Direktorij';
T 5 $wb['quota_files_txt'] = 'Kvota datoteka';
6 $wb['quota_files_unity_txt'] = 'Datoteke';
b51db0 7 $wb['ul_ratio_txt'] = 'Uploadratio';
T 8 $wb['dl_ratio_txt'] = 'Downloadratio';
9 $wb['ul_bandwidth_txt'] = 'Uploadbandwidth';
10 $wb['dl_bandwidth_txt'] = 'Downloadbandwidth';
11 $wb['server_id_txt'] = 'Server';
8cf78b 12 $wb['parent_domain_id_txt'] = 'Web stranica';
T 13 $wb['username_txt'] = 'Korisničko ime';
14 $wb['password_txt'] = 'Šifra';
02bf99 15 $wb['password_strength_txt'] = 'Jačina šifre';
T 16 $wb['quota_size_txt'] = 'Kvota web stranice';
8cf78b 17 $wb['active_txt'] = 'Aktivno';
02bf99 18 $wb['limit_ftp_user_txt'] = 'Iskoristili ste maksimalan broj FTP računa. ';
T 19 $wb['username_error_empty'] = 'Nije upisano korisničko ime.';
20 $wb['username_error_unique'] = 'Izabrano korisničko ime već postoji.';
21 $wb['username_error_regex'] = 'Korisničko ime sadrži znakove koji nisu dopušteni.';
22 $wb['quota_size_error_empty'] = 'Nije upisana kvota web stranice.';
23 $wb['uid_error_empty'] = 'Prazan GID.';
24 $wb['directory_error_empty'] = 'Prazan direktorij.';
25 $wb['directory_error_notinweb'] = 'Direktorij nije unutar početne web stranice.';
26 $wb['parent_domain_id_error_empty'] = 'Nije izabrana web stranica.';
27 $wb['quota_size_error_regex'] = 'Kvota: unesi -1 za neograničeno ili broj > 0';
21c8aa 28 $wb['dir_dot_error'] = '.. nije dozvoljen u putanji.';
TB 29 $wb['dir_slashdot_error'] = './ nije dozvoljen u putanji.';
30 $wb['generate_password_txt'] = 'Generiraj šifru';
31 $wb['repeat_password_txt'] = 'Ponovi šifru';
32 $wb['password_mismatch_txt'] = 'Šifre nisu identične.';
33 $wb['password_match_txt'] = 'Šifre su identične.';
34 $wb['invalid_system_user_or_group_txt'] = 'Nepostojeći sistemski korisnik ili grupa';
35 $wb['directory_error_regex'] = 'Neispravan direktorij';
f99b12 36 ?>
21c8aa 37
TB 38