From dead5ccaf44e679d4eb938e12673ea1217f23675 Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Sat, 26 Mar 2011 14:09:16 -0400 Subject: [PATCH] The "old" monitoring-module and the "new" rescue-module needed some function twice. So i created a tool-object containing these functions --- interface/web/help/lib/lang/ru_support_message.lng | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/interface/web/help/lib/lang/ru_support_message.lng b/interface/web/help/lib/lang/ru_support_message.lng index ef30964..93e2a03 100644 --- a/interface/web/help/lib/lang/ru_support_message.lng +++ b/interface/web/help/lib/lang/ru_support_message.lng @@ -3,7 +3,5 @@ $wb['sender_id_txt'] = 'ID отправителя'; $wb['subject_txt'] = 'Тема'; $wb['message_txt'] = 'Сообщение'; -$wb['tstamp_txt'] = 'Timestamp'; -$wb['btn_save_txt'] = 'Сохранить'; -$wb['btn_cancel_txt'] = 'Закончить'; +$wb['tstamp_txt'] = 'Штамп времени'; ?> -- Gitblit v1.9.1