From d812165fbb0e9ff4079771e4b265039383a4e0f2 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Tue, 16 Sep 2014 02:42:32 -0400 Subject: [PATCH] Changed SSL cert generation mode to SHA256. --- interface/web/admin/lib/lang/ru_remote_user.lng | 4 ++++ 1 files changed, 4 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 9ea5235..18edf7f 100644 --- a/interface/web/admin/lib/lang/ru_remote_user.lng +++ b/interface/web/admin/lib/lang/ru_remote_user.lng @@ -40,4 +40,8 @@ $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