fixed german translations
Dieser Commit ist enthalten in:
Ursprung
68caaa0bf4
Commit
c0e41ea0fa
20 geänderte Dateien mit 318 neuen und 317 gelöschten Zeilen
|
|
@ -50,10 +50,10 @@ $oUser = new cApiUser($auth->auth["uid"]);
|
|||
// sort: Element can be used to be sorted by
|
||||
// search: Element can be used to search in
|
||||
$aFields = array();
|
||||
$aFields["name"] = array("field" => "name", "caption" => i18n("Name", "cl_newsletter"), "type" => "base,sort,search");
|
||||
$aFields["email"] = array("field" => "email", "caption" => i18n("E-Mail", "cl_newsletter"), "type" => "base,sort,search");
|
||||
$aFields["confirmed"] = array("field" => "confirmed", "caption" => i18n("Confirmed", "cl_newsletter"), "type" => "base");
|
||||
$aFields["deactivated"] = array("field" => "deactivated", "caption" => i18n("Deactivated", "cl_newsletter"), "type" => "base");
|
||||
$aFields["name"] = array("field" => "name", "caption" => i18n("Name", "cl-newsletter"), "type" => "base,sort,search");
|
||||
$aFields["email"] = array("field" => "email", "caption" => i18n("E-Mail", "cl-newsletter"), "type" => "base,sort,search");
|
||||
$aFields["confirmed"] = array("field" => "confirmed", "caption" => i18n("Confirmed", "cl-newsletter"), "type" => "base");
|
||||
$aFields["deactivated"] = array("field" => "deactivated", "caption" => i18n("Deactivated", "cl-newsletter"), "type" => "base");
|
||||
|
||||
##################################
|
||||
# Store settings
|
||||
|
|
@ -127,7 +127,7 @@ $oRecipients = new RecipientCollection;
|
|||
$sMsg = "";
|
||||
if (getSystemProperty("newsletter", "updatekeys")) {
|
||||
$iUpdatedRecipients = $oRecipients->updateKeys();
|
||||
$sMsg = $notification->returnNotification("info", sprintf(i18n("%d recipients, with no or incompatible key has been updated. Deactivate update function.", "cl_newsletter"), $iUpdatedRecipients));
|
||||
$sMsg = $notification->returnNotification("info", sprintf(i18n("%d recipients, with no or incompatible key has been updated. Deactivate update function.", "cl-newsletter"), $iUpdatedRecipients));
|
||||
}
|
||||
|
||||
$oRecipients->setWhere("recipientcollection.idclient", $client);
|
||||
|
|
@ -178,8 +178,8 @@ $iMenu = 0;
|
|||
|
||||
// Store messages for repeated use (speeds performance, as i18n translation is only needed once)
|
||||
$aMsg = array();
|
||||
$aMsg["DelTitle"] = i18n("Delete recipient", "cl_newsletter");
|
||||
$aMsg["DelDescr"] = i18n("Do you really want to delete the following recipient:<br>", "cl_newsletter");
|
||||
$aMsg["DelTitle"] = i18n("Delete recipient", "cl-newsletter");
|
||||
$aMsg["DelDescr"] = i18n("Do you really want to delete the following recipient:<br>", "cl-newsletter");
|
||||
|
||||
while ($oRecipient = $oRecipients->next()) {
|
||||
$iMenu++;
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren