tbrehm
2011-04-04 1ca823723668e01b1b998faec5f8d8153545cfa8
1
2
3
4
5
6
7
8
9
10
11
12
<?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';
?>