From 66c3bc24f069a2854bdf1eeebb6dcb51f6ef0afb Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 28 Oct 2009 14:30:28 -0400 Subject: [PATCH] Implemented: FS#757 - Add "custom" option to transports --- interface/web/client/lib/lang/fi_client.lng | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/interface/web/client/lib/lang/fi_client.lng b/interface/web/client/lib/lang/fi_client.lng index 850d9c3..089c981 100755 --- a/interface/web/client/lib/lang/fi_client.lng +++ b/interface/web/client/lib/lang/fi_client.lng @@ -78,4 +78,12 @@ $wb['password_strength_txt'] = 'Salasanan vahvuus'; $wb['template_master_txt'] = 'Perusmalli'; $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.'; ?> -- Gitblit v1.9.1