Till Brehm
2014-08-14 8a3cd2369d830d7d1ad9edd437908b6a741d9f2c
commit | author | age
1ca823 1 <?php
T 2 $wb['shell_txt'] = 'Shell';
3 $wb['dir_txt'] = 'Ścieżka';
4 $wb['server_id_txt'] = 'Serwer';
5 $wb['parent_domain_id_txt'] = 'Strona';
6 $wb['username_txt'] = 'Nazwa użytkownika';
7 $wb['password_txt'] = 'Hasło';
8 $wb['password_strength_txt'] = 'Siła hasła';
9 $wb['chroot_txt'] = 'Powłoka administratora';
10 $wb['quota_size_txt'] = 'Limit';
11 $wb['active_txt'] = 'Aktywny';
12 $wb['username_error_empty'] = 'Nazwa użytkownika jest pusta.';
13 $wb['username_error_unique'] = 'Nazwa użytkownika musi być unikatowa.';
14 $wb['username_error_regex'] = 'Nazwa użytkownika.';
15 $wb['quota_size_error_empty'] = 'Limit jest pusty.';
16 $wb['uid_error_empty'] = 'GID jest pusty.';
17 $wb['directory_error_empty'] = 'Element docelowy jest pusty.';
18 $wb['limit_shell_user_txt'] = 'Maksymalna liczba użytkowników shell została przekroczona.';
19 $wb['parent_domain_id_error_empty'] = 'Nie wybrano żadnej strony www.';
20 $wb['puser_txt'] = 'Nazwa użytkownika strony www';
21 $wb['pgroup_txt'] = 'Nazwa grupy strony www';
6882ab 22 $wb['ssh_rsa_txt'] = 'Klucz publiczny SSH-RSA (dla logowania po kluczu)';
cc6568 23 $wb['dir_dot_error'] = 'Znaki .. w ścieżce nie są dozwolone';
H 24 $wb['dir_slashdot_error'] = 'Znaki ./ w ścieżce nie są dozwolone';
25 $wb['generate_password_txt'] = 'Generuj hasło';
26 $wb['repeat_password_txt'] = 'Powtórz hasło';
27 $wb['password_mismatch_txt'] = 'Hasła nie pasują do siebie';
28 $wb['password_match_txt'] = 'Hasła pasują';
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';
8a3cd2 34 $wb['invalid_username_txt'] = 'Invalid Username';
TB 35 $wb['directory_error_notinweb'] = 'The directory has to be inside the web root.';
1ca823 36 ?>