From 91624b8a2d8bad8a729e1f5da852829d664d27ab Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 10 Sep 2010 07:58:47 -0400 Subject: [PATCH] Added the configuration variable $conf['demo_mode'] in the config.inc.php file. It disables the newly introduced demo mode which limits certain actions in the interface part of ispconfig: the demo mode can be used to run the ispconfig interface part as online demo. --- interface/lib/lang/fi.lng | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/interface/lib/lang/fi.lng b/interface/lib/lang/fi.lng index dde8150..6c86b12 100755 --- a/interface/lib/lang/fi.lng +++ b/interface/lib/lang/fi.lng @@ -21,4 +21,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