Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
commit | author | age
522ef8 1 <?php
72695f 2 $wb['web_folder_id_txt'] = 'Složka';
T 3 $wb['username_txt'] = 'Uživatelské jméno';
10b4c8 4 $wb['password_txt'] = 'Heslo';
bfcdef 5 $wb['active_txt'] = 'Aktivní';
992797 6 $wb['folder_error_empty'] = 'Nebyla vybrána žádná webová složka.';
10b4c8 7 $wb['password_strength_txt'] = 'Síla hesla';
bfcdef 8 $wb['generate_password_txt'] = 'Generovat heslo';
T 9 $wb['repeat_password_txt'] = 'Opakujte heslo';
10 $wb['password_mismatch_txt'] = 'Hesla se neshodují.';
11 $wb['password_match_txt'] = 'Hesla se shodují.';
992797 12 $wb['no_folder_perm'] = 'Nemáte oprávnění pro tuto složku.';
e68b40 13 $wb['error_user_exists_already_txt'] = 'There is already a record for this user.';
d6cd45 14 ?>
206676 15
1fbf0d 16