Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
commit | author | age
7d9e84 1 <?php
e6556c 2 $wb['uid_txt'] = 'Käyttäjätunnus';
A 3 $wb['gid_txt'] = 'Käyttäjäryhmä';
4 $wb['dir_txt'] = 'Kotihakemisto';
7d9e84 5 $wb['quota_files_txt'] = 'Tiedostomäärä';
A 6 $wb['ul_ratio_txt'] = 'Lähetysraja';
7 $wb['dl_ratio_txt'] = 'Latausraja';
e6556c 8 $wb['ul_bandwidth_txt'] = 'Lähetyksen nopeusraja';
A 9 $wb['dl_bandwidth_txt'] = 'Latauksen nopeusraja';
7d9e84 10 $wb['server_id_txt'] = 'Palvelin';
e6556c 11 $wb['parent_domain_id_txt'] = 'Verkkotunnus';
A 12 $wb['username_txt'] = 'Käyttäjätunnus';
7d9e84 13 $wb['password_txt'] = 'Salasana';
A 14 $wb['quota_size_txt'] = 'Levytila';
e6556c 15 $wb['active_txt'] = 'Käytössä';
A 16 $wb['limit_ftp_user_txt'] = 'Käyttäjätunnuksella on jo sallittu määrä FTP-käyttäjätunnuksia';
17 $wb['username_error_empty'] = 'Käyttäjätunnus-kenttä on tyhjä.';
18 $wb['username_error_unique'] = 'Tämä käyttäjätunnus on jo olemassa.';
19 $wb['username_error_regex'] = 'Käyttäjätunnus sisältää kiellettyjä merkkejä.';
7d9e84 20 $wb['quota_size_error_empty'] = 'Levytila-kenttä on tyhjä.';
e6556c 21 $wb['uid_error_empty'] = 'Käyttäjäryhmä-kenttä on tyhjä.';
A 22 $wb['directory_error_empty'] = 'Kotihakemisto-kenttä on tyhjä.';
7d9e84 23 $wb['password_strength_txt'] = 'Salasanan vahvuus';
6647be 24 $wb['quota_files_unity_txt'] = 'Tiedostot';
A 25 $wb['directory_error_notinweb'] = 'Kansio ei ole www-juurikansion sisällä.';
26 $wb['parent_domain_id_error_empty'] = 'Ei www-sivua valittuna.';
1ca823 27 $wb['quota_size_error_regex'] = 'Quota: enter a -1 for unlimited or a number > 0';
02bf99 28 $wb['dir_dot_error'] = 'No .. in path allowed.';
T 29 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
142907 30 $wb['generate_password_txt'] = 'Generate Password';
T 31 $wb['repeat_password_txt'] = 'Repeat Password';
32 $wb['password_mismatch_txt'] = 'The passwords do not match.';
33 $wb['password_match_txt'] = 'The passwords do match.';
cda33c 34 $wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
TB 35 $wb['directory_error_regex'] = 'Invalid directory';
7d9e84 36 ?>