Florian Schaal
2015-06-22 b42486c6fea976fe5f0615c6fb679fd3c084e7a9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$wb['web_folder_id_txt'] = 'Složka';
$wb['username_txt'] = 'Uživatelské jméno';
$wb['password_txt'] = 'Heslo';
$wb['active_txt'] = 'Aktivní';
$wb['folder_error_empty'] = 'Nebyla vybrána žádná webová složka.';
$wb['password_strength_txt'] = 'Síla hesla';
$wb['generate_password_txt'] = 'Generovat heslo';
$wb['repeat_password_txt'] = 'Opakujte heslo';
$wb['password_mismatch_txt'] = 'Hesla se neshodují.';
$wb['password_match_txt'] = 'Hesla se shodují.';
$wb['no_folder_perm'] = 'Nemáte oprávnění pro tuto složku.';
$wb['error_user_exists_already_txt'] = 'There is already a record for this user.';
?>