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/lib/lang/fi.lng | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/interface/lib/lang/fi.lng b/interface/lib/lang/fi.lng index dde8150..0b39925 100755 --- a/interface/lib/lang/fi.lng +++ b/interface/lib/lang/fi.lng @@ -21,4 +21,14 @@ $wb['add_new_record_txt'] = 'Lisää uusi tietue'; $wb['btn_save_txt'] = 'Tallenna'; $wb['btn_cancel_txt'] = 'Keskeytä'; +$wb['toolsarea_head_txt'] = 'Työkalut'; +$wb['page_and_txt'] = 'and'; +$wb['top_menu_system'] = 'System'; +$wb['top_menu_client'] = 'Client'; +$wb['top_menu_email'] = 'Email'; +$wb['top_menu_monitor'] = 'Monitor'; +$wb['top_menu_sites'] = 'Sites'; +$wb['top_menu_dns'] = 'DNS'; +$wb['top_menu_tools'] = 'Tools'; +$wb['top_menu_help'] = 'Help'; ?> -- Gitblit v1.9.1