From 077c27732bee81c784346892ff9d76c1f855f255 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 27 Jul 2011 11:18:05 -0400
Subject: [PATCH] Added functions to manage OpenVZ virtual machines to the remote API. Added a example file for adding a VM with the remote API

---
 interface/web/help/lib/lang/de_support_message.lng |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/interface/web/help/lib/lang/de_support_message.lng b/interface/web/help/lib/lang/de_support_message.lng
index 25e3221..3ffbd11 100644
--- a/interface/web/help/lib/lang/de_support_message.lng
+++ b/interface/web/help/lib/lang/de_support_message.lng
@@ -1,7 +1,8 @@
 <?php
-$wb['recipient_id_txt'] = 'Recipient ID';
-$wb['sender_id_txt'] = 'Sender ID';
-$wb['subject_txt'] = 'Subject';
-$wb['message_txt'] = 'Message';
-$wb['tstamp_txt'] = 'Timestamp';
+$wb['recipient_id_txt'] = 'Empfänger ID';
+$wb['sender_id_txt'] = 'Absender ID';
+$wb['subject_txt'] = 'Betreff';
+$wb['message_txt'] = 'Nachricht';
+$wb['tstamp_txt'] = 'Zeitpunkt';
+$wb['reply_txt'] = 'Reply';
 ?>

--
Gitblit v1.9.1