Till Brehm
2014-09-01 2066766a3e12ba9ae46f0534c715ec6a6dccbe3c
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';
?>