From 4a75ab8355ed787110579caca0240a4e44ec2f6e Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Thu, 19 May 2011 14:59:41 -0400 Subject: [PATCH] start enableing email quotas. --- interface/lib/lang/fi.lng | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/interface/lib/lang/fi.lng b/interface/lib/lang/fi.lng index dde8150..d5f8134 100755 --- a/interface/lib/lang/fi.lng +++ b/interface/lib/lang/fi.lng @@ -4,6 +4,9 @@ $wb['conf_format_timeshort'] = 'H:i'; $wb['conf_format_timelong'] = 'H:i:s'; $wb['conf_format_datetime'] = 'Y-m-d H:i'; +$wb['number_format_decimals'] = '2'; +$wb['number_format_dec_point'] = '.'; +$wb['number_format_thousands_sep'] = ''; $wb['301'] = 'Tämä moduuli ei ole sallittu nykyiselle käyttäjälle.'; $wb['302'] = 'Viallinen moduuli.'; $wb['1001'] = 'Käyttäjätunnus ja/tai salasana eivät voi olla tyhjiä!'; @@ -21,4 +24,18 @@ $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'; +$wb['top_menu_billing'] = 'Billing'; +$wb['top_menu_domain'] = 'Domains'; +$wb['top_menu_dashboard'] = 'Home'; +$wb['latest_news_txt'] = 'Latest news'; ?> -- Gitblit v1.9.1