more work on the new cronhandling

This commit is contained in:
Michael Kaufmann (d00p)
2010-01-25 15:32:36 +00:00
parent 6e5746a598
commit f82b611b0a
22 changed files with 151 additions and 36 deletions

View File

@@ -1259,5 +1259,6 @@ $lng['autoresponder']['date_from'] = 'Start date';
$lng['autoresponder']['date_until'] = 'End date';
$lng['autoresponder']['startenddate'] = 'Start/end date';
$lng['panel']['not_activated'] = 'not activated';
$lng['panel']['off'] = 'off';
?>

View File

@@ -1239,5 +1239,6 @@ $lng['autoresponder']['date_from'] = 'Start-Datum';
$lng['autoresponder']['date_until'] = 'End-Datum';
$lng['autoresponder']['startenddate'] = 'Start/End-Datum';
$lng['panel']['not_activated'] = 'Nicht aktiviert';
$lng['panel']['off'] = 'aus';
?>