From 57540eebc0e035f023afef66b3bbc00f315951bf Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 09 Apr 2010 09:49:20 -0400 Subject: [PATCH] Added new "DATE" datatype which uses the native mysql date format instead of tstamps in tform library. The old tstamp datatype as been renamed to "DATETSTAMP". --- interface/lib/lang/de.lng | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/interface/lib/lang/de.lng b/interface/lib/lang/de.lng index da7acec..e9882f5 100644 --- a/interface/lib/lang/de.lng +++ b/interface/lib/lang/de.lng @@ -31,4 +31,5 @@ $wb['top_menu_dns'] = 'DNS'; $wb['top_menu_tools'] = 'Tools'; $wb['top_menu_help'] = 'Support'; +$wb['top_menu_billing'] = 'Billing'; ?> -- Gitblit v1.9.1