From 52e5e543af5787350bf9d4e428249ae4cc8cc574 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Wed, 07 Aug 2013 11:42:22 -0400 Subject: [PATCH] - Fixed: php compile fatal errors --- interface/web/admin/lib/lang/ru_remote_user.lng | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/interface/web/admin/lib/lang/ru_remote_user.lng b/interface/web/admin/lib/lang/ru_remote_user.lng index fd75493..18edf7f 100644 --- a/interface/web/admin/lib/lang/ru_remote_user.lng +++ b/interface/web/admin/lib/lang/ru_remote_user.lng @@ -39,4 +39,9 @@ $wb['DNS rp functions'] = 'Функции DNS rp'; $wb['DNS srv functions'] = 'Функции DNS srv'; $wb['DNS txt functions'] = 'Функции DNS txt'; +$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