]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/coupon_de.php
Fixes for installation phase
[mailer.git] / inc / language / coupon_de.php
index 767cb4901056795eca699e97ca0546aff913439a..bd9f73ee485ea953f621a8334ff9213a0cc3b4c6 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -57,7 +57,7 @@ addMessages(array(
        'ADMIN_SEND_COUPON' => "Gutschein versenden",
        'ADMIN_SEND_COUPON_POINTS_NOT_ENTERED' => "Bitte geben Sie eine Vergütung (in {?POINTS?}) ein.",
        'ADMIN_SEND_COUPON_DESCRIPTION_NOT_ENTERED' => "Bitte geben Sie eine kurze Beschreibung (oder einen Hinweis an Ihre Mitglieder) ein.",
-       'ADMIN_SEND_COUPON_USER_404' => "Es wurden keine empfangsbereiten Mitglieder gefunden!",
+       'ADMIN_SEND_COUPON_USER_404' => "Es wurden keine empfangsbereiten Mitglieder gefunden.",
        'ADMIN_SEND_COUPON_DONE' => "Es wurde ein Gutschein an alle empfangsbereiten Mitglieder versendet.",
 
        // Admin - More
@@ -98,6 +98,10 @@ addMessages(array(
        'COUPON_TOTAL_CREATED' => "Erstellt",
        'COUPON_TOTAL_CASHED' => "Eingelöst",
        'COUPON_DESCRIPTION' => "Hinweistext",
+
+       // Point account subjects
+       'POINTS_SUBJECT_COUPON_CASHED' => "Einlösung eines Gutscheins",
+       'POINTS_SUBJECT_CASHED_COUPON' => "Mitglied hat Gutschein eingelöst",
 ));
 
 // [EOF]