X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage%2Fsupport_de.php;h=0958454d7a8ec36ec22b3d14872666973364a902;hb=50ec4267016d288831aee809120992423db563e1;hp=c22eb5c50ed408afe2fd50b841625f0f4f8bb801;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2;p=mailer.git diff --git a/inc/language/support_de.php b/inc/language/support_de.php index c22eb5c50e..0958454d7a 100644 --- a/inc/language/support_de.php +++ b/inc/language/support_de.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * 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", ));