PHRAS-2963

This commit is contained in:
Harrys Ravalomanana
2020-04-23 20:21:04 +04:00
parent 0eb21a607e
commit 6235cbb574
11 changed files with 55 additions and 35 deletions

View File

@@ -243,8 +243,8 @@ class FeedController extends Controller
'texte' => '<p>' . $this->app->trans( 'texte' => '<p>' . $this->app->trans(
'publication::Voici votre fil RSS personnel. Il vous permettra d\'etre tenu au courrant des publications.' 'publication::Voici votre fil RSS personnel. Il vous permettra d\'etre tenu au courrant des publications.'
) . '</p><p>' . $this->app->trans('publications::Ne le partagez pas, il est strictement confidentiel') . '</p> ) . '</p><p>' . $this->app->trans('publications::Ne le partagez pas, il est strictement confidentiel') . '</p>
<div><input type="text" readonly="readonly" class="input_select_copy" value="' . $link->getURI() <div class="feed_input_block"><input type="text" readonly="readonly" id="input-select-copy" class="input_select_copy" value="' . $link->getURI()
. '"/></div>', . '"/><button type="button" class="btn-info copy-feed" id="copy-feed">' . $this->app->trans('publications::copy') . '</button></div>',
'titre' => $this->app->trans('publications::votre rss personnel'), 'titre' => $this->app->trans('publications::votre rss personnel'),
]); ]);
} }

View File

@@ -65,7 +65,7 @@
"normalize-css": "^2.1.0", "normalize-css": "^2.1.0",
"npm": "^6.0.0", "npm": "^6.0.0",
"npm-modernizr": "^2.8.3", "npm-modernizr": "^2.8.3",
"phraseanet-production-client": "0.34.178-d", "phraseanet-production-client": "0.34.179-d",
"requirejs": "^2.3.5", "requirejs": "^2.3.5",
"tinymce": "^4.0.28", "tinymce": "^4.0.28",
"underscore": "^1.8.3", "underscore": "^1.8.3",

View File

@@ -1,14 +1,14 @@
<?xml version='1.0' encoding='utf-8'?> <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2"> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2020-04-21T11:42:09Z" source-language="en" target-language="de" datatype="plaintext" original="not.available"> <file date="2020-04-23T16:17:48Z" source-language="en" target-language="de" datatype="plaintext" original="not.available">
<header> <header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/> <tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>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.</note> <note>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.</note>
</header> </header>
<body> <body>
<trans-unit id="da39a3ee5e6b4b0d3255bfef95601890afd80709" resname=""> <trans-unit id="da39a3ee5e6b4b0d3255bfef95601890afd80709" resname="">
<source/> <source></source>
<target state="new"/> <target state="new"></target>
<jms:reference-file line="60">Form/Login/PhraseaAuthenticationForm.php</jms:reference-file> <jms:reference-file line="60">Form/Login/PhraseaAuthenticationForm.php</jms:reference-file>
<jms:reference-file line="47">Form/Configuration/EmailFormType.php</jms:reference-file> <jms:reference-file line="47">Form/Configuration/EmailFormType.php</jms:reference-file>
</trans-unit> </trans-unit>
@@ -6695,7 +6695,7 @@
<trans-unit id="99d8c6d419ad0732e7d87098c3f60b62f2316e61" resname="The provided date is null!" approved="yes"> <trans-unit id="99d8c6d419ad0732e7d87098c3f60b62f2316e61" resname="The provided date is null!" approved="yes">
<source>The provided date is null!</source> <source>The provided date is null!</source>
<target state="translated">Angegebenes Datum ist NULL!</target> <target state="translated">Angegebenes Datum ist NULL!</target>
<jms:reference-file line="610">Controller/Prod/PushController.php</jms:reference-file> <jms:reference-file line="614">Controller/Prod/PushController.php</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="d22c09c164965d42fcdb8d8fe2b40d7d57799a8f" resname="The publication has been stopped" approved="yes"> <trans-unit id="d22c09c164965d42fcdb8d8fe2b40d7d57799a8f" resname="The publication has been stopped" approved="yes">
<source>The publication has been stopped</source> <source>The publication has been stopped</source>
@@ -7061,7 +7061,7 @@
<trans-unit id="c35e31f5dafff1fdd756af111f7699abf3a5ffd0" resname="Unable to save the expiration date" approved="yes"> <trans-unit id="c35e31f5dafff1fdd756af111f7699abf3a5ffd0" resname="Unable to save the expiration date" approved="yes">
<source>Unable to save the expiration date</source> <source>Unable to save the expiration date</source>
<target state="translated">Unmöglich, Ablaufsdatum zu speichern</target> <target state="translated">Unmöglich, Ablaufsdatum zu speichern</target>
<jms:reference-file line="607">Controller/Prod/PushController.php</jms:reference-file> <jms:reference-file line="611">Controller/Prod/PushController.php</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="6af8293be2ccc7fc664c96b11293a226fd300026" resname="Unable to send the documents" approved="yes"> <trans-unit id="6af8293be2ccc7fc664c96b11293a226fd300026" resname="Unable to send the documents" approved="yes">
<source>Unable to send the documents</source> <source>Unable to send the documents</source>
@@ -11834,6 +11834,11 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben</target>
<jms:reference-file line="245">Controller/Prod/FeedController.php</jms:reference-file> <jms:reference-file line="245">Controller/Prod/FeedController.php</jms:reference-file>
<jms:reference-file line="270">Controller/Prod/FeedController.php</jms:reference-file> <jms:reference-file line="270">Controller/Prod/FeedController.php</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="bf670e94fb7cc858d6c28745ea4fd8248eed01fb" resname="publications::copy">
<source>publications::copy</source>
<target state="new">publications::copy</target>
<jms:reference-file line="247">Controller/Prod/FeedController.php</jms:reference-file>
</trans-unit>
<trans-unit id="317aac7149d4bb63238dbe1f9461b3d817f1ff65" resname="publications::votre rss personnel" approved="yes"> <trans-unit id="317aac7149d4bb63238dbe1f9461b3d817f1ff65" resname="publications::votre rss personnel" approved="yes">
<source>publications::votre rss personnel</source> <source>publications::votre rss personnel</source>
<target state="translated">Ihr eigenes RSS</target> <target state="translated">Ihr eigenes RSS</target>
@@ -12645,7 +12650,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben</target>
<target state="translated">Archivierung zur Datenbank/Kollektion</target> <target state="translated">Archivierung zur Datenbank/Kollektion</target>
<jms:reference-file line="5">task-manager/task-editor/archive.html.twig</jms:reference-file> <jms:reference-file line="5">task-manager/task-editor/archive.html.twig</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="f7b5981a11c4282b6a14ff099bb5c8d3b4a4f01e" resname="task::archive:copier les fichiers '.phrasea.xml' et '.grouping.xml' dans _archived" approved="no"> <trans-unit id="f7b5981a11c4282b6a14ff099bb5c8d3b4a4f01e" resname="task::archive:copier les fichiers '.phrasea.xml' et '.grouping.xml' dans _archived">
<source>task::archive:copier les fichiers '.phrasea.xml' et '.grouping.xml' dans _archived</source> <source>task::archive:copier les fichiers '.phrasea.xml' et '.grouping.xml' dans _archived</source>
<target state="needs-translation">Copy '.phrasea.xml' and 'groupin.xml' files to _archive</target> <target state="needs-translation">Copy '.phrasea.xml' and 'groupin.xml' files to _archive</target>
<jms:reference-file line="50">task-manager/task-editor/archive.html.twig</jms:reference-file> <jms:reference-file line="50">task-manager/task-editor/archive.html.twig</jms:reference-file>
@@ -12893,7 +12898,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben</target>
</trans-unit> </trans-unit>
<trans-unit id="33df70d7fa528a31071e11d1b987b49dc947ce16" resname="thesaurus:: Supprimer cette branche ?&amp;#10;(les termes concernes remonteront en candidats a la prochaine indexation)" approved="yes"> <trans-unit id="33df70d7fa528a31071e11d1b987b49dc947ce16" resname="thesaurus:: Supprimer cette branche ?&amp;#10;(les termes concernes remonteront en candidats a la prochaine indexation)" approved="yes">
<source><![CDATA[thesaurus:: Supprimer cette branche ?&#10;(les termes concernes remonteront en candidats a la prochaine indexation)]]></source> <source><![CDATA[thesaurus:: Supprimer cette branche ?&#10;(les termes concernes remonteront en candidats a la prochaine indexation)]]></source>
<target state="translated">Diese Verzweigung löschen?&amp;#10; (die betroffenende Begriffe werden als mögliche Begriffe beim nächsten Indexierung erscheinen)</target> <target state="translated"><![CDATA[Diese Verzweigung löschen?&#10; (die betroffenende Begriffe werden als mögliche Begriffe beim nächsten Indexierung erscheinen)]]></target>
<jms:reference-file line="482">web/thesaurus/thesaurus.html.twig</jms:reference-file> <jms:reference-file line="482">web/thesaurus/thesaurus.html.twig</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="660310a4372167fced06ac64d118d8019c456c02" resname="thesaurus:: Vous n'avez acces a aucune base" approved="yes"> <trans-unit id="660310a4372167fced06ac64d118d8019c456c02" resname="thesaurus:: Vous n'avez acces a aucune base" approved="yes">
@@ -13183,12 +13188,12 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben</target>
<target state="translated">Alle Datensätze wieder indexieren</target> <target state="translated">Alle Datensätze wieder indexieren</target>
<jms:reference-file line="40">web/thesaurus/link-field-step3.html.twig</jms:reference-file> <jms:reference-file line="40">web/thesaurus/link-field-step3.html.twig</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="631198ae17ed6546039c322bdf5bd21cec8eeb61" resname="thesaurus:: removed tgt" approved="no"> <trans-unit id="631198ae17ed6546039c322bdf5bd21cec8eeb61" resname="thesaurus:: removed tgt">
<source>thesaurus:: removed tgt</source> <source>thesaurus:: removed tgt</source>
<target state="needs-translation">removed tgt</target> <target state="needs-translation">removed tgt</target>
<jms:reference-file line="123">web/thesaurus/accept.html.twig</jms:reference-file> <jms:reference-file line="123">web/thesaurus/accept.html.twig</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="dc86251647b05c28a44f834b166bd85582c529be" resname="thesaurus:: removed_src" approved="no"> <trans-unit id="dc86251647b05c28a44f834b166bd85582c529be" resname="thesaurus:: removed_src">
<source>thesaurus:: removed_src</source> <source>thesaurus:: removed_src</source>
<target state="needs-translation">removed_src</target> <target state="needs-translation">removed_src</target>
<jms:reference-file line="107">web/thesaurus/accept.html.twig</jms:reference-file> <jms:reference-file line="107">web/thesaurus/accept.html.twig</jms:reference-file>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2"> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2020-04-21T11:42:33Z" source-language="en" target-language="en" datatype="plaintext" original="not.available"> <file date="2020-04-23T16:18:15Z" source-language="en" target-language="en" datatype="plaintext" original="not.available">
<header> <header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/> <tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>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.</note> <note>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.</note>
@@ -6698,7 +6698,7 @@
<trans-unit id="99d8c6d419ad0732e7d87098c3f60b62f2316e61" resname="The provided date is null!" approved="yes"> <trans-unit id="99d8c6d419ad0732e7d87098c3f60b62f2316e61" resname="The provided date is null!" approved="yes">
<source>The provided date is null!</source> <source>The provided date is null!</source>
<target state="translated">The provided date is null!</target> <target state="translated">The provided date is null!</target>
<jms:reference-file line="610">Controller/Prod/PushController.php</jms:reference-file> <jms:reference-file line="614">Controller/Prod/PushController.php</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="d22c09c164965d42fcdb8d8fe2b40d7d57799a8f" resname="The publication has been stopped" approved="yes"> <trans-unit id="d22c09c164965d42fcdb8d8fe2b40d7d57799a8f" resname="The publication has been stopped" approved="yes">
<source>The publication has been stopped</source> <source>The publication has been stopped</source>
@@ -7064,7 +7064,7 @@
<trans-unit id="c35e31f5dafff1fdd756af111f7699abf3a5ffd0" resname="Unable to save the expiration date" approved="yes"> <trans-unit id="c35e31f5dafff1fdd756af111f7699abf3a5ffd0" resname="Unable to save the expiration date" approved="yes">
<source>Unable to save the expiration date</source> <source>Unable to save the expiration date</source>
<target state="translated">Unable to save the expiration date</target> <target state="translated">Unable to save the expiration date</target>
<jms:reference-file line="607">Controller/Prod/PushController.php</jms:reference-file> <jms:reference-file line="611">Controller/Prod/PushController.php</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="6af8293be2ccc7fc664c96b11293a226fd300026" resname="Unable to send the documents" approved="yes"> <trans-unit id="6af8293be2ccc7fc664c96b11293a226fd300026" resname="Unable to send the documents" approved="yes">
<source>Unable to send the documents</source> <source>Unable to send the documents</source>
@@ -11840,6 +11840,11 @@ It is possible to place several search areas</target>
<jms:reference-file line="245">Controller/Prod/FeedController.php</jms:reference-file> <jms:reference-file line="245">Controller/Prod/FeedController.php</jms:reference-file>
<jms:reference-file line="270">Controller/Prod/FeedController.php</jms:reference-file> <jms:reference-file line="270">Controller/Prod/FeedController.php</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="bf670e94fb7cc858d6c28745ea4fd8248eed01fb" resname="publications::copy">
<source>publications::copy</source>
<target state="new">publications::copy</target>
<jms:reference-file line="247">Controller/Prod/FeedController.php</jms:reference-file>
</trans-unit>
<trans-unit id="317aac7149d4bb63238dbe1f9461b3d817f1ff65" resname="publications::votre rss personnel" approved="yes"> <trans-unit id="317aac7149d4bb63238dbe1f9461b3d817f1ff65" resname="publications::votre rss personnel" approved="yes">
<source>publications::votre rss personnel</source> <source>publications::votre rss personnel</source>
<target state="translated">Your own rss</target> <target state="translated">Your own rss</target>

View File

@@ -1,14 +1,14 @@
<?xml version='1.0' encoding='utf-8'?> <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2"> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2020-04-21T11:42:59Z" source-language="en" target-language="fr" datatype="plaintext" original="not.available"> <file date="2020-04-23T16:18:47Z" source-language="en" target-language="fr" datatype="plaintext" original="not.available">
<header> <header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/> <tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>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.</note> <note>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.</note>
</header> </header>
<body> <body>
<trans-unit id="da39a3ee5e6b4b0d3255bfef95601890afd80709" resname=""> <trans-unit id="da39a3ee5e6b4b0d3255bfef95601890afd80709" resname="">
<source/> <source></source>
<target state="new"/> <target state="new"></target>
<jms:reference-file line="60">Form/Login/PhraseaAuthenticationForm.php</jms:reference-file> <jms:reference-file line="60">Form/Login/PhraseaAuthenticationForm.php</jms:reference-file>
<jms:reference-file line="47">Form/Configuration/EmailFormType.php</jms:reference-file> <jms:reference-file line="47">Form/Configuration/EmailFormType.php</jms:reference-file>
</trans-unit> </trans-unit>
@@ -6697,7 +6697,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
<trans-unit id="99d8c6d419ad0732e7d87098c3f60b62f2316e61" resname="The provided date is null!"> <trans-unit id="99d8c6d419ad0732e7d87098c3f60b62f2316e61" resname="The provided date is null!">
<source>The provided date is null!</source> <source>The provided date is null!</source>
<target state="new">The provided date is null!</target> <target state="new">The provided date is null!</target>
<jms:reference-file line="610">Controller/Prod/PushController.php</jms:reference-file> <jms:reference-file line="614">Controller/Prod/PushController.php</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="d22c09c164965d42fcdb8d8fe2b40d7d57799a8f" resname="The publication has been stopped" approved="yes"> <trans-unit id="d22c09c164965d42fcdb8d8fe2b40d7d57799a8f" resname="The publication has been stopped" approved="yes">
<source>The publication has been stopped</source> <source>The publication has been stopped</source>
@@ -7063,7 +7063,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
<trans-unit id="c35e31f5dafff1fdd756af111f7699abf3a5ffd0" resname="Unable to save the expiration date" approved="yes"> <trans-unit id="c35e31f5dafff1fdd756af111f7699abf3a5ffd0" resname="Unable to save the expiration date" approved="yes">
<source>Unable to save the expiration date</source> <source>Unable to save the expiration date</source>
<target state="translated">Impossible de sauvegarder la date d'expiration</target> <target state="translated">Impossible de sauvegarder la date d'expiration</target>
<jms:reference-file line="607">Controller/Prod/PushController.php</jms:reference-file> <jms:reference-file line="611">Controller/Prod/PushController.php</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="6af8293be2ccc7fc664c96b11293a226fd300026" resname="Unable to send the documents" approved="yes"> <trans-unit id="6af8293be2ccc7fc664c96b11293a226fd300026" resname="Unable to send the documents" approved="yes">
<source>Unable to send the documents</source> <source>Unable to send the documents</source>
@@ -11696,7 +11696,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles
<target state="translated">Enregistrement(s) déplacé(s) dans la corbeille.</target> <target state="translated">Enregistrement(s) déplacé(s) dans la corbeille.</target>
<jms:reference-file line="17">prod/actions/delete_records_confirm_form.html.twig</jms:reference-file> <jms:reference-file line="17">prod/actions/delete_records_confirm_form.html.twig</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="f0192610e10d77d84a762f35a36a13e1382746da" resname="prod:app trash: record-to-delete" approved="no"> <trans-unit id="f0192610e10d77d84a762f35a36a13e1382746da" resname="prod:app trash: record-to-delete">
<source>prod:app trash: record-to-delete</source> <source>prod:app trash: record-to-delete</source>
<target state="needs-translation">Enregistrement(s) définitivement supprimé(s)</target> <target state="needs-translation">Enregistrement(s) définitivement supprimé(s)</target>
<jms:reference-file line="28">prod/actions/delete_records_confirm_form.html.twig</jms:reference-file> <jms:reference-file line="28">prod/actions/delete_records_confirm_form.html.twig</jms:reference-file>
@@ -11843,6 +11843,11 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles
<jms:reference-file line="245">Controller/Prod/FeedController.php</jms:reference-file> <jms:reference-file line="245">Controller/Prod/FeedController.php</jms:reference-file>
<jms:reference-file line="270">Controller/Prod/FeedController.php</jms:reference-file> <jms:reference-file line="270">Controller/Prod/FeedController.php</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="bf670e94fb7cc858d6c28745ea4fd8248eed01fb" resname="publications::copy">
<source>publications::copy</source>
<target state="new">publications::copy</target>
<jms:reference-file line="247">Controller/Prod/FeedController.php</jms:reference-file>
</trans-unit>
<trans-unit id="317aac7149d4bb63238dbe1f9461b3d817f1ff65" resname="publications::votre rss personnel" approved="yes"> <trans-unit id="317aac7149d4bb63238dbe1f9461b3d817f1ff65" resname="publications::votre rss personnel" approved="yes">
<source>publications::votre rss personnel</source> <source>publications::votre rss personnel</source>
<target state="translated">Votre rss personnel</target> <target state="translated">Votre rss personnel</target>
@@ -13564,7 +13569,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles
<jms:reference-file line="107">prod/WorkZone/Basket.html.twig</jms:reference-file> <jms:reference-file line="107">prod/WorkZone/Basket.html.twig</jms:reference-file>
<jms:reference-file line="17">prod/Tooltip/Basket.html.twig</jms:reference-file> <jms:reference-file line="17">prod/Tooltip/Basket.html.twig</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="2f0e2fbacaf98478f0a46f828495e0dac8772a32" resname="workzone:feedback:update" approved="no"> <trans-unit id="2f0e2fbacaf98478f0a46f828495e0dac8772a32" resname="workzone:feedback:update">
<source>workzone:feedback:update</source> <source>workzone:feedback:update</source>
<target state="needs-translation">Valider la nouvelle date de cloture</target> <target state="needs-translation">Valider la nouvelle date de cloture</target>
<jms:reference-file line="114">prod/WorkZone/Basket.html.twig</jms:reference-file> <jms:reference-file line="114">prod/WorkZone/Basket.html.twig</jms:reference-file>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2"> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2020-04-21T11:43:29Z" source-language="en" target-language="nl" datatype="plaintext" original="not.available"> <file date="2020-04-23T16:19:16Z" source-language="en" target-language="nl" datatype="plaintext" original="not.available">
<header> <header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/> <tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>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.</note> <note>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.</note>
@@ -6705,7 +6705,7 @@
<trans-unit id="99d8c6d419ad0732e7d87098c3f60b62f2316e61" resname="The provided date is null!"> <trans-unit id="99d8c6d419ad0732e7d87098c3f60b62f2316e61" resname="The provided date is null!">
<source>The provided date is null!</source> <source>The provided date is null!</source>
<target state="new">The provided date is null!</target> <target state="new">The provided date is null!</target>
<jms:reference-file line="610">Controller/Prod/PushController.php</jms:reference-file> <jms:reference-file line="614">Controller/Prod/PushController.php</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="d22c09c164965d42fcdb8d8fe2b40d7d57799a8f" resname="The publication has been stopped" approved="yes"> <trans-unit id="d22c09c164965d42fcdb8d8fe2b40d7d57799a8f" resname="The publication has been stopped" approved="yes">
<source>The publication has been stopped</source> <source>The publication has been stopped</source>
@@ -7071,7 +7071,7 @@
<trans-unit id="c35e31f5dafff1fdd756af111f7699abf3a5ffd0" resname="Unable to save the expiration date"> <trans-unit id="c35e31f5dafff1fdd756af111f7699abf3a5ffd0" resname="Unable to save the expiration date">
<source>Unable to save the expiration date</source> <source>Unable to save the expiration date</source>
<target state="new">Unable to save the expiration date</target> <target state="new">Unable to save the expiration date</target>
<jms:reference-file line="607">Controller/Prod/PushController.php</jms:reference-file> <jms:reference-file line="611">Controller/Prod/PushController.php</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="6af8293be2ccc7fc664c96b11293a226fd300026" resname="Unable to send the documents" approved="yes"> <trans-unit id="6af8293be2ccc7fc664c96b11293a226fd300026" resname="Unable to send the documents" approved="yes">
<source>Unable to send the documents</source> <source>Unable to send the documents</source>
@@ -11843,6 +11843,11 @@
<jms:reference-file line="245">Controller/Prod/FeedController.php</jms:reference-file> <jms:reference-file line="245">Controller/Prod/FeedController.php</jms:reference-file>
<jms:reference-file line="270">Controller/Prod/FeedController.php</jms:reference-file> <jms:reference-file line="270">Controller/Prod/FeedController.php</jms:reference-file>
</trans-unit> </trans-unit>
<trans-unit id="bf670e94fb7cc858d6c28745ea4fd8248eed01fb" resname="publications::copy">
<source>publications::copy</source>
<target state="new">publications::copy</target>
<jms:reference-file line="247">Controller/Prod/FeedController.php</jms:reference-file>
</trans-unit>
<trans-unit id="317aac7149d4bb63238dbe1f9461b3d817f1ff65" resname="publications::votre rss personnel" approved="yes"> <trans-unit id="317aac7149d4bb63238dbe1f9461b3d817f1ff65" resname="publications::votre rss personnel" approved="yes">
<source>publications::votre rss personnel</source> <source>publications::votre rss personnel</source>
<target state="translated">Uw persoonlijke rss feed</target> <target state="translated">Uw persoonlijke rss feed</target>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2"> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2020-04-21T11:42:09Z" source-language="en" target-language="de" datatype="plaintext" original="not.available"> <file date="2020-04-23T16:17:49Z" source-language="en" target-language="de" datatype="plaintext" original="not.available">
<header> <header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/> <tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>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.</note> <note>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.</note>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2"> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2020-04-21T11:42:33Z" source-language="en" target-language="en" datatype="plaintext" original="not.available"> <file date="2020-04-23T16:18:15Z" source-language="en" target-language="en" datatype="plaintext" original="not.available">
<header> <header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/> <tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>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.</note> <note>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.</note>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2"> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2020-04-21T11:42:59Z" source-language="en" target-language="fr" datatype="plaintext" original="not.available"> <file date="2020-04-23T16:18:47Z" source-language="en" target-language="fr" datatype="plaintext" original="not.available">
<header> <header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/> <tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>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.</note> <note>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.</note>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2"> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2020-04-21T11:43:29Z" source-language="en" target-language="nl" datatype="plaintext" original="not.available"> <file date="2020-04-23T16:19:16Z" source-language="en" target-language="nl" datatype="plaintext" original="not.available">
<header> <header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/> <tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>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.</note> <note>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.</note>

View File

@@ -7577,10 +7577,10 @@ phraseanet-common@^0.4.5-d:
js-cookie "^2.1.0" js-cookie "^2.1.0"
pym.js "^1.3.1" pym.js "^1.3.1"
phraseanet-production-client@0.34.178-d: phraseanet-production-client@0.34.179-d:
version "0.34.178-d" version "0.34.179-d"
resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.178-d.tgz#70232ba27514d2da1b3e414bfdfb7912446f3d6f" resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.179-d.tgz#026524e474f6ac8dd6092202ef463d6ee5fb0ee1"
integrity sha512-UbS99joSPuG1B0CLc3lIuSYclRr4USno0fE5WesC2vXlNGHgXNvIf9aRgJ7i/9x/3G/9WC00EPS/0fBlNvC8mQ== integrity sha512-IYloE43qDjfxeOvic/uqx+sx1DCxm4czhWZYaleIwosebI6c221RvyolsCZH3+6AfrFhfaGNuClkDqheRt5tpw==
dependencies: dependencies:
"@mapbox/mapbox-gl-language" "^0.9.2" "@mapbox/mapbox-gl-language" "^0.9.2"
"@turf/turf" "^5.1.6" "@turf/turf" "^5.1.6"