Till Brehm
2014-04-03 a08e6c32e70561a3fadbd6062ca02c5f8c94b81d
commit | author | age
0d9599 1 <?php
142907 2 $wb['dir_txt'] = 'Directory';
T 3 $wb['server_id_txt'] = 'Server';
72695f 4 $wb['parent_domain_id_txt'] = 'Webové stránky';
T 5 $wb['username_txt'] = 'Uživatelské jméno';
10b4c8 6 $wb['password_txt'] = 'Heslo';
T 7 $wb['password_strength_txt'] = 'Síla hesla';
bfcdef 8 $wb['active_txt'] = 'Aktivní';
142907 9 $wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
T 10 $wb['username_error_empty'] = 'Username is empty.';
11 $wb['username_error_unique'] = 'The username must be unique.';
12 $wb['username_error_regex'] = 'The username contains characters that are not allowed.';
13 $wb['directory_error_empty'] = 'Directory empty.';
14 $wb['parent_domain_id_error_empty'] = 'No website selected.';
15 $wb['dir_dot_error'] = 'No .. in path allowed.';
16 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
bfcdef 17 $wb['generate_password_txt'] = 'Generovat heslo';
T 18 $wb['repeat_password_txt'] = 'Opakujte heslo';
19 $wb['password_mismatch_txt'] = 'Hesla se neshodují.';
20 $wb['password_match_txt'] = 'Hesla se shodují.';
0d9599 21 ?>