From ea39b94c5f11f4e2255bce5bde5e6c8d2f1f0a59 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sun, 27 Jul 2014 16:01:11 -0400 Subject: [PATCH] Fixed: FS#3463 - German: Translation of Proceted Folders user and inconsistency --- interface/web/admin/lib/lang/id_remote_user.lng | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/interface/web/admin/lib/lang/id_remote_user.lng b/interface/web/admin/lib/lang/id_remote_user.lng index 47a1d7f..018690d 100644 --- a/interface/web/admin/lib/lang/id_remote_user.lng +++ b/interface/web/admin/lib/lang/id_remote_user.lng @@ -39,4 +39,9 @@ $wb['DNS rp functions'] = 'Fungsi-fungsi RP DNS'; $wb['DNS srv functions'] = 'Fungsi-fungsi SRV DNS'; $wb['DNS txt functions'] = 'Fungsi-fungsi TXT DNS'; +$wb['Mail mailing list functions'] = 'Mail mailinglist functions'; +$wb['generate_password_txt'] = 'Generate Password'; +$wb['repeat_password_txt'] = 'Repeat Password'; +$wb['password_mismatch_txt'] = 'The passwords do not match.'; +$wb['password_match_txt'] = 'The passwords do match.'; ?> -- Gitblit v1.9.1