Till Brehm
2015-09-18 d8faa4e7e3fb74e554f6c9339f6fe4e2883c3bf1
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['list_head_txt'] = 'Pekerjaan Cron';
$wb['active_txt'] = 'Aktif';
$wb['server_id_txt'] = 'Server';
$wb['run_min_txt'] = 'Menit';
$wb['run_hour_txt'] = 'Jam';
$wb['run_mday_txt'] = 'Tanggal';
$wb['run_month_txt'] = 'Bulan';
$wb['run_wday_txt'] = 'Hari';
$wb['command_txt'] = 'Perintah';
$wb['add_new_cron_txt'] = 'Tambah Pekerjaan Cron Baru';
$wb['parent_domain_id_txt'] = 'Website';
?>