From aa3ea245dd208d5b80afdb6f8ef35c9d6409d7cd Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 26 Sep 2010 09:25:29 -0400 Subject: [PATCH] Implemented: FS#1325 - Option to create remoting user automatically during package installation from repository Implemented: VAT-ID and customer No. fields for client and reseller. --- interface/web/client/lib/lang/ro_reseller.lng | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/interface/web/client/lib/lang/ro_reseller.lng b/interface/web/client/lib/lang/ro_reseller.lng index 3ed5060..318be86 100644 --- a/interface/web/client/lib/lang/ro_reseller.lng +++ b/interface/web/client/lib/lang/ro_reseller.lng @@ -93,4 +93,7 @@ $wb['limit_web_quota_txt'] = 'Web Quota'; $wb['limit_traffic_quota_txt'] = 'Traffic Quota'; $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.'; +$wb['customer_no_txt'] = 'Customer No.'; +$wb['vat_id_txt'] = 'VAT ID'; +$wb['required_fields_txt'] = '* Required fields'; ?> -- Gitblit v1.9.1