From 11b3daff80a65d0d0b0dabf3ef99aa0c7018f76b Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 11 Aug 2009 09:59:25 -0400 Subject: [PATCH] Fixed: FS#822 - Main tabs at top not applying translations. --- interface/web/designer/lib/lang/de_form_list.lng | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/interface/web/designer/lib/lang/de_form_list.lng b/interface/web/designer/lib/lang/de_form_list.lng index b838f3c..998a64f 100644 --- a/interface/web/designer/lib/lang/de_form_list.lng +++ b/interface/web/designer/lib/lang/de_form_list.lng @@ -1,8 +1,7 @@ -<?php -$wb['list_head_txt'] = 'Backend Formulare'; -$wb['form_txt'] = 'Formular'; -$wb['module_txt'] = 'Modul'; -$wb['title_txt'] = 'Bezeichnung'; -$wb['description_txt'] = 'Beschreibung'; -?> - +<?php +$wb['list_head_txt'] = 'Backend Formulare'; +$wb['form_txt'] = 'Formular'; +$wb['module_txt'] = 'Modul'; +$wb['title_txt'] = 'Bezeichnung'; +$wb['description_txt'] = 'Beschreibung'; +?> -- Gitblit v1.9.1