ftimme
2013-06-08 b25c2e24d8ba806a2b26431e9cb6526fd353778f
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['list_head_txt'] = 'Cron úlohy';
$wb['active_txt'] = 'Aktivní';
$wb['server_id_txt'] = 'Server';
$wb['run_min_txt'] = 'Minuta';
$wb['run_hour_txt'] = 'Hodina';
$wb['run_mday_txt'] = 'Dny měsíce';
$wb['run_month_txt'] = 'Měsíce';
$wb['run_wday_txt'] = 'Dny týdne';
$wb['command_txt'] = 'Příkaz';
$wb['add_new_cron_txt'] = 'Přidat novou cron úlohu';
$wb['parent_domain_id_txt'] = 'Webové stránky';
?>