Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
commit | author | age
1ca823 1 <?php
T 2 $wb['puser_txt'] = 'Όνομα χρήστη Web';
3 $wb['pgroup_txt'] = 'Ομάδα Web';
7dc438 4 $wb['shell_txt'] = 'Shell';
1ca823 5 $wb['dir_txt'] = 'Φάκελος';
T 6 $wb['server_id_txt'] = 'Server';
7 $wb['parent_domain_id_txt'] = 'Site';
8 $wb['username_txt'] = 'Όνομα χρήστη';
9 $wb['password_txt'] = 'Συνθηματικό';
7dc438 10 $wb['password_strength_txt'] = 'Δύναμη συνθηματικού';
TB 11 $wb['chroot_txt'] = 'Chroot Shell';
1ca823 12 $wb['quota_size_txt'] = 'Όρια';
T 13 $wb['active_txt'] = 'Ενεργός';
14 $wb['username_error_empty'] = 'Το όνομα χρήστη δεν έχει οριστεί';
15 $wb['username_error_unique'] = 'Το όνομα χρήστη δεν έχει οριστεί και πρέπει να είναι μοναδικό.';
16 $wb['username_error_regex'] = 'Το όνομα χρήστη περιέχει μη επιτρεπόμενους χαρακτήρες';
17 $wb['quota_size_error_empty'] = 'Τα όρια είναι κενά';
18 $wb['uid_error_empty'] = 'Το GID δεν έχει οριστεί';
19 $wb['directory_error_empty'] = 'Ο φάκελος δεν έχει οριστεί';
20 $wb['limit_shell_user_txt'] = 'Φτάσατε το μέγιστο πλήθος τον λογαριασμών Shell';
21 $wb['parent_domain_id_error_empty'] = 'Δεν επιλέχθηκε website';
edf806 22 $wb['ssh_rsa_txt'] = 'Δημόσιο Κλειδί SSH-RSA (για key-based logins)';
7dc438 23 $wb['dir_dot_error'] = 'No .. in path allowed.';
TB 24 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
25 $wb['generate_password_txt'] = 'Generate Password';
26 $wb['repeat_password_txt'] = 'Repeat Password';
27 $wb['password_mismatch_txt'] = 'The passwords do not match.';
28 $wb['password_match_txt'] = 'The passwords do match.';
7b47c0 29 $wb['username_must_not_exceed_32_chars_txt'] = 'The username must not exceed 32 characters.';
T 30 $wb['username_not_allowed_txt'] = 'The username is not allowed.';
cda33c 31 $wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
TB 32 $wb['directory_error_regex'] = 'Invalid directory';
33 $wb['shell_error_regex'] = 'Invalid shell';
1ca823 34 ?>