tbrehm
2012-04-05 cb9197fc8dc981aac3a9b0492c28a8e7fbc4b62a
commit | author | age
11b3da 1 <?php
333866 2 $wb['uid_txt'] = 'UID';
T 3 $wb['gid_txt'] = 'GID';
4 $wb['dir_txt'] = 'Verzeichnis';
5 $wb['quota_files_txt'] = 'Dateiquota';
6 $wb['quota_files_unity_txt'] = 'Dateien';
7 $wb['ul_ratio_txt'] = 'Uploadrate';
8 $wb['dl_ratio_txt'] = 'Downloadrate';
9 $wb['ul_bandwidth_txt'] = 'Uploadbandbreite';
10 $wb['dl_bandwidth_txt'] = 'Downloadbandbreite';
11 $wb['server_id_txt'] = 'Server';
12 $wb['parent_domain_id_txt'] = 'Domain';
13 $wb['username_txt'] = 'Benutzername';
14 $wb['password_txt'] = 'Passwort';
15 $wb['quota_size_txt'] = 'Festplatten Quota';
16 $wb['active_txt'] = 'Aktiv';
17 $wb['limit_ftp_user_txt'] = 'Die maximale Anzahl an FTP Benutzer für ihr Konto wurde erreicht.';
18 $wb['username_error_empty'] = 'Benutzername ist leer.';
19 $wb['username_error_unique'] = 'Der Benutzername muss einzigartig sein.';
20 $wb['username_error_regex'] = 'Der Benutzername enthält nicht erlaubte Zeichen.';
21 $wb['quota_size_error_empty'] = 'Quota ist leer.';
22 $wb['uid_error_empty'] = 'GID ist leer.';
23 $wb['directory_error_empty'] = 'Verzeichnis ist leer.';
24 $wb['password_strength_txt'] = 'Passwortkomplexität';
25 $wb['directory_error_notinweb'] = 'Das Verzeichnis befindet sich nicht innerhalb des Verzeichnisses der Website.';
26 $wb['parent_domain_id_error_empty'] = 'Keine Domain ausgewählt.';
1ca823 27 $wb['quota_size_error_regex'] = 'Quota: enter a -1 for unlimited or a number > 0';
cb9197 28 $wb['dir_dot_error'] = 'No .. in path allowed.';
T 29 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
11b3da 30 ?>