diff --git a/lib/Alchemy/Phrasea/Report/ReportRecords.php b/lib/Alchemy/Phrasea/Report/ReportRecords.php index a71f31703a..b848b6549e 100644 --- a/lib/Alchemy/Phrasea/Report/ReportRecords.php +++ b/lib/Alchemy/Phrasea/Report/ReportRecords.php @@ -170,10 +170,10 @@ class ReportRecords extends Report if(!empty($collIds)) { $this->sqlWhere = "`r`.`coll_id` IN(" . join(',', $collIds) . ")"; if(!is_null($this->parms['dmin'])) { - $this->sqlWhere .= " AND r.moddate >= " . $this->databox->get_connection()->quote($this->parms['dmin']); + $this->sqlWhere .= " AND r.credate >= " . $this->databox->get_connection()->quote($this->parms['dmin']); } if(!is_null($this->parms['dmax'])) { - $this->sqlWhere .= " AND r.moddate <= " . $this->databox->get_connection()->quote($this->parms['dmax'] . " 23:59:59"); + $this->sqlWhere .= " AND r.credate <= " . $this->databox->get_connection()->quote($this->parms['dmax'] . " 23:59:59"); } } else { diff --git a/resources/locales/messages.de.xlf b/resources/locales/messages.de.xlf index d9d1d9befd..4d090d5ad3 100644 --- a/resources/locales/messages.de.xlf +++ b/resources/locales/messages.de.xlf @@ -1,4 +1,4 @@ - +
@@ -7,8 +7,8 @@
- - + + WorkerManager/Worker/DownloadAsyncWorker.php Form/Configuration/EmailFormType.php Form/Login/PhraseaAuthenticationForm.php @@ -196,7 +196,7 @@ Bridge/Dailymotion/element_informations.html.twig - selectionnes]]> + %number% documents<br/>selectionnes ausgewählt]]> Controller/Prod/QueryController.php @@ -2572,7 +2572,7 @@ Form/Configuration/ActionsFormType.php - + Display & action settings Anzeige und Handlung-Einstellungen admin/fields/templates.html.twig @@ -4903,9 +4903,9 @@ bestellen admin/fields/templates.html.twig - + Order by - Order by + Sortieren nach prod/WorkZone/ExposePublicationAssets.html.twig @@ -10222,9 +10222,9 @@ August classes/module/report.php - + apply - apply + Anwenden prod/WorkZone/ExposePublicationAssets.html.twig @@ -10782,9 +10782,9 @@ admin/collection/create.html.twig admin/databox/databox.html.twig - + choose - choose + Auswählen prod/WorkZone/ExposePublicationAssets.html.twig @@ -11071,9 +11071,9 @@ web/account/account.html.twig web/account/account.html.twig - + edit order - edit order + Neu ordnen prod/WorkZone/ExposePublicationAssets.html.twig @@ -11131,9 +11131,9 @@ Email nicht gültig eventsmanager/notify/downloadmailfail.php - + erase - erase + Löschen prod/actions/edit_default.html.twig @@ -12776,7 +12776,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 @@ -14120,9 +14120,9 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben Datensatz (¨e) in den Papierkorb verschieben Controller/Prod/LanguageController.php - + prod:edit: Are you sure, this will remove all values if exist! - prod:edit: Are you sure, this will remove all values if exist! + Sind Sie sicher? Damit werden alle Werte entfernt, falls sie existieren! Controller/Prod/LanguageController.php @@ -15121,9 +15121,9 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben Aktivität pro Stunde module/report/activity.php - + report:: choose subdef permalink - report:: choose subdef permalink + Permalink Unterauflösung auswählen web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig @@ -15971,7 +15971,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben web/thesaurus/thesaurus.html.twig - + thesaurus:: Supprimer cette branche ?&#10;(les termes concernes remonteront en candidats a la prochaine indexation) web/thesaurus/thesaurus.html.twig @@ -16490,9 +16490,9 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig - + title - title + Titel prod/WorkZone/ExposePublicationAssets.html.twig diff --git a/resources/locales/messages.en.xlf b/resources/locales/messages.en.xlf index 88fa9dbfe8..41dde637b7 100644 --- a/resources/locales/messages.en.xlf +++ b/resources/locales/messages.en.xlf @@ -1,4 +1,4 @@ - +
@@ -7,8 +7,8 @@
- - + + WorkerManager/Worker/DownloadAsyncWorker.php Form/Configuration/EmailFormType.php Form/Login/PhraseaAuthenticationForm.php @@ -196,7 +196,7 @@ Bridge/Dailymotion/element_informations.html.twig - selectionnes]]> + %number% documents<br/>selectionnes selected]]> Controller/Prod/QueryController.php @@ -2574,7 +2574,7 @@ Form/Configuration/ActionsFormType.php
- + Display & action settings Display and action settings admin/fields/templates.html.twig @@ -4905,9 +4905,9 @@ Order admin/fields/templates.html.twig
- + Order by - Order by + Sort by prod/WorkZone/ExposePublicationAssets.html.twig @@ -10224,9 +10224,9 @@ August classes/module/report.php - + apply - apply + Apply prod/WorkZone/ExposePublicationAssets.html.twig @@ -10784,9 +10784,9 @@ admin/collection/create.html.twig admin/databox/databox.html.twig - + choose - choose + Choose prod/WorkZone/ExposePublicationAssets.html.twig @@ -11073,9 +11073,9 @@ web/account/account.html.twig web/account/account.html.twig - + edit order - edit order + Reorder prod/WorkZone/ExposePublicationAssets.html.twig @@ -11133,9 +11133,9 @@ E-mail is not valid. eventsmanager/notify/downloadmailfail.php - + erase - erase + Erase prod/actions/edit_default.html.twig @@ -12778,7 +12778,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 @@ -14122,9 +14122,9 @@ Warning: The current values will be overwritten by these new values Send record(s) to trash Controller/Prod/LanguageController.php - + prod:edit: Are you sure, this will remove all values if exist! - prod:edit: Are you sure, this will remove all values if exist! + Are you sure? This will remove all values if they exist! Controller/Prod/LanguageController.php @@ -15126,9 +15126,9 @@ It is possible to place several search areas Hourly Activity (average) module/report/activity.php - + report:: choose subdef permalink - report:: choose subdef permalink + Choose subdefinition permalink web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig @@ -15976,7 +15976,7 @@ It is possible to place several search areas web/thesaurus/thesaurus.html.twig - + thesaurus:: Supprimer cette branche ?&#10;(les termes concernes remonteront en candidats a la prochaine indexation) web/thesaurus/thesaurus.html.twig @@ -16495,9 +16495,9 @@ It is possible to place several search areas actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig - + title - title + Title prod/WorkZone/ExposePublicationAssets.html.twig diff --git a/resources/locales/messages.fr.xlf b/resources/locales/messages.fr.xlf index 20023ce720..1ba8551247 100644 --- a/resources/locales/messages.fr.xlf +++ b/resources/locales/messages.fr.xlf @@ -1,4 +1,4 @@ - +
@@ -7,8 +7,8 @@
- - + + WorkerManager/Worker/DownloadAsyncWorker.php Form/Configuration/EmailFormType.php Form/Login/PhraseaAuthenticationForm.php @@ -196,7 +196,7 @@ Bridge/Dailymotion/element_informations.html.twig - selectionnes]]> + %number% documents<br/>selectionnes sélectionnés]]> Controller/Prod/QueryController.php @@ -2572,7 +2572,7 @@ Form/Configuration/ActionsFormType.php
- + Display & action settings Paramétrage d'affichage et d'action admin/fields/templates.html.twig @@ -4903,9 +4903,9 @@ Ordre d'affichage admin/fields/templates.html.twig
- + Order by - Order by + Trier par prod/WorkZone/ExposePublicationAssets.html.twig @@ -10223,9 +10223,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le août classes/module/report.php - + apply - apply + Appliquer prod/WorkZone/ExposePublicationAssets.html.twig @@ -10783,9 +10783,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le admin/collection/create.html.twig admin/databox/databox.html.twig - + choose - choose + Choisir prod/WorkZone/ExposePublicationAssets.html.twig @@ -11072,9 +11072,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le web/account/account.html.twig web/account/account.html.twig - + edit order - edit order + Réordonner prod/WorkZone/ExposePublicationAssets.html.twig @@ -11132,9 +11132,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Adresse e-mail non valide eventsmanager/notify/downloadmailfail.php - + erase - erase + Effacer prod/actions/edit_default.html.twig @@ -12777,7 +12777,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 @@ -14123,9 +14123,9 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles prod:app trash: title-trash Controller/Prod/LanguageController.php - + prod:edit: Are you sure, this will remove all values if exist! - prod:edit: Are you sure, this will remove all values if exist! + Êtes-vous sûr? Cela supprimera toutes les valeurs si elles existent! Controller/Prod/LanguageController.php @@ -15130,9 +15130,9 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles Activité par heure (moyenne) module/report/activity.php - + report:: choose subdef permalink - report:: choose subdef permalink + Choisir le permalien de la sous-définition web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig @@ -15980,7 +15980,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles web/thesaurus/thesaurus.html.twig - + thesaurus:: Supprimer cette branche ?&#10;(les termes concernes remonteront en candidats a la prochaine indexation) web/thesaurus/thesaurus.html.twig @@ -16499,9 +16499,9 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig - + title - title + Titre prod/WorkZone/ExposePublicationAssets.html.twig