diff --git a/src/console/controllers/ReportsController.php b/src/console/controllers/ReportsController.php new file mode 100644 index 00000000..f519e118 --- /dev/null +++ b/src/console/controllers/ReportsController.php @@ -0,0 +1,34 @@ +stdout(Craft::t('campaign', 'Personal data successfully anonymized.') . PHP_EOL, BaseConsole::FG_GREEN); + + return ExitCode::OK; + } +} diff --git a/src/translations/de/campaign.php b/src/translations/de/campaign.php index a216a332..2539e89f 100644 --- a/src/translations/de/campaign.php +++ b/src/translations/de/campaign.php @@ -412,6 +412,7 @@ 'Paused' => 'Pausiert', 'Pending sendouts are generally queued directly after being activated and on a scheduled basis with a cron job. You can force pending sendouts to be queued now by clicking below.' => 'Anstehende Sendungen werden gewöhnlich direkt nach Aktivierung und nach einem geplanten Zeitraum über einen Cronjob in die Warteschlange gesetzt. Durch Klicken unten können Sie dies erzwingen.', 'Pending' => 'Anstehend', + 'Personal data successfully anonymized.' => '', 'Plaintext Body' => 'Text-Inhalt', 'Plaintext Template' => 'Text-Template', 'Please verify that you would like to unsubscribe from the mailing list by clicking on the following link:' => 'Bestätigen Sie bitte, dass Sie sich von der Mailing-Liste abmelden wollen durch Klick auf folgenden Link:', diff --git a/src/translations/en/campaign.php b/src/translations/en/campaign.php index b581d56a..b3273a86 100644 --- a/src/translations/en/campaign.php +++ b/src/translations/en/campaign.php @@ -410,6 +410,7 @@ 'Paused' => '', 'Pending sendouts are generally queued directly after being activated and on a scheduled basis with a cron job. You can force pending sendouts to be queued now by clicking below.' => '', 'Pending' => '', + 'Personal data successfully anonymized.' => '', 'Plaintext Body' => '', 'Plaintext Template' => '', 'Please verify that you would like to unsubscribe from the mailing list by clicking on the following link:' => '', diff --git a/src/translations/fr/campaign.php b/src/translations/fr/campaign.php index 63fcbf33..cc399ab0 100644 --- a/src/translations/fr/campaign.php +++ b/src/translations/fr/campaign.php @@ -412,6 +412,7 @@ 'Paused' => 'Mis en pause', 'Pending sendouts are generally queued directly after being activated and on a scheduled basis with a cron job. You can force pending sendouts to be queued now by clicking below.' => 'Les campagnes en attente sont généralement mis en file d’attente directement après avoir été activées sur une base planifiée avec un cron job. Cependant, vous pouvez forcer les campagnes en attente à être mise en file d’attente en cliquant ci-dessous.', 'Pending' => 'En attente', + 'Personal data successfully anonymized.' => '', 'Plaintext Body' => '', 'Plaintext Template' => '', 'Please verify that you would like to unsubscribe from the mailing list by clicking on the following link:' => 'Veuillez vérifier que vous voulez vous désabonner de la liste de diffusion en cliquant sur le lien suivant :',