From 361a05732fb932841515d0d2fbdf2deaeeb887f7 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Mon, 25 Feb 2013 11:22:20 -0500
Subject: [PATCH] - Added missing ; to SQL patch.

---
 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