commit | author | age
|
542146
|
1 |
<?php
|
T |
2 |
$wb["uid_txt"] = 'Sieciowa nazwa użytkownika';
|
|
3 |
$wb["gid_txt"] = 'Grupa';
|
|
4 |
$wb["shell_txt"] = 'Shell';
|
|
5 |
$wb["dir_txt"] = 'Ścieżka';
|
|
6 |
$wb["server_id_txt"] = 'Serwer';
|
|
7 |
$wb["parent_domain_id_txt"] = 'Strona';
|
|
8 |
$wb["username_txt"] = 'Nazwa użytkownika';
|
|
9 |
$wb["password_txt"] = 'Hasło';
|
|
10 |
$wb["password_strength_txt"] = 'Siła hasła';
|
|
11 |
$wb["chroot_txt"] = 'Admin Shell';
|
|
12 |
$wb["quota_size_txt"] = 'Limit';
|
|
13 |
$wb["active_txt"] = 'Aktywny';
|
|
14 |
$wb["username_error_empty"] = 'Nazwa użytkownika jest pusta.';
|
|
15 |
$wb["username_error_unique"] = 'Nazwa użytkownika musi być unikatowa.';
|
|
16 |
$wb["username_error_regex"] = 'Nazwa użytkownika.';
|
|
17 |
$wb["quota_size_error_empty"] = 'Limit jest pusty.';
|
|
18 |
$wb["uid_error_empty"] = 'UID jest pusty.';
|
|
19 |
$wb["uid_error_empty"] = 'GID jest pusty.';
|
|
20 |
$wb["directory_error_empty"] = 'Element docelowy jest pusty.';
|
|
21 |
$wb["limit_shell_user_txt"] = 'Maksymalna liczba użytkowników shell została przekroczona.';
|
|
22 |
$wb["parent_domain_id_error_empty"] = 'Nie wybrano żadnej strony www.';
|
|
23 |
?>
|
|
24 |
|
|
25 |
|