diff --git a/lib/Alchemy/Phrasea/WorkerManager/Worker/ShareBasketWorker.php b/lib/Alchemy/Phrasea/WorkerManager/Worker/ShareBasketWorker.php index 98363a42da..3fc10e136a 100644 --- a/lib/Alchemy/Phrasea/WorkerManager/Worker/ShareBasketWorker.php +++ b/lib/Alchemy/Phrasea/WorkerManager/Worker/ShareBasketWorker.php @@ -101,7 +101,7 @@ public function process(array $payload) 'eventsmanager_notify_basketwip', // 'eventsmanager_notify_push', json_encode([ - 'translateMessage' => 'notification:: Sharing basket "%name%"...', + 'translateMessage' => 'text1', 'name' => htmlentities($basket->getName()) ]), false @@ -396,7 +396,7 @@ public function process(array $payload) 'eventsmanager_notify_basketwip', // 'eventsmanager_notify_push', json_encode([ - 'translateMessage' => 'notification:: Basket %name% is shared', + 'translateMessage' => 'text2', 'name' => htmlentities($basket->getName()) ]), false diff --git a/lib/Alchemy/Phrasea/WorkerManager/Worker/SubtitleWorker.php b/lib/Alchemy/Phrasea/WorkerManager/Worker/SubtitleWorker.php index 1fe2ad9f8d..ddecac7087 100644 --- a/lib/Alchemy/Phrasea/WorkerManager/Worker/SubtitleWorker.php +++ b/lib/Alchemy/Phrasea/WorkerManager/Worker/SubtitleWorker.php @@ -244,7 +244,6 @@ public function process(array $payload) $payload['authenticatedUserId'], 'eventsmanager_notify_subtitle', json_encode([ - 'translateMessage' => 'notification:: subtitle "%langues%" generated for "%title%" !', 'langues' => implode(', ', array_keys($payload['languageDestination'])), 'title' => htmlentities($record->get_title()) ]), diff --git a/lib/classes/eventsmanager/notify/basketwip.php b/lib/classes/eventsmanager/notify/basketwip.php index ef3cc32be4..17702b8672 100644 --- a/lib/classes/eventsmanager/notify/basketwip.php +++ b/lib/classes/eventsmanager/notify/basketwip.php @@ -34,7 +34,11 @@ public function datas(array $data, $unread) // to be retro compatible with old data value $text = $data['message']; } else { - $text = $this->app->trans($data['translateMessage'], ['%name%' => $data['name']]); + if ($data['translateMessage'] == 'text1') { + $text = $this->app->trans('notification:: Sharing basket "%name%"...', ['%name%' => $data['name']]); + } else { + $text = $this->app->trans('notification:: Basket %name% is shared', ['%name%' => $data['name']]); + } } $ret = [ diff --git a/lib/classes/eventsmanager/notify/subtitle.php b/lib/classes/eventsmanager/notify/subtitle.php index 8fd9e1a3df..2695376fd8 100644 --- a/lib/classes/eventsmanager/notify/subtitle.php +++ b/lib/classes/eventsmanager/notify/subtitle.php @@ -30,7 +30,7 @@ public function icon_url() */ public function datas(array $data, $unread) { - $text = $this->app->trans($data['translateMessage'], ['%title%' => $data['title'], '%langues%' => $data['langues']]); + $text = $this->app->trans('notification:: subtitle "%langues%" generated for "%title%" !', ['%title%' => $data['title'], '%langues%' => $data['langues']]); return [ 'text' => $text, diff --git a/resources/locales/messages.de.xlf b/resources/locales/messages.de.xlf index c51aa07685..7d15a7d229 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.
- - + + 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 @@ -348,7 +348,7 @@ %user% vous demande de valider %title% - %user% bittet Sie, %title% zu bestätigen + %user% bittet Sie, %title% zu bestätigen eventsmanager/notify/validate.php @@ -757,7 +757,7 @@ Add with caption - Add with caption + Mit Beschriftung hinzufügen prod/upload/lazaret.html.twig @@ -1033,8 +1033,8 @@ Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php - Controller/Admin/CollectionController.php - admin/collection/suggested_value.html.twig + Controller/Admin/CollectionController.php + admin/collection/suggested_value.html.twig admin/collection/collection.html.twig web/admin/users.html.twig task-manager/task-editor/task.html.twig @@ -1350,7 +1350,7 @@ Auth failure - Auth failure + Authentifizierungsfehler web/admin/tree.html.twig @@ -1464,7 +1464,7 @@ Background Color - Background Color + Hintergrundfarbe Media/Subdef/Image.php @@ -1778,8 +1778,7 @@ Changes for rotation will be applied only on the sub-definitions of "image" type. - Changes for rotation will be applied only on - the sub-definitions of "image" type. + Änderungen an der Drehung werden nur auf Unterauflösungen vom Typ "Bild" angewendet actions/Tools/index.html.twig @@ -2002,7 +2001,7 @@ Connection to FTP succeed FTP Verbindung erfolgreich - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Consultez en ligne les pré-requis et la configuration du serveur web @@ -2022,7 +2021,7 @@ Continuer quand meme Fortsetzen? - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig Cooliris @@ -2558,7 +2557,7 @@ Form/Configuration/ActionsFormType.php - + Display & action settings Anzeige und Handlung-Einstellungen admin/fields/templates.html.twig @@ -3131,7 +3130,7 @@ Error while connecting to FTP Fehler bei der FTP Verbindung - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Error while creating user @@ -3207,8 +3206,8 @@ Export Exportieren - Controller/Prod/DownloadController.php - Controller/Prod/DownloadController.php + Controller/Prod/DownloadController.php + Controller/Prod/DownloadController.php Controller/Prod/DoDownloadController.php Controller/Prod/DoDownloadController.php Controller/Prod/LanguageController.php @@ -3221,7 +3220,7 @@ Export saved in the waiting queue Export in der Warteschlange gespeichert - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php FR @@ -4893,7 +4892,7 @@ Order has been sent - Angewandte Auswahl(en). + Angewandte Auswahl(en). Order/Controller/ProdOrderController.php Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig @@ -6456,7 +6455,7 @@ Subdef "%s" has been successfully substitued - Subdef "%s" has been successfully substitued + Unterauflösung "%s" wurde erfolgreich ersetzt Controller/Prod/ToolsController.php @@ -6510,9 +6509,9 @@ Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php - Controller/Admin/CollectionController.php + Controller/Admin/CollectionController.php actions/Tools/videoEditor.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/collection.html.twig web/admin/databases.html.twig @@ -6521,11 +6520,6 @@ Erfolgreiche Verbindung web/setup/step2.html.twig - - Suggested values - Vorschlagswerte - admin/collection/suggested_value.html.twig - Suppr Entf @@ -6571,12 +6565,12 @@ TLSV1.1 - TLSV1.1 + TLSV1.1 Form/Configuration/EmailFormType.php TLSV1.2 - TLSV1.2 + TLSV1.2 Form/Configuration/EmailFormType.php @@ -7853,7 +7847,7 @@ You do not have required rights to send these documents over FTP Sie besitzen nicht genügend Zugriffsrechte, diese Dokumente mit dem FTP zu senden - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php You do not have rights to remove all selected documents. Are you sure ? @@ -8206,7 +8200,7 @@ admin:: auth failure list - Authentifizierungsfehler Liste + Authentifizierungsfehler Liste web/admin/auth-failure.html.twig @@ -8230,17 +8224,17 @@ admin:: find record - Ansehen + Ansehen admin/inspector/record-index.html.twig admin:: object inspector - Objektinspektor + Objektinspektor web/admin/tree.html.twig admin:: record index - Datensatz-Index + Elastic Datensatz Index admin/inspector/record-index.html.twig @@ -8510,19 +8504,19 @@ admin::base:collorder: descendre absteigend - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig admin::base:collorder: monter aufsteigend - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig admin::base:collorder: reinitialiser en ordre alphabetique in alphabetischer Reihenfolge sortieren - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig @@ -9118,17 +9112,17 @@ admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. Vorsicht ! Als Grafikmodus werden Sie die ungespeicherte Veränderungen in XML lösen. Bitte wenden Sie die Veränderungen zuerst an. - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::sugval: Valeurs suggerees/Preferences de la collection Vorschlagswerte - Kollektion Einstellungen - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::sugval: champs Felder - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::tasks: Nombre de crashes : @@ -9247,7 +9241,7 @@ admin::users: delete auth failure - Authentifizierungsfehler löschen + Authentifizierungsfehler löschen web/admin/auth-failure.html.twig @@ -9257,7 +9251,7 @@ admin::users: erase auth failure table - Alle Authentifizierungsfehler löschen + Alle Authentifizierungsfehler löschen web/admin/auth-failure.html.twig @@ -9284,7 +9278,7 @@ admin::users: locked - locked + locked web/admin/auth-failure.html.twig @@ -9555,7 +9549,7 @@ admin::workermanager:tab:queueMonitor: consumed queues - Nur verbrauchte Warteschlange anzeigen + Nur verbrauchte Warteschlange anzeigen admin/worker-manager/worker_queue_monitor.html.twig @@ -9917,7 +9911,7 @@ admin:phrasea-service-setting:tab:expose:: auth provider name with type ps-auth - admin:phrasea-service-setting:tab:expose:: auth provider name with type ps-auth + Name des Authentifizierungsanbieters mit Typ ps-auth PhraseanetService/Form/PSExposeConnectionType.php @@ -10147,7 +10141,7 @@ hinzufügen prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig boutton::annuler @@ -10393,7 +10387,7 @@ Bridge/Youtube/actionelements.html.twig Bridge/Dailymotion/actioncontainers.html.twig Bridge/Dailymotion/actionelements.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig @@ -10461,7 +10455,7 @@ prod/actions/edit_default.html.twig prod/Baskets/Reorder.html.twig prod/Baskets/Update.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig admin/collection/create.html.twig admin/collection/collection.html.twig @@ -10483,13 +10477,13 @@ boutton::vue graphique Grafische Ansicht - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig boutton::vue xml XML Ansicht - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig @@ -10955,7 +10949,7 @@ export::ftp: reglages manuels Manuelle Einstellungen - classes/set/export.php + classes/set/export.php export::mail: contenu du mail @@ -11795,6 +11789,11 @@ web/lightbox/validate.html.twig web/lightbox/feed.html.twig + + notification:: Basket %name% is shared + Sammelkorb %name% wurde geteilt + eventsmanager/notify/basketwip.php + notification:: Basket '%title%' shared from %user% Sammelkorb '%title%' wurde geteilt von %user% @@ -11803,18 +11802,23 @@ notification:: Basket WIP Sammelkorbteilung im Gange - eventsmanager/notify/basketwip.php + eventsmanager/notify/basketwip.php notification:: Receive notification when a basket is WIP Eine Benachrichtigung über geteilte Sammelkörbe erhalten - eventsmanager/notify/basketwip.php + eventsmanager/notify/basketwip.php notification:: Receive notification when subtitle generated - notification:: Receive notification when subtitle generated + Benachrichtigung bei der Erstellung von Untertiteln erhalten eventsmanager/notify/subtitle.php + + notification:: Sharing basket "%name%"... + Sammelkorb "%name%" Teilen... + eventsmanager/notify/basketwip.php + notification:: mark all notification as read Alle Benachrichtigungen als "Gelesen" markieren @@ -11822,12 +11826,12 @@ notification:: subtitle - notification:: subtitle + Untertitel eventsmanager/notify/subtitle.php - - notification:: subtitle generation finished - notification:: subtitle generation finished + + notification:: subtitle "%langues%" generated for "%title%" ! + Untertitel auf "%langues%" für Dokument "%title%" generiert ! eventsmanager/notify/subtitle.php @@ -11842,7 +11846,7 @@ notifications:: checker %checker% for this file is disabled in configuration or deleted - Der Checker %checker% ist deaktiviert. + Der Checker %checker% ist deaktiviert. eventsmanager/notify/uploadquarantine.php @@ -12449,7 +12453,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 @@ -12494,7 +12498,7 @@ Controller/Prod/LanguageController.php web/thesaurus/thesaurus.html.twig prod/actions/edit_default.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible @@ -13061,7 +13065,7 @@ prod::advancesearch: Add - Hinzufügen + Hinzufügen web/prod/index.html.twig @@ -13141,7 +13145,7 @@ prod::download: report as spreadsheet - prod::download: report as spreadsheet + Exceltabelle web/common/dialog_export.html.twig @@ -13566,7 +13570,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben prod::story: warning! use only documents from one databox! - Achtung, die Datensätze müssen aus einer einzigen Databox stammen + Achtung, die Datensätze müssen aus einer einzigen Databox stammen Controller/Prod/LanguageController.php @@ -13728,7 +13732,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben prod::workzone:facet see more - Mehr + Mehr Controller/Prod/LanguageController.php @@ -13833,7 +13837,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben prod:expose next - nächste + nächste prod/WorkZone/Macros.html.twig @@ -13843,7 +13847,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben prod:expose previous - letzte + letzte prod/WorkZone/Macros.html.twig @@ -14233,7 +14237,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben prod:videoeditor field filled - prod:videoeditor field filled + Schon untertitelt actions/Tools/videoEditor.html.twig @@ -15310,7 +15314,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben subdef.substituable - subdef.substituable + Unterauflösung ersetzbar web/admin/subdefs.html.twig @@ -15320,7 +15324,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben substitution of %sd% - substitution of %sd% + Ersetzung von %sd% actions/Tools/index.html.twig @@ -15609,7 +15613,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 @@ -16165,7 +16169,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben upload:: Copy meta - upload:: Copy meta + Die gleichen Metadaten wie der ausgewählte Datensatz hinzufügen prod/upload/lazaret.html.twig diff --git a/resources/locales/messages.en.xlf b/resources/locales/messages.en.xlf index b04f6e9421..859674e451 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.
- - + + 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 @@ -348,7 +348,7 @@
%user% vous demande de valider %title% - %user% asks you to validate %title% + %user% asks you to validate %title% eventsmanager/notify/validate.php @@ -1034,8 +1034,8 @@ Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php - Controller/Admin/CollectionController.php - admin/collection/suggested_value.html.twig + Controller/Admin/CollectionController.php + admin/collection/suggested_value.html.twig admin/collection/collection.html.twig web/admin/users.html.twig task-manager/task-editor/task.html.twig @@ -1351,7 +1351,7 @@ Auth failure - Auth failure + Authentication failure web/admin/tree.html.twig @@ -1465,7 +1465,7 @@ Background Color - Background Color + Background color Media/Subdef/Image.php @@ -1779,8 +1779,7 @@ Changes for rotation will be applied only on the sub-definitions of "image" type. - Changes for rotation will be applied only on - the sub-definitions of "image" type. + Changes for rotation will be applied only on the "image" type subdefinitions actions/Tools/index.html.twig @@ -2003,7 +2002,7 @@ Connection to FTP succeed Succeeded connection to FTP server - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Consultez en ligne les pré-requis et la configuration du serveur web @@ -2023,7 +2022,7 @@ Continuer quand meme Proceed anyway - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig Cooliris @@ -2560,7 +2559,7 @@ Form/Configuration/ActionsFormType.php - + Display & action settings Display and action settings admin/fields/templates.html.twig @@ -3133,7 +3132,7 @@ Error while connecting to FTP Error while connecting to FTP - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Error while creating user @@ -3209,8 +3208,8 @@ Export Export - Controller/Prod/DownloadController.php - Controller/Prod/DownloadController.php + Controller/Prod/DownloadController.php + Controller/Prod/DownloadController.php Controller/Prod/DoDownloadController.php Controller/Prod/DoDownloadController.php Controller/Prod/LanguageController.php @@ -3223,7 +3222,7 @@ Export saved in the waiting queue Export saved in the waiting queue. - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php FR @@ -6512,9 +6511,9 @@ Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php - Controller/Admin/CollectionController.php + Controller/Admin/CollectionController.php actions/Tools/videoEditor.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/collection.html.twig web/admin/databases.html.twig @@ -6523,11 +6522,6 @@ Successful connection web/setup/step2.html.twig - - Suggested values - Suggested values - admin/collection/suggested_value.html.twig - Suppr Suppr @@ -6573,12 +6567,12 @@ TLSV1.1 - TLSV1.1 + TLSV1.1 Form/Configuration/EmailFormType.php TLSV1.2 - TLSV1.2 + TLSV1.2 Form/Configuration/EmailFormType.php @@ -7855,7 +7849,7 @@ You do not have required rights to send these documents over FTP You don't have required rights to send these documents over FTP. - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php You do not have rights to remove all selected documents. Are you sure ? @@ -8208,7 +8202,7 @@ admin:: auth failure list - Authentication failure list + Authentication failure list web/admin/auth-failure.html.twig @@ -8232,17 +8226,17 @@ admin:: find record - View + View admin/inspector/record-index.html.twig admin:: object inspector - Object inspector + Object inspector web/admin/tree.html.twig admin:: record index - Record index + Record's Elastic index admin/inspector/record-index.html.twig @@ -8512,19 +8506,19 @@ admin::base:collorder: descendre Move Down - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig admin::base:collorder: monter Move Up - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig admin::base:collorder: reinitialiser en ordre alphabetique Sort alphabetically - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig @@ -9120,17 +9114,17 @@ admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. Caution, going to graphical mode implies loss of XML modifications when not applied first. - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::sugval: Valeurs suggerees/Preferences de la collection Suggested values - collection settings - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::sugval: champs Fields - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::tasks: Nombre de crashes : @@ -9249,7 +9243,7 @@ admin::users: delete auth failure - delete auth failure + Delete authentication failure web/admin/auth-failure.html.twig @@ -9259,7 +9253,7 @@ admin::users: erase auth failure table - Delete all auth failures + Delete all authentication failures web/admin/auth-failure.html.twig @@ -9286,7 +9280,7 @@ admin::users: locked - locked + locked web/admin/auth-failure.html.twig @@ -10149,7 +10143,7 @@ Add prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig boutton::annuler @@ -10395,7 +10389,7 @@ Bridge/Youtube/actionelements.html.twig Bridge/Dailymotion/actioncontainers.html.twig Bridge/Dailymotion/actionelements.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig @@ -10463,7 +10457,7 @@ prod/actions/edit_default.html.twig prod/Baskets/Reorder.html.twig prod/Baskets/Update.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig admin/collection/create.html.twig admin/collection/collection.html.twig @@ -10485,13 +10479,13 @@ boutton::vue graphique Graphic view - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig boutton::vue xml XML view - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig @@ -10957,7 +10951,7 @@ export::ftp: reglages manuels Manual settings - classes/set/export.php + classes/set/export.php export::mail: contenu du mail @@ -11797,6 +11791,11 @@ web/lightbox/validate.html.twig web/lightbox/feed.html.twig + + notification:: Basket %name% is shared + Basket %name% is shared + eventsmanager/notify/basketwip.php + notification:: Basket '%title%' shared from %user% The basket '%title%' has been shared from %user% @@ -11805,18 +11804,23 @@ notification:: Basket WIP Basket sharing in progress - eventsmanager/notify/basketwip.php + eventsmanager/notify/basketwip.php notification:: Receive notification when a basket is WIP Receive notifications for shared baskets - eventsmanager/notify/basketwip.php + eventsmanager/notify/basketwip.php notification:: Receive notification when subtitle generated - notification:: Receive notification when subtitle generated + Receive notification when subtitle is generated eventsmanager/notify/subtitle.php + + notification:: Sharing basket "%name%"... + Sharing basket "%name%"... + eventsmanager/notify/basketwip.php + notification:: mark all notification as read Mark all notifications as "Read" @@ -11824,12 +11828,12 @@ notification:: subtitle - notification:: subtitle + Subtitle eventsmanager/notify/subtitle.php - - notification:: subtitle generation finished - notification:: subtitle generation finished + + notification:: subtitle "%langues%" generated for "%title%" ! + Subtitle in "%langues%" has been generated for document "%title%" ! eventsmanager/notify/subtitle.php @@ -12451,7 +12455,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 @@ -12496,7 +12500,7 @@ Controller/Prod/LanguageController.php web/thesaurus/thesaurus.html.twig prod/actions/edit_default.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible @@ -13143,7 +13147,7 @@ prod::download: report as spreadsheet - Export as spreadsheet + Excel spreadsheet web/common/dialog_export.html.twig @@ -13835,7 +13839,7 @@ Warning: The current values will be overwritten by these new values prod:expose next - next + next prod/WorkZone/Macros.html.twig @@ -13845,7 +13849,7 @@ Warning: The current values will be overwritten by these new values prod:expose previous - previous + previous prod/WorkZone/Macros.html.twig @@ -14238,7 +14242,7 @@ It is possible to place several search areas prod:videoeditor field filled - prod:videoeditor field filled + Already subtitled actions/Tools/videoEditor.html.twig @@ -15315,7 +15319,7 @@ It is possible to place several search areas subdef.substituable - Substituable subdef + Substituable subdefinition web/admin/subdefs.html.twig @@ -15325,7 +15329,7 @@ It is possible to place several search areas substitution of %sd% - substitution of %sd% + Substitution of %sd% actions/Tools/index.html.twig @@ -15614,7 +15618,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 @@ -16170,7 +16174,7 @@ It is possible to place several search areas upload:: Copy meta - upload:: Copy meta + Add the same metadata as the selected record prod/upload/lazaret.html.twig diff --git a/resources/locales/messages.fr.xlf b/resources/locales/messages.fr.xlf index 609a6ed8e7..2e3e5bf41e 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.
- - + + 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 @@ -757,7 +757,7 @@
Add with caption - Add with caption + Ajouter avec la description prod/upload/lazaret.html.twig @@ -1033,8 +1033,8 @@ Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php - Controller/Admin/CollectionController.php - admin/collection/suggested_value.html.twig + Controller/Admin/CollectionController.php + admin/collection/suggested_value.html.twig admin/collection/collection.html.twig web/admin/users.html.twig task-manager/task-editor/task.html.twig @@ -1464,7 +1464,7 @@ Background Color - Background Color + Couleur de fond Media/Subdef/Image.php @@ -1778,8 +1778,7 @@ Changes for rotation will be applied only on the sub-definitions of "image" type. - Changes for rotation will be applied only on - the sub-definitions of "image" type. + Les changements de rotation ne seront appliqués qu'aux sous-définitions de type "image" actions/Tools/index.html.twig @@ -2002,7 +2001,7 @@ Connection to FTP succeed Connexion au serveur FTP effectuée. - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Consultez en ligne les pré-requis et la configuration du serveur web @@ -2022,7 +2021,7 @@ Continuer quand meme Continuer quand même - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig Cooliris @@ -2558,7 +2557,7 @@ Form/Configuration/ActionsFormType.php - + Display & action settings Paramétrage d'affichage et d'action admin/fields/templates.html.twig @@ -3131,7 +3130,7 @@ Error while connecting to FTP Erreur de connexion FTP - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Error while creating user @@ -3207,8 +3206,8 @@ Export Exporter - Controller/Prod/DownloadController.php - Controller/Prod/DownloadController.php + Controller/Prod/DownloadController.php + Controller/Prod/DownloadController.php Controller/Prod/DoDownloadController.php Controller/Prod/DoDownloadController.php Controller/Prod/LanguageController.php @@ -3221,7 +3220,7 @@ Export saved in the waiting queue Export ajouté dans la file d'attente. - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php FR @@ -6456,7 +6455,7 @@ Subdef "%s" has been successfully substitued - Subdef "%s" has been successfully substitued + La sous-définition "%s" a été correctement substituée Controller/Prod/ToolsController.php @@ -6510,9 +6509,9 @@ Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php - Controller/Admin/CollectionController.php + Controller/Admin/CollectionController.php actions/Tools/videoEditor.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/collection.html.twig web/admin/databases.html.twig @@ -6521,11 +6520,6 @@ Connexion réussie web/setup/step2.html.twig - - Suggested values - Valeurs suggérées - admin/collection/suggested_value.html.twig - Suppr Suppression @@ -7853,7 +7847,7 @@ You do not have required rights to send these documents over FTP Vous ne disposez pas des droits requis pour transmettre ces documents par un export FTP. - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php You do not have rights to remove all selected documents. Are you sure ? @@ -8206,7 +8200,7 @@ admin:: auth failure list - liste des erreurs d'indentification + Liste des erreurs d'authentification web/admin/auth-failure.html.twig @@ -8230,7 +8224,7 @@ admin:: find record - Voir + Voir admin/inspector/record-index.html.twig @@ -8240,7 +8234,7 @@ admin:: record index - Index des enregistrements + Index Elastic de l'enregistrement admin/inspector/record-index.html.twig @@ -8510,19 +8504,19 @@ admin::base:collorder: descendre Descendre - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig admin::base:collorder: monter Monter - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig admin::base:collorder: reinitialiser en ordre alphabetique Ordre alphabétique - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig @@ -9119,17 +9113,17 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. Attention ! Passer en mode graphique entraine la perte des modifications non sauvegardées dans le XML. Appliquez les changements avant. - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::sugval: Valeurs suggerees/Preferences de la collection Valeurs suggérées - Préférences de la collection - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::sugval: champs Champs - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::tasks: Nombre de crashes : @@ -10148,7 +10142,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Ajouter prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig boutton::annuler @@ -10394,7 +10388,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Bridge/Youtube/actionelements.html.twig Bridge/Dailymotion/actioncontainers.html.twig Bridge/Dailymotion/actionelements.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig @@ -10462,7 +10456,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le prod/actions/edit_default.html.twig prod/Baskets/Reorder.html.twig prod/Baskets/Update.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig admin/collection/create.html.twig admin/collection/collection.html.twig @@ -10484,13 +10478,13 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le boutton::vue graphique Vue Graphique - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig boutton::vue xml Vue XML - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig @@ -10956,7 +10950,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le export::ftp: reglages manuels Réglages manuels - classes/set/export.php + classes/set/export.php export::mail: contenu du mail @@ -11796,6 +11790,11 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le web/lightbox/validate.html.twig web/lightbox/feed.html.twig + + notification:: Basket %name% is shared + Le panier %name% est partagé + eventsmanager/notify/basketwip.php + notification:: Basket '%title%' shared from %user% Le panier '%title%' a été partagé par %user% @@ -11804,18 +11803,23 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le notification:: Basket WIP Partage de panier en cours - eventsmanager/notify/basketwip.php + eventsmanager/notify/basketwip.php notification:: Receive notification when a basket is WIP Recevoir une notification pour un panier partagé - eventsmanager/notify/basketwip.php + eventsmanager/notify/basketwip.php notification:: Receive notification when subtitle generated - notification:: Receive notification when subtitle generated + Recevoir une notification quand le sous-titre est généré eventsmanager/notify/subtitle.php + + notification:: Sharing basket "%name%"... + Partage du panier "%name%"... + eventsmanager/notify/basketwip.php + notification:: mark all notification as read Marquer toutes les notifications comme "LU" @@ -11823,12 +11827,12 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le notification:: subtitle - notification:: subtitle + Sous-titre eventsmanager/notify/subtitle.php - - notification:: subtitle generation finished - notification:: subtitle generation finished + + notification:: subtitle "%langues%" generated for "%title%" ! + Le sous-titre en langue "%langues%" a été généré pour le document "%title%" ! eventsmanager/notify/subtitle.php @@ -12450,7 +12454,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 @@ -12495,7 +12499,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Controller/Prod/LanguageController.php web/thesaurus/thesaurus.html.twig prod/actions/edit_default.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible @@ -13142,7 +13146,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le prod::download: report as spreadsheet - liste de l'export dans un tableau excel + Tableau Excel web/common/dialog_export.html.twig @@ -13836,7 +13840,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles prod:expose next - suivante + suivante prod/WorkZone/Macros.html.twig @@ -13846,7 +13850,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles prod:expose previous - précédente + précédente prod/WorkZone/Macros.html.twig @@ -14242,7 +14246,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles prod:videoeditor field filled - prod:videoeditor field filled + Déjà sous-titré actions/Tools/videoEditor.html.twig @@ -15319,7 +15323,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles subdef.substituable - Sous définition substituable + Sous-définition substituable web/admin/subdefs.html.twig @@ -15618,7 +15622,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 @@ -16174,7 +16178,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles upload:: Copy meta - Copier les métadonnées de l'enregistrement sélectionné + Ajouter les mêmes métadonnées que l'enregistrement sélectionné prod/upload/lazaret.html.twig diff --git a/resources/locales/messages.nl.xlf b/resources/locales/messages.nl.xlf index 9102e65bb4..ce64d46eeb 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. @@ -1034,8 +1034,8 @@ Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php - Controller/Admin/CollectionController.php - admin/collection/suggested_value.html.twig + Controller/Admin/CollectionController.php + admin/collection/suggested_value.html.twig admin/collection/collection.html.twig web/admin/users.html.twig task-manager/task-editor/task.html.twig @@ -2004,7 +2004,7 @@ Connection to FTP succeed De verbinding met de FTP is geslaagd - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Consultez en ligne les pré-requis et la configuration du serveur web @@ -2024,7 +2024,7 @@ Continuer quand meme Continuer quand meme - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig Cooliris @@ -3137,7 +3137,7 @@ Error while connecting to FTP Error while connecting to FTP - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Error while creating user @@ -3213,8 +3213,8 @@ Export Exporteer - Controller/Prod/DownloadController.php - Controller/Prod/DownloadController.php + Controller/Prod/DownloadController.php + Controller/Prod/DownloadController.php Controller/Prod/DoDownloadController.php Controller/Prod/DoDownloadController.php Controller/Prod/LanguageController.php @@ -3227,7 +3227,7 @@ Export saved in the waiting queue Export werd in de wachtrij geplaatst - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php FR @@ -6516,9 +6516,9 @@ Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php Controller/Admin/CollectionController.php - Controller/Admin/CollectionController.php + Controller/Admin/CollectionController.php actions/Tools/videoEditor.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/collection.html.twig web/admin/databases.html.twig @@ -6527,11 +6527,6 @@ Aanmelding geslaagd web/setup/step2.html.twig - - Suggested values - Voorgestelde waardes - admin/collection/suggested_value.html.twig - Suppr Suppr @@ -7859,7 +7854,7 @@ You do not have required rights to send these documents over FTP U hebt niet de nodige rechten om deze documenten te versturen over FTP - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php You do not have rights to remove all selected documents. Are you sure ? @@ -8516,19 +8511,19 @@ admin::base:collorder: descendre Afdalen - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig admin::base:collorder: monter Laden - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig admin::base:collorder: reinitialiser en ordre alphabetique Herinitialiseren in alfabetische volgorde - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig @@ -9124,17 +9119,17 @@ admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::sugval: Valeurs suggerees/Preferences de la collection Voorgestelde waardes/Voorkeuren van de collectie - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::sugval: champs Velden - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::tasks: Nombre de crashes : @@ -10153,7 +10148,7 @@ Toevoegen prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig boutton::annuler @@ -10399,7 +10394,7 @@ Bridge/Youtube/actionelements.html.twig Bridge/Dailymotion/actioncontainers.html.twig Bridge/Dailymotion/actionelements.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig @@ -10467,7 +10462,7 @@ prod/actions/edit_default.html.twig prod/Baskets/Reorder.html.twig prod/Baskets/Update.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin/collection/reorder.html.twig admin/collection/create.html.twig admin/collection/collection.html.twig @@ -10489,13 +10484,13 @@ boutton::vue graphique grafische weergave - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig boutton::vue xml xml weergave - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig @@ -10961,7 +10956,7 @@ export::ftp: reglages manuels Manuele instellingen - classes/set/export.php + classes/set/export.php export::mail: contenu du mail @@ -11801,6 +11796,11 @@ web/lightbox/validate.html.twig web/lightbox/feed.html.twig + + notification:: Basket %name% is shared + notification:: Basket %name% is shared + eventsmanager/notify/basketwip.php + notification:: Basket '%title%' shared from %user% notification:: Basket '%title%' shared from %user% @@ -11809,18 +11809,23 @@ notification:: Basket WIP notification:: Basket WIP - eventsmanager/notify/basketwip.php + eventsmanager/notify/basketwip.php notification:: Receive notification when a basket is WIP notification:: Receive notification when a basket is WIP - eventsmanager/notify/basketwip.php + eventsmanager/notify/basketwip.php notification:: Receive notification when subtitle generated notification:: Receive notification when subtitle generated eventsmanager/notify/subtitle.php + + notification:: Sharing basket "%name%"... + notification:: Sharing basket "%name%"... + eventsmanager/notify/basketwip.php + notification:: mark all notification as read notification:: mark all notification as read @@ -11831,9 +11836,9 @@ notification:: subtitle eventsmanager/notify/subtitle.php - - notification:: subtitle generation finished - notification:: subtitle generation finished + + notification:: subtitle "%langues%" generated for "%title%" ! + notification:: subtitle "%langues%" generated for "%title%" ! eventsmanager/notify/subtitle.php @@ -12500,7 +12505,7 @@ Controller/Prod/LanguageController.php web/thesaurus/thesaurus.html.twig prod/actions/edit_default.html.twig - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible diff --git a/resources/locales/validators.de.xlf b/resources/locales/validators.de.xlf index 9c7f0fe9a3..2c5cf79b90 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 b1d2240332..de420c3385 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 6732175d59..0481c60c7d 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 e4033d8a24..2d1bf29f0c 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.