{{ t('settings', 'Last job execution ran {time}. Something seems wrong.', {time: relativeTime}) }}
{{ t('settings', "Some jobs have not been executed since {maxAgeRelativeTime}. Please consider increasing the execution frequency.", {maxAgeRelativeTime}) }}
{{ t('settings', "Some jobs have not been executed since {maxAgeRelativeTime}. Please consider switching to system cron.", {maxAgeRelativeTime}) }}
{{ t('settings', 'Last job ran {relativeTime}.', {relativeTime}) }}
{{ t('settings', 'Background job did not run yet!') }}
{{ t('settings', 'AJAX') }}
{{ t('settings', 'Execute one task with each page loaded. Use case: Single account instance.') }}
{{ t('settings', 'Webcron') }}
{{ t('settings', 'cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage).') }}
{{ t('settings', 'Cron (Recommended)') }}