X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flanguage%2Fsupport_de.php;h=0958454d7a8ec36ec22b3d14872666973364a902;hb=a18efdcd57ba91893f0958a457b5c58639b135c3;hp=7881de78010a1ff2a1edc4885abd9c28b80b8e4f;hpb=c8d76610eb94093d4eed4fcd8a6cb72e74c8f6d8;p=mailer.git diff --git a/inc/language/support_de.php b/inc/language/support_de.php index 7881de7801..0958454d7a 100644 --- a/inc/language/support_de.php +++ b/inc/language/support_de.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -43,12 +43,12 @@ if (!defined('__SECURITY')) { // Language constans addMessages(array( 'ADMIN_SUPPORT_ORDER_SUBJECT' => "[Support:] Mailbuchung", - 'ADMIN_SUPPORT_REFERAL_LINK_SUBJECT' => "[Support:] Referal-Link", + 'ADMIN_SUPPORT_REFERRAL_LINK_SUBJECT' => "[Support:] Referral-Link", 'ADMIN_SUPPORT_UNCONFIRMED_SUBJECT' => "[Support:] Unbestätigte Mails", 'MEMBER_SUPPORT_ORDER_SUBJECT' => "Ihr Anfrage an den Support: Mailbuchung", - 'MEMBER_SUPPORT_REFERAL_LINK_SUBJECT' => "Ihr Anfrage an den Support: Referal-Link", + 'MEMBER_SUPPORT_REFERRAL_LINK_SUBJECT' => "Ihr Anfrage an den Support: Referral-Link", 'MEMBER_SUPPORT_UNCONFIRMED_SUBJECT' => "Ihr Anfrage an den Support: Unbestätigte Mails", - 'ADMIN_TASK_IS_MEMBER_SUPPORT' => "Mitglieder-Support", + 'ADMIN_TASK_TYPE_MEMBER_SUPPORT' => "Mitglieder-Support", 'ADMIN_UNKNOWN_SUPPORT_MODE' => "Unbekannter Support-Modus %s erkannt.", 'ADMIN_TASK_SUPPORT_MODE' => "Support-Art", ));