From f7ec00b2f8ba3efc5bdeacef9c813f8a826ae3be Mon Sep 17 00:00:00 2001 From: Patrick Anders <p.anders@timmehosting.de> Date: Wed, 10 Dec 2014 08:44:26 -0500 Subject: [PATCH] add Spdy option - http://en.wikipedia.org/wiki/SPDY --- interface/web/tools/lib/lang/ru_usersettings.lng | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/interface/web/tools/lib/lang/ru_usersettings.lng b/interface/web/tools/lib/lang/ru_usersettings.lng index 8db0c35..a26c048 100644 --- a/interface/web/tools/lib/lang/ru_usersettings.lng +++ b/interface/web/tools/lib/lang/ru_usersettings.lng @@ -5,4 +5,8 @@ $wb['password_mismatch'] = 'Введенные пароли не совпадают.'; $wb['Form to edit the user password and language.'] = 'Форма для изменения языка и паролей'; $wb['Settings'] = 'Настройки'; +$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