From 767b9a31d70ab26bd2f140ff1d84a779cabecc2e Mon Sep 17 00:00:00 2001
From: Aina Sitraka <35221835+aynsix@users.noreply.github.com>
Date: Wed, 6 Jul 2022 13:18:26 +0300
Subject: [PATCH] PHRAS-3699 fix missing translation (#4076)
---
lib/Alchemy/Phrasea/Out/Module/PDF.php | 1 +
lib/Alchemy/Phrasea/Out/Module/PDFRecords.php | 1 +
lib/Alchemy/Phrasea/Out/Tool/PhraseaPDF.php | 14 +++-
resources/locales/messages.de.xlf | 72 ++++++++++-------
resources/locales/messages.en.xlf | 74 ++++++++++-------
resources/locales/messages.fr.xlf | 80 +++++++++++--------
resources/locales/messages.nl.xlf | 58 +++++++++-----
resources/locales/validators.de.xlf | 2 +-
resources/locales/validators.en.xlf | 2 +-
resources/locales/validators.fr.xlf | 2 +-
resources/locales/validators.nl.xlf | 2 +-
.../web/prod/notifications_dialog.html.twig | 2 +-
12 files changed, 192 insertions(+), 118 deletions(-)
diff --git a/lib/Alchemy/Phrasea/Out/Module/PDF.php b/lib/Alchemy/Phrasea/Out/Module/PDF.php
index e436e6ec5e..aff28d4818 100644
--- a/lib/Alchemy/Phrasea/Out/Module/PDF.php
+++ b/lib/Alchemy/Phrasea/Out/Module/PDF.php
@@ -34,6 +34,7 @@ class PDF
$this->app = $app;
$pdf = new PhraseaPDF("P", "mm", "A4", true, 'UTF-8', false);
+ $pdf->setApp($app);
$pdf->SetAuthor("Phraseanet");
$pdf->SetTitle("Phraseanet Print");
diff --git a/lib/Alchemy/Phrasea/Out/Module/PDFRecords.php b/lib/Alchemy/Phrasea/Out/Module/PDFRecords.php
index 593b851f45..d55e073697 100644
--- a/lib/Alchemy/Phrasea/Out/Module/PDFRecords.php
+++ b/lib/Alchemy/Phrasea/Out/Module/PDFRecords.php
@@ -61,6 +61,7 @@ class PDFRecords extends PDF
}
$this->pdf->setPrintOwnerUser($app->getAuthenticatedUser());
+ $this->pdf->setApp($app);
$records = $printer->get_elements();
$aclUser = $this->app->getAclForUser($this->app->getAuthenticatedUser());
diff --git a/lib/Alchemy/Phrasea/Out/Tool/PhraseaPDF.php b/lib/Alchemy/Phrasea/Out/Tool/PhraseaPDF.php
index 5080b31e87..48a6e4af9f 100644
--- a/lib/Alchemy/Phrasea/Out/Tool/PhraseaPDF.php
+++ b/lib/Alchemy/Phrasea/Out/Tool/PhraseaPDF.php
@@ -20,6 +20,8 @@ class PhraseaPDF extends \TCPDF
/** @var User */
private $printOwnerUser;
+ private $app;
+
public function Header()
{
@@ -30,7 +32,8 @@ class PhraseaPDF extends \TCPDF
$owner = ' Phraseanet';
$unNeededTextLength = '';
if (!empty($this->printOwnerUser)) {
- $owner = sprintf('Printed with Phraseanet by %s on %s', $this->printOwnerUser->getEmail(), $this->printOwnerUser->getDisplayName(), (new \DateTime())->format("Y/m/d"));
+ $owner = $this->app->trans('Printed with Phraseanet by %name% on %date%', ['%name%' => '' . $this->printOwnerUser->getDisplayName() .'', '%date%' => (new \DateTime())->format("Y/m/d")]);
+
$unNeededTextLength = sprintf('', $this->printOwnerUser->getEmail());
}
@@ -44,7 +47,7 @@ class PhraseaPDF extends \TCPDF
if (empty($this->printOwnerUser)) {
$this->SetFont(self::FONT, '', 8);
- $w = $this->GetStringWidth('Printed by');
+ $w = $this->GetStringWidth($this->app->trans('Printed by'));
$this->SetFont(self::FONT, 'B', 8);
$w += $this->GetStringWidth($owner);
@@ -52,7 +55,7 @@ class PhraseaPDF extends \TCPDF
$this->SetXY(-$w - $mr - 5, -15);
$this->SetFont(self::FONT, '', 8);
- $this->Write(8, 'Printed by');
+ $this->Write(8, $this->app->trans('Printed by'));
$this->SetFont(self::FONT, 'B', 8);
$this->Write(8, ' Phraseanet');
@@ -71,4 +74,9 @@ class PhraseaPDF extends \TCPDF
{
$this->printOwnerUser = $user;
}
+
+ public function setApp($app)
+ {
+ $this->app = $app;
+ }
}
diff --git a/resources/locales/messages.de.xlf b/resources/locales/messages.de.xlf
index 6dfba4ad56..0cf1b96f24 100644
--- a/resources/locales/messages.de.xlf
+++ b/resources/locales/messages.de.xlf
@@ -1,14 +1,14 @@
-
+
-
+ The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.
-
-
+
+ Form/Configuration/EmailFormType.phpForm/Login/PhraseaAuthenticationForm.php
@@ -195,7 +195,7 @@
Bridge/Dailymotion/element_informations.html.twig
- %number% documents<br/>selectionnes
+ selectionnes]]> ausgewählt]]>Controller/Prod/QueryController.php
@@ -2512,7 +2512,7 @@
Form/Configuration/ActionsFormType.php
- Display & action settings
+ Anzeige und Handlung-Einstellungenadmin/fields/templates.html.twig
@@ -5166,6 +5166,17 @@
DruckenController/Prod/LanguageController.php
+
+ Printed by
+ Printed by
+ Out/Tool/PhraseaPDF.php
+ Out/Tool/PhraseaPDF.php
+
+
+ Printed with Phraseanet by %name% on %date%
+ Printed with Phraseanet by %name% on %date%
+ Out/Tool/PhraseaPDF.php
+ Problemes de connexion ?Verbindungsprobleme ?
@@ -10343,6 +10354,11 @@
prod/results/feeds.html.twigprod/results/feeds.html.twig
+
+ charger d'avantages de notifications
+ charger d'avantages de notifications
+ web/prod/notifications_dialog.html.twig
+ choisirwählen
@@ -12044,7 +12060,7 @@
Controller/Root/AccountController.php
- phraseanet::account: << your account can be deleted via admin interface >>
+ >]]>Ihr Benutzerkonto kann nur durch die Administration Anwendung gelöscht werden.web/account/account.html.twig
@@ -12411,9 +12427,9 @@
print:: downloadDownload-Link
- Out/Module/PDFRecords.php
- Out/Module/PDFRecords.php
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint:: element downloadable
@@ -12528,87 +12544,87 @@
print_feedback:: Document generated on :Drucken erzeugt am
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback activeFeedback ist aktiviert
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback expiredFeedback ist abgelaufen
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback expiring on :Erlischt am
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback initiated by :Feedback gesendet von
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback initiated on :Feedback Beginn am
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback on basket %name%Feedback auf Sammelkorb %name%
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: NonNein
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: OuiJa
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Participants :Teilnehmer :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Votes :Zustimmung :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: base name:Datenbank
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: document Uuid:Uuid Dokument
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: non votéunausgedrückt
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: originale filename:Originale Dateiname
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: record id:Record id
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: record title:Titel
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprive
@@ -15058,7 +15074,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben
web/thesaurus/thesaurus.html.twig
- thesaurus:: Supprimer cette branche ? (les termes concernes remonteront en candidats a la prochaine indexation)
+ web/thesaurus/thesaurus.html.twig
diff --git a/resources/locales/messages.en.xlf b/resources/locales/messages.en.xlf
index 721cec039c..b71120470d 100644
--- a/resources/locales/messages.en.xlf
+++ b/resources/locales/messages.en.xlf
@@ -1,14 +1,14 @@
-
+
-
+ The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.
-
-
+
+ Form/Configuration/EmailFormType.phpForm/Login/PhraseaAuthenticationForm.php
@@ -195,7 +195,7 @@
Bridge/Dailymotion/element_informations.html.twig
- %number% documents<br/>selectionnes
+ selectionnes]]>selected]]>Controller/Prod/QueryController.php
@@ -1559,7 +1559,7 @@
By default it is available for admins.Form/Configuration/FtpExportFormType.php
-
+ CGU::PDF CGU generated on %updated_on% and printed on %printed_on%Terms of use generated on %updated_on% and printed on %printed_on%Out/Module/PDFCgu.php
@@ -2515,7 +2515,7 @@
Form/Configuration/ActionsFormType.php
- Display & action settings
+ Display and action settingsadmin/fields/templates.html.twig
@@ -5169,6 +5169,17 @@
PrintController/Prod/LanguageController.php
+
+ Printed by
+ Printed by
+ Out/Tool/PhraseaPDF.php
+ Out/Tool/PhraseaPDF.php
+
+
+ Printed with Phraseanet by %name% on %date%
+ Printed with Phraseanet by %name% on %date%
+ Out/Tool/PhraseaPDF.php
+ Problemes de connexion ?Connection problems?
@@ -10346,6 +10357,11 @@
prod/results/feeds.html.twigprod/results/feeds.html.twig
+
+ charger d'avantages de notifications
+ charger d'avantages de notifications
+ web/prod/notifications_dialog.html.twig
+ choisirSelect
@@ -12047,7 +12063,7 @@
Controller/Root/AccountController.php
- phraseanet::account: << your account can be deleted via admin interface >>
+ >]]>Your rights do not allow to perform this action. Your account can only be deleted via the Administration interface.web/account/account.html.twig
@@ -12414,9 +12430,9 @@
print:: downloadDownload link
- Out/Module/PDFRecords.php
- Out/Module/PDFRecords.php
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint:: element downloadable
@@ -12531,87 +12547,87 @@
print_feedback:: Document generated on :Generated on :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback activeFeedback session still opened
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback expiredFeedback session closed
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback expiring on :Feedback expiring on :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback initiated by :Feedback initiated by :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback initiated on :Feedback initiated on :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback on basket %name%Feedback report on basket : %name%
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: NonNo
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: OuiYes
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Participants :Participants list :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Votes :Approvals :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: base name:Base Name :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: document Uuid:Document Unique Id :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: non votéUnexpressed
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: originale filename:Original file name :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: record id:Record Id :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: record title:Record Title :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprive
@@ -15068,7 +15084,7 @@ It is possible to place several search areas
web/thesaurus/thesaurus.html.twig
- thesaurus:: Supprimer cette branche ? (les termes concernes remonteront en candidats a la prochaine indexation)
+ web/thesaurus/thesaurus.html.twig
diff --git a/resources/locales/messages.fr.xlf b/resources/locales/messages.fr.xlf
index 1b169958a1..0b33ad2965 100644
--- a/resources/locales/messages.fr.xlf
+++ b/resources/locales/messages.fr.xlf
@@ -1,14 +1,14 @@
-
+
-
+ The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.
-
-
+
+ Form/Configuration/EmailFormType.phpForm/Login/PhraseaAuthenticationForm.php
@@ -195,7 +195,7 @@
Bridge/Dailymotion/element_informations.html.twig
- %number% documents<br/>selectionnes
+ selectionnes]]>sélectionnés]]>Controller/Prod/QueryController.php
@@ -2512,7 +2512,7 @@
Form/Configuration/ActionsFormType.php
- Display & action settings
+ Paramétrage d'affichage et d'actionadmin/fields/templates.html.twig
@@ -5166,6 +5166,17 @@
ImprimerController/Prod/LanguageController.php
+
+ Printed by
+ Printed by
+ Out/Tool/PhraseaPDF.php
+ Out/Tool/PhraseaPDF.php
+
+
+ Printed with Phraseanet by %name% on %date%
+ Printed with Phraseanet by %name% on %date%
+ Out/Tool/PhraseaPDF.php
+ Problemes de connexion ?Problème de connexion ?
@@ -8023,7 +8034,7 @@
web/prod/index.html.twigweb/prod/index.html.twig
-
+ action:: video toolsOutils vidéoprod/results/record.html.twig
@@ -10344,6 +10355,11 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
prod/results/feeds.html.twigprod/results/feeds.html.twig
+
+ charger d'avantages de notifications
+ charger d'avantages de notifications
+ web/prod/notifications_dialog.html.twig
+ choisirChoisir
@@ -12045,7 +12061,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
Controller/Root/AccountController.php
- phraseanet::account: << your account can be deleted via admin interface >>
+ >]]>Vos droits ne vous permettent pas de réaliser cette action, votre compte ne peut être supprimé que via l'interface d'Administration.web/account/account.html.twig
@@ -12412,9 +12428,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
print:: downloadLien de téléchargement
- Out/Module/PDFRecords.php
- Out/Module/PDFRecords.php
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint:: element downloadable
@@ -12529,87 +12545,87 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
print_feedback:: Document generated on :Impression générée le :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback activeValidation en cours
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback expiredValidation Fermée
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback expiring on :Expire le :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback initiated by :Validation envoyée par :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback initiated on :Début de validation le :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback on basket %name%Rapport de validation de : %name%
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: NonNon
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: OuiOui
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Participants :Participants :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Votes :Approbations :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: base name:Base :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: document Uuid:Id unique de document :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: non votéNon exprimé
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: originale filename:Nom de fichier :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: record id:Record id:
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: record title:Titre :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprive
@@ -12914,7 +12930,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles
CollectionsSearchEngine/Elastic/ElasticsearchOptions.php
-
+ prod::facet:doctype_labelType de documentsSearchEngine/Elastic/ElasticsearchOptions.php
@@ -14462,7 +14478,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles
Validation(s) envoyée(s) à %n_user% utilisateur(s)prod/preview/short_history.html.twig
-
+ report::Edition des meta-donneesEdition des métadonnéesprod/preview/short_history.html.twig
@@ -15067,7 +15083,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles
web/thesaurus/thesaurus.html.twig
- thesaurus:: Supprimer cette branche ? (les termes concernes remonteront en candidats a la prochaine indexation)
+ web/thesaurus/thesaurus.html.twig
@@ -15704,7 +15720,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles
Chapitrageactions/Tools/videoEditor.html.twig
-
+ video toolOutils vidéoactions/Tools/videoEditor.html.twig
diff --git a/resources/locales/messages.nl.xlf b/resources/locales/messages.nl.xlf
index 4db441312f..68ce24a9c2 100644
--- a/resources/locales/messages.nl.xlf
+++ b/resources/locales/messages.nl.xlf
@@ -1,6 +1,6 @@
-
+ The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.
@@ -5172,6 +5172,17 @@
AfdrukkenController/Prod/LanguageController.php
+
+ Printed by
+ Printed by
+ Out/Tool/PhraseaPDF.php
+ Out/Tool/PhraseaPDF.php
+
+
+ Printed with Phraseanet by %name% on %date%
+ Printed with Phraseanet by %name% on %date%
+ Out/Tool/PhraseaPDF.php
+ Problemes de connexion ?Problemes de connexion ?
@@ -10349,6 +10360,11 @@
prod/results/feeds.html.twigprod/results/feeds.html.twig
+
+ charger d'avantages de notifications
+ charger d'avantages de notifications
+ web/prod/notifications_dialog.html.twig
+ choisirkiezen
@@ -12417,9 +12433,9 @@
print:: downloadprint:: download
- Out/Module/PDFRecords.php
- Out/Module/PDFRecords.php
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint:: element downloadable
@@ -12534,87 +12550,87 @@
print_feedback:: Document generated on :print_feedback:: Document generated on :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback activeprint_feedback:: Feedback active
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback expiredprint_feedback:: Feedback expired
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback expiring on :print_feedback:: Feedback expiring on :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback initiated by :print_feedback:: Feedback initiated by :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback initiated on :print_feedback:: Feedback initiated on :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Feedback on basket %name%print_feedback:: Feedback on basket %name%
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Nonprint_feedback:: Non
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Ouiprint_feedback:: Oui
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Participants :print_feedback:: Participants :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: Votes :print_feedback:: Votes :
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: base name:print_feedback:: base name:
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: document Uuid:print_feedback:: document Uuid:
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: non votéprint_feedback:: non voté
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: originale filename:print_feedback:: originale filename:
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: record id:print_feedback:: record id:
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprint_feedback:: record title:print_feedback:: record title:
- Out/Module/PDFRecords.php
+ Out/Module/PDFRecords.phpprive
diff --git a/resources/locales/validators.de.xlf b/resources/locales/validators.de.xlf
index ac2a8104e4..c93268b1bf 100644
--- a/resources/locales/validators.de.xlf
+++ b/resources/locales/validators.de.xlf
@@ -1,6 +1,6 @@
-
+ The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.
diff --git a/resources/locales/validators.en.xlf b/resources/locales/validators.en.xlf
index 6f66eb93c8..7dc4af4576 100644
--- a/resources/locales/validators.en.xlf
+++ b/resources/locales/validators.en.xlf
@@ -1,6 +1,6 @@
-
+ The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.
diff --git a/resources/locales/validators.fr.xlf b/resources/locales/validators.fr.xlf
index cfae14cc43..51d7d9230c 100644
--- a/resources/locales/validators.fr.xlf
+++ b/resources/locales/validators.fr.xlf
@@ -1,6 +1,6 @@
-
+ The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.
diff --git a/resources/locales/validators.nl.xlf b/resources/locales/validators.nl.xlf
index 2c07459021..568dfa9b6a 100644
--- a/resources/locales/validators.nl.xlf
+++ b/resources/locales/validators.nl.xlf
@@ -1,6 +1,6 @@
-
+ The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.
diff --git a/templates/web/prod/notifications_dialog.html.twig b/templates/web/prod/notifications_dialog.html.twig
index 6c4c77034d..c245094636 100644
--- a/templates/web/prod/notifications_dialog.html.twig
+++ b/templates/web/prod/notifications_dialog.html.twig
@@ -6,6 +6,6 @@