mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 06:23:18 +00:00
Merge pull request #3760 from alchemy-fr/PHRAS-3399-improve-ux-button
PHRAS-3399 merge fix initiator color and button order
This commit is contained in:
@@ -13,5 +13,5 @@ module.exports = {
|
|||||||
setupDir: _root + 'tests/setup/node.js',
|
setupDir: _root + 'tests/setup/node.js',
|
||||||
karmaConf: _root + 'config/karma.conf.js',
|
karmaConf: _root + 'config/karma.conf.js',
|
||||||
// change this version when you change JS file for lazy loading
|
// change this version when you change JS file for lazy loading
|
||||||
jsFileVersion: 14
|
jsFileVersion: 15
|
||||||
};
|
};
|
||||||
|
@@ -96,7 +96,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|||||||
/******/ if (__webpack_require__.nc) {
|
/******/ if (__webpack_require__.nc) {
|
||||||
/******/ script.setAttribute("nonce", __webpack_require__.nc);
|
/******/ script.setAttribute("nonce", __webpack_require__.nc);
|
||||||
/******/ }
|
/******/ }
|
||||||
/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".js?v=14";
|
/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".js?v=15";
|
||||||
/******/ var timeout = setTimeout(onScriptComplete, 120000);
|
/******/ var timeout = setTimeout(onScriptComplete, 120000);
|
||||||
/******/ script.onerror = script.onload = onScriptComplete;
|
/******/ script.onerror = script.onload = onScriptComplete;
|
||||||
/******/ function onScriptComplete() {
|
/******/ function onScriptComplete() {
|
||||||
|
@@ -96,7 +96,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|||||||
/******/ if (__webpack_require__.nc) {
|
/******/ if (__webpack_require__.nc) {
|
||||||
/******/ script.setAttribute("nonce", __webpack_require__.nc);
|
/******/ script.setAttribute("nonce", __webpack_require__.nc);
|
||||||
/******/ }
|
/******/ }
|
||||||
/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".min.js?v=14";
|
/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".min.js?v=15";
|
||||||
/******/ var timeout = setTimeout(onScriptComplete, 120000);
|
/******/ var timeout = setTimeout(onScriptComplete, 120000);
|
||||||
/******/ script.onerror = script.onload = onScriptComplete;
|
/******/ script.onerror = script.onload = onScriptComplete;
|
||||||
/******/ function onScriptComplete() {
|
/******/ function onScriptComplete() {
|
||||||
|
2
Phraseanet-production-client/dist/commons.js
vendored
2
Phraseanet-production-client/dist/commons.js
vendored
@@ -91,7 +91,7 @@
|
|||||||
/******/ if (__webpack_require__.nc) {
|
/******/ if (__webpack_require__.nc) {
|
||||||
/******/ script.setAttribute("nonce", __webpack_require__.nc);
|
/******/ script.setAttribute("nonce", __webpack_require__.nc);
|
||||||
/******/ }
|
/******/ }
|
||||||
/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".js?v=14";
|
/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".js?v=15";
|
||||||
/******/ var timeout = setTimeout(onScriptComplete, 120000);
|
/******/ var timeout = setTimeout(onScriptComplete, 120000);
|
||||||
/******/ script.onerror = script.onload = onScriptComplete;
|
/******/ script.onerror = script.onload = onScriptComplete;
|
||||||
/******/ function onScriptComplete() {
|
/******/ function onScriptComplete() {
|
||||||
|
@@ -91,7 +91,7 @@
|
|||||||
/******/ if (__webpack_require__.nc) {
|
/******/ if (__webpack_require__.nc) {
|
||||||
/******/ script.setAttribute("nonce", __webpack_require__.nc);
|
/******/ script.setAttribute("nonce", __webpack_require__.nc);
|
||||||
/******/ }
|
/******/ }
|
||||||
/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".min.js?v=14";
|
/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".min.js?v=15";
|
||||||
/******/ var timeout = setTimeout(onScriptComplete, 120000);
|
/******/ var timeout = setTimeout(onScriptComplete, 120000);
|
||||||
/******/ script.onerror = script.onload = onScriptComplete;
|
/******/ script.onerror = script.onload = onScriptComplete;
|
||||||
/******/ function onScriptComplete() {
|
/******/ function onScriptComplete() {
|
||||||
|
22
Phraseanet-production-client/dist/production.js
vendored
22
Phraseanet-production-client/dist/production.js
vendored
@@ -60692,9 +60692,18 @@ var Feedback = function Feedback(services, options) {
|
|||||||
|
|
||||||
var buttons = {};
|
var buttons = {};
|
||||||
|
|
||||||
buttons[localeService.t('annuler')] = function () {
|
if ($el.data('feedback-action') === 'adduser') {
|
||||||
|
buttons[localeService.t('feedbackSaveNotNotify')] = function () {
|
||||||
$dialog.close();
|
$dialog.close();
|
||||||
|
|
||||||
|
(0, _jquery2.default)('textarea[name="message"]', $FeedBackForm).val((0, _jquery2.default)('textarea[name="message"]', $dialog.getDomElement()).val());
|
||||||
|
(0, _jquery2.default)('input[name="recept"]', $FeedBackForm).prop('checked', (0, _jquery2.default)('input[name="recept"]', $dialog.getDomElement()).prop('checked'));
|
||||||
|
(0, _jquery2.default)('input[name="force_authentication"]', $FeedBackForm).prop('checked', (0, _jquery2.default)('input[name="force_authentication"]', $dialog.getDomElement()).prop('checked'));
|
||||||
|
(0, _jquery2.default)('input[name="notify"]', $FeedBackForm).val('0');
|
||||||
|
|
||||||
|
$FeedBackForm.trigger('submit');
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
|
||||||
buttons[localeService.t('send')] = function () {
|
buttons[localeService.t('send')] = function () {
|
||||||
if ($el.data('feedback-action') !== 'adduser') {
|
if ($el.data('feedback-action') !== 'adduser') {
|
||||||
@@ -60726,18 +60735,9 @@ var Feedback = function Feedback(services, options) {
|
|||||||
$FeedBackForm.trigger('submit');
|
$FeedBackForm.trigger('submit');
|
||||||
};
|
};
|
||||||
|
|
||||||
if ($el.data('feedback-action') === 'adduser') {
|
buttons[localeService.t('annuler')] = function () {
|
||||||
buttons[localeService.t('feedbackSaveNotNotify')] = function () {
|
|
||||||
$dialog.close();
|
$dialog.close();
|
||||||
|
|
||||||
(0, _jquery2.default)('textarea[name="message"]', $FeedBackForm).val((0, _jquery2.default)('textarea[name="message"]', $dialog.getDomElement()).val());
|
|
||||||
(0, _jquery2.default)('input[name="recept"]', $FeedBackForm).prop('checked', (0, _jquery2.default)('input[name="recept"]', $dialog.getDomElement()).prop('checked'));
|
|
||||||
(0, _jquery2.default)('input[name="force_authentication"]', $FeedBackForm).prop('checked', (0, _jquery2.default)('input[name="force_authentication"]', $dialog.getDomElement()).prop('checked'));
|
|
||||||
(0, _jquery2.default)('input[name="notify"]', $FeedBackForm).val('0');
|
|
||||||
|
|
||||||
$FeedBackForm.trigger('submit');
|
|
||||||
};
|
};
|
||||||
}
|
|
||||||
|
|
||||||
var options = {
|
var options = {
|
||||||
size: '558x352',
|
size: '558x352',
|
||||||
|
@@ -60692,9 +60692,18 @@ var Feedback = function Feedback(services, options) {
|
|||||||
|
|
||||||
var buttons = {};
|
var buttons = {};
|
||||||
|
|
||||||
buttons[localeService.t('annuler')] = function () {
|
if ($el.data('feedback-action') === 'adduser') {
|
||||||
|
buttons[localeService.t('feedbackSaveNotNotify')] = function () {
|
||||||
$dialog.close();
|
$dialog.close();
|
||||||
|
|
||||||
|
(0, _jquery2.default)('textarea[name="message"]', $FeedBackForm).val((0, _jquery2.default)('textarea[name="message"]', $dialog.getDomElement()).val());
|
||||||
|
(0, _jquery2.default)('input[name="recept"]', $FeedBackForm).prop('checked', (0, _jquery2.default)('input[name="recept"]', $dialog.getDomElement()).prop('checked'));
|
||||||
|
(0, _jquery2.default)('input[name="force_authentication"]', $FeedBackForm).prop('checked', (0, _jquery2.default)('input[name="force_authentication"]', $dialog.getDomElement()).prop('checked'));
|
||||||
|
(0, _jquery2.default)('input[name="notify"]', $FeedBackForm).val('0');
|
||||||
|
|
||||||
|
$FeedBackForm.trigger('submit');
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
|
||||||
buttons[localeService.t('send')] = function () {
|
buttons[localeService.t('send')] = function () {
|
||||||
if ($el.data('feedback-action') !== 'adduser') {
|
if ($el.data('feedback-action') !== 'adduser') {
|
||||||
@@ -60726,18 +60735,9 @@ var Feedback = function Feedback(services, options) {
|
|||||||
$FeedBackForm.trigger('submit');
|
$FeedBackForm.trigger('submit');
|
||||||
};
|
};
|
||||||
|
|
||||||
if ($el.data('feedback-action') === 'adduser') {
|
buttons[localeService.t('annuler')] = function () {
|
||||||
buttons[localeService.t('feedbackSaveNotNotify')] = function () {
|
|
||||||
$dialog.close();
|
$dialog.close();
|
||||||
|
|
||||||
(0, _jquery2.default)('textarea[name="message"]', $FeedBackForm).val((0, _jquery2.default)('textarea[name="message"]', $dialog.getDomElement()).val());
|
|
||||||
(0, _jquery2.default)('input[name="recept"]', $FeedBackForm).prop('checked', (0, _jquery2.default)('input[name="recept"]', $dialog.getDomElement()).prop('checked'));
|
|
||||||
(0, _jquery2.default)('input[name="force_authentication"]', $FeedBackForm).prop('checked', (0, _jquery2.default)('input[name="force_authentication"]', $dialog.getDomElement()).prop('checked'));
|
|
||||||
(0, _jquery2.default)('input[name="notify"]', $FeedBackForm).val('0');
|
|
||||||
|
|
||||||
$FeedBackForm.trigger('submit');
|
|
||||||
};
|
};
|
||||||
}
|
|
||||||
|
|
||||||
var options = {
|
var options = {
|
||||||
size: '558x352',
|
size: '558x352',
|
||||||
|
@@ -215,9 +215,18 @@ const Feedback = function (services, options) {
|
|||||||
|
|
||||||
var buttons = {};
|
var buttons = {};
|
||||||
|
|
||||||
buttons[localeService.t('annuler')] = function () {
|
if ($el.data('feedback-action') === 'adduser') {
|
||||||
|
buttons[localeService.t('feedbackSaveNotNotify')] = function () {
|
||||||
$dialog.close();
|
$dialog.close();
|
||||||
|
|
||||||
|
$('textarea[name="message"]', $FeedBackForm).val($('textarea[name="message"]', $dialog.getDomElement()).val());
|
||||||
|
$('input[name="recept"]', $FeedBackForm).prop('checked', $('input[name="recept"]', $dialog.getDomElement()).prop('checked'));
|
||||||
|
$('input[name="force_authentication"]', $FeedBackForm).prop('checked', $('input[name="force_authentication"]', $dialog.getDomElement()).prop('checked'));
|
||||||
|
$('input[name="notify"]', $FeedBackForm).val('0');
|
||||||
|
|
||||||
|
$FeedBackForm.trigger('submit');
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
|
||||||
buttons[localeService.t('send')] = function () {
|
buttons[localeService.t('send')] = function () {
|
||||||
if ($el.data('feedback-action') !== 'adduser') {
|
if ($el.data('feedback-action') !== 'adduser') {
|
||||||
@@ -249,18 +258,9 @@ const Feedback = function (services, options) {
|
|||||||
$FeedBackForm.trigger('submit');
|
$FeedBackForm.trigger('submit');
|
||||||
};
|
};
|
||||||
|
|
||||||
if ($el.data('feedback-action') === 'adduser') {
|
buttons[localeService.t('annuler')] = function () {
|
||||||
buttons[localeService.t('feedbackSaveNotNotify')] = function () {
|
|
||||||
$dialog.close();
|
$dialog.close();
|
||||||
|
|
||||||
$('textarea[name="message"]', $FeedBackForm).val($('textarea[name="message"]', $dialog.getDomElement()).val());
|
|
||||||
$('input[name="recept"]', $FeedBackForm).prop('checked', $('input[name="recept"]', $dialog.getDomElement()).prop('checked'));
|
|
||||||
$('input[name="force_authentication"]', $FeedBackForm).prop('checked', $('input[name="force_authentication"]', $dialog.getDomElement()).prop('checked'));
|
|
||||||
$('input[name="notify"]', $FeedBackForm).val('0');
|
|
||||||
|
|
||||||
$FeedBackForm.trigger('submit');
|
|
||||||
};
|
};
|
||||||
}
|
|
||||||
|
|
||||||
var options = {
|
var options = {
|
||||||
size: '558x352',
|
size: '558x352',
|
||||||
|
@@ -59,7 +59,7 @@ class PhraseanetExtension extends \Twig_Extension
|
|||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
// change this version when you change JS file to force the navigation to reload js file
|
// change this version when you change JS file to force the navigation to reload js file
|
||||||
'jsFileVersion' => 14
|
'jsFileVersion' => 15
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -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="2021-03-26T11:07:53Z" source-language="en" target-language="de" datatype="plaintext" original="not.available">
|
<file date="2021-03-26T15:01:39Z" 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>
|
||||||
@@ -17,16 +17,6 @@
|
|||||||
<target state="translated">Hinzufügen</target>
|
<target state="translated">Hinzufügen</target>
|
||||||
<jms:reference-file line="66">admin/fields/templates.html.twig</jms:reference-file>
|
<jms:reference-file line="66">admin/fields/templates.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="955ba3f1b3cb9a2d319b73af341dd94392f61e87" resname=" The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account to see its contents. This avoids anonymous users to access to the content of the push if they were able to get the display url through a forwarded mail for example. " approved="yes">
|
|
||||||
<source> The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account
|
|
||||||
to see its contents.
|
|
||||||
This avoids anonymous users to access to the content of the push if they were able to get the display
|
|
||||||
url through a forwarded mail for example.
|
|
||||||
</source>
|
|
||||||
<target state="translated">Parameter "Authentifizierung erzwingen" erzwingt den Push Empfänger, ein Phraseanet Konto zu haben, um den Inhalt anzuschauen. Es vermeidet, unautorisierte Benutzer dem Push Inhalt zuzugreifen, falls sie die URL bekämen (Email wurde weitergeleitet, zum Beispiel).</target>
|
|
||||||
<jms:reference-file line="164">prod/templates/push.html.twig</jms:reference-file>
|
|
||||||
<jms:reference-file line="217">prod/templates/push.html.twig</jms:reference-file>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="17b36ba11b9598e1ca72638a17637c71db031f8b" resname="#3567c6" approved="yes">
|
<trans-unit id="17b36ba11b9598e1ca72638a17637c71db031f8b" resname="#3567c6" approved="yes">
|
||||||
<source>#3567c6</source>
|
<source>#3567c6</source>
|
||||||
<target state="translated">#3567c6</target>
|
<target state="translated">#3567c6</target>
|
||||||
@@ -620,7 +610,7 @@
|
|||||||
<target state="translated">Empfangsbestätigung</target>
|
<target state="translated">Empfangsbestätigung</target>
|
||||||
<jms:reference-file line="102">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="102">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="150">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="150">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="203">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="198">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="589db073670b88b4b42b9f60b53d87e049fa5e3f" resname="Accuse de reception indisponible, vous n'avez pas declare d'adresse email" approved="yes">
|
<trans-unit id="589db073670b88b4b42b9f60b53d87e049fa5e3f" resname="Accuse de reception indisponible, vous n'avez pas declare d'adresse email" approved="yes">
|
||||||
<source>Accuse de reception indisponible, vous n'avez pas declare d'adresse email</source>
|
<source>Accuse de reception indisponible, vous n'avez pas declare d'adresse email</source>
|
||||||
@@ -3378,7 +3368,13 @@
|
|||||||
<source>Force authentication</source>
|
<source>Force authentication</source>
|
||||||
<target state="translated">Authentifizierung zwingen</target>
|
<target state="translated">Authentifizierung zwingen</target>
|
||||||
<jms:reference-file line="158">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="158">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="211">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="206">prod/templates/push.html.twig</jms:reference-file>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="3c09681083e459a74f0ee7c581a62a514c7b2c8f" resname="Force authentication : info">
|
||||||
|
<source>Force authentication : info</source>
|
||||||
|
<target state="new">Force authentication : info</target>
|
||||||
|
<jms:reference-file line="164">prod/templates/push.html.twig</jms:reference-file>
|
||||||
|
<jms:reference-file line="212">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="c7dbc1bf5eabb170eb6a0597a076723db79ec064" resname="Force sending of the document ?" approved="yes">
|
<trans-unit id="c7dbc1bf5eabb170eb6a0597a076723db79ec064" resname="Force sending of the document ?" approved="yes">
|
||||||
<source>Force sending of the document ?</source>
|
<source>Force sending of the document ?</source>
|
||||||
@@ -4353,7 +4349,7 @@
|
|||||||
<jms:reference-file line="98">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="98">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="28">prod/WorkZone/Reminder.html.twig</jms:reference-file>
|
<jms:reference-file line="28">prod/WorkZone/Reminder.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="144">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="144">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="197">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="192">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="cbcbdf92e7a47c81ec1719f03f00d8e6c5b5f5ef" resname="Message automatique de Phraseanet" approved="yes">
|
<trans-unit id="cbcbdf92e7a47c81ec1719f03f00d8e6c5b5f5ef" resname="Message automatique de Phraseanet" approved="yes">
|
||||||
<source>Message automatique de Phraseanet</source>
|
<source>Message automatique de Phraseanet</source>
|
||||||
@@ -4510,7 +4506,7 @@
|
|||||||
<jms:reference-file line="97">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="97">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="13">Bridge/Dailymotion/playlist_createcontainer.html.twig</jms:reference-file>
|
<jms:reference-file line="13">Bridge/Dailymotion/playlist_createcontainer.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="38">actions/Download/prepare.html.twig</jms:reference-file>
|
<jms:reference-file line="38">actions/Download/prepare.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="191">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="186">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="50">admin/fields/templates.html.twig</jms:reference-file>
|
<jms:reference-file line="50">admin/fields/templates.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="994e92a6f1e83337ca0193b7fa44cf6b3e9287e5" resname="Name or email" approved="yes">
|
<trans-unit id="994e92a6f1e83337ca0193b7fa44cf6b3e9287e5" resname="Name or email" approved="yes">
|
||||||
@@ -6909,7 +6905,7 @@
|
|||||||
<source>Time for feedback (days)</source>
|
<source>Time for feedback (days)</source>
|
||||||
<target state="translated">Zeit für Feedback (Tage)</target>
|
<target state="translated">Zeit für Feedback (Tage)</target>
|
||||||
<jms:reference-file line="99">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="99">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="179">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="174">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="eb97899aedcd5609782b5ccb4ffa390e0e66a3eb" resname="Titre" approved="yes">
|
<trans-unit id="eb97899aedcd5609782b5ccb4ffa390e0e66a3eb" resname="Titre" approved="yes">
|
||||||
<source>Titre</source>
|
<source>Titre</source>
|
||||||
@@ -7308,10 +7304,10 @@
|
|||||||
<jms:reference-file line="300">prod/actions/Push.html.twig</jms:reference-file>
|
<jms:reference-file line="300">prod/actions/Push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="109">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="109">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="111">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="111">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="256">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="246">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="258">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="248">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="297">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="287">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="299">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="289">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ae005b1ce814398e203551a75eeeb5da09f80204" resname="User can see others choices" approved="yes">
|
<trans-unit id="ae005b1ce814398e203551a75eeeb5da09f80204" resname="User can see others choices" approved="yes">
|
||||||
<source>User can see others choices</source>
|
<source>User can see others choices</source>
|
||||||
@@ -12195,7 +12191,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben</target>
|
|||||||
<trans-unit id="a146a90e6a97ac82ffa4ab5d4dc7cf4955a1e305" resname="prod::feedback:feedback_set_title" approved="yes">
|
<trans-unit id="a146a90e6a97ac82ffa4ab5d4dc7cf4955a1e305" resname="prod::feedback:feedback_set_title" approved="yes">
|
||||||
<source>prod::feedback:feedback_set_title</source>
|
<source>prod::feedback:feedback_set_title</source>
|
||||||
<target state="translated">Feedback Name</target>
|
<target state="translated">Feedback Name</target>
|
||||||
<jms:reference-file line="193">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="188">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="47f76b5a8ec06b165c0d83ed447999def6f368e4" resname="prod::notification: notification title" approved="yes">
|
<trans-unit id="47f76b5a8ec06b165c0d83ed447999def6f368e4" resname="prod::notification: notification title" approved="yes">
|
||||||
<source>prod::notification: notification title</source>
|
<source>prod::notification: notification title</source>
|
||||||
@@ -12225,7 +12221,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben</target>
|
|||||||
<trans-unit id="dee7c522bf9e0eea45e003fb4d0f736bc251a954" resname="prod::push:push_set_title" approved="yes">
|
<trans-unit id="dee7c522bf9e0eea45e003fb4d0f736bc251a954" resname="prod::push:push_set_title" approved="yes">
|
||||||
<source>prod::push:push_set_title</source>
|
<source>prod::push:push_set_title</source>
|
||||||
<target state="translated">Name der Push Sammelkorb</target>
|
<target state="translated">Name der Push Sammelkorb</target>
|
||||||
<jms:reference-file line="194">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="189">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="2a4d65f9a1aaeec92617d3d5dc3ef0167a019e82" resname="prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." approved="yes">
|
<trans-unit id="2a4d65f9a1aaeec92617d3d5dc3ef0167a019e82" resname="prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." approved="yes">
|
||||||
<source>prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee.</source>
|
<source>prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee.</source>
|
||||||
@@ -12488,36 +12484,36 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben</target>
|
|||||||
<trans-unit id="324e7cea705016a31d01d0bde3ee526a92ea881c" resname="prod:expose:publication:Access rules" approved="yes">
|
<trans-unit id="324e7cea705016a31d01d0bde3ee526a92ea881c" resname="prod:expose:publication:Access rules" approved="yes">
|
||||||
<source>prod:expose:publication:Access rules</source>
|
<source>prod:expose:publication:Access rules</source>
|
||||||
<target state="translated">Veröffentlichung Zugriffsregelungen</target>
|
<target state="translated">Veröffentlichung Zugriffsregelungen</target>
|
||||||
<jms:reference-file line="62">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="58">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="97">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="97">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="af3ad24004cd69b0254f1c8c2e5089d35b3844da" resname="prod:expose:publication:Advanced setting" approved="yes">
|
<trans-unit id="af3ad24004cd69b0254f1c8c2e5089d35b3844da" resname="prod:expose:publication:Advanced setting" approved="yes">
|
||||||
<source>prod:expose:publication:Advanced setting</source>
|
<source>prod:expose:publication:Advanced setting</source>
|
||||||
<target state="translated">Erweiterte Einstellung</target>
|
<target state="translated">Erweiterte Einstellung</target>
|
||||||
<jms:reference-file line="104">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="100">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="139">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="139">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="551db59cb8c5b618adffe5719f791fc5c07a63cd" resname="prod:expose:publication:Available (leave blank for permanet publication)" approved="yes">
|
<trans-unit id="551db59cb8c5b618adffe5719f791fc5c07a63cd" resname="prod:expose:publication:Available (leave blank for permanet publication)" approved="yes">
|
||||||
<source>prod:expose:publication:Available (leave blank for permanet publication)</source>
|
<source>prod:expose:publication:Available (leave blank for permanet publication)</source>
|
||||||
<target state="translated">Verfügbar (Datum leer lassen für dauerhafte Veröffentlichungen)</target>
|
<target state="translated">Verfügbar (Datum leer lassen für dauerhafte Veröffentlichungen)</target>
|
||||||
<jms:reference-file line="44">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="40">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="77">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="77">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="03fa83cecf49d9c7a3813b4a019c6d2d2ff50c30" resname="prod:expose:publication:Cancel" approved="yes">
|
<trans-unit id="03fa83cecf49d9c7a3813b4a019c6d2d2ff50c30" resname="prod:expose:publication:Cancel" approved="yes">
|
||||||
<source>prod:expose:publication:Cancel</source>
|
<source>prod:expose:publication:Cancel</source>
|
||||||
<target state="translated">Abbrechen</target>
|
<target state="translated">Abbrechen</target>
|
||||||
<jms:reference-file line="119">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="115">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="154">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="154">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="fdeebeeec3860ccbd6f36b4aeaf7cb77ce7312b1" resname="prod:expose:publication:Create publication" approved="yes">
|
<trans-unit id="fdeebeeec3860ccbd6f36b4aeaf7cb77ce7312b1" resname="prod:expose:publication:Create publication" approved="yes">
|
||||||
<source>prod:expose:publication:Create publication</source>
|
<source>prod:expose:publication:Create publication</source>
|
||||||
<target state="translated">Veröffentlichung erstellen</target>
|
<target state="translated">Veröffentlichung erstellen</target>
|
||||||
<jms:reference-file line="122">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="118">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="829875af60c25eadba563170b4f9e5f8db2ba688" resname="prod:expose:publication:Dark" approved="yes">
|
<trans-unit id="829875af60c25eadba563170b4f9e5f8db2ba688" resname="prod:expose:publication:Dark" approved="yes">
|
||||||
<source>prod:expose:publication:Dark</source>
|
<source>prod:expose:publication:Dark</source>
|
||||||
<target state="translated">Dunkler Modus</target>
|
<target state="translated">Dunkler Modus</target>
|
||||||
<jms:reference-file line="96">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="92">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="131">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="131">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="8e6332dde288968d262020d7f1d0679a0a8bcb8d" resname="prod:expose:publication:Delete" approved="yes">
|
<trans-unit id="8e6332dde288968d262020d7f1d0679a0a8bcb8d" resname="prod:expose:publication:Delete" approved="yes">
|
||||||
@@ -12528,7 +12524,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben</target>
|
|||||||
<trans-unit id="ee5cd9a1dd713bd55ca3b3919466e4ac9b297c77" resname="prod:expose:publication:Download" approved="yes">
|
<trans-unit id="ee5cd9a1dd713bd55ca3b3919466e4ac9b297c77" resname="prod:expose:publication:Download" approved="yes">
|
||||||
<source>prod:expose:publication:Download</source>
|
<source>prod:expose:publication:Download</source>
|
||||||
<target state="translated">Download Layout</target>
|
<target state="translated">Download Layout</target>
|
||||||
<jms:reference-file line="87">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="83">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="122">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="122">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="3ca4394264a3c86daf2d088f072dca679d82bb6a" resname="prod:expose:publication:Editing" approved="yes">
|
<trans-unit id="3ca4394264a3c86daf2d088f072dca679d82bb6a" resname="prod:expose:publication:Editing" approved="yes">
|
||||||
@@ -12539,62 +12535,62 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben</target>
|
|||||||
<trans-unit id="27a3d37e05caa995cb1a7b58c36fe1936b00f866" resname="prod:expose:publication:Enabled" approved="yes">
|
<trans-unit id="27a3d37e05caa995cb1a7b58c36fe1936b00f866" resname="prod:expose:publication:Enabled" approved="yes">
|
||||||
<source>prod:expose:publication:Enabled</source>
|
<source>prod:expose:publication:Enabled</source>
|
||||||
<target state="translated">Aktiviert</target>
|
<target state="translated">Aktiviert</target>
|
||||||
<jms:reference-file line="37">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="33">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="68">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="68">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="1964c90b5229b7aed8e0e4cead60cd6f0cd49b76" resname="prod:expose:publication:From" approved="yes">
|
<trans-unit id="1964c90b5229b7aed8e0e4cead60cd6f0cd49b76" resname="prod:expose:publication:From" approved="yes">
|
||||||
<source>prod:expose:publication:From</source>
|
<source>prod:expose:publication:From</source>
|
||||||
<target state="translated">Von</target>
|
<target state="translated">Von</target>
|
||||||
<jms:reference-file line="46">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="42">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="79">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="79">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="22b12bdabd78e4c9dfcd2a3c202a7ed02af28746" resname="prod:expose:publication:Gallery" approved="yes">
|
<trans-unit id="22b12bdabd78e4c9dfcd2a3c202a7ed02af28746" resname="prod:expose:publication:Gallery" approved="yes">
|
||||||
<source>prod:expose:publication:Gallery</source>
|
<source>prod:expose:publication:Gallery</source>
|
||||||
<target state="translated">Gallery Layout</target>
|
<target state="translated">Gallery Layout</target>
|
||||||
<jms:reference-file line="85">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="81">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="120">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="120">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="879311e23dbb4491b0144ce49a6d66e83bd660e7" resname="prod:expose:publication:Layout" approved="yes">
|
<trans-unit id="879311e23dbb4491b0144ce49a6d66e83bd660e7" resname="prod:expose:publication:Layout" approved="yes">
|
||||||
<source>prod:expose:publication:Layout</source>
|
<source>prod:expose:publication:Layout</source>
|
||||||
<target state="translated">Layout</target>
|
<target state="translated">Layout</target>
|
||||||
<jms:reference-file line="81">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="77">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="116">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="116">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="123400d6203202f86844b765e6f85509f6ebb1f6" resname="prod:expose:publication:Light" approved="yes">
|
<trans-unit id="123400d6203202f86844b765e6f85509f6ebb1f6" resname="prod:expose:publication:Light" approved="yes">
|
||||||
<source>prod:expose:publication:Light</source>
|
<source>prod:expose:publication:Light</source>
|
||||||
<target state="translated">Licht Modus</target>
|
<target state="translated">Licht Modus</target>
|
||||||
<jms:reference-file line="95">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="91">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="130">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="130">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="0a35952e92e77bf6a762055c17aab923e4dc3a46" resname="prod:expose:publication:Mapbox" approved="yes">
|
<trans-unit id="0a35952e92e77bf6a762055c17aab923e4dc3a46" resname="prod:expose:publication:Mapbox" approved="yes">
|
||||||
<source>prod:expose:publication:Mapbox</source>
|
<source>prod:expose:publication:Mapbox</source>
|
||||||
<target state="translated">Map Layout</target>
|
<target state="translated">Map Layout</target>
|
||||||
<jms:reference-file line="86">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="82">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="121">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="121">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="85dffecce40b9a951d2e11cb518280dcce7ee31a" resname="prod:expose:publication:Name" approved="yes">
|
<trans-unit id="85dffecce40b9a951d2e11cb518280dcce7ee31a" resname="prod:expose:publication:Name" approved="yes">
|
||||||
<source>prod:expose:publication:Name</source>
|
<source>prod:expose:publication:Name</source>
|
||||||
<target state="translated">Veröffentlichung Name</target>
|
<target state="translated">Veröffentlichung Name</target>
|
||||||
<jms:reference-file line="11">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="7">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="31">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="31">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ca3d77bf1e62e1cf39bf5b8a3a161ab17b28f375" resname="prod:expose:publication:Open access" approved="yes">
|
<trans-unit id="ca3d77bf1e62e1cf39bf5b8a3a161ab17b28f375" resname="prod:expose:publication:Open access" approved="yes">
|
||||||
<source>prod:expose:publication:Open access</source>
|
<source>prod:expose:publication:Open access</source>
|
||||||
<target state="translated">Freier Zugang</target>
|
<target state="translated">Freier Zugang</target>
|
||||||
<jms:reference-file line="66">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="62">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="101">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="101">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="a2a8888f67982de346cedbe03b5884757de77925" resname="prod:expose:publication:Parent Publication" approved="yes">
|
<trans-unit id="a2a8888f67982de346cedbe03b5884757de77925" resname="prod:expose:publication:Parent Publication" approved="yes">
|
||||||
<source>prod:expose:publication:Parent Publication</source>
|
<source>prod:expose:publication:Parent Publication</source>
|
||||||
<target state="translated">Übergeordnete Veröffentlichung</target>
|
<target state="translated">Übergeordnete Veröffentlichung</target>
|
||||||
<jms:reference-file line="10">prod/WorkZone/ExposePublicationAssets.html.twig</jms:reference-file>
|
<jms:reference-file line="10">prod/WorkZone/ExposePublicationAssets.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="21">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="17">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="41">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="41">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="d190364e0bc239d60124d5a906249199fcedbcf7" resname="prod:expose:publication:Password" approved="yes">
|
<trans-unit id="d190364e0bc239d60124d5a906249199fcedbcf7" resname="prod:expose:publication:Password" approved="yes">
|
||||||
<source>prod:expose:publication:Password</source>
|
<source>prod:expose:publication:Password</source>
|
||||||
<target state="translated">Passwort</target>
|
<target state="translated">Passwort</target>
|
||||||
<jms:reference-file line="67">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="63">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="102">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="102">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="37fc20596092e78e7c9f232b1d5a1792c3338286" resname="prod:expose:publication:Permission" approved="yes">
|
<trans-unit id="37fc20596092e78e7c9f232b1d5a1792c3338286" resname="prod:expose:publication:Permission" approved="yes">
|
||||||
@@ -12606,13 +12602,13 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben</target>
|
|||||||
<trans-unit id="6e4586d5715234b05a5637d7232d42289efd54e3" resname="prod:expose:publication:Profile" approved="yes">
|
<trans-unit id="6e4586d5715234b05a5637d7232d42289efd54e3" resname="prod:expose:publication:Profile" approved="yes">
|
||||||
<source>prod:expose:publication:Profile</source>
|
<source>prod:expose:publication:Profile</source>
|
||||||
<target state="translated">Veröffentlichung Profil</target>
|
<target state="translated">Veröffentlichung Profil</target>
|
||||||
<jms:reference-file line="30">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="26">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="56">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="56">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="055d4b2c4be0a43224479c371b7e0c4da2719756" resname="prod:expose:publication:Publicly listing" approved="yes">
|
<trans-unit id="055d4b2c4be0a43224479c371b7e0c4da2719756" resname="prod:expose:publication:Publicly listing" approved="yes">
|
||||||
<source>prod:expose:publication:Publicly listing</source>
|
<source>prod:expose:publication:Publicly listing</source>
|
||||||
<target state="translated">Öffentlich auflisten (Veröffentlichung auf der Liste der Expose Zielseite)</target>
|
<target state="translated">Öffentlich auflisten (Veröffentlichung auf der Liste der Expose Zielseite)</target>
|
||||||
<jms:reference-file line="55">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="51">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="88">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="88">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="2a1795f494a3d378d7e089f44aaba611d2840f96" resname="prod:expose:publication:Refresh Publication" approved="yes">
|
<trans-unit id="2a1795f494a3d378d7e089f44aaba611d2840f96" resname="prod:expose:publication:Refresh Publication" approved="yes">
|
||||||
@@ -12623,43 +12619,43 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben</target>
|
|||||||
<trans-unit id="f0ee6ea23eac8f7db8e39a77d3027629342b0e10" resname="prod:expose:publication:Select Layout" approved="yes">
|
<trans-unit id="f0ee6ea23eac8f7db8e39a77d3027629342b0e10" resname="prod:expose:publication:Select Layout" approved="yes">
|
||||||
<source>prod:expose:publication:Select Layout</source>
|
<source>prod:expose:publication:Select Layout</source>
|
||||||
<target state="translated">Layout auswählen</target>
|
<target state="translated">Layout auswählen</target>
|
||||||
<jms:reference-file line="84">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="80">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="119">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="119">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="14a842c2a43ef10eec62cc59c8e3c151ca99c660" resname="prod:expose:publication:Select Profile" approved="yes">
|
<trans-unit id="14a842c2a43ef10eec62cc59c8e3c151ca99c660" resname="prod:expose:publication:Select Profile" approved="yes">
|
||||||
<source>prod:expose:publication:Select Profile</source>
|
<source>prod:expose:publication:Select Profile</source>
|
||||||
<target state="translated">Profil auswählen</target>
|
<target state="translated">Profil auswählen</target>
|
||||||
<jms:reference-file line="33">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="29">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="61">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="61">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="a55b57125f0703c7fe2393a15ee3ae4e9882763e" resname="prod:expose:publication:Select Theme" approved="yes">
|
<trans-unit id="a55b57125f0703c7fe2393a15ee3ae4e9882763e" resname="prod:expose:publication:Select Theme" approved="yes">
|
||||||
<source>prod:expose:publication:Select Theme</source>
|
<source>prod:expose:publication:Select Theme</source>
|
||||||
<target state="translated">Modus auswählen</target>
|
<target state="translated">Modus auswählen</target>
|
||||||
<jms:reference-file line="94">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="90">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="129">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="129">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="89bd08c42543705b2b8ec5046cf43e26cc7a85b1" resname="prod:expose:publication:Select a parent publication" approved="yes">
|
<trans-unit id="89bd08c42543705b2b8ec5046cf43e26cc7a85b1" resname="prod:expose:publication:Select a parent publication" approved="yes">
|
||||||
<source>prod:expose:publication:Select a parent publication</source>
|
<source>prod:expose:publication:Select a parent publication</source>
|
||||||
<target state="translated">Eine übgeordnete Veröffentlichung auswählen</target>
|
<target state="translated">Eine übgeordnete Veröffentlichung auswählen</target>
|
||||||
<jms:reference-file line="25">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="21">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="48">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="48">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="77e197ee00b2da0b378e08f9717e9029907dde6d" resname="prod:expose:publication:Slug" approved="yes">
|
<trans-unit id="77e197ee00b2da0b378e08f9717e9029907dde6d" resname="prod:expose:publication:Slug" approved="yes">
|
||||||
<source>prod:expose:publication:Slug</source>
|
<source>prod:expose:publication:Slug</source>
|
||||||
<target state="translated">Slug</target>
|
<target state="translated">Slug</target>
|
||||||
<jms:reference-file line="15">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="11">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="35">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="35">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="09e31f070644dc5cdce690efdd861868fbe36c8a" resname="prod:expose:publication:Theme" approved="yes">
|
<trans-unit id="09e31f070644dc5cdce690efdd861868fbe36c8a" resname="prod:expose:publication:Theme" approved="yes">
|
||||||
<source>prod:expose:publication:Theme</source>
|
<source>prod:expose:publication:Theme</source>
|
||||||
<target state="translated">Modus</target>
|
<target state="translated">Modus</target>
|
||||||
<jms:reference-file line="91">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="87">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="126">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="126">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="26b15d28f92ef84be6ca70cbe4b3cf12cb418ac0" resname="prod:expose:publication:To" approved="yes">
|
<trans-unit id="26b15d28f92ef84be6ca70cbe4b3cf12cb418ac0" resname="prod:expose:publication:To" approved="yes">
|
||||||
<source>prod:expose:publication:To</source>
|
<source>prod:expose:publication:To</source>
|
||||||
<target state="translated">Zu</target>
|
<target state="translated">Zu</target>
|
||||||
<jms:reference-file line="50">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="46">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="83">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="83">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="7665e294abb20f03a6664346b679992539de9e77" resname="prod:expose:publication:Update Publication" approved="yes">
|
<trans-unit id="7665e294abb20f03a6664346b679992539de9e77" resname="prod:expose:publication:Update Publication" approved="yes">
|
||||||
@@ -12670,7 +12666,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben</target>
|
|||||||
<trans-unit id="b74f6e47a7bbe1f0b8d486f5f87344e29e15599f" resname="prod:expose:publication:Users" approved="yes">
|
<trans-unit id="b74f6e47a7bbe1f0b8d486f5f87344e29e15599f" resname="prod:expose:publication:Users" approved="yes">
|
||||||
<source>prod:expose:publication:Users</source>
|
<source>prod:expose:publication:Users</source>
|
||||||
<target state="translated">Benutzer</target>
|
<target state="translated">Benutzer</target>
|
||||||
<jms:reference-file line="68">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="64">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="103">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="103">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="9664183fc801100081920a8c1dc3cd7e48d7e304" resname="prod:expose:publication:permission:Group Name" approved="yes">
|
<trans-unit id="9664183fc801100081920a8c1dc3cd7e48d7e304" resname="prod:expose:publication:permission:Group Name" approved="yes">
|
||||||
|
@@ -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="2021-03-26T11:08:06Z" source-language="en" target-language="en" datatype="plaintext" original="not.available">
|
<file date="2021-03-26T15:01:52Z" 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>
|
||||||
@@ -17,16 +17,6 @@
|
|||||||
<target state="translated"> Add</target>
|
<target state="translated"> Add</target>
|
||||||
<jms:reference-file line="66">admin/fields/templates.html.twig</jms:reference-file>
|
<jms:reference-file line="66">admin/fields/templates.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="955ba3f1b3cb9a2d319b73af341dd94392f61e87" resname=" The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account to see its contents. This avoids anonymous users to access to the content of the push if they were able to get the display url through a forwarded mail for example. " approved="yes">
|
|
||||||
<source> The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account
|
|
||||||
to see its contents.
|
|
||||||
This avoids anonymous users to access to the content of the push if they were able to get the display
|
|
||||||
url through a forwarded mail for example.
|
|
||||||
</source>
|
|
||||||
<target state="translated">Check the force authentication checkbox to constrain users to authenticate to access content of Push and Feedbacks. This feature can avoid divulging connection parameters contained in given links in e-mails notifications.</target>
|
|
||||||
<jms:reference-file line="164">prod/templates/push.html.twig</jms:reference-file>
|
|
||||||
<jms:reference-file line="217">prod/templates/push.html.twig</jms:reference-file>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="17b36ba11b9598e1ca72638a17637c71db031f8b" resname="#3567c6" approved="yes">
|
<trans-unit id="17b36ba11b9598e1ca72638a17637c71db031f8b" resname="#3567c6" approved="yes">
|
||||||
<source>#3567c6</source>
|
<source>#3567c6</source>
|
||||||
<target state="translated">#3567c6</target>
|
<target state="translated">#3567c6</target>
|
||||||
@@ -620,7 +610,7 @@
|
|||||||
<target state="translated">Acknowledge receipt</target>
|
<target state="translated">Acknowledge receipt</target>
|
||||||
<jms:reference-file line="102">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="102">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="150">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="150">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="203">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="198">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="589db073670b88b4b42b9f60b53d87e049fa5e3f" resname="Accuse de reception indisponible, vous n'avez pas declare d'adresse email" approved="yes">
|
<trans-unit id="589db073670b88b4b42b9f60b53d87e049fa5e3f" resname="Accuse de reception indisponible, vous n'avez pas declare d'adresse email" approved="yes">
|
||||||
<source>Accuse de reception indisponible, vous n'avez pas declare d'adresse email</source>
|
<source>Accuse de reception indisponible, vous n'avez pas declare d'adresse email</source>
|
||||||
@@ -3381,7 +3371,13 @@
|
|||||||
<source>Force authentication</source>
|
<source>Force authentication</source>
|
||||||
<target state="translated">Force authentication</target>
|
<target state="translated">Force authentication</target>
|
||||||
<jms:reference-file line="158">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="158">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="211">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="206">prod/templates/push.html.twig</jms:reference-file>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="3c09681083e459a74f0ee7c581a62a514c7b2c8f" resname="Force authentication : info">
|
||||||
|
<source>Force authentication : info</source>
|
||||||
|
<target state="new">Force authentication : info</target>
|
||||||
|
<jms:reference-file line="164">prod/templates/push.html.twig</jms:reference-file>
|
||||||
|
<jms:reference-file line="212">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="c7dbc1bf5eabb170eb6a0597a076723db79ec064" resname="Force sending of the document ?" approved="yes">
|
<trans-unit id="c7dbc1bf5eabb170eb6a0597a076723db79ec064" resname="Force sending of the document ?" approved="yes">
|
||||||
<source>Force sending of the document ?</source>
|
<source>Force sending of the document ?</source>
|
||||||
@@ -4356,7 +4352,7 @@
|
|||||||
<jms:reference-file line="98">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="98">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="28">prod/WorkZone/Reminder.html.twig</jms:reference-file>
|
<jms:reference-file line="28">prod/WorkZone/Reminder.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="144">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="144">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="197">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="192">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="cbcbdf92e7a47c81ec1719f03f00d8e6c5b5f5ef" resname="Message automatique de Phraseanet" approved="yes">
|
<trans-unit id="cbcbdf92e7a47c81ec1719f03f00d8e6c5b5f5ef" resname="Message automatique de Phraseanet" approved="yes">
|
||||||
<source>Message automatique de Phraseanet</source>
|
<source>Message automatique de Phraseanet</source>
|
||||||
@@ -4513,7 +4509,7 @@
|
|||||||
<jms:reference-file line="97">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="97">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="13">Bridge/Dailymotion/playlist_createcontainer.html.twig</jms:reference-file>
|
<jms:reference-file line="13">Bridge/Dailymotion/playlist_createcontainer.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="38">actions/Download/prepare.html.twig</jms:reference-file>
|
<jms:reference-file line="38">actions/Download/prepare.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="191">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="186">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="50">admin/fields/templates.html.twig</jms:reference-file>
|
<jms:reference-file line="50">admin/fields/templates.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="994e92a6f1e83337ca0193b7fa44cf6b3e9287e5" resname="Name or email" approved="yes">
|
<trans-unit id="994e92a6f1e83337ca0193b7fa44cf6b3e9287e5" resname="Name or email" approved="yes">
|
||||||
@@ -6912,7 +6908,7 @@
|
|||||||
<source>Time for feedback (days)</source>
|
<source>Time for feedback (days)</source>
|
||||||
<target state="translated">Time for feedback (in days)</target>
|
<target state="translated">Time for feedback (in days)</target>
|
||||||
<jms:reference-file line="99">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="99">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="179">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="174">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="eb97899aedcd5609782b5ccb4ffa390e0e66a3eb" resname="Titre" approved="yes">
|
<trans-unit id="eb97899aedcd5609782b5ccb4ffa390e0e66a3eb" resname="Titre" approved="yes">
|
||||||
<source>Titre</source>
|
<source>Titre</source>
|
||||||
@@ -7311,10 +7307,10 @@
|
|||||||
<jms:reference-file line="300">prod/actions/Push.html.twig</jms:reference-file>
|
<jms:reference-file line="300">prod/actions/Push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="109">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="109">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="111">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="111">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="256">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="246">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="258">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="248">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="297">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="287">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="299">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="289">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ae005b1ce814398e203551a75eeeb5da09f80204" resname="User can see others choices" approved="yes">
|
<trans-unit id="ae005b1ce814398e203551a75eeeb5da09f80204" resname="User can see others choices" approved="yes">
|
||||||
<source>User can see others choices</source>
|
<source>User can see others choices</source>
|
||||||
@@ -12200,7 +12196,7 @@ Warning: The current values will be overwritten by these new values</target>
|
|||||||
<trans-unit id="a146a90e6a97ac82ffa4ab5d4dc7cf4955a1e305" resname="prod::feedback:feedback_set_title" approved="yes">
|
<trans-unit id="a146a90e6a97ac82ffa4ab5d4dc7cf4955a1e305" resname="prod::feedback:feedback_set_title" approved="yes">
|
||||||
<source>prod::feedback:feedback_set_title</source>
|
<source>prod::feedback:feedback_set_title</source>
|
||||||
<target state="translated">Feedback Title :</target>
|
<target state="translated">Feedback Title :</target>
|
||||||
<jms:reference-file line="193">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="188">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="47f76b5a8ec06b165c0d83ed447999def6f368e4" resname="prod::notification: notification title" approved="yes">
|
<trans-unit id="47f76b5a8ec06b165c0d83ed447999def6f368e4" resname="prod::notification: notification title" approved="yes">
|
||||||
<source>prod::notification: notification title</source>
|
<source>prod::notification: notification title</source>
|
||||||
@@ -12230,7 +12226,7 @@ Warning: The current values will be overwritten by these new values</target>
|
|||||||
<trans-unit id="dee7c522bf9e0eea45e003fb4d0f736bc251a954" resname="prod::push:push_set_title" approved="yes">
|
<trans-unit id="dee7c522bf9e0eea45e003fb4d0f736bc251a954" resname="prod::push:push_set_title" approved="yes">
|
||||||
<source>prod::push:push_set_title</source>
|
<source>prod::push:push_set_title</source>
|
||||||
<target state="translated">Name of Push Basket</target>
|
<target state="translated">Name of Push Basket</target>
|
||||||
<jms:reference-file line="194">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="189">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="2a4d65f9a1aaeec92617d3d5dc3ef0167a019e82" resname="prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." approved="yes">
|
<trans-unit id="2a4d65f9a1aaeec92617d3d5dc3ef0167a019e82" resname="prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." approved="yes">
|
||||||
<source>prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee.</source>
|
<source>prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee.</source>
|
||||||
@@ -12493,36 +12489,36 @@ Warning: The current values will be overwritten by these new values</target>
|
|||||||
<trans-unit id="324e7cea705016a31d01d0bde3ee526a92ea881c" resname="prod:expose:publication:Access rules" approved="yes">
|
<trans-unit id="324e7cea705016a31d01d0bde3ee526a92ea881c" resname="prod:expose:publication:Access rules" approved="yes">
|
||||||
<source>prod:expose:publication:Access rules</source>
|
<source>prod:expose:publication:Access rules</source>
|
||||||
<target state="translated">Publication Access rule</target>
|
<target state="translated">Publication Access rule</target>
|
||||||
<jms:reference-file line="62">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="58">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="97">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="97">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="af3ad24004cd69b0254f1c8c2e5089d35b3844da" resname="prod:expose:publication:Advanced setting" approved="yes">
|
<trans-unit id="af3ad24004cd69b0254f1c8c2e5089d35b3844da" resname="prod:expose:publication:Advanced setting" approved="yes">
|
||||||
<source>prod:expose:publication:Advanced setting</source>
|
<source>prod:expose:publication:Advanced setting</source>
|
||||||
<target state="translated">Advanced setting</target>
|
<target state="translated">Advanced setting</target>
|
||||||
<jms:reference-file line="104">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="100">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="139">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="139">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="551db59cb8c5b618adffe5719f791fc5c07a63cd" resname="prod:expose:publication:Available (leave blank for permanet publication)" approved="yes">
|
<trans-unit id="551db59cb8c5b618adffe5719f791fc5c07a63cd" resname="prod:expose:publication:Available (leave blank for permanet publication)" approved="yes">
|
||||||
<source>prod:expose:publication:Available (leave blank for permanet publication)</source>
|
<source>prod:expose:publication:Available (leave blank for permanet publication)</source>
|
||||||
<target state="translated">Available (leave date blank for permanent publication)</target>
|
<target state="translated">Available (leave date blank for permanent publication)</target>
|
||||||
<jms:reference-file line="44">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="40">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="77">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="77">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="03fa83cecf49d9c7a3813b4a019c6d2d2ff50c30" resname="prod:expose:publication:Cancel" approved="yes">
|
<trans-unit id="03fa83cecf49d9c7a3813b4a019c6d2d2ff50c30" resname="prod:expose:publication:Cancel" approved="yes">
|
||||||
<source>prod:expose:publication:Cancel</source>
|
<source>prod:expose:publication:Cancel</source>
|
||||||
<target state="translated">Cancel</target>
|
<target state="translated">Cancel</target>
|
||||||
<jms:reference-file line="119">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="115">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="154">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="154">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="fdeebeeec3860ccbd6f36b4aeaf7cb77ce7312b1" resname="prod:expose:publication:Create publication" approved="yes">
|
<trans-unit id="fdeebeeec3860ccbd6f36b4aeaf7cb77ce7312b1" resname="prod:expose:publication:Create publication" approved="yes">
|
||||||
<source>prod:expose:publication:Create publication</source>
|
<source>prod:expose:publication:Create publication</source>
|
||||||
<target state="translated">Create publication</target>
|
<target state="translated">Create publication</target>
|
||||||
<jms:reference-file line="122">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="118">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="829875af60c25eadba563170b4f9e5f8db2ba688" resname="prod:expose:publication:Dark" approved="yes">
|
<trans-unit id="829875af60c25eadba563170b4f9e5f8db2ba688" resname="prod:expose:publication:Dark" approved="yes">
|
||||||
<source>prod:expose:publication:Dark</source>
|
<source>prod:expose:publication:Dark</source>
|
||||||
<target state="translated">Dark theme</target>
|
<target state="translated">Dark theme</target>
|
||||||
<jms:reference-file line="96">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="92">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="131">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="131">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="8e6332dde288968d262020d7f1d0679a0a8bcb8d" resname="prod:expose:publication:Delete" approved="yes">
|
<trans-unit id="8e6332dde288968d262020d7f1d0679a0a8bcb8d" resname="prod:expose:publication:Delete" approved="yes">
|
||||||
@@ -12533,7 +12529,7 @@ Warning: The current values will be overwritten by these new values</target>
|
|||||||
<trans-unit id="ee5cd9a1dd713bd55ca3b3919466e4ac9b297c77" resname="prod:expose:publication:Download" approved="yes">
|
<trans-unit id="ee5cd9a1dd713bd55ca3b3919466e4ac9b297c77" resname="prod:expose:publication:Download" approved="yes">
|
||||||
<source>prod:expose:publication:Download</source>
|
<source>prod:expose:publication:Download</source>
|
||||||
<target state="translated">Download Layout</target>
|
<target state="translated">Download Layout</target>
|
||||||
<jms:reference-file line="87">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="83">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="122">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="122">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="3ca4394264a3c86daf2d088f072dca679d82bb6a" resname="prod:expose:publication:Editing" approved="yes">
|
<trans-unit id="3ca4394264a3c86daf2d088f072dca679d82bb6a" resname="prod:expose:publication:Editing" approved="yes">
|
||||||
@@ -12544,62 +12540,62 @@ Warning: The current values will be overwritten by these new values</target>
|
|||||||
<trans-unit id="27a3d37e05caa995cb1a7b58c36fe1936b00f866" resname="prod:expose:publication:Enabled" approved="yes">
|
<trans-unit id="27a3d37e05caa995cb1a7b58c36fe1936b00f866" resname="prod:expose:publication:Enabled" approved="yes">
|
||||||
<source>prod:expose:publication:Enabled</source>
|
<source>prod:expose:publication:Enabled</source>
|
||||||
<target state="translated">Enabled</target>
|
<target state="translated">Enabled</target>
|
||||||
<jms:reference-file line="37">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="33">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="68">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="68">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="1964c90b5229b7aed8e0e4cead60cd6f0cd49b76" resname="prod:expose:publication:From" approved="yes">
|
<trans-unit id="1964c90b5229b7aed8e0e4cead60cd6f0cd49b76" resname="prod:expose:publication:From" approved="yes">
|
||||||
<source>prod:expose:publication:From</source>
|
<source>prod:expose:publication:From</source>
|
||||||
<target state="translated">From</target>
|
<target state="translated">From</target>
|
||||||
<jms:reference-file line="46">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="42">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="79">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="79">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="22b12bdabd78e4c9dfcd2a3c202a7ed02af28746" resname="prod:expose:publication:Gallery" approved="yes">
|
<trans-unit id="22b12bdabd78e4c9dfcd2a3c202a7ed02af28746" resname="prod:expose:publication:Gallery" approved="yes">
|
||||||
<source>prod:expose:publication:Gallery</source>
|
<source>prod:expose:publication:Gallery</source>
|
||||||
<target state="translated">Gallery Layout</target>
|
<target state="translated">Gallery Layout</target>
|
||||||
<jms:reference-file line="85">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="81">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="120">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="120">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="879311e23dbb4491b0144ce49a6d66e83bd660e7" resname="prod:expose:publication:Layout" approved="yes">
|
<trans-unit id="879311e23dbb4491b0144ce49a6d66e83bd660e7" resname="prod:expose:publication:Layout" approved="yes">
|
||||||
<source>prod:expose:publication:Layout</source>
|
<source>prod:expose:publication:Layout</source>
|
||||||
<target state="translated">Layout</target>
|
<target state="translated">Layout</target>
|
||||||
<jms:reference-file line="81">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="77">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="116">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="116">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="123400d6203202f86844b765e6f85509f6ebb1f6" resname="prod:expose:publication:Light" approved="yes">
|
<trans-unit id="123400d6203202f86844b765e6f85509f6ebb1f6" resname="prod:expose:publication:Light" approved="yes">
|
||||||
<source>prod:expose:publication:Light</source>
|
<source>prod:expose:publication:Light</source>
|
||||||
<target state="translated">Light theme</target>
|
<target state="translated">Light theme</target>
|
||||||
<jms:reference-file line="95">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="91">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="130">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="130">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="0a35952e92e77bf6a762055c17aab923e4dc3a46" resname="prod:expose:publication:Mapbox" approved="yes">
|
<trans-unit id="0a35952e92e77bf6a762055c17aab923e4dc3a46" resname="prod:expose:publication:Mapbox" approved="yes">
|
||||||
<source>prod:expose:publication:Mapbox</source>
|
<source>prod:expose:publication:Mapbox</source>
|
||||||
<target state="translated">Map Layout</target>
|
<target state="translated">Map Layout</target>
|
||||||
<jms:reference-file line="86">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="82">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="121">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="121">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="85dffecce40b9a951d2e11cb518280dcce7ee31a" resname="prod:expose:publication:Name" approved="yes">
|
<trans-unit id="85dffecce40b9a951d2e11cb518280dcce7ee31a" resname="prod:expose:publication:Name" approved="yes">
|
||||||
<source>prod:expose:publication:Name</source>
|
<source>prod:expose:publication:Name</source>
|
||||||
<target state="translated">Publication Name</target>
|
<target state="translated">Publication Name</target>
|
||||||
<jms:reference-file line="11">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="7">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="31">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="31">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ca3d77bf1e62e1cf39bf5b8a3a161ab17b28f375" resname="prod:expose:publication:Open access" approved="yes">
|
<trans-unit id="ca3d77bf1e62e1cf39bf5b8a3a161ab17b28f375" resname="prod:expose:publication:Open access" approved="yes">
|
||||||
<source>prod:expose:publication:Open access</source>
|
<source>prod:expose:publication:Open access</source>
|
||||||
<target state="translated">Open access</target>
|
<target state="translated">Open access</target>
|
||||||
<jms:reference-file line="66">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="62">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="101">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="101">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="a2a8888f67982de346cedbe03b5884757de77925" resname="prod:expose:publication:Parent Publication" approved="yes">
|
<trans-unit id="a2a8888f67982de346cedbe03b5884757de77925" resname="prod:expose:publication:Parent Publication" approved="yes">
|
||||||
<source>prod:expose:publication:Parent Publication</source>
|
<source>prod:expose:publication:Parent Publication</source>
|
||||||
<target state="translated">Parent Publication</target>
|
<target state="translated">Parent Publication</target>
|
||||||
<jms:reference-file line="10">prod/WorkZone/ExposePublicationAssets.html.twig</jms:reference-file>
|
<jms:reference-file line="10">prod/WorkZone/ExposePublicationAssets.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="21">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="17">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="41">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="41">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="d190364e0bc239d60124d5a906249199fcedbcf7" resname="prod:expose:publication:Password" approved="yes">
|
<trans-unit id="d190364e0bc239d60124d5a906249199fcedbcf7" resname="prod:expose:publication:Password" approved="yes">
|
||||||
<source>prod:expose:publication:Password</source>
|
<source>prod:expose:publication:Password</source>
|
||||||
<target state="translated">Password</target>
|
<target state="translated">Password</target>
|
||||||
<jms:reference-file line="67">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="63">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="102">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="102">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="37fc20596092e78e7c9f232b1d5a1792c3338286" resname="prod:expose:publication:Permission" approved="yes">
|
<trans-unit id="37fc20596092e78e7c9f232b1d5a1792c3338286" resname="prod:expose:publication:Permission" approved="yes">
|
||||||
@@ -12611,13 +12607,13 @@ Warning: The current values will be overwritten by these new values</target>
|
|||||||
<trans-unit id="6e4586d5715234b05a5637d7232d42289efd54e3" resname="prod:expose:publication:Profile" approved="yes">
|
<trans-unit id="6e4586d5715234b05a5637d7232d42289efd54e3" resname="prod:expose:publication:Profile" approved="yes">
|
||||||
<source>prod:expose:publication:Profile</source>
|
<source>prod:expose:publication:Profile</source>
|
||||||
<target state="translated">Publication Profile</target>
|
<target state="translated">Publication Profile</target>
|
||||||
<jms:reference-file line="30">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="26">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="56">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="56">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="055d4b2c4be0a43224479c371b7e0c4da2719756" resname="prod:expose:publication:Publicly listing" approved="yes">
|
<trans-unit id="055d4b2c4be0a43224479c371b7e0c4da2719756" resname="prod:expose:publication:Publicly listing" approved="yes">
|
||||||
<source>prod:expose:publication:Publicly listing</source>
|
<source>prod:expose:publication:Publicly listing</source>
|
||||||
<target state="translated">Publicly listing (Publication listed on Expose landing page)</target>
|
<target state="translated">Publicly listing (Publication listed on Expose landing page)</target>
|
||||||
<jms:reference-file line="55">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="51">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="88">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="88">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="2a1795f494a3d378d7e089f44aaba611d2840f96" resname="prod:expose:publication:Refresh Publication" approved="yes">
|
<trans-unit id="2a1795f494a3d378d7e089f44aaba611d2840f96" resname="prod:expose:publication:Refresh Publication" approved="yes">
|
||||||
@@ -12628,43 +12624,43 @@ Warning: The current values will be overwritten by these new values</target>
|
|||||||
<trans-unit id="f0ee6ea23eac8f7db8e39a77d3027629342b0e10" resname="prod:expose:publication:Select Layout" approved="yes">
|
<trans-unit id="f0ee6ea23eac8f7db8e39a77d3027629342b0e10" resname="prod:expose:publication:Select Layout" approved="yes">
|
||||||
<source>prod:expose:publication:Select Layout</source>
|
<source>prod:expose:publication:Select Layout</source>
|
||||||
<target state="translated">Select Layout</target>
|
<target state="translated">Select Layout</target>
|
||||||
<jms:reference-file line="84">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="80">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="119">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="119">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="14a842c2a43ef10eec62cc59c8e3c151ca99c660" resname="prod:expose:publication:Select Profile" approved="yes">
|
<trans-unit id="14a842c2a43ef10eec62cc59c8e3c151ca99c660" resname="prod:expose:publication:Select Profile" approved="yes">
|
||||||
<source>prod:expose:publication:Select Profile</source>
|
<source>prod:expose:publication:Select Profile</source>
|
||||||
<target state="translated">Select Profile</target>
|
<target state="translated">Select Profile</target>
|
||||||
<jms:reference-file line="33">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="29">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="61">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="61">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="a55b57125f0703c7fe2393a15ee3ae4e9882763e" resname="prod:expose:publication:Select Theme" approved="yes">
|
<trans-unit id="a55b57125f0703c7fe2393a15ee3ae4e9882763e" resname="prod:expose:publication:Select Theme" approved="yes">
|
||||||
<source>prod:expose:publication:Select Theme</source>
|
<source>prod:expose:publication:Select Theme</source>
|
||||||
<target state="translated">Select Theme</target>
|
<target state="translated">Select Theme</target>
|
||||||
<jms:reference-file line="94">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="90">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="129">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="129">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="89bd08c42543705b2b8ec5046cf43e26cc7a85b1" resname="prod:expose:publication:Select a parent publication" approved="yes">
|
<trans-unit id="89bd08c42543705b2b8ec5046cf43e26cc7a85b1" resname="prod:expose:publication:Select a parent publication" approved="yes">
|
||||||
<source>prod:expose:publication:Select a parent publication</source>
|
<source>prod:expose:publication:Select a parent publication</source>
|
||||||
<target state="translated">Select a parent publication</target>
|
<target state="translated">Select a parent publication</target>
|
||||||
<jms:reference-file line="25">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="21">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="48">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="48">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="77e197ee00b2da0b378e08f9717e9029907dde6d" resname="prod:expose:publication:Slug" approved="yes">
|
<trans-unit id="77e197ee00b2da0b378e08f9717e9029907dde6d" resname="prod:expose:publication:Slug" approved="yes">
|
||||||
<source>prod:expose:publication:Slug</source>
|
<source>prod:expose:publication:Slug</source>
|
||||||
<target state="translated">Publication Slug</target>
|
<target state="translated">Publication Slug</target>
|
||||||
<jms:reference-file line="15">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="11">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="35">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="35">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="09e31f070644dc5cdce690efdd861868fbe36c8a" resname="prod:expose:publication:Theme" approved="yes">
|
<trans-unit id="09e31f070644dc5cdce690efdd861868fbe36c8a" resname="prod:expose:publication:Theme" approved="yes">
|
||||||
<source>prod:expose:publication:Theme</source>
|
<source>prod:expose:publication:Theme</source>
|
||||||
<target state="translated">Theme</target>
|
<target state="translated">Theme</target>
|
||||||
<jms:reference-file line="91">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="87">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="126">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="126">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="26b15d28f92ef84be6ca70cbe4b3cf12cb418ac0" resname="prod:expose:publication:To" approved="yes">
|
<trans-unit id="26b15d28f92ef84be6ca70cbe4b3cf12cb418ac0" resname="prod:expose:publication:To" approved="yes">
|
||||||
<source>prod:expose:publication:To</source>
|
<source>prod:expose:publication:To</source>
|
||||||
<target state="translated">To</target>
|
<target state="translated">To</target>
|
||||||
<jms:reference-file line="50">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="46">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="83">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="83">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="7665e294abb20f03a6664346b679992539de9e77" resname="prod:expose:publication:Update Publication" approved="yes">
|
<trans-unit id="7665e294abb20f03a6664346b679992539de9e77" resname="prod:expose:publication:Update Publication" approved="yes">
|
||||||
@@ -12675,7 +12671,7 @@ Warning: The current values will be overwritten by these new values</target>
|
|||||||
<trans-unit id="b74f6e47a7bbe1f0b8d486f5f87344e29e15599f" resname="prod:expose:publication:Users" approved="yes">
|
<trans-unit id="b74f6e47a7bbe1f0b8d486f5f87344e29e15599f" resname="prod:expose:publication:Users" approved="yes">
|
||||||
<source>prod:expose:publication:Users</source>
|
<source>prod:expose:publication:Users</source>
|
||||||
<target state="translated">Users</target>
|
<target state="translated">Users</target>
|
||||||
<jms:reference-file line="68">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="64">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="103">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="103">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="9664183fc801100081920a8c1dc3cd7e48d7e304" resname="prod:expose:publication:permission:Group Name" approved="yes">
|
<trans-unit id="9664183fc801100081920a8c1dc3cd7e48d7e304" resname="prod:expose:publication:permission:Group Name" approved="yes">
|
||||||
|
@@ -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="2021-03-26T11:08:21Z" source-language="en" target-language="fr" datatype="plaintext" original="not.available">
|
<file date="2021-03-26T15:02:09Z" 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>
|
||||||
@@ -17,16 +17,6 @@
|
|||||||
<target state="translated">Ajouter</target>
|
<target state="translated">Ajouter</target>
|
||||||
<jms:reference-file line="66">admin/fields/templates.html.twig</jms:reference-file>
|
<jms:reference-file line="66">admin/fields/templates.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="955ba3f1b3cb9a2d319b73af341dd94392f61e87" resname=" The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account to see its contents. This avoids anonymous users to access to the content of the push if they were able to get the display url through a forwarded mail for example. " approved="yes">
|
|
||||||
<source> The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account
|
|
||||||
to see its contents.
|
|
||||||
This avoids anonymous users to access to the content of the push if they were able to get the display
|
|
||||||
url through a forwarded mail for example.
|
|
||||||
</source>
|
|
||||||
<target state="translated">L'option "Forcer l'authentification des utilisateurs" contraint les destinataires à s'authentifier pour accéder au contenu diffusé. Cela interdit l'accès aux documents à des personnes auprès desquels l'URL aurait été divulguée, notamment par un transfert d'e-mail.</target>
|
|
||||||
<jms:reference-file line="164">prod/templates/push.html.twig</jms:reference-file>
|
|
||||||
<jms:reference-file line="217">prod/templates/push.html.twig</jms:reference-file>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="17b36ba11b9598e1ca72638a17637c71db031f8b" resname="#3567c6" approved="yes">
|
<trans-unit id="17b36ba11b9598e1ca72638a17637c71db031f8b" resname="#3567c6" approved="yes">
|
||||||
<source>#3567c6</source>
|
<source>#3567c6</source>
|
||||||
<target state="translated">#3567c6</target>
|
<target state="translated">#3567c6</target>
|
||||||
@@ -620,7 +610,7 @@
|
|||||||
<target state="translated">Accusé de réception</target>
|
<target state="translated">Accusé de réception</target>
|
||||||
<jms:reference-file line="102">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="102">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="150">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="150">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="203">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="198">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="589db073670b88b4b42b9f60b53d87e049fa5e3f" resname="Accuse de reception indisponible, vous n'avez pas declare d'adresse email" approved="yes">
|
<trans-unit id="589db073670b88b4b42b9f60b53d87e049fa5e3f" resname="Accuse de reception indisponible, vous n'avez pas declare d'adresse email" approved="yes">
|
||||||
<source>Accuse de reception indisponible, vous n'avez pas declare d'adresse email</source>
|
<source>Accuse de reception indisponible, vous n'avez pas declare d'adresse email</source>
|
||||||
@@ -3378,7 +3368,13 @@
|
|||||||
<source>Force authentication</source>
|
<source>Force authentication</source>
|
||||||
<target state="needs-translation">Obliger les utilisateurs à s'authentifier</target>
|
<target state="needs-translation">Obliger les utilisateurs à s'authentifier</target>
|
||||||
<jms:reference-file line="158">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="158">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="211">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="206">prod/templates/push.html.twig</jms:reference-file>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="3c09681083e459a74f0ee7c581a62a514c7b2c8f" resname="Force authentication : info">
|
||||||
|
<source>Force authentication : info</source>
|
||||||
|
<target state="new">Force authentication : info</target>
|
||||||
|
<jms:reference-file line="164">prod/templates/push.html.twig</jms:reference-file>
|
||||||
|
<jms:reference-file line="212">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="c7dbc1bf5eabb170eb6a0597a076723db79ec064" resname="Force sending of the document ?" approved="yes">
|
<trans-unit id="c7dbc1bf5eabb170eb6a0597a076723db79ec064" resname="Force sending of the document ?" approved="yes">
|
||||||
<source>Force sending of the document ?</source>
|
<source>Force sending of the document ?</source>
|
||||||
@@ -4353,7 +4349,7 @@
|
|||||||
<jms:reference-file line="98">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="98">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="28">prod/WorkZone/Reminder.html.twig</jms:reference-file>
|
<jms:reference-file line="28">prod/WorkZone/Reminder.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="144">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="144">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="197">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="192">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="cbcbdf92e7a47c81ec1719f03f00d8e6c5b5f5ef" resname="Message automatique de Phraseanet" approved="yes">
|
<trans-unit id="cbcbdf92e7a47c81ec1719f03f00d8e6c5b5f5ef" resname="Message automatique de Phraseanet" approved="yes">
|
||||||
<source>Message automatique de Phraseanet</source>
|
<source>Message automatique de Phraseanet</source>
|
||||||
@@ -4510,7 +4506,7 @@
|
|||||||
<jms:reference-file line="97">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="97">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="13">Bridge/Dailymotion/playlist_createcontainer.html.twig</jms:reference-file>
|
<jms:reference-file line="13">Bridge/Dailymotion/playlist_createcontainer.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="38">actions/Download/prepare.html.twig</jms:reference-file>
|
<jms:reference-file line="38">actions/Download/prepare.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="191">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="186">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="50">admin/fields/templates.html.twig</jms:reference-file>
|
<jms:reference-file line="50">admin/fields/templates.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="994e92a6f1e83337ca0193b7fa44cf6b3e9287e5" resname="Name or email" approved="yes">
|
<trans-unit id="994e92a6f1e83337ca0193b7fa44cf6b3e9287e5" resname="Name or email" approved="yes">
|
||||||
@@ -6911,7 +6907,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
|
|||||||
<source>Time for feedback (days)</source>
|
<source>Time for feedback (days)</source>
|
||||||
<target state="translated">Durée de la validation (en jours)</target>
|
<target state="translated">Durée de la validation (en jours)</target>
|
||||||
<jms:reference-file line="99">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="99">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="179">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="174">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="eb97899aedcd5609782b5ccb4ffa390e0e66a3eb" resname="Titre" approved="yes">
|
<trans-unit id="eb97899aedcd5609782b5ccb4ffa390e0e66a3eb" resname="Titre" approved="yes">
|
||||||
<source>Titre</source>
|
<source>Titre</source>
|
||||||
@@ -7310,10 +7306,10 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
|
|||||||
<jms:reference-file line="300">prod/actions/Push.html.twig</jms:reference-file>
|
<jms:reference-file line="300">prod/actions/Push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="109">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="109">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="111">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="111">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="256">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="246">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="258">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="248">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="297">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="287">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="299">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="289">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ae005b1ce814398e203551a75eeeb5da09f80204" resname="User can see others choices" approved="yes">
|
<trans-unit id="ae005b1ce814398e203551a75eeeb5da09f80204" resname="User can see others choices" approved="yes">
|
||||||
<source>User can see others choices</source>
|
<source>User can see others choices</source>
|
||||||
@@ -12200,7 +12196,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles
|
|||||||
<trans-unit id="a146a90e6a97ac82ffa4ab5d4dc7cf4955a1e305" resname="prod::feedback:feedback_set_title" approved="yes">
|
<trans-unit id="a146a90e6a97ac82ffa4ab5d4dc7cf4955a1e305" resname="prod::feedback:feedback_set_title" approved="yes">
|
||||||
<source>prod::feedback:feedback_set_title</source>
|
<source>prod::feedback:feedback_set_title</source>
|
||||||
<target state="translated">Nom de la validation</target>
|
<target state="translated">Nom de la validation</target>
|
||||||
<jms:reference-file line="193">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="188">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="47f76b5a8ec06b165c0d83ed447999def6f368e4" resname="prod::notification: notification title" approved="yes">
|
<trans-unit id="47f76b5a8ec06b165c0d83ed447999def6f368e4" resname="prod::notification: notification title" approved="yes">
|
||||||
<source>prod::notification: notification title</source>
|
<source>prod::notification: notification title</source>
|
||||||
@@ -12230,7 +12226,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles
|
|||||||
<trans-unit id="dee7c522bf9e0eea45e003fb4d0f736bc251a954" resname="prod::push:push_set_title" approved="yes">
|
<trans-unit id="dee7c522bf9e0eea45e003fb4d0f736bc251a954" resname="prod::push:push_set_title" approved="yes">
|
||||||
<source>prod::push:push_set_title</source>
|
<source>prod::push:push_set_title</source>
|
||||||
<target state="translated">Nom du panier de Push</target>
|
<target state="translated">Nom du panier de Push</target>
|
||||||
<jms:reference-file line="194">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="189">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="2a4d65f9a1aaeec92617d3d5dc3ef0167a019e82" resname="prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." approved="yes">
|
<trans-unit id="2a4d65f9a1aaeec92617d3d5dc3ef0167a019e82" resname="prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." approved="yes">
|
||||||
<source>prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee.</source>
|
<source>prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee.</source>
|
||||||
@@ -12493,36 +12489,36 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles
|
|||||||
<trans-unit id="324e7cea705016a31d01d0bde3ee526a92ea881c" resname="prod:expose:publication:Access rules" approved="yes">
|
<trans-unit id="324e7cea705016a31d01d0bde3ee526a92ea881c" resname="prod:expose:publication:Access rules" approved="yes">
|
||||||
<source>prod:expose:publication:Access rules</source>
|
<source>prod:expose:publication:Access rules</source>
|
||||||
<target state="translated">Règles d'accès à la publication</target>
|
<target state="translated">Règles d'accès à la publication</target>
|
||||||
<jms:reference-file line="62">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="58">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="97">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="97">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="af3ad24004cd69b0254f1c8c2e5089d35b3844da" resname="prod:expose:publication:Advanced setting" approved="yes">
|
<trans-unit id="af3ad24004cd69b0254f1c8c2e5089d35b3844da" resname="prod:expose:publication:Advanced setting" approved="yes">
|
||||||
<source>prod:expose:publication:Advanced setting</source>
|
<source>prod:expose:publication:Advanced setting</source>
|
||||||
<target state="translated">Réglage avancé</target>
|
<target state="translated">Réglage avancé</target>
|
||||||
<jms:reference-file line="104">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="100">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="139">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="139">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="551db59cb8c5b618adffe5719f791fc5c07a63cd" resname="prod:expose:publication:Available (leave blank for permanet publication)" approved="yes">
|
<trans-unit id="551db59cb8c5b618adffe5719f791fc5c07a63cd" resname="prod:expose:publication:Available (leave blank for permanet publication)" approved="yes">
|
||||||
<source>prod:expose:publication:Available (leave blank for permanet publication)</source>
|
<source>prod:expose:publication:Available (leave blank for permanet publication)</source>
|
||||||
<target state="translated">Disponible (ne pas entrer de date pour une publication permanente)</target>
|
<target state="translated">Disponible (ne pas entrer de date pour une publication permanente)</target>
|
||||||
<jms:reference-file line="44">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="40">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="77">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="77">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="03fa83cecf49d9c7a3813b4a019c6d2d2ff50c30" resname="prod:expose:publication:Cancel" approved="yes">
|
<trans-unit id="03fa83cecf49d9c7a3813b4a019c6d2d2ff50c30" resname="prod:expose:publication:Cancel" approved="yes">
|
||||||
<source>prod:expose:publication:Cancel</source>
|
<source>prod:expose:publication:Cancel</source>
|
||||||
<target state="translated">Annuler</target>
|
<target state="translated">Annuler</target>
|
||||||
<jms:reference-file line="119">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="115">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="154">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="154">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="fdeebeeec3860ccbd6f36b4aeaf7cb77ce7312b1" resname="prod:expose:publication:Create publication" approved="yes">
|
<trans-unit id="fdeebeeec3860ccbd6f36b4aeaf7cb77ce7312b1" resname="prod:expose:publication:Create publication" approved="yes">
|
||||||
<source>prod:expose:publication:Create publication</source>
|
<source>prod:expose:publication:Create publication</source>
|
||||||
<target state="translated">Créer une publication</target>
|
<target state="translated">Créer une publication</target>
|
||||||
<jms:reference-file line="122">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="118">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="829875af60c25eadba563170b4f9e5f8db2ba688" resname="prod:expose:publication:Dark" approved="yes">
|
<trans-unit id="829875af60c25eadba563170b4f9e5f8db2ba688" resname="prod:expose:publication:Dark" approved="yes">
|
||||||
<source>prod:expose:publication:Dark</source>
|
<source>prod:expose:publication:Dark</source>
|
||||||
<target state="translated">Thème sombre</target>
|
<target state="translated">Thème sombre</target>
|
||||||
<jms:reference-file line="96">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="92">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="131">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="131">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="8e6332dde288968d262020d7f1d0679a0a8bcb8d" resname="prod:expose:publication:Delete" approved="yes">
|
<trans-unit id="8e6332dde288968d262020d7f1d0679a0a8bcb8d" resname="prod:expose:publication:Delete" approved="yes">
|
||||||
@@ -12533,7 +12529,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles
|
|||||||
<trans-unit id="ee5cd9a1dd713bd55ca3b3919466e4ac9b297c77" resname="prod:expose:publication:Download" approved="yes">
|
<trans-unit id="ee5cd9a1dd713bd55ca3b3919466e4ac9b297c77" resname="prod:expose:publication:Download" approved="yes">
|
||||||
<source>prod:expose:publication:Download</source>
|
<source>prod:expose:publication:Download</source>
|
||||||
<target state="translated">Layout Download</target>
|
<target state="translated">Layout Download</target>
|
||||||
<jms:reference-file line="87">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="83">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="122">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="122">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="3ca4394264a3c86daf2d088f072dca679d82bb6a" resname="prod:expose:publication:Editing" approved="yes">
|
<trans-unit id="3ca4394264a3c86daf2d088f072dca679d82bb6a" resname="prod:expose:publication:Editing" approved="yes">
|
||||||
@@ -12544,62 +12540,62 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles
|
|||||||
<trans-unit id="27a3d37e05caa995cb1a7b58c36fe1936b00f866" resname="prod:expose:publication:Enabled" approved="yes">
|
<trans-unit id="27a3d37e05caa995cb1a7b58c36fe1936b00f866" resname="prod:expose:publication:Enabled" approved="yes">
|
||||||
<source>prod:expose:publication:Enabled</source>
|
<source>prod:expose:publication:Enabled</source>
|
||||||
<target state="translated">Actif</target>
|
<target state="translated">Actif</target>
|
||||||
<jms:reference-file line="37">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="33">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="68">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="68">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="1964c90b5229b7aed8e0e4cead60cd6f0cd49b76" resname="prod:expose:publication:From" approved="yes">
|
<trans-unit id="1964c90b5229b7aed8e0e4cead60cd6f0cd49b76" resname="prod:expose:publication:From" approved="yes">
|
||||||
<source>prod:expose:publication:From</source>
|
<source>prod:expose:publication:From</source>
|
||||||
<target state="translated">De</target>
|
<target state="translated">De</target>
|
||||||
<jms:reference-file line="46">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="42">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="79">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="79">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="22b12bdabd78e4c9dfcd2a3c202a7ed02af28746" resname="prod:expose:publication:Gallery" approved="yes">
|
<trans-unit id="22b12bdabd78e4c9dfcd2a3c202a7ed02af28746" resname="prod:expose:publication:Gallery" approved="yes">
|
||||||
<source>prod:expose:publication:Gallery</source>
|
<source>prod:expose:publication:Gallery</source>
|
||||||
<target state="translated">Layout Gallery</target>
|
<target state="translated">Layout Gallery</target>
|
||||||
<jms:reference-file line="85">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="81">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="120">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="120">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="879311e23dbb4491b0144ce49a6d66e83bd660e7" resname="prod:expose:publication:Layout" approved="yes">
|
<trans-unit id="879311e23dbb4491b0144ce49a6d66e83bd660e7" resname="prod:expose:publication:Layout" approved="yes">
|
||||||
<source>prod:expose:publication:Layout</source>
|
<source>prod:expose:publication:Layout</source>
|
||||||
<target state="translated">Layout</target>
|
<target state="translated">Layout</target>
|
||||||
<jms:reference-file line="81">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="77">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="116">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="116">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="123400d6203202f86844b765e6f85509f6ebb1f6" resname="prod:expose:publication:Light" approved="yes">
|
<trans-unit id="123400d6203202f86844b765e6f85509f6ebb1f6" resname="prod:expose:publication:Light" approved="yes">
|
||||||
<source>prod:expose:publication:Light</source>
|
<source>prod:expose:publication:Light</source>
|
||||||
<target state="translated">Thème Light</target>
|
<target state="translated">Thème Light</target>
|
||||||
<jms:reference-file line="95">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="91">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="130">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="130">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="0a35952e92e77bf6a762055c17aab923e4dc3a46" resname="prod:expose:publication:Mapbox" approved="yes">
|
<trans-unit id="0a35952e92e77bf6a762055c17aab923e4dc3a46" resname="prod:expose:publication:Mapbox" approved="yes">
|
||||||
<source>prod:expose:publication:Mapbox</source>
|
<source>prod:expose:publication:Mapbox</source>
|
||||||
<target state="translated">Layout Map</target>
|
<target state="translated">Layout Map</target>
|
||||||
<jms:reference-file line="86">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="82">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="121">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="121">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="85dffecce40b9a951d2e11cb518280dcce7ee31a" resname="prod:expose:publication:Name" approved="yes">
|
<trans-unit id="85dffecce40b9a951d2e11cb518280dcce7ee31a" resname="prod:expose:publication:Name" approved="yes">
|
||||||
<source>prod:expose:publication:Name</source>
|
<source>prod:expose:publication:Name</source>
|
||||||
<target state="translated">Nom de la publication</target>
|
<target state="translated">Nom de la publication</target>
|
||||||
<jms:reference-file line="11">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="7">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="31">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="31">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ca3d77bf1e62e1cf39bf5b8a3a161ab17b28f375" resname="prod:expose:publication:Open access" approved="yes">
|
<trans-unit id="ca3d77bf1e62e1cf39bf5b8a3a161ab17b28f375" resname="prod:expose:publication:Open access" approved="yes">
|
||||||
<source>prod:expose:publication:Open access</source>
|
<source>prod:expose:publication:Open access</source>
|
||||||
<target state="translated">Accès libre</target>
|
<target state="translated">Accès libre</target>
|
||||||
<jms:reference-file line="66">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="62">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="101">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="101">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="a2a8888f67982de346cedbe03b5884757de77925" resname="prod:expose:publication:Parent Publication" approved="yes">
|
<trans-unit id="a2a8888f67982de346cedbe03b5884757de77925" resname="prod:expose:publication:Parent Publication" approved="yes">
|
||||||
<source>prod:expose:publication:Parent Publication</source>
|
<source>prod:expose:publication:Parent Publication</source>
|
||||||
<target state="translated">Publication parente</target>
|
<target state="translated">Publication parente</target>
|
||||||
<jms:reference-file line="10">prod/WorkZone/ExposePublicationAssets.html.twig</jms:reference-file>
|
<jms:reference-file line="10">prod/WorkZone/ExposePublicationAssets.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="21">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="17">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="41">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="41">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="d190364e0bc239d60124d5a906249199fcedbcf7" resname="prod:expose:publication:Password" approved="yes">
|
<trans-unit id="d190364e0bc239d60124d5a906249199fcedbcf7" resname="prod:expose:publication:Password" approved="yes">
|
||||||
<source>prod:expose:publication:Password</source>
|
<source>prod:expose:publication:Password</source>
|
||||||
<target state="translated">Mot de passe</target>
|
<target state="translated">Mot de passe</target>
|
||||||
<jms:reference-file line="67">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="63">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="102">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="102">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="37fc20596092e78e7c9f232b1d5a1792c3338286" resname="prod:expose:publication:Permission" approved="yes">
|
<trans-unit id="37fc20596092e78e7c9f232b1d5a1792c3338286" resname="prod:expose:publication:Permission" approved="yes">
|
||||||
@@ -12611,13 +12607,13 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles
|
|||||||
<trans-unit id="6e4586d5715234b05a5637d7232d42289efd54e3" resname="prod:expose:publication:Profile" approved="yes">
|
<trans-unit id="6e4586d5715234b05a5637d7232d42289efd54e3" resname="prod:expose:publication:Profile" approved="yes">
|
||||||
<source>prod:expose:publication:Profile</source>
|
<source>prod:expose:publication:Profile</source>
|
||||||
<target state="translated">Profil de la publication</target>
|
<target state="translated">Profil de la publication</target>
|
||||||
<jms:reference-file line="30">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="26">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="56">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="56">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="055d4b2c4be0a43224479c371b7e0c4da2719756" resname="prod:expose:publication:Publicly listing" approved="yes">
|
<trans-unit id="055d4b2c4be0a43224479c371b7e0c4da2719756" resname="prod:expose:publication:Publicly listing" approved="yes">
|
||||||
<source>prod:expose:publication:Publicly listing</source>
|
<source>prod:expose:publication:Publicly listing</source>
|
||||||
<target state="translated">Lister publiquement (Publication listée sur la page d'accueil d'Expose)</target>
|
<target state="translated">Lister publiquement (Publication listée sur la page d'accueil d'Expose)</target>
|
||||||
<jms:reference-file line="55">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="51">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="88">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="88">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="2a1795f494a3d378d7e089f44aaba611d2840f96" resname="prod:expose:publication:Refresh Publication" approved="yes">
|
<trans-unit id="2a1795f494a3d378d7e089f44aaba611d2840f96" resname="prod:expose:publication:Refresh Publication" approved="yes">
|
||||||
@@ -12628,43 +12624,43 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles
|
|||||||
<trans-unit id="f0ee6ea23eac8f7db8e39a77d3027629342b0e10" resname="prod:expose:publication:Select Layout" approved="yes">
|
<trans-unit id="f0ee6ea23eac8f7db8e39a77d3027629342b0e10" resname="prod:expose:publication:Select Layout" approved="yes">
|
||||||
<source>prod:expose:publication:Select Layout</source>
|
<source>prod:expose:publication:Select Layout</source>
|
||||||
<target state="translated">Sélectionner un Layout</target>
|
<target state="translated">Sélectionner un Layout</target>
|
||||||
<jms:reference-file line="84">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="80">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="119">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="119">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="14a842c2a43ef10eec62cc59c8e3c151ca99c660" resname="prod:expose:publication:Select Profile" approved="yes">
|
<trans-unit id="14a842c2a43ef10eec62cc59c8e3c151ca99c660" resname="prod:expose:publication:Select Profile" approved="yes">
|
||||||
<source>prod:expose:publication:Select Profile</source>
|
<source>prod:expose:publication:Select Profile</source>
|
||||||
<target state="translated">Sélectionner un profil</target>
|
<target state="translated">Sélectionner un profil</target>
|
||||||
<jms:reference-file line="33">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="29">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="61">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="61">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="a55b57125f0703c7fe2393a15ee3ae4e9882763e" resname="prod:expose:publication:Select Theme" approved="yes">
|
<trans-unit id="a55b57125f0703c7fe2393a15ee3ae4e9882763e" resname="prod:expose:publication:Select Theme" approved="yes">
|
||||||
<source>prod:expose:publication:Select Theme</source>
|
<source>prod:expose:publication:Select Theme</source>
|
||||||
<target state="translated">Sélectionner un thème</target>
|
<target state="translated">Sélectionner un thème</target>
|
||||||
<jms:reference-file line="94">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="90">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="129">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="129">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="89bd08c42543705b2b8ec5046cf43e26cc7a85b1" resname="prod:expose:publication:Select a parent publication" approved="yes">
|
<trans-unit id="89bd08c42543705b2b8ec5046cf43e26cc7a85b1" resname="prod:expose:publication:Select a parent publication" approved="yes">
|
||||||
<source>prod:expose:publication:Select a parent publication</source>
|
<source>prod:expose:publication:Select a parent publication</source>
|
||||||
<target state="translated">Sélectionner une publication parente</target>
|
<target state="translated">Sélectionner une publication parente</target>
|
||||||
<jms:reference-file line="25">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="21">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="48">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="48">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="77e197ee00b2da0b378e08f9717e9029907dde6d" resname="prod:expose:publication:Slug" approved="yes">
|
<trans-unit id="77e197ee00b2da0b378e08f9717e9029907dde6d" resname="prod:expose:publication:Slug" approved="yes">
|
||||||
<source>prod:expose:publication:Slug</source>
|
<source>prod:expose:publication:Slug</source>
|
||||||
<target state="translated">Publication Slug</target>
|
<target state="translated">Publication Slug</target>
|
||||||
<jms:reference-file line="15">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="11">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="35">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="35">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="09e31f070644dc5cdce690efdd861868fbe36c8a" resname="prod:expose:publication:Theme" approved="yes">
|
<trans-unit id="09e31f070644dc5cdce690efdd861868fbe36c8a" resname="prod:expose:publication:Theme" approved="yes">
|
||||||
<source>prod:expose:publication:Theme</source>
|
<source>prod:expose:publication:Theme</source>
|
||||||
<target state="translated">Thème</target>
|
<target state="translated">Thème</target>
|
||||||
<jms:reference-file line="91">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="87">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="126">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="126">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="26b15d28f92ef84be6ca70cbe4b3cf12cb418ac0" resname="prod:expose:publication:To" approved="yes">
|
<trans-unit id="26b15d28f92ef84be6ca70cbe4b3cf12cb418ac0" resname="prod:expose:publication:To" approved="yes">
|
||||||
<source>prod:expose:publication:To</source>
|
<source>prod:expose:publication:To</source>
|
||||||
<target state="translated">A</target>
|
<target state="translated">A</target>
|
||||||
<jms:reference-file line="50">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="46">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="83">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="83">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="7665e294abb20f03a6664346b679992539de9e77" resname="prod:expose:publication:Update Publication" approved="yes">
|
<trans-unit id="7665e294abb20f03a6664346b679992539de9e77" resname="prod:expose:publication:Update Publication" approved="yes">
|
||||||
@@ -12675,7 +12671,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles
|
|||||||
<trans-unit id="b74f6e47a7bbe1f0b8d486f5f87344e29e15599f" resname="prod:expose:publication:Users" approved="yes">
|
<trans-unit id="b74f6e47a7bbe1f0b8d486f5f87344e29e15599f" resname="prod:expose:publication:Users" approved="yes">
|
||||||
<source>prod:expose:publication:Users</source>
|
<source>prod:expose:publication:Users</source>
|
||||||
<target state="translated">Utilisateurs</target>
|
<target state="translated">Utilisateurs</target>
|
||||||
<jms:reference-file line="68">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="64">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="103">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="103">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="9664183fc801100081920a8c1dc3cd7e48d7e304" resname="prod:expose:publication:permission:Group Name" approved="yes">
|
<trans-unit id="9664183fc801100081920a8c1dc3cd7e48d7e304" resname="prod:expose:publication:permission:Group Name" approved="yes">
|
||||||
|
@@ -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="2021-03-26T11:08:38Z" source-language="en" target-language="nl" datatype="plaintext" original="not.available">
|
<file date="2021-03-26T15:02:27Z" 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>
|
||||||
@@ -17,20 +17,6 @@
|
|||||||
<target state="new"> Add</target>
|
<target state="new"> Add</target>
|
||||||
<jms:reference-file line="66">admin/fields/templates.html.twig</jms:reference-file>
|
<jms:reference-file line="66">admin/fields/templates.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="955ba3f1b3cb9a2d319b73af341dd94392f61e87" resname=" The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account to see its contents. This avoids anonymous users to access to the content of the push if they were able to get the display url through a forwarded mail for example. ">
|
|
||||||
<source> The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account
|
|
||||||
to see its contents.
|
|
||||||
This avoids anonymous users to access to the content of the push if they were able to get the display
|
|
||||||
url through a forwarded mail for example.
|
|
||||||
</source>
|
|
||||||
<target state="new"> The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account
|
|
||||||
to see its contents.
|
|
||||||
This avoids anonymous users to access to the content of the push if they were able to get the display
|
|
||||||
url through a forwarded mail for example.
|
|
||||||
</target>
|
|
||||||
<jms:reference-file line="164">prod/templates/push.html.twig</jms:reference-file>
|
|
||||||
<jms:reference-file line="217">prod/templates/push.html.twig</jms:reference-file>
|
|
||||||
</trans-unit>
|
|
||||||
<trans-unit id="17b36ba11b9598e1ca72638a17637c71db031f8b" resname="#3567c6">
|
<trans-unit id="17b36ba11b9598e1ca72638a17637c71db031f8b" resname="#3567c6">
|
||||||
<source>#3567c6</source>
|
<source>#3567c6</source>
|
||||||
<target state="new">#3567c6</target>
|
<target state="new">#3567c6</target>
|
||||||
@@ -624,7 +610,7 @@
|
|||||||
<target state="translated">Ontvangstbevestiging</target>
|
<target state="translated">Ontvangstbevestiging</target>
|
||||||
<jms:reference-file line="102">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="102">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="150">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="150">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="203">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="198">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="589db073670b88b4b42b9f60b53d87e049fa5e3f" resname="Accuse de reception indisponible, vous n'avez pas declare d'adresse email" approved="yes">
|
<trans-unit id="589db073670b88b4b42b9f60b53d87e049fa5e3f" resname="Accuse de reception indisponible, vous n'avez pas declare d'adresse email" approved="yes">
|
||||||
<source>Accuse de reception indisponible, vous n'avez pas declare d'adresse email</source>
|
<source>Accuse de reception indisponible, vous n'avez pas declare d'adresse email</source>
|
||||||
@@ -3388,7 +3374,13 @@
|
|||||||
<source>Force authentication</source>
|
<source>Force authentication</source>
|
||||||
<target state="new">Force authentication</target>
|
<target state="new">Force authentication</target>
|
||||||
<jms:reference-file line="158">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="158">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="211">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="206">prod/templates/push.html.twig</jms:reference-file>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="3c09681083e459a74f0ee7c581a62a514c7b2c8f" resname="Force authentication : info">
|
||||||
|
<source>Force authentication : info</source>
|
||||||
|
<target state="new">Force authentication : info</target>
|
||||||
|
<jms:reference-file line="164">prod/templates/push.html.twig</jms:reference-file>
|
||||||
|
<jms:reference-file line="212">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="c7dbc1bf5eabb170eb6a0597a076723db79ec064" resname="Force sending of the document ?" approved="yes">
|
<trans-unit id="c7dbc1bf5eabb170eb6a0597a076723db79ec064" resname="Force sending of the document ?" approved="yes">
|
||||||
<source>Force sending of the document ?</source>
|
<source>Force sending of the document ?</source>
|
||||||
@@ -4363,7 +4355,7 @@
|
|||||||
<jms:reference-file line="98">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="98">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="28">prod/WorkZone/Reminder.html.twig</jms:reference-file>
|
<jms:reference-file line="28">prod/WorkZone/Reminder.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="144">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="144">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="197">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="192">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="cbcbdf92e7a47c81ec1719f03f00d8e6c5b5f5ef" resname="Message automatique de Phraseanet" approved="yes">
|
<trans-unit id="cbcbdf92e7a47c81ec1719f03f00d8e6c5b5f5ef" resname="Message automatique de Phraseanet" approved="yes">
|
||||||
<source>Message automatique de Phraseanet</source>
|
<source>Message automatique de Phraseanet</source>
|
||||||
@@ -4520,7 +4512,7 @@
|
|||||||
<jms:reference-file line="97">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="97">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="13">Bridge/Dailymotion/playlist_createcontainer.html.twig</jms:reference-file>
|
<jms:reference-file line="13">Bridge/Dailymotion/playlist_createcontainer.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="38">actions/Download/prepare.html.twig</jms:reference-file>
|
<jms:reference-file line="38">actions/Download/prepare.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="191">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="186">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="50">admin/fields/templates.html.twig</jms:reference-file>
|
<jms:reference-file line="50">admin/fields/templates.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="994e92a6f1e83337ca0193b7fa44cf6b3e9287e5" resname="Name or email" approved="yes">
|
<trans-unit id="994e92a6f1e83337ca0193b7fa44cf6b3e9287e5" resname="Name or email" approved="yes">
|
||||||
@@ -6919,7 +6911,7 @@
|
|||||||
<source>Time for feedback (days)</source>
|
<source>Time for feedback (days)</source>
|
||||||
<target state="translated">Tijd voor feedback (dagen)</target>
|
<target state="translated">Tijd voor feedback (dagen)</target>
|
||||||
<jms:reference-file line="99">Controller/Prod/LanguageController.php</jms:reference-file>
|
<jms:reference-file line="99">Controller/Prod/LanguageController.php</jms:reference-file>
|
||||||
<jms:reference-file line="179">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="174">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="eb97899aedcd5609782b5ccb4ffa390e0e66a3eb" resname="Titre" approved="yes">
|
<trans-unit id="eb97899aedcd5609782b5ccb4ffa390e0e66a3eb" resname="Titre" approved="yes">
|
||||||
<source>Titre</source>
|
<source>Titre</source>
|
||||||
@@ -7318,10 +7310,10 @@
|
|||||||
<jms:reference-file line="300">prod/actions/Push.html.twig</jms:reference-file>
|
<jms:reference-file line="300">prod/actions/Push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="109">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="109">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="111">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="111">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="256">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="246">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="258">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="248">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="297">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="287">prod/templates/push.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="299">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="289">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ae005b1ce814398e203551a75eeeb5da09f80204" resname="User can see others choices" approved="yes">
|
<trans-unit id="ae005b1ce814398e203551a75eeeb5da09f80204" resname="User can see others choices" approved="yes">
|
||||||
<source>User can see others choices</source>
|
<source>User can see others choices</source>
|
||||||
@@ -12204,7 +12196,7 @@
|
|||||||
<trans-unit id="a146a90e6a97ac82ffa4ab5d4dc7cf4955a1e305" resname="prod::feedback:feedback_set_title">
|
<trans-unit id="a146a90e6a97ac82ffa4ab5d4dc7cf4955a1e305" resname="prod::feedback:feedback_set_title">
|
||||||
<source>prod::feedback:feedback_set_title</source>
|
<source>prod::feedback:feedback_set_title</source>
|
||||||
<target state="new">prod::feedback:feedback_set_title</target>
|
<target state="new">prod::feedback:feedback_set_title</target>
|
||||||
<jms:reference-file line="193">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="188">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="47f76b5a8ec06b165c0d83ed447999def6f368e4" resname="prod::notification: notification title">
|
<trans-unit id="47f76b5a8ec06b165c0d83ed447999def6f368e4" resname="prod::notification: notification title">
|
||||||
<source>prod::notification: notification title</source>
|
<source>prod::notification: notification title</source>
|
||||||
@@ -12234,7 +12226,7 @@
|
|||||||
<trans-unit id="dee7c522bf9e0eea45e003fb4d0f736bc251a954" resname="prod::push:push_set_title">
|
<trans-unit id="dee7c522bf9e0eea45e003fb4d0f736bc251a954" resname="prod::push:push_set_title">
|
||||||
<source>prod::push:push_set_title</source>
|
<source>prod::push:push_set_title</source>
|
||||||
<target state="new">prod::push:push_set_title</target>
|
<target state="new">prod::push:push_set_title</target>
|
||||||
<jms:reference-file line="194">prod/templates/push.html.twig</jms:reference-file>
|
<jms:reference-file line="189">prod/templates/push.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="2a4d65f9a1aaeec92617d3d5dc3ef0167a019e82" resname="prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." approved="yes">
|
<trans-unit id="2a4d65f9a1aaeec92617d3d5dc3ef0167a019e82" resname="prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." approved="yes">
|
||||||
<source>prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee.</source>
|
<source>prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee.</source>
|
||||||
@@ -12497,36 +12489,36 @@
|
|||||||
<trans-unit id="324e7cea705016a31d01d0bde3ee526a92ea881c" resname="prod:expose:publication:Access rules">
|
<trans-unit id="324e7cea705016a31d01d0bde3ee526a92ea881c" resname="prod:expose:publication:Access rules">
|
||||||
<source>prod:expose:publication:Access rules</source>
|
<source>prod:expose:publication:Access rules</source>
|
||||||
<target state="new">prod:expose:publication:Access rules</target>
|
<target state="new">prod:expose:publication:Access rules</target>
|
||||||
<jms:reference-file line="62">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="58">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="97">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="97">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="af3ad24004cd69b0254f1c8c2e5089d35b3844da" resname="prod:expose:publication:Advanced setting">
|
<trans-unit id="af3ad24004cd69b0254f1c8c2e5089d35b3844da" resname="prod:expose:publication:Advanced setting">
|
||||||
<source>prod:expose:publication:Advanced setting</source>
|
<source>prod:expose:publication:Advanced setting</source>
|
||||||
<target state="new">prod:expose:publication:Advanced setting</target>
|
<target state="new">prod:expose:publication:Advanced setting</target>
|
||||||
<jms:reference-file line="104">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="100">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="139">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="139">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="551db59cb8c5b618adffe5719f791fc5c07a63cd" resname="prod:expose:publication:Available (leave blank for permanet publication)">
|
<trans-unit id="551db59cb8c5b618adffe5719f791fc5c07a63cd" resname="prod:expose:publication:Available (leave blank for permanet publication)">
|
||||||
<source>prod:expose:publication:Available (leave blank for permanet publication)</source>
|
<source>prod:expose:publication:Available (leave blank for permanet publication)</source>
|
||||||
<target state="new">prod:expose:publication:Available (leave blank for permanet publication)</target>
|
<target state="new">prod:expose:publication:Available (leave blank for permanet publication)</target>
|
||||||
<jms:reference-file line="44">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="40">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="77">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="77">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="03fa83cecf49d9c7a3813b4a019c6d2d2ff50c30" resname="prod:expose:publication:Cancel">
|
<trans-unit id="03fa83cecf49d9c7a3813b4a019c6d2d2ff50c30" resname="prod:expose:publication:Cancel">
|
||||||
<source>prod:expose:publication:Cancel</source>
|
<source>prod:expose:publication:Cancel</source>
|
||||||
<target state="new">prod:expose:publication:Cancel</target>
|
<target state="new">prod:expose:publication:Cancel</target>
|
||||||
<jms:reference-file line="119">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="115">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="154">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="154">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="fdeebeeec3860ccbd6f36b4aeaf7cb77ce7312b1" resname="prod:expose:publication:Create publication">
|
<trans-unit id="fdeebeeec3860ccbd6f36b4aeaf7cb77ce7312b1" resname="prod:expose:publication:Create publication">
|
||||||
<source>prod:expose:publication:Create publication</source>
|
<source>prod:expose:publication:Create publication</source>
|
||||||
<target state="new">prod:expose:publication:Create publication</target>
|
<target state="new">prod:expose:publication:Create publication</target>
|
||||||
<jms:reference-file line="122">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="118">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="829875af60c25eadba563170b4f9e5f8db2ba688" resname="prod:expose:publication:Dark">
|
<trans-unit id="829875af60c25eadba563170b4f9e5f8db2ba688" resname="prod:expose:publication:Dark">
|
||||||
<source>prod:expose:publication:Dark</source>
|
<source>prod:expose:publication:Dark</source>
|
||||||
<target state="new">prod:expose:publication:Dark</target>
|
<target state="new">prod:expose:publication:Dark</target>
|
||||||
<jms:reference-file line="96">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="92">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="131">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="131">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="8e6332dde288968d262020d7f1d0679a0a8bcb8d" resname="prod:expose:publication:Delete">
|
<trans-unit id="8e6332dde288968d262020d7f1d0679a0a8bcb8d" resname="prod:expose:publication:Delete">
|
||||||
@@ -12537,7 +12529,7 @@
|
|||||||
<trans-unit id="ee5cd9a1dd713bd55ca3b3919466e4ac9b297c77" resname="prod:expose:publication:Download">
|
<trans-unit id="ee5cd9a1dd713bd55ca3b3919466e4ac9b297c77" resname="prod:expose:publication:Download">
|
||||||
<source>prod:expose:publication:Download</source>
|
<source>prod:expose:publication:Download</source>
|
||||||
<target state="new">prod:expose:publication:Download</target>
|
<target state="new">prod:expose:publication:Download</target>
|
||||||
<jms:reference-file line="87">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="83">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="122">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="122">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="3ca4394264a3c86daf2d088f072dca679d82bb6a" resname="prod:expose:publication:Editing">
|
<trans-unit id="3ca4394264a3c86daf2d088f072dca679d82bb6a" resname="prod:expose:publication:Editing">
|
||||||
@@ -12548,62 +12540,62 @@
|
|||||||
<trans-unit id="27a3d37e05caa995cb1a7b58c36fe1936b00f866" resname="prod:expose:publication:Enabled">
|
<trans-unit id="27a3d37e05caa995cb1a7b58c36fe1936b00f866" resname="prod:expose:publication:Enabled">
|
||||||
<source>prod:expose:publication:Enabled</source>
|
<source>prod:expose:publication:Enabled</source>
|
||||||
<target state="new">prod:expose:publication:Enabled</target>
|
<target state="new">prod:expose:publication:Enabled</target>
|
||||||
<jms:reference-file line="37">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="33">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="68">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="68">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="1964c90b5229b7aed8e0e4cead60cd6f0cd49b76" resname="prod:expose:publication:From">
|
<trans-unit id="1964c90b5229b7aed8e0e4cead60cd6f0cd49b76" resname="prod:expose:publication:From">
|
||||||
<source>prod:expose:publication:From</source>
|
<source>prod:expose:publication:From</source>
|
||||||
<target state="new">prod:expose:publication:From</target>
|
<target state="new">prod:expose:publication:From</target>
|
||||||
<jms:reference-file line="46">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="42">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="79">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="79">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="22b12bdabd78e4c9dfcd2a3c202a7ed02af28746" resname="prod:expose:publication:Gallery">
|
<trans-unit id="22b12bdabd78e4c9dfcd2a3c202a7ed02af28746" resname="prod:expose:publication:Gallery">
|
||||||
<source>prod:expose:publication:Gallery</source>
|
<source>prod:expose:publication:Gallery</source>
|
||||||
<target state="new">prod:expose:publication:Gallery</target>
|
<target state="new">prod:expose:publication:Gallery</target>
|
||||||
<jms:reference-file line="85">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="81">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="120">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="120">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="879311e23dbb4491b0144ce49a6d66e83bd660e7" resname="prod:expose:publication:Layout">
|
<trans-unit id="879311e23dbb4491b0144ce49a6d66e83bd660e7" resname="prod:expose:publication:Layout">
|
||||||
<source>prod:expose:publication:Layout</source>
|
<source>prod:expose:publication:Layout</source>
|
||||||
<target state="new">prod:expose:publication:Layout</target>
|
<target state="new">prod:expose:publication:Layout</target>
|
||||||
<jms:reference-file line="81">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="77">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="116">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="116">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="123400d6203202f86844b765e6f85509f6ebb1f6" resname="prod:expose:publication:Light">
|
<trans-unit id="123400d6203202f86844b765e6f85509f6ebb1f6" resname="prod:expose:publication:Light">
|
||||||
<source>prod:expose:publication:Light</source>
|
<source>prod:expose:publication:Light</source>
|
||||||
<target state="new">prod:expose:publication:Light</target>
|
<target state="new">prod:expose:publication:Light</target>
|
||||||
<jms:reference-file line="95">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="91">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="130">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="130">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="0a35952e92e77bf6a762055c17aab923e4dc3a46" resname="prod:expose:publication:Mapbox">
|
<trans-unit id="0a35952e92e77bf6a762055c17aab923e4dc3a46" resname="prod:expose:publication:Mapbox">
|
||||||
<source>prod:expose:publication:Mapbox</source>
|
<source>prod:expose:publication:Mapbox</source>
|
||||||
<target state="new">prod:expose:publication:Mapbox</target>
|
<target state="new">prod:expose:publication:Mapbox</target>
|
||||||
<jms:reference-file line="86">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="82">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="121">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="121">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="85dffecce40b9a951d2e11cb518280dcce7ee31a" resname="prod:expose:publication:Name">
|
<trans-unit id="85dffecce40b9a951d2e11cb518280dcce7ee31a" resname="prod:expose:publication:Name">
|
||||||
<source>prod:expose:publication:Name</source>
|
<source>prod:expose:publication:Name</source>
|
||||||
<target state="new">prod:expose:publication:Name</target>
|
<target state="new">prod:expose:publication:Name</target>
|
||||||
<jms:reference-file line="11">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="7">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="31">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="31">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="ca3d77bf1e62e1cf39bf5b8a3a161ab17b28f375" resname="prod:expose:publication:Open access">
|
<trans-unit id="ca3d77bf1e62e1cf39bf5b8a3a161ab17b28f375" resname="prod:expose:publication:Open access">
|
||||||
<source>prod:expose:publication:Open access</source>
|
<source>prod:expose:publication:Open access</source>
|
||||||
<target state="new">prod:expose:publication:Open access</target>
|
<target state="new">prod:expose:publication:Open access</target>
|
||||||
<jms:reference-file line="66">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="62">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="101">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="101">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="a2a8888f67982de346cedbe03b5884757de77925" resname="prod:expose:publication:Parent Publication">
|
<trans-unit id="a2a8888f67982de346cedbe03b5884757de77925" resname="prod:expose:publication:Parent Publication">
|
||||||
<source>prod:expose:publication:Parent Publication</source>
|
<source>prod:expose:publication:Parent Publication</source>
|
||||||
<target state="new">prod:expose:publication:Parent Publication</target>
|
<target state="new">prod:expose:publication:Parent Publication</target>
|
||||||
<jms:reference-file line="10">prod/WorkZone/ExposePublicationAssets.html.twig</jms:reference-file>
|
<jms:reference-file line="10">prod/WorkZone/ExposePublicationAssets.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="21">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="17">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="41">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="41">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="d190364e0bc239d60124d5a906249199fcedbcf7" resname="prod:expose:publication:Password">
|
<trans-unit id="d190364e0bc239d60124d5a906249199fcedbcf7" resname="prod:expose:publication:Password">
|
||||||
<source>prod:expose:publication:Password</source>
|
<source>prod:expose:publication:Password</source>
|
||||||
<target state="new">prod:expose:publication:Password</target>
|
<target state="new">prod:expose:publication:Password</target>
|
||||||
<jms:reference-file line="67">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="63">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="102">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="102">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="37fc20596092e78e7c9f232b1d5a1792c3338286" resname="prod:expose:publication:Permission">
|
<trans-unit id="37fc20596092e78e7c9f232b1d5a1792c3338286" resname="prod:expose:publication:Permission">
|
||||||
@@ -12615,13 +12607,13 @@
|
|||||||
<trans-unit id="6e4586d5715234b05a5637d7232d42289efd54e3" resname="prod:expose:publication:Profile">
|
<trans-unit id="6e4586d5715234b05a5637d7232d42289efd54e3" resname="prod:expose:publication:Profile">
|
||||||
<source>prod:expose:publication:Profile</source>
|
<source>prod:expose:publication:Profile</source>
|
||||||
<target state="new">prod:expose:publication:Profile</target>
|
<target state="new">prod:expose:publication:Profile</target>
|
||||||
<jms:reference-file line="30">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="26">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="56">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="56">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="055d4b2c4be0a43224479c371b7e0c4da2719756" resname="prod:expose:publication:Publicly listing">
|
<trans-unit id="055d4b2c4be0a43224479c371b7e0c4da2719756" resname="prod:expose:publication:Publicly listing">
|
||||||
<source>prod:expose:publication:Publicly listing</source>
|
<source>prod:expose:publication:Publicly listing</source>
|
||||||
<target state="new">prod:expose:publication:Publicly listing</target>
|
<target state="new">prod:expose:publication:Publicly listing</target>
|
||||||
<jms:reference-file line="55">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="51">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="88">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="88">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="2a1795f494a3d378d7e089f44aaba611d2840f96" resname="prod:expose:publication:Refresh Publication">
|
<trans-unit id="2a1795f494a3d378d7e089f44aaba611d2840f96" resname="prod:expose:publication:Refresh Publication">
|
||||||
@@ -12632,43 +12624,43 @@
|
|||||||
<trans-unit id="f0ee6ea23eac8f7db8e39a77d3027629342b0e10" resname="prod:expose:publication:Select Layout">
|
<trans-unit id="f0ee6ea23eac8f7db8e39a77d3027629342b0e10" resname="prod:expose:publication:Select Layout">
|
||||||
<source>prod:expose:publication:Select Layout</source>
|
<source>prod:expose:publication:Select Layout</source>
|
||||||
<target state="new">prod:expose:publication:Select Layout</target>
|
<target state="new">prod:expose:publication:Select Layout</target>
|
||||||
<jms:reference-file line="84">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="80">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="119">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="119">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="14a842c2a43ef10eec62cc59c8e3c151ca99c660" resname="prod:expose:publication:Select Profile">
|
<trans-unit id="14a842c2a43ef10eec62cc59c8e3c151ca99c660" resname="prod:expose:publication:Select Profile">
|
||||||
<source>prod:expose:publication:Select Profile</source>
|
<source>prod:expose:publication:Select Profile</source>
|
||||||
<target state="new">prod:expose:publication:Select Profile</target>
|
<target state="new">prod:expose:publication:Select Profile</target>
|
||||||
<jms:reference-file line="33">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="29">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="61">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="61">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="a55b57125f0703c7fe2393a15ee3ae4e9882763e" resname="prod:expose:publication:Select Theme">
|
<trans-unit id="a55b57125f0703c7fe2393a15ee3ae4e9882763e" resname="prod:expose:publication:Select Theme">
|
||||||
<source>prod:expose:publication:Select Theme</source>
|
<source>prod:expose:publication:Select Theme</source>
|
||||||
<target state="new">prod:expose:publication:Select Theme</target>
|
<target state="new">prod:expose:publication:Select Theme</target>
|
||||||
<jms:reference-file line="94">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="90">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="129">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="129">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="89bd08c42543705b2b8ec5046cf43e26cc7a85b1" resname="prod:expose:publication:Select a parent publication">
|
<trans-unit id="89bd08c42543705b2b8ec5046cf43e26cc7a85b1" resname="prod:expose:publication:Select a parent publication">
|
||||||
<source>prod:expose:publication:Select a parent publication</source>
|
<source>prod:expose:publication:Select a parent publication</source>
|
||||||
<target state="new">prod:expose:publication:Select a parent publication</target>
|
<target state="new">prod:expose:publication:Select a parent publication</target>
|
||||||
<jms:reference-file line="25">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="21">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="48">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="48">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="77e197ee00b2da0b378e08f9717e9029907dde6d" resname="prod:expose:publication:Slug">
|
<trans-unit id="77e197ee00b2da0b378e08f9717e9029907dde6d" resname="prod:expose:publication:Slug">
|
||||||
<source>prod:expose:publication:Slug</source>
|
<source>prod:expose:publication:Slug</source>
|
||||||
<target state="new">prod:expose:publication:Slug</target>
|
<target state="new">prod:expose:publication:Slug</target>
|
||||||
<jms:reference-file line="15">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="11">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="35">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="35">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="09e31f070644dc5cdce690efdd861868fbe36c8a" resname="prod:expose:publication:Theme">
|
<trans-unit id="09e31f070644dc5cdce690efdd861868fbe36c8a" resname="prod:expose:publication:Theme">
|
||||||
<source>prod:expose:publication:Theme</source>
|
<source>prod:expose:publication:Theme</source>
|
||||||
<target state="new">prod:expose:publication:Theme</target>
|
<target state="new">prod:expose:publication:Theme</target>
|
||||||
<jms:reference-file line="91">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="87">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="126">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="126">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="26b15d28f92ef84be6ca70cbe4b3cf12cb418ac0" resname="prod:expose:publication:To">
|
<trans-unit id="26b15d28f92ef84be6ca70cbe4b3cf12cb418ac0" resname="prod:expose:publication:To">
|
||||||
<source>prod:expose:publication:To</source>
|
<source>prod:expose:publication:To</source>
|
||||||
<target state="new">prod:expose:publication:To</target>
|
<target state="new">prod:expose:publication:To</target>
|
||||||
<jms:reference-file line="50">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="46">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="83">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="83">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="7665e294abb20f03a6664346b679992539de9e77" resname="prod:expose:publication:Update Publication">
|
<trans-unit id="7665e294abb20f03a6664346b679992539de9e77" resname="prod:expose:publication:Update Publication">
|
||||||
@@ -12679,7 +12671,7 @@
|
|||||||
<trans-unit id="b74f6e47a7bbe1f0b8d486f5f87344e29e15599f" resname="prod:expose:publication:Users">
|
<trans-unit id="b74f6e47a7bbe1f0b8d486f5f87344e29e15599f" resname="prod:expose:publication:Users">
|
||||||
<source>prod:expose:publication:Users</source>
|
<source>prod:expose:publication:Users</source>
|
||||||
<target state="new">prod:expose:publication:Users</target>
|
<target state="new">prod:expose:publication:Users</target>
|
||||||
<jms:reference-file line="68">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
<jms:reference-file line="64">prod/WorkZone/ExposeNew.html.twig</jms:reference-file>
|
||||||
<jms:reference-file line="103">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
<jms:reference-file line="103">prod/WorkZone/ExposeEdit.html.twig</jms:reference-file>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="9664183fc801100081920a8c1dc3cd7e48d7e304" resname="prod:expose:publication:permission:Group Name">
|
<trans-unit id="9664183fc801100081920a8c1dc3cd7e48d7e304" resname="prod:expose:publication:permission:Group Name">
|
||||||
|
@@ -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="2021-03-26T11:07:53Z" source-language="en" target-language="de" datatype="plaintext" original="not.available">
|
<file date="2021-03-26T15:01:39Z" 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>
|
||||||
|
@@ -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="2021-03-26T11:08:06Z" source-language="en" target-language="en" datatype="plaintext" original="not.available">
|
<file date="2021-03-26T15:01:52Z" 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>
|
||||||
|
@@ -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="2021-03-26T11:08:21Z" source-language="en" target-language="fr" datatype="plaintext" original="not.available">
|
<file date="2021-03-26T15:02:09Z" 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>
|
||||||
|
@@ -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="2021-03-26T11:08:39Z" source-language="en" target-language="nl" datatype="plaintext" original="not.available">
|
<file date="2021-03-26T15:02:27Z" 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>
|
||||||
|
@@ -261,7 +261,7 @@
|
|||||||
<input name="id" value="{{ userId }}" type="hidden" />
|
<input name="id" value="{{ userId }}" type="hidden" />
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="icon">
|
<td class="icon" {% if initiatorUserId == userId %} style="background-color: #673AB7!important;" {% endif %}>
|
||||||
<img src="/assets/common/images/icons/user-white.png"/>
|
<img src="/assets/common/images/icons/user-white.png"/>
|
||||||
</td>
|
</td>
|
||||||
<td class="infos">
|
<td class="infos">
|
||||||
|
@@ -161,12 +161,7 @@
|
|||||||
<div class="control-group info">
|
<div class="control-group info">
|
||||||
<span class="help-inline" style="font-style: italic">
|
<span class="help-inline" style="font-style: italic">
|
||||||
<i class="fa fa-info-circle" aria-hidden="true"></i>
|
<i class="fa fa-info-circle" aria-hidden="true"></i>
|
||||||
{% trans %}
|
{% trans %}Force authentication : info{% endtrans %}
|
||||||
The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account
|
|
||||||
to see its contents.
|
|
||||||
This avoids anonymous users to access to the content of the push if they were able to get the display
|
|
||||||
url through a forwarded mail for example.
|
|
||||||
{% endtrans %}
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -214,12 +209,7 @@
|
|||||||
<div class="control-group info">
|
<div class="control-group info">
|
||||||
<span class="help-inline" style="font-style: italic">
|
<span class="help-inline" style="font-style: italic">
|
||||||
<i class="fa fa-info-circle" aria-hidden="true"></i>
|
<i class="fa fa-info-circle" aria-hidden="true"></i>
|
||||||
{% trans %}
|
{% trans %}Force authentication : info{% endtrans %}
|
||||||
The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account
|
|
||||||
to see its contents.
|
|
||||||
This avoids anonymous users to access to the content of the push if they were able to get the display
|
|
||||||
url through a forwarded mail for example.
|
|
||||||
{% endtrans %}
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user