From 94c3ec8a26a755d567a31188dab63cb96febfb77 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 03 Mar 2010 05:31:49 -0500 Subject: [PATCH] Fixed: FS#1093 - now-button in autoresponder form not working correctly. --- interface/web/client/lib/lang/fi_client.lng | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/interface/web/client/lib/lang/fi_client.lng b/interface/web/client/lib/lang/fi_client.lng index 518b935..1ecbdec 100755 --- a/interface/web/client/lib/lang/fi_client.lng +++ b/interface/web/client/lib/lang/fi_client.lng @@ -80,4 +80,13 @@ $wb['template_additional_txt'] = 'Lisämalli'; $wb['ssh_chroot_txt'] = 'SSH-Chroot Options'; $wb['web_php_options_txt'] = 'PHP Options'; +$wb['limit_cron_txt'] = 'Max. number of cron jobs'; +$wb['limit_cron_type_txt'] = 'Max. type of cron jobs (chrooted and full implies url)'; +$wb['limit_cron_frequency_txt'] = 'Min. delay between executions'; +$wb['limit_cron_error_notint'] = 'The cron limit must be a number.'; +$wb['limit_cron_error_frequency'] = 'The cron frequency limit must be a number.'; +$wb['limit_client_error'] = 'The max. number of clients is reached.'; +$wb['limit_mailaliasdomain_txt'] = 'Max. number of domain aliases'; +$wb['limit_mailaliasdomain_error_notint'] = 'The email domain alias limit must be a number.'; +$wb['limit_web_quota_txt'] = 'Web Quota'; ?> -- Gitblit v1.9.1