Till Brehm
2014-09-01 2066766a3e12ba9ae46f0534c715ec6a6dccbe3c
commit | author | age
522ef8 1 <?php
d6cd45 2 $wb['server_id_txt'] = 'Server';
72695f 3 $wb['parent_domain_id_txt'] = 'Webové stránky';
T 4 $wb['path_txt'] = 'Cesta';
bfcdef 5 $wb['active_txt'] = 'Aktivní';
72695f 6 $wb['path_error_regex'] = 'Neplatná cesta ke složce.';
e68b40 7 $wb['error_folder_already_protected_txt'] = 'Záznam pro tuto složku již existuje';
d6cd45 8 ?>
206676 9