From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 30 May 2012 07:30:44 -0400 Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons). --- interface/lib/lang/de.lng | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/lib/lang/de.lng b/interface/lib/lang/de.lng index 1bd016c..94525d3 100644 --- a/interface/lib/lang/de.lng +++ b/interface/lib/lang/de.lng @@ -36,9 +36,10 @@ $wb['top_menu_tools'] = 'Einstellungen'; $wb['top_menu_help'] = 'Support'; $wb['top_menu_billing'] = 'Billing'; +$wb['top_menu_mailuser'] = 'Mailuser'; $wb['top_menu_domain'] = 'Domains'; $wb['top_menu_dashboard'] = 'Home'; -$wb['latest_news_txt'] = 'Latest news'; +$wb['latest_news_txt'] = 'Neuigkeiten'; $wb['top_menu_vm'] = 'VServer'; $wb['daynamesmin_su'] = 'So'; $wb['daynamesmin_mo'] = 'Mo'; @@ -56,7 +57,7 @@ $wb['daynames_saturday'] = 'Samstag'; $wb['monthnamesshort_jan'] = 'Jan'; $wb['monthnamesshort_feb'] = 'Feb'; -$wb['monthnamesshort_mar'] = 'Mär'; +$wb['monthnamesshort_mar'] = 'Mär'; $wb['monthnamesshort_apr'] = 'Apr'; $wb['monthnamesshort_may'] = 'Mai'; $wb['monthnamesshort_jun'] = 'Jun'; @@ -67,7 +68,7 @@ $wb['monthnamesshort_nov'] = 'Nov'; $wb['monthnamesshort_dec'] = 'Dez'; $wb['datepicker_nextText'] = 'Vor'; -$wb['datepicker_prevText'] = 'Zurück'; +$wb['datepicker_prevText'] = 'Zurück'; $wb['logout_txt'] = 'LOGOUT'; $wb['submit_confirmation'] = 'Wollen Sie diese Aktion wirlich ausführen?'; $wb['globalsearch_resultslimit_of_txt'] = "von"; @@ -76,4 +77,4 @@ $wb['globalsearch_noresults_limit_txt'] = "0 Treffer"; $wb['globalsearch_searchfield_watermark_txt'] = "Suche"; $wb['globalsearch_suggestions_text_txt'] = "Vorschläge"; -?> +?> \ No newline at end of file -- Gitblit v1.9.1