diff --git a/Dockerfile b/Dockerfile index 88347698af..00d5748abe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -325,7 +325,7 @@ CMD ["nginx", "-g", "daemon off;"] HEALTHCHECK CMD wget --spider http://127.0.0.1/login || nginx -s reload || exit 1 ######################################################################### -# phrasaseanet adapted simplesaml service provider +# phraseanet adapted simplesaml service provider ######################################################################### FROM php:7.0-fpm-stretch as phraseanet-saml-sp @@ -353,7 +353,7 @@ RUN echo "deb http://archive.debian.org/debian stretch main non-free" > /etc/apt && docker-php-ext-install -j$(nproc) ldap \ && docker-php-ext-install zip mbstring pdo_mysql gettext mcrypt \ && pecl install \ - redis \ + redis-5.3.7 \ && docker-php-ext-enable redis \ && pecl clear-cache \ && docker-php-source delete diff --git a/Phraseanet-production-client/config/config.js b/Phraseanet-production-client/config/config.js index 208c4dd76c..9b644e52a2 100644 --- a/Phraseanet-production-client/config/config.js +++ b/Phraseanet-production-client/config/config.js @@ -13,5 +13,5 @@ module.exports = { setupDir: _root + 'tests/setup/node.js', karmaConf: _root + 'config/karma.conf.js', // change this version when you change JS file for lazy loading - assetFileVersion: 93 + assetFileVersion: 94 }; diff --git a/Phraseanet-production-client/dist/authenticate.js b/Phraseanet-production-client/dist/authenticate.js index d95caa7394..5c0f8060eb 100644 --- a/Phraseanet-production-client/dist/authenticate.js +++ b/Phraseanet-production-client/dist/authenticate.js @@ -96,7 +96,7 @@ return /******/ (function(modules) { // webpackBootstrap /******/ if (__webpack_require__.nc) { /******/ script.setAttribute("nonce", __webpack_require__.nc); /******/ } -/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".js?v=93"; +/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".js?v=94"; /******/ var timeout = setTimeout(onScriptComplete, 120000); /******/ script.onerror = script.onload = onScriptComplete; /******/ function onScriptComplete() { diff --git a/Phraseanet-production-client/dist/authenticate.min.js b/Phraseanet-production-client/dist/authenticate.min.js index d4069e03e9..4c593b6b76 100644 --- a/Phraseanet-production-client/dist/authenticate.min.js +++ b/Phraseanet-production-client/dist/authenticate.min.js @@ -96,7 +96,7 @@ return /******/ (function(modules) { // webpackBootstrap /******/ if (__webpack_require__.nc) { /******/ script.setAttribute("nonce", __webpack_require__.nc); /******/ } -/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".min.js?v=93"; +/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".min.js?v=94"; /******/ var timeout = setTimeout(onScriptComplete, 120000); /******/ script.onerror = script.onload = onScriptComplete; /******/ function onScriptComplete() { diff --git a/Phraseanet-production-client/dist/commons.js b/Phraseanet-production-client/dist/commons.js index e4393dad66..8121543b5d 100644 --- a/Phraseanet-production-client/dist/commons.js +++ b/Phraseanet-production-client/dist/commons.js @@ -91,7 +91,7 @@ /******/ if (__webpack_require__.nc) { /******/ script.setAttribute("nonce", __webpack_require__.nc); /******/ } -/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".js?v=93"; +/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".js?v=94"; /******/ var timeout = setTimeout(onScriptComplete, 120000); /******/ script.onerror = script.onload = onScriptComplete; /******/ function onScriptComplete() { diff --git a/Phraseanet-production-client/dist/commons.min.js b/Phraseanet-production-client/dist/commons.min.js index c52c6a587d..e8a59b42b4 100644 --- a/Phraseanet-production-client/dist/commons.min.js +++ b/Phraseanet-production-client/dist/commons.min.js @@ -91,7 +91,7 @@ /******/ if (__webpack_require__.nc) { /******/ script.setAttribute("nonce", __webpack_require__.nc); /******/ } -/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".min.js?v=93"; +/******/ script.src = __webpack_require__.p + "lazy-" + ({}[chunkId]||chunkId) + ".min.js?v=94"; /******/ var timeout = setTimeout(onScriptComplete, 120000); /******/ script.onerror = script.onload = onScriptComplete; /******/ function onScriptComplete() { diff --git a/Phraseanet-production-client/dist/production.js b/Phraseanet-production-client/dist/production.js index 0ea0d75acd..d068c73eda 100644 --- a/Phraseanet-production-client/dist/production.js +++ b/Phraseanet-production-client/dist/production.js @@ -11528,11 +11528,13 @@ var workzone = function workzone(services) { }, dataType: 'json', success: function success(data) { - setTimeout(function () { - getPublicationAssetsList(publicationId, exposeName, assetsContainer, 1); - }, 6000); - - console.log(data.message); + if (data.success) { + setTimeout(function () { + getPublicationAssetsList(publicationId, exposeName, assetsContainer, 1); + }, 6000); + } else { + (0, _jquery2.default)('.refresh-list').trigger('click'); + } } }); } diff --git a/Phraseanet-production-client/dist/production.min.js b/Phraseanet-production-client/dist/production.min.js index 0ea0d75acd..d068c73eda 100644 --- a/Phraseanet-production-client/dist/production.min.js +++ b/Phraseanet-production-client/dist/production.min.js @@ -11528,11 +11528,13 @@ var workzone = function workzone(services) { }, dataType: 'json', success: function success(data) { - setTimeout(function () { - getPublicationAssetsList(publicationId, exposeName, assetsContainer, 1); - }, 6000); - - console.log(data.message); + if (data.success) { + setTimeout(function () { + getPublicationAssetsList(publicationId, exposeName, assetsContainer, 1); + }, 6000); + } else { + (0, _jquery2.default)('.refresh-list').trigger('click'); + } } }); } diff --git a/Phraseanet-production-client/src/components/ui/workzone/index.js b/Phraseanet-production-client/src/components/ui/workzone/index.js index 83bf5b083e..1eeacf5633 100644 --- a/Phraseanet-production-client/src/components/ui/workzone/index.js +++ b/Phraseanet-production-client/src/components/ui/workzone/index.js @@ -1641,12 +1641,15 @@ const workzone = (services) => { }, dataType: 'json', success: function (data) { - setTimeout(function(){ - getPublicationAssetsList(publicationId, exposeName, assetsContainer, 1); - } - , 6000); + if (data.success) { + setTimeout(function () { + getPublicationAssetsList(publicationId, exposeName, assetsContainer, 1); + } + , 6000); + } else { + $('.refresh-list').trigger('click'); + } - console.log(data.message); } }); } diff --git a/lib/Alchemy/Phrasea/Command/Maintenance/CleanLogDocsCommand.php b/lib/Alchemy/Phrasea/Command/Maintenance/CleanLogDocsCommand.php index 05b503ca51..3677eb50f7 100644 --- a/lib/Alchemy/Phrasea/Command/Maintenance/CleanLogDocsCommand.php +++ b/lib/Alchemy/Phrasea/Command/Maintenance/CleanLogDocsCommand.php @@ -14,10 +14,10 @@ class CleanLogDocsCommand extends Command public function __construct() { - parent::__construct('BETA - Clean:log_docs'); + parent::__construct('clean:log_docs'); $this - ->setDescription('clean the log_docs for all databox (if not specified) or a specific databox_id ') + ->setDescription('Beta - clean the log_docs for all databox (if not specified) or a specific databox_id ') ->addOption('databox_id', null, InputOption::VALUE_REQUIRED, 'the databox to clean') ->addOption('older_than', null, InputOption::VALUE_REQUIRED, 'delete older than ') ->addOption('action', null, InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, 'download, mail, ftp, delete (if delete , delete also log entry for all events like push, add , validate, edit, collection, status, print, substit, publish for this record_id)') @@ -112,11 +112,19 @@ public function doExecute(InputInterface $input, OutputInterface $output) } $output->writeln(sprintf("\n \n dry-run , %d log docs entry to delete for databox %s", count($rowsActionDelete), $databox->get_dbname())); + // displayed only the 1000 first row to avoid memory leak + + $displayedRows = array_slice($rowsActionDelete, 0, 1000); + if (count($rows) > 1000) { + array_push($displayedRows, array_fill_keys(['id', 'log_id', 'date', 'record_id', 'final', 'action'], ' ... ')); + array_push($displayedRows, array_fill_keys(['id', 'log_id', 'date', 'record_id', 'final', 'action'], ' ... ')); + } + $logEntryTable = $this->getHelperSet()->get('table'); $headers = ['id', 'log_id', 'date', 'record_id', 'final', 'action']; $logEntryTable ->setHeaders($headers) - ->setRows($rowsActionDelete) + ->setRows($displayedRows) ->render($output); } else { diff --git a/lib/Alchemy/Phrasea/Command/Maintenance/CleanLogSearchCommand.php b/lib/Alchemy/Phrasea/Command/Maintenance/CleanLogSearchCommand.php index 71ccb5470c..89d01cc28e 100644 --- a/lib/Alchemy/Phrasea/Command/Maintenance/CleanLogSearchCommand.php +++ b/lib/Alchemy/Phrasea/Command/Maintenance/CleanLogSearchCommand.php @@ -11,10 +11,10 @@ class CleanLogSearchCommand extends Command { public function __construct() { - parent::__construct('BETA - Clean:log_search'); + parent::__construct('clean:log_search'); $this - ->setDescription('clean the log_search for all databox (if not specified) or a specific databox_id ') + ->setDescription('Beta - clean the log_search for all databox (if not specified) or a specific databox_id ') ->addOption('databox_id', null, InputOption::VALUE_REQUIRED, 'the databox to clean') ->addOption('older_than', null, InputOption::VALUE_REQUIRED, 'delete older than ') ->addOption('dry-run', null, InputOption::VALUE_NONE, 'dry run, list and count') @@ -77,11 +77,19 @@ public function doExecute(InputInterface $input, OutputInterface $output) $stmt->closeCursor(); $output->writeln(sprintf("\n \n dry-run , %d log search entry to delete for databox %s", count($rows), $databox->get_dbname())); + // displayed only the 1000 first row to avoid memory leak + + $displayedRows = array_slice($rows, 0, 1000); + if (count($rows) > 1000) { + array_push($displayedRows, array_fill_keys(['id', 'date', 'search', 'results', 'coll_id'], ' ... ')); + array_push($displayedRows, array_fill_keys(['id', 'date', 'search', 'results', 'coll_id'], ' ... ')); + } + $logEntryTable = $this->getHelperSet()->get('table'); $headers = ['id', 'date', 'search', 'results', 'coll_id']; $logEntryTable ->setHeaders($headers) - ->setRows($rows) + ->setRows($displayedRows) ->render($output); } else { $stmt = $databox->get_connection()->executeQuery($sqlDelete); diff --git a/lib/Alchemy/Phrasea/Command/Maintenance/CleanLogViewCommand.php b/lib/Alchemy/Phrasea/Command/Maintenance/CleanLogViewCommand.php index 89f811c8d4..b1ecef44dd 100644 --- a/lib/Alchemy/Phrasea/Command/Maintenance/CleanLogViewCommand.php +++ b/lib/Alchemy/Phrasea/Command/Maintenance/CleanLogViewCommand.php @@ -11,10 +11,10 @@ class CleanLogViewCommand extends Command { public function __construct() { - parent::__construct('BETA - Clean:log_view'); + parent::__construct('clean:log_view'); $this - ->setDescription('clean the log_view for all databox (if not specified) or a specific databox_id ') + ->setDescription('Beta - clean the log_view for all databox (if not specified) or a specific databox_id ') ->addOption('databox_id', null, InputOption::VALUE_REQUIRED, 'the databox to clean') ->addOption('older_than', null, InputOption::VALUE_REQUIRED, 'delete older than ') ->addOption('dry-run', null, InputOption::VALUE_NONE, 'dry run, list and count') @@ -77,12 +77,19 @@ public function doExecute(InputInterface $input, OutputInterface $output) $stmt->closeCursor(); $output->writeln(sprintf("\n \n dry-run , %d log view entry to delete for databox %s", count($rows), $databox->get_dbname())); + // displayed only the 1000 first row to avoid memory leak + $displayedRows = array_slice($rows, 0, 1000); + if (count($rows) > 1000) { + array_push($displayedRows, array_fill_keys(['id', 'date', 'record_id', 'coll_id'], ' ... ')); + array_push($displayedRows, array_fill_keys(['id', 'date', 'record_id', 'coll_id'], ' ... ')); + } $logEntryTable = $this->getHelperSet()->get('table'); $headers = ['id', 'date', 'record_id', 'coll_id']; $logEntryTable ->setHeaders($headers) - ->setRows($rows) + ->setRows($displayedRows) ->render($output); + } else { $stmt = $databox->get_connection()->executeQuery($sqlDelete); diff --git a/lib/Alchemy/Phrasea/Media/Subdef/Image.php b/lib/Alchemy/Phrasea/Media/Subdef/Image.php index 46d5903417..144c3033a8 100644 --- a/lib/Alchemy/Phrasea/Media/Subdef/Image.php +++ b/lib/Alchemy/Phrasea/Media/Subdef/Image.php @@ -33,8 +33,8 @@ public function __construct(TranslatorInterface $translator) { $this->translator = $translator; - $this->registerOption(new OptionType\Range($this->translator->trans('Dimension'), self::OPTION_SIZE, 20, 3000, 800)); - $this->registerOption(new OptionType\Range($this->translator->trans('Resolution'), self::OPTION_RESOLUTION, 50, 300, 72)); + $this->registerOption(new OptionType\Range($this->translator->trans('Dimension'), self::OPTION_SIZE, 20, 5000, 800)); + $this->registerOption(new OptionType\Range($this->translator->trans('Resolution'), self::OPTION_RESOLUTION, 50, 1000, 72)); $this->registerOption(new OptionType\Boolean($this->translator->trans('Remove ICC Profile'), self::OPTION_STRIP, false)); $this->registerOption(new OptionType\Boolean($this->translator->trans('Flatten layers'), self::OPTION_FLATTEN, false)); $this->registerOption(new OptionType\Range($this->translator->trans('Quality'), self::OPTION_QUALITY, 0, 100, 75)); diff --git a/lib/Alchemy/Phrasea/PhraseanetService/Controller/PSAdminController.php b/lib/Alchemy/Phrasea/PhraseanetService/Controller/PSAdminController.php index f6d8d5be81..87f3da76af 100644 --- a/lib/Alchemy/Phrasea/PhraseanetService/Controller/PSAdminController.php +++ b/lib/Alchemy/Phrasea/PhraseanetService/Controller/PSAdminController.php @@ -28,7 +28,7 @@ public function exposeAction(PhraseaApplication $app, Request $request) { $exposeConfiguration = $app['conf']->get(['phraseanet-service', 'expose-service'], null); - $form = $app->form(new PSExposeConfigurationType(), $exposeConfiguration); + $form = $app->form(new PSExposeConfigurationType($this->app), $exposeConfiguration); $form->handleRequest($request); diff --git a/lib/Alchemy/Phrasea/PhraseanetService/Controller/PSExposeController.php b/lib/Alchemy/Phrasea/PhraseanetService/Controller/PSExposeController.php index 9df6ada7b6..b202679d40 100644 --- a/lib/Alchemy/Phrasea/PhraseanetService/Controller/PSExposeController.php +++ b/lib/Alchemy/Phrasea/PhraseanetService/Controller/PSExposeController.php @@ -41,7 +41,6 @@ public function authenticateAction(PhraseaApplication $app, Request $request) $proxyConfig = new NetworkProxiesConfiguration($this->app['conf']); $clientOptions = [ - 'base_uri' => $exposeConfiguration['auth_base_uri'], 'http_errors' => false, 'verify' => $exposeConfiguration['verify_ssl'] ]; @@ -49,14 +48,7 @@ public function authenticateAction(PhraseaApplication $app, Request $request) $oauthClient = $proxyConfig->getClientWithOptions($clientOptions); try { - $response = $oauthClient->post('/oauth/v2/token', [ - 'json' => [ - 'client_id' => $exposeConfiguration['auth_client_id'], - 'client_secret' => $exposeConfiguration['auth_client_secret'], - 'grant_type' => 'password', - 'username' => $request->request->get('auth-username'), - 'password' => $request->request->get('auth-password') ] - ]); + $response = $this->getTokenByPassword($oauthClient, $exposeConfiguration, $request->request->get('auth-username'), $request->request->get('auth-password')); } catch(\Exception $e) { return $this->app->json([ 'success' => false, @@ -84,7 +76,21 @@ public function authenticateAction(PhraseaApplication $app, Request $request) $session = $this->getSession(); $passSessionName = $this->getPassSessionName($request->request->get('exposeName')); - $session->set($passSessionName, $tokenBody['access_token']); + if (isset($tokenBody['refresh_expires_in'])) { + $passSessionNameValue = [ + 'access_token' => $tokenBody['access_token'], + 'expires_at' => time() + $tokenBody['expires_in'], + 'refresh_token'=> $tokenBody['refresh_token'], + 'refresh_expires_at' => time() + $tokenBody['refresh_expires_in'] + ]; + } else { + $passSessionNameValue = [ + 'access_token' => $tokenBody['access_token'], + 'expires_at' => time() + $tokenBody['expires_in'], + ]; + } + + $session->set($passSessionName, $passSessionNameValue); $loginSessionName = $this->getLoginSessionName($request->request->get('exposeName')); $session->set($loginSessionName, $request->request->get('auth-username')); @@ -200,8 +206,9 @@ public function listPublicationAction(PhraseaApplication $app, Request $request) if (!$session->has($passSessionName) && $providerId != null) { try { $provider = $this->getAuthenticationProviders()->get($providerId); - if ($provider->getType() == 'PsAuth') { - $session->set($passSessionName, $provider->getAccessToken()); + if ($provider->getType() == 'PsAuth' && $exposeConfiguration['auth_provider_name'] == $providerId) { + + $session->set($passSessionName, ['access_token' => $provider->getAccessToken()]); $session->set($this->getLoginSessionName($exposeName), $provider->getUserName()); } } catch(\Exception $e) { @@ -903,9 +910,26 @@ public function addPublicationAssetsAction(PhraseaApplication $app, Request $req ]); } + $config = $this->getExposeConfiguration($exposeName); + + // used to set or refresh token session $accessToken = $this->getAndSaveToken($exposeName); - $this->getEventDispatcher()->dispatch(WorkerEvents::EXPOSE_UPLOAD_ASSETS, new ExposeUploadEvent($lst, $exposeName, $publicationId, $accessToken)); + if (empty($accessToken)) { + return $app->json([ + 'success' => false, + 'message' => "Do not have access token!" + ]); + } + + $accessTokenInfo = []; + if ($config['connection_kind'] == 'password') { + $accessTokenInfo = $this->getSession()->get($this->getPassSessionName($exposeName)); + } elseif($config['connection_kind'] == 'client_credentials') { + $accessTokenInfo = $this->getSession()->get($this->getCredentialSessionName($exposeName)); + } + + $this->getEventDispatcher()->dispatch(WorkerEvents::EXPOSE_UPLOAD_ASSETS, new ExposeUploadEvent($lst, $exposeName, $publicationId, $accessTokenInfo)); return $app->json([ 'success' => true, @@ -1283,7 +1307,13 @@ private function getPassSessionName($exposeName) { $expose_name = str_replace(' ', '_', $exposeName); - return 'password_access_token_'.$expose_name; + return 'password_access_token_' . $expose_name; + } + + private function getCredentialSessionName($exposeName) + { + $expose_name = str_replace(' ', '_', $exposeName); + return 'credential_access_token_' . $expose_name; } /** @@ -1311,46 +1341,123 @@ private function getAndSaveToken($exposeName) $session = $this->getSession(); $passSessionName = $this->getPassSessionName($exposeName); - $expose_name = str_replace(' ', '_', $exposeName); - $credentialSessionName = 'credential_access_token_'.$expose_name; + $proxyConfig = new NetworkProxiesConfiguration($this->app['conf']); + $oauthClient = $proxyConfig->getClientWithOptions([ + 'verify' => $config['verify_ssl'], + ]); + + $credentialSessionName = $this->getCredentialSessionName($exposeName); $accessToken = ''; if ($config['connection_kind'] == 'password') { - $accessToken = $session->get($passSessionName); + $tokenInfo = $session->get($passSessionName); + if (!isset($tokenInfo['expires_at'])) { + $accessToken = $tokenInfo['access_token']; + } elseif (is_array($tokenInfo) && $tokenInfo['expires_at'] > time()) { + $accessToken = $tokenInfo['access_token']; + } elseif (is_array($tokenInfo) && $tokenInfo['expires_at'] <= time() && $tokenInfo['refresh_expires_at'] > time()) { + $resToken = $this->refreshToken($oauthClient, $config, $tokenInfo['refresh_token']); + + if ($resToken->getStatusCode() !== 200) { + throw new \Exception("Error when get refresh token with status code: " . $resToken->getStatusCode()); + } + + $refreshtokenBody = $resToken->getBody()->getContents(); + + $refreshtokenBody = json_decode($refreshtokenBody,true); + + if (isset($refreshtokenBody['refresh_expires_in'])) { + $passSessionNameValue = [ + 'access_token' => $refreshtokenBody['access_token'], + 'expires_at' => time() + $refreshtokenBody['expires_in'], + 'refresh_token'=> $refreshtokenBody['refresh_token'], + 'refresh_expires_at' => time() + $refreshtokenBody['refresh_expires_in'] + ]; + } else { + $passSessionNameValue = [ + 'access_token' => $refreshtokenBody['access_token'], + 'expires_at' => time() + $refreshtokenBody['expires_in'], + ]; + } + + $session->set($passSessionName, $passSessionNameValue); + + $accessToken = $refreshtokenBody['access_token']; + } else { + $session->remove($passSessionName); + } + } elseif ($config['connection_kind'] == 'client_credentials') { if ($session->has($credentialSessionName)) { - $accessToken = $session->get($credentialSessionName); + $tokenInfoCredential = $session->get($credentialSessionName); + if (!isset($tokenInfoCredential['expires_at'])) { + $accessToken = $tokenInfoCredential['access_token']; + } elseif (is_array($tokenInfoCredential) && $tokenInfoCredential['expires_at'] > time()) { + $accessToken = $tokenInfoCredential['access_token']; + } else { + $accessToken = $this->getTokenByCredential($oauthClient, $config, $credentialSessionName); + } } else { - $proxyConfig = new NetworkProxiesConfiguration($this->app['conf']); + $accessToken = $this->getTokenByCredential($oauthClient, $config, $credentialSessionName); + } + } - $oauthClient = $proxyConfig->getClientWithOptions([ - 'verify' => $config['verify_ssl'], - ]); + return $accessToken; + } - $response = $oauthClient->post($config['expose_base_uri'] . '/oauth/v2/token', [ - 'json' => [ - 'client_id' => $config['expose_client_id'], - 'client_secret' => $config['expose_client_secret'], - 'grant_type' => 'client_credentials', - 'scope' => 'publish' - ] - ]); + private function getTokenByCredential(Client $oauthClient, array $exposeConfiguration, $credentialSessionName) + { + $session = $this->getSession(); - if ($response->getStatusCode() !== 200) { - return null; - } + $response = $oauthClient->post($exposeConfiguration['oauth_token_uri'] , [ + 'form_params' => [ + 'client_id' => $exposeConfiguration['expose_client_id'], + 'client_secret' => $exposeConfiguration['expose_client_secret'], + 'grant_type' => 'client_credentials', + ] + ]); + + if ($response->getStatusCode() !== 200) { + throw new \Exception("Error when get credential token with status code: " . $response->getStatusCode()); + } - $tokenBody = $response->getBody()->getContents(); + $tokenBody = $response->getBody()->getContents(); - $tokenBody = json_decode($tokenBody,true); + $tokenBody = json_decode($tokenBody,true); - $session->set($credentialSessionName, $tokenBody['access_token']); + $credentialSessionNameValue = [ + 'access_token' => $tokenBody['access_token'], + 'expires_at' => time() + $tokenBody['expires_in'], + ]; - $accessToken = $tokenBody['access_token']; - } - } + $session->set($credentialSessionName, $credentialSessionNameValue); - return $accessToken; + return $tokenBody['access_token']; + } + + private function getTokenByPassword(Client $oauthClient, array $exposeConfiguration, $username, $password) + { + return $oauthClient->post($exposeConfiguration['oauth_token_uri'], [ + 'form_params' => [ + 'client_id' => $exposeConfiguration['auth_client_id'], + 'client_secret' => $exposeConfiguration['auth_client_secret'], + 'grant_type' => 'password', + 'username' => $username, + 'password' => $password + ] + ]); + } + + private function refreshToken(Client $oauthClient, array $exposeConfiguration, $refreshToken) + { + return $oauthClient->post($exposeConfiguration['oauth_token_uri'], [ + 'form_params' => [ + 'client_id' => $exposeConfiguration['auth_client_id'], + 'client_secret' => $exposeConfiguration['auth_client_secret'], + 'grant_type' => 'refresh_token', + 'refresh_token' => $refreshToken + ] + ]); } private function postPublication(Client $exposeClient, $token, $publicationData) diff --git a/lib/Alchemy/Phrasea/PhraseanetService/Form/PSExposeConfigurationType.php b/lib/Alchemy/Phrasea/PhraseanetService/Form/PSExposeConfigurationType.php index bab8119bec..f33d8477e3 100644 --- a/lib/Alchemy/Phrasea/PhraseanetService/Form/PSExposeConfigurationType.php +++ b/lib/Alchemy/Phrasea/PhraseanetService/Form/PSExposeConfigurationType.php @@ -2,6 +2,7 @@ namespace Alchemy\Phrasea\PhraseanetService\Form; +use Silex\Application; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\DataMapperInterface; use Symfony\Component\Form\Exception; @@ -12,6 +13,13 @@ class PSExposeConfigurationType extends AbstractType implements DataMapperInterface { + private $app; + + public function __construct(Application $app) + { + $this->app = $app; + } + public function buildForm(FormBuilderInterface $builder, array $options) { parent::buildForm($builder, $options); @@ -26,7 +34,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) ]) ->add('exposes', CollectionType::class, [ 'label' => false, - 'entry_type' => PSExposeConnectionType::class, + 'entry_type' => new PSExposeConnectionType($this->app), 'prototype' => true, 'allow_add' => true, 'allow_delete' => true, diff --git a/lib/Alchemy/Phrasea/PhraseanetService/Form/PSExposeConnectionType.php b/lib/Alchemy/Phrasea/PhraseanetService/Form/PSExposeConnectionType.php index 7e1b88b158..49ec6f7556 100644 --- a/lib/Alchemy/Phrasea/PhraseanetService/Form/PSExposeConnectionType.php +++ b/lib/Alchemy/Phrasea/PhraseanetService/Form/PSExposeConnectionType.php @@ -2,16 +2,24 @@ namespace Alchemy\Phrasea\PhraseanetService\Form; +use Silex\Application; use Symfony\Component\Form\AbstractType; +use Symfony\Component\Form\ChoiceList\ArrayChoiceList; +use Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList; use Symfony\Component\Form\Extension\Core\Type\CheckboxType; use Symfony\Component\Form\Extension\Core\Type\ChoiceType; use Symfony\Component\Form\Extension\Core\Type\TextType; use Symfony\Component\Form\FormBuilderInterface; -use Symfony\Component\Form\FormEvent; -use Symfony\Component\Form\FormEvents; class PSExposeConnectionType extends AbstractType { + private $app; + + public function __construct(Application $app) + { + $this->app = $app; + } + public function buildForm(FormBuilderInterface $builder, array $options) { parent::buildForm($builder, $options); @@ -36,6 +44,13 @@ public function buildForm(FormBuilderInterface $builder, array $options) 'password' => 'password' ] ]) + ->add('auth_provider_name', ChoiceType::class, [ + 'label' => 'admin:phrasea-service-setting:tab:expose:: auth provider name with type ps-auth', + 'required' => false, + 'choice_list' => new ArrayChoiceList( + $this->getEligibleProvider() + ) + ]) ->add('expose_name', TextType::class, [ 'label' => 'admin:phrasea-service-setting:tab:expose:: Name', 'attr' => [ @@ -68,11 +83,11 @@ public function buildForm(FormBuilderInterface $builder, array $options) 'class' => 'input-xxlarge' ] ]) - ->add('auth_base_uri', TextType::class, [ - 'label' => 'admin:phrasea-service-setting:tab:expose:: Auth Base Uri ', + ->add('oauth_token_uri', TextType::class, [ + 'label' => 'admin:phrasea-service-setting:tab:expose:: OAuth token URI ', 'required' => false, 'attr' => [ - 'class' => 'input-xxlarge' + 'class' => 'input-xxlarge', ] ]) ->add('auth_client_secret', TextType::class, [ @@ -96,4 +111,16 @@ public function getName() { return 'ps_expose_connection'; } + + private function getEligibleProvider() + { + $values = array_keys( + array_filter($this->app['conf']->get(['authentication', 'providers'], []), + function ($provider) { + return ($provider['type'] == 'ps-auth' || $provider['type'] == 'PsAuth'); + }) + ); + + return array_combine($values, $values); + } } diff --git a/lib/Alchemy/Phrasea/Twig/PhraseanetExtension.php b/lib/Alchemy/Phrasea/Twig/PhraseanetExtension.php index a1936c09ed..ff80e50df9 100644 --- a/lib/Alchemy/Phrasea/Twig/PhraseanetExtension.php +++ b/lib/Alchemy/Phrasea/Twig/PhraseanetExtension.php @@ -62,7 +62,7 @@ public function getGlobals() { return [ // change this version when you change JS file to force the navigation to reload js file - 'assetFileVersion' => 93 + 'assetFileVersion' => 94 ]; } diff --git a/lib/Alchemy/Phrasea/WorkerManager/Event/ExposeUploadEvent.php b/lib/Alchemy/Phrasea/WorkerManager/Event/ExposeUploadEvent.php index 14197d279e..2ab76d8a3f 100644 --- a/lib/Alchemy/Phrasea/WorkerManager/Event/ExposeUploadEvent.php +++ b/lib/Alchemy/Phrasea/WorkerManager/Event/ExposeUploadEvent.php @@ -9,14 +9,14 @@ class ExposeUploadEvent extends SfEvent private $lst; private $exposeName; private $publicationId; - private $accessToken; + private $accessTokenInfo; - public function __construct($lst, $exposeName, $publicationId, $accessToken) + public function __construct($lst, $exposeName, $publicationId, $accessTokenInfo) { $this->lst = $lst; $this->exposeName = $exposeName; $this->publicationId = $publicationId; - $this->accessToken = $accessToken; + $this->accessTokenInfo = $accessTokenInfo; } public function getLst() @@ -34,8 +34,8 @@ public function getPublicationId() return $this->publicationId; } - public function getAccessToken() + public function getAccessTokenInfo() { - return $this->accessToken; + return $this->accessTokenInfo; } } diff --git a/lib/Alchemy/Phrasea/WorkerManager/Subscriber/ExposeSubscriber.php b/lib/Alchemy/Phrasea/WorkerManager/Subscriber/ExposeSubscriber.php index 44acd302ae..b54a18e58b 100644 --- a/lib/Alchemy/Phrasea/WorkerManager/Subscriber/ExposeSubscriber.php +++ b/lib/Alchemy/Phrasea/WorkerManager/Subscriber/ExposeSubscriber.php @@ -32,7 +32,7 @@ public function onExposeUploadAssets(ExposeUploadEvent $event) 'databoxId' => (int) $basrec[0], 'exposeName' => $event->getExposeName(), 'publicationId' => $event->getPublicationId(), - 'accessToken' => $event->getAccessToken() + 'accessTokenInfo' => $event->getAccessTokenInfo() ] ]; diff --git a/lib/Alchemy/Phrasea/WorkerManager/Worker/ExposeUploadWorker.php b/lib/Alchemy/Phrasea/WorkerManager/Worker/ExposeUploadWorker.php index d6b25f615c..41bbd14188 100644 --- a/lib/Alchemy/Phrasea/WorkerManager/Worker/ExposeUploadWorker.php +++ b/lib/Alchemy/Phrasea/WorkerManager/Worker/ExposeUploadWorker.php @@ -22,6 +22,9 @@ class ExposeUploadWorker implements WorkerInterface private $app; + private $exposeConfiguration; + private $accessTokenInfo; + public function __construct($app) { $this->app = $app; @@ -84,14 +87,15 @@ public function process(array $payload) } try { - $exposeConfiguration = $this->app['conf']->get(['phraseanet-service', 'expose-service', 'exposes'], []); - $exposeConfiguration = $exposeConfiguration[$payload['exposeName']]; + $this->accessTokenInfo = $payload['accessTokenInfo']; + $this->exposeConfiguration = $this->app['conf']->get(['phraseanet-service', 'expose-service', 'exposes'], []); + $this->exposeConfiguration = $this->exposeConfiguration[$payload['exposeName']]; $proxyConfig = new NetworkProxiesConfiguration($this->app['conf']); $clientOptions = [ - 'base_uri' => $exposeConfiguration['expose_base_uri'], + 'base_uri' => $this->exposeConfiguration['expose_base_uri'], 'http_errors' => false, - 'verify' => $exposeConfiguration['verify_ssl'] + 'verify' => $this->exposeConfiguration['verify_ssl'] ]; // add proxy in each request if defined in configuration @@ -105,7 +109,7 @@ public function process(array $payload) $phraseanetLocalId = $this->app['conf']->get(['phraseanet-service', 'phraseanet_local_id']); // get mapping if exist - $clientAnnotationProfile = $this->getClientAnnotationProfile($exposeClient, $payload['accessToken'], $payload['publicationId']); + $clientAnnotationProfile = $this->getClientAnnotationProfile($exposeClient, $payload['publicationId']); $exposeFieldMappingName = $phraseanetLocalId . '_field_mapping'; $fieldMapping = !empty($clientAnnotationProfile[$exposeFieldMappingName]) ? $clientAnnotationProfile[$exposeFieldMappingName] : []; @@ -247,9 +251,11 @@ public function process(array $payload) $requestBody['webVTT'] = $webVTT; } + $token = $this->getToken(); + $response = $exposeClient->post('/assets', [ 'headers' => [ - 'Authorization' => 'Bearer ' . $payload['accessToken'] + 'Authorization' => 'Bearer ' . $token ], 'json' => $requestBody ]); @@ -263,7 +269,7 @@ public function process(array $payload) $assetsResponse = json_decode($response->getBody(),true); - $uploadUrl = $proxyConfig->getClientWithOptions(['verify' => $exposeConfiguration['verify_ssl']]); + $uploadUrl = $proxyConfig->getClientWithOptions(['verify' => $this->exposeConfiguration['verify_ssl']]); $uploadUrl->put($assetsResponse['uploadURL'], [ 'headers' => [ 'Content-Type' => 'application/binary' @@ -304,7 +310,6 @@ public function process(array $payload) if ($record->has_subdef($phraseanetSubdef) && $record->get_subdef($phraseanetSubdef)->is_physically_present()) { $this->postSubDefinition( $exposeClient, - $payload['accessToken'], $assetsResponse['id'], $record->get_subdef($phraseanetSubdef), $subdefName, @@ -357,8 +362,6 @@ public function process(array $payload) $this->messagePublisher->pushLog("An error occurred when creating asset!: ". $e->getMessage()); $this->finishedJob($workerRunningJob, $em, WorkerRunningJob::ERROR); - return ; - return; } @@ -366,8 +369,10 @@ public function process(array $payload) $this->finishedJob($workerRunningJob, $em); } - private function getClientAnnotationProfile(Client $exposeClient, $accessToken, $publicationId) + private function getClientAnnotationProfile(Client $exposeClient, $publicationId) { + $accessToken = $this->getToken(); + $resPublication = $exposeClient->get('/publications/'.$publicationId , [ 'headers' => [ 'Authorization' => 'Bearer '. $accessToken, @@ -385,8 +390,10 @@ private function getClientAnnotationProfile(Client $exposeClient, $accessToken, return $clientAnnotationProfile; } - private function postSubDefinition(Client $exposeClient, $token, $assetId, \media_subdef $subdef, $subdefName, $isPreview = false, $isThumbnail = false, $isPoster = false) + private function postSubDefinition(Client $exposeClient, $assetId, \media_subdef $subdef, $subdefName, $isPreview = false, $isThumbnail = false, $isPoster = false) { + $token = $this->getToken(); + $requestBody = [ 'asset_id' => $assetId, 'name' => $subdefName, @@ -403,7 +410,7 @@ private function postSubDefinition(Client $exposeClient, $token, $assetId, \medi $response = $exposeClient->post('/sub-definitions', [ 'headers' => [ - 'Authorization' => 'Bearer ' .$token + 'Authorization' => 'Bearer ' . $token ], 'json' => $requestBody ]); @@ -450,4 +457,83 @@ private function finishedJob(WorkerRunningJob $workerRunningJob, EntityManager $ $em->rollback(); } } + + private function getToken() + { + $proxyConfig = new NetworkProxiesConfiguration($this->app['conf']); + + $clientOptions = [ + 'http_errors' => false, + 'verify' => $this->exposeConfiguration['verify_ssl'] + ]; + + $oauthClient = $proxyConfig->getClientWithOptions($clientOptions); + + if ($this->exposeConfiguration['connection_kind'] == 'password') { + if (!isset($this->accessTokenInfo['expires_at'])) { + return $this->accessTokenInfo['access_token']; + } elseif ($this->accessTokenInfo['expires_at'] > time() && $this->accessTokenInfo['refresh_expires_at'] > time()) { + return $this->accessTokenInfo['access_token']; + } elseif ($this->accessTokenInfo['expires_at'] <= time() && $this->accessTokenInfo['refresh_expires_at'] > time()) { + $resToken = $oauthClient->post($this->exposeConfiguration['oauth_token_uri'], [ + 'form_params' => [ + 'client_id' => $this->exposeConfiguration['auth_client_id'], + 'client_secret' => $this->exposeConfiguration['auth_client_secret'], + 'grant_type' => 'refresh_token', + 'refresh_token' => $this->accessTokenInfo['refresh_token'] + ] + ]); + + if ($resToken->getStatusCode() !== 200) { + return null; + } + + $refreshtokenBody = $resToken->getBody()->getContents(); + + $refreshtokenBody = json_decode($refreshtokenBody, true); + + // update the access token information + $this->accessTokenInfo = [ + 'access_token' => $refreshtokenBody['access_token'], + 'expires_at' => time() + $refreshtokenBody['expires_in'], + 'refresh_token' => $refreshtokenBody['refresh_token'], + 'refresh_expires_at' => time() + $refreshtokenBody['refresh_expires_in'] + ]; + + return $refreshtokenBody['access_token']; + } else { + return null; + } + } elseif ($this->exposeConfiguration['connection_kind'] == 'client_credentials') { + if (!isset($this->accessTokenInfo['expires_at'])) { + return $this->accessTokenInfo['access_token']; + } elseif ($this->accessTokenInfo['expires_at'] > time()) { + return $this->accessTokenInfo['access_token']; + } else { + $response = $oauthClient->post($this->exposeConfiguration['oauth_token_uri'], [ + 'form_params' => [ + 'client_id' => $this->exposeConfiguration['expose_client_id'], + 'client_secret' => $this->exposeConfiguration['expose_client_secret'], + 'grant_type' => 'client_credentials' + ] + ]); + + if ($response->getStatusCode() !== 200) { + return null; + } + + $refreshtokenBody = $response->getBody()->getContents(); + + $refreshtokenBody = json_decode($refreshtokenBody,true); + + // update the access token information + $this->accessTokenInfo = [ + 'access_token' => $refreshtokenBody['access_token'], + 'expires_at' => time() + $refreshtokenBody['expires_in'], + ]; + + return $refreshtokenBody['access_token']; + } + } + } } diff --git a/lib/Alchemy/Phrasea/WorkerManager/Worker/PullAssetsWorker.php b/lib/Alchemy/Phrasea/WorkerManager/Worker/PullAssetsWorker.php index bfb8c5aeee..ee105e544e 100644 --- a/lib/Alchemy/Phrasea/WorkerManager/Worker/PullAssetsWorker.php +++ b/lib/Alchemy/Phrasea/WorkerManager/Worker/PullAssetsWorker.php @@ -77,6 +77,12 @@ public function process(array $payload) } } + if ($res->getStatusCode() !== 200) { + $this->messagePublisher->pushLog("An error occurred when fetching commit: status-code " . $res->getStatusCode()); + + return; + } + $body = $res->getBody()->getContents(); $body = json_decode($body,true); $commits = $body['hydra:member']; diff --git a/resources/locales/messages.de.xlf b/resources/locales/messages.de.xlf index 4f2481ffe8..a756ef083f 100644 --- a/resources/locales/messages.de.xlf +++ b/resources/locales/messages.de.xlf @@ -1,14 +1,14 @@ - + - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.
- - + + Form/Configuration/EmailFormType.php Form/Login/PhraseaAuthenticationForm.php @@ -129,12 +129,12 @@ %docs_not_orderable% documents ne peuvent pas etre commandes %docs_not_orderable% Dokumente können nicht bestellt werden - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig %docs_orderable% documents commandes %docs_orderable% bestellte Dokumente - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig %entry_length% documents @@ -195,9 +195,9 @@ Bridge/Dailymotion/element_informations.html.twig - %number% documents<br/>selectionnes + selectionnes]]> ausgewählt]]> - Controller/Prod/QueryController.php + Controller/Prod/QueryController.php %quantity% Stories attached to the WorkZone @@ -237,13 +237,13 @@ %quantity% records added %quantity% Datensätze hinzugefügt - Controller/Prod/BasketController.php - Controller/Prod/StoryController.php + Controller/Prod/BasketController.php + Controller/Prod/StoryController.php %quantity% records moved %quantity% Datensätze bewegt - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php %quantity% selected files @@ -253,7 +253,7 @@ %quantity_records% records have been sent for validation to %quantity_users% users %quantity_records% Datensätze wurden für das Feedback zu %quantity_users% Benutzer gesendet - Controller/Prod/PushController.php + Controller/Prod/PushController.php %quantity_records% records have been sent to %quantity_users% users @@ -263,7 +263,7 @@ %record_count% records match the unique identifier : %record_count% Datensätze entsprechen dem eindeutigen Bezeichner: - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig %s field has been created with success. @@ -278,7 +278,7 @@ %total% reponses %total% Ergebnisse - Controller/Prod/QueryController.php + Controller/Prod/QueryController.php %user% a envoye son rapport de validation de %title% @@ -520,7 +520,7 @@ A record matches the unique identifier : Ein Datensatz entspricht dem eindeutigen Bezeichner : - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig A required field is missing or has an empty value @@ -644,7 +644,7 @@ Accuse de reception indisponible, vous n'avez pas declare d'adresse email Es ist nicht möglich, eine Empfangsbestätigung zu erhalten. Grund: eine fehlende E-Mail Adresse - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Action Forbidden : You are not the publisher @@ -699,8 +699,8 @@ Hinzufügen prod/User/Add.html.twig prod/actions/Push.html.twig - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Add a new field @@ -812,42 +812,42 @@ Affichage Anzeige - web/prod/index.html.twig + web/prod/index.html.twig Affichage au demarrage Beim Start anzeigen - web/prod/index.html.twig + web/prod/index.html.twig Afficher la fiche descriptive das beschriftliche Blatt anzeigen - web/prod/index.html.twig + web/prod/index.html.twig Afficher le titre den Titel anzeigen - web/prod/index.html.twig + web/prod/index.html.twig Afficher le type Typ anzeigen - web/prod/index.html.twig + web/prod/index.html.twig Afficher les status die Status anzeigen - web/prod/index.html.twig + web/prod/index.html.twig Afficher une icone eine Ikone anzeigen - web/prod/index.html.twig + web/prod/index.html.twig After metadata Nach Metadaten - web/prod/index.html.twig + web/prod/index.html.twig Aggregated @@ -862,7 +862,7 @@ Aide Hilfe - web/prod/index.html.twig + web/prod/index.html.twig Aide sur les expressions regulieres @@ -983,13 +983,13 @@ aufsteigender alphabetischer Reihenfolge web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig Alphabetic desc absteigender alphabetischer Reihenfolge web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig Also delete records that rely on groupings. @@ -1001,11 +1001,11 @@ Ein Fehler ist aufgetreten Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php - Controller/Prod/MoveCollectionController.php - Controller/Prod/LazaretController.php - Controller/Prod/BasketController.php - Controller/Prod/ToolsController.php - Controller/Prod/StoryController.php + Controller/Prod/MoveCollectionController.php + Controller/Prod/LazaretController.php + Controller/Prod/BasketController.php + Controller/Prod/ToolsController.php + Controller/Prod/StoryController.php Controller/Admin/DataboxesController.php Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php @@ -1037,18 +1037,18 @@ An error occured when wanting to change status! Beim Ändern des Status ist ein Fehler aufgetreten! - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php An error occured while denying, please retry or contact an admin if problem persists Ein Fehler ist aufgetreten bei der Verweigerung. Bitte versuchen Sie es erneut oder wenden Sie sich an Ihren Systemadministrator - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while sending, please retry or contact an admin if problem persists Ein Fehler ist aufgetreten beim Senden. Bitte versuchen Sie es erneut oder wenden Sie sich an Ihren Systemadministrator - Order/Controller/ProdOrderController.php - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while upload the file. Please retry @@ -1074,8 +1074,8 @@ An error occurred Ein Fehler ist aufgetreten - Order/Controller/ProdOrderController.php - Controller/Prod/BasketController.php + Order/Controller/ProdOrderController.php + Controller/Prod/BasketController.php Controller/Api/V1Controller.php Controller/Api/V1Controller.php Controller/Admin/SearchEngineController.php @@ -1443,7 +1443,7 @@ Back Zurück - prod/actions/Push.html.twig + prod/actions/Push.html.twig mobile/lightbox/validate.html.twig mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig @@ -1455,6 +1455,11 @@ Zurück zur Sammelkörbe Liste WorkZone/Browser/Basket.html.twig + + Background Color + Background Color + Media/Subdef/Image.php + Bad request format, only JSON is allowed Bad Request Format, nur JSON wird erlaubt @@ -1493,27 +1498,27 @@ Basket created Sammelkorb wurde erstellt - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been archived Sammelkorb wurde archiviert - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been deleted Sammelkorb wurde gelöscht - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been unarchived Sammelkorb wurde nicht mehr archiviert - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been updated Sammelkorb wurde aktualisiert - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket is not found @@ -1533,7 +1538,7 @@ Basket updated Sammelkorb wurde aktualisiert - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Binary data @@ -1586,9 +1591,9 @@ By checking this box, you accept %beginning_link% Terms of Use %end_link% Wenn Sie dieses Kästchen anwählen, akzeptieren Sie die %beginning_link% Nutzungsbedingungen %end_link% web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig By default it is available for admins @@ -1746,7 +1751,7 @@ Certains champs sont obligatoires, veuillez les remplir Bitte füllen Sie die erforderlichen Felder aus - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Ces informations sont directement fournies par la norme de metadonnees de ce champ : %norm_name% @@ -1766,7 +1771,7 @@ Changes for rotation will be applied only on the sub-definitions of "image" type. Änderungen für Drehung werden nur auf "Bilder" Unterauflösungen verwendet. - actions/Tools/index.html.twig + actions/Tools/index.html.twig Channels @@ -1810,7 +1815,7 @@ Civility Anrede - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Clear @@ -1864,7 +1869,7 @@ Collection Kollektion prod/Story/Create.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig admin/databox/details.html.twig @@ -1876,7 +1881,7 @@ Collection order Kollektionen Ordnung - web/prod/index.html.twig + web/prod/index.html.twig Color Depth @@ -1942,7 +1947,7 @@ Configuration Konfiguration - web/prod/index.html.twig + web/prod/index.html.twig Confirm new email address @@ -1988,7 +1993,7 @@ Connection to FTP succeed FTP Verbindung erfolgreich - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Consultez en ligne les pré-requis et la configuration du serveur web @@ -2048,7 +2053,7 @@ Couleur de selection Farbauswahl - web/prod/index.html.twig + web/prod/index.html.twig Country @@ -2250,7 +2255,7 @@ Date Datum - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Date Added @@ -2372,7 +2377,7 @@ Defined by admin von Administrator festgelegt - web/prod/index.html.twig + web/prod/index.html.twig Defined in Apache configuration @@ -2392,8 +2397,8 @@ Delete Löschen - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig admin/task-manager/templates.html.twig @@ -2490,7 +2495,7 @@ Deselect all Alle abwählen - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig web/report/form_date_and_base.html.twig actions/Feedback/list.html.twig prod/actions/Push.html.twig @@ -2526,12 +2531,12 @@ Grösse Media/Subdef/Video.php Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Disable document type sharing Sharing-Link deaktivieren - actions/Tools/index.html.twig + actions/Tools/index.html.twig Disabled @@ -2544,14 +2549,14 @@ Form/Configuration/ActionsFormType.php - Display & action settings + Anzeige und Handlung-Einstellungen admin/fields/templates.html.twig Display technical data Technische Informationen anzeigen - web/prod/index.html.twig + web/prod/index.html.twig Display thumbnails @@ -2561,7 +2566,7 @@ Do not display Nicht anzeigen - web/prod/index.html.twig + web/prod/index.html.twig Do not forget to restart the tasks scheduler @@ -2586,7 +2591,7 @@ Do you want to send your report ? Möchten Sie Ihren Bericht senden ? - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php mobile/lightbox/validate.html.twig @@ -2607,7 +2612,7 @@ Document has been successfully substitued Dokument wurde erfolgreich ersetzt - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php Document refuse par %name% @@ -2628,9 +2633,9 @@ Documents indisponibles Dokument(e) nicht verfügbar web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Don't worry, You can modify your configuration later @@ -2807,12 +2812,12 @@ Email is invalid Ungültige Email Adresse - Controller/Prod/PushController.php + Controller/Prod/PushController.php Email is required Email Adresse erforderlich - Controller/Prod/PushController.php + Controller/Prod/PushController.php Email successfully confirmed @@ -2947,7 +2952,7 @@ Enable document type sharing Dokumenttyp Teilen aktivieren - actions/Tools/index.html.twig + actions/Tools/index.html.twig Enable maintenance message broadcast @@ -3023,7 +3028,7 @@ Envoie avec succes erfolgreich versendet - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php Equals @@ -3089,7 +3094,7 @@ Erreur lors de la mise a jour des donnes Fehler während Datenaktualisierung - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php Erreur lors de la tentative ; errreur : %message% @@ -3116,12 +3121,12 @@ Error while connecting to FTP Fehler bei der FTP Verbindung - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Error while creating user Fehler bei der Erstellung des Benutzers - Controller/Prod/PushController.php + Controller/Prod/PushController.php Error while saving preference @@ -3186,8 +3191,8 @@ Expiration date successfully updated! Ablaufdatum erfolgreich aktualisiert! - Controller/Prod/PushController.php - Controller/Prod/PushController.php + Controller/Prod/PushController.php + Controller/Prod/PushController.php Export @@ -3204,7 +3209,7 @@ Export saved in the waiting queue Export in der Warteschlange gespeichert - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php FR @@ -3303,8 +3308,8 @@ Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php - Controller/Prod/LazaretController.php - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php File is too big : 64k max @@ -3334,7 +3339,7 @@ Filename Dateiname - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Fils disponibles @@ -3355,7 +3360,7 @@ First name is required Vorname erforderlich - Controller/Prod/PushController.php + Controller/Prod/PushController.php First/Last Name @@ -3374,7 +3379,7 @@ Flatten layers Flatten Layers Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Flush All Caches @@ -3505,7 +3510,7 @@ Generates an image Erstellt ein Bild Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Geo Search @@ -3585,7 +3590,7 @@ Graphiste (preview au rollover) Grafiker (Voransicht mit Rollover) - web/prod/index.html.twig + web/prod/index.html.twig Great @@ -3684,7 +3689,7 @@ Iconographe (description au rollover) Bildredakteur (Beschreibung mit Rollover) - web/prod/index.html.twig + web/prod/index.html.twig Id @@ -3755,14 +3760,14 @@ In the answer grid In einem Tooltip - web/prod/index.html.twig + web/prod/index.html.twig Include Business-fields in caption Geschäftsfelder in Beschriftung enthalten web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Indexable @@ -3855,7 +3860,7 @@ Invalid target collection ungültige Zielkollektion - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php Invalid unlock link. @@ -3937,9 +3942,9 @@ La sous resolution n'est pas disponible pour les documents suivants Unterauflösung für die folgende Dokumente ist nicht verfügbar - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig La taille maximale d'une video est de %duration% minutes. @@ -3973,7 +3978,7 @@ Language selection Sprachauswahl - web/prod/index.html.twig + web/prod/index.html.twig Last Name @@ -3993,7 +3998,7 @@ Last name is required Nachname erforderlich - Controller/Prod/PushController.php + Controller/Prod/PushController.php Last update on %updateTime% @@ -4003,7 +4008,7 @@ Last uploaded version zuletzte geladene Version - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Le bridge Dailymotion ne prend en charge que les videos @@ -4194,7 +4199,7 @@ Load More Mehr laden - prod/WorkZone/ExposePublicationAssets.html.twig + prod/WorkZone/ExposePublicationAssets.html.twig Loading database documentary structure ... @@ -4245,7 +4250,7 @@ Ma derniere question Meine letzte Suchabfrage - web/prod/index.html.twig + web/prod/index.html.twig Mail line %line% is empty @@ -4399,7 +4404,7 @@ Missing target collection Zielkollektion fehlt - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php Missing tests parameter @@ -4414,7 +4419,7 @@ Mode de presentation Anzeigemodus - web/prod/index.html.twig + web/prod/index.html.twig Modele de donnees @@ -4598,7 +4603,7 @@ No document selected Kein ausgewähltes Dokument - prod/actions/delete_records_confirm_form.html.twig + prod/actions/delete_records_confirm_form.html.twig No elements to push @@ -4608,7 +4613,7 @@ No elements to validate Keine Dokumente zu bestätigen - Controller/Prod/PushController.php + Controller/Prod/PushController.php No matches found @@ -4623,7 +4628,7 @@ No participants specified Keine Teilnehmer ausgewählt - Controller/Prod/PushController.php + Controller/Prod/PushController.php No permalink available. @@ -4864,20 +4869,20 @@ Order has been canceled Die Bestellung wurde storniert - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php Order has been denied Angewandte Auswahl(en). - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig Order has been sent Angewandte Auswahl(en). - Order/Controller/ProdOrderController.php - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig @@ -5171,8 +5176,8 @@ Einstellungen web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Prefix for notification emails @@ -5187,12 +5192,12 @@ Presentation de vignettes Miniaturansichten - web/prod/index.html.twig + web/prod/index.html.twig Presentation de vignettes de panier Vorstellung der Voransichten des Sammelkorbes - web/prod/index.html.twig + web/prod/index.html.twig Presets @@ -5259,7 +5264,7 @@ Publications Veröffentlichungen web/common/menubar.html.twig - web/prod/index.html.twig + web/prod/index.html.twig admin/publications/wrapper.html.twig web/admin/tree.html.twig @@ -5339,7 +5344,7 @@ Quality Qualität Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Quarantine @@ -5360,80 +5365,80 @@ Raccourcis claviers de la zone des paniers : Sammelkörbe und Funktionen Abkürzungen - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de editing : Fenster Abkürzungen bearbeiten - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de preview : Fenster Abkürzungen, Detailansicht - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de recherche : Hauptfenster Abkürzungen - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-a : tout selectionner ctrl-a : alles auswählen - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-e : editer la selection ctrl-e : Auswahl bearbeiten - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-p : imprimer la selection ctrl-p : drucken - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::espace : arreter/demarrer le diaporama Dia-Schau starten - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche bas : scroll vertical Abwärtspfeil: vertikal scrollen - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche droite : page suivante Rechtspfeil: nächste Seite - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en arriere Abwärtspfeil: letztes Dokument - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en avant Rechtspfeil: nächstes Dokument - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : page precedente Linkspfeil: vorherige Seite - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche haut : scroll vertical Pfeil oben: vertikal scrollen - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::tab/shift-tab se ballade dans les champs tab/shift-tab : Feld ändern - web/prod/index.html.twig + web/prod/index.html.twig Rappel : Il vous reste %timeLeft% pour valider %title% de %user% @@ -5553,7 +5558,7 @@ Recevoir un accuse de reception a %my_email% Empfangsbestätigung zu %my_email% bekommen - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Rechercher dans un champ date @@ -5583,12 +5588,12 @@ Record removed from basket Datensatz wurde aus dem Sammelkorb gelöscht - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Record removed from story Datensatz wurde vom Bericht entfernt - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php Record_id @@ -5603,7 +5608,7 @@ Records have been successfuly moved Datensätze wurden erfolgreich bewegt - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php Records type @@ -5670,7 +5675,7 @@ Remove ICC Profile Entfernt ICC-Profil Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Remove current Range @@ -5785,7 +5790,7 @@ Resolution Unterauflösung Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Resource URL @@ -5940,7 +5945,7 @@ web/developers/application.html.twig web/login/renew-password.html.twig actions/Feedback/list.html.twig - prod/actions/Push.html.twig + prod/actions/Push.html.twig admin/worker-manager/worker_ftp.html.twig task-manager/task-editor/task.html.twig admin/search-engine/general-aggregation.html.twig @@ -5960,7 +5965,7 @@ Save this list Diese Liste speichern - prod/actions/Push.html.twig + prod/actions/Push.html.twig Se connecter @@ -6033,12 +6038,12 @@ Select a list on the left and edit it ! Wählen Sie eine Liste auf der linken Seite aus und bearbeiten Sie diese. - prod/actions/Push.html.twig + prod/actions/Push.html.twig Select all Alle auswählen - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig web/report/form_date_and_base.html.twig actions/Feedback/list.html.twig prod/actions/Push.html.twig @@ -6075,7 +6080,7 @@ Senden Controller/Prod/LanguageController.php web/login/forgot-password.html.twig - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/upload/upload.html.twig prod/upload/upload-flash.html.twig prod/orders/order_item.html.twig @@ -6178,7 +6183,7 @@ Share has been extended Die Dauer der Teilung wurde verlängert - prod/actions/Push.html.twig + prod/actions/Push.html.twig Share my list @@ -6328,7 +6333,7 @@ Start by creating one by using the "add" button on the left ! Beginnen Sie mit der Erstellung: Klicken sie auf "Hinzufügen" links ! - prod/actions/Push.html.twig + prod/actions/Push.html.twig Start validation @@ -6392,7 +6397,7 @@ Story created Bericht wurde erfolgreich erstellt - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php Story detached from the WorkZone @@ -6407,7 +6412,7 @@ Story updated Bericht wurde aktualisiert - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php Story_id @@ -6442,18 +6447,18 @@ Substitute Ersetzung - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Substitution is not possible for this kind of record Für diesen Typ von Aufnahme ist die Ersetzung nicht verfügbar - actions/Tools/index.html.twig + actions/Tools/index.html.twig Success Erfolg - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig api/auth/native_app_access_token.html.twig @@ -6566,7 +6571,7 @@ Target Device Zielgerät - classes/databox/subdef.php + classes/databox/subdef.php Task Edition @@ -6610,7 +6615,7 @@ Terms of Use Nutzungsbedingungen Form/Login/PhraseaRegisterForm.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Terms of service @@ -6665,7 +6670,7 @@ The destination record provided is not allowed Zieldatensatz wird nicht erlaubt - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php The document %name% has been quarantined @@ -6711,7 +6716,7 @@ The file was moved to the quarantine Datei wurde unter Quarantäne gestellt - Controller/Prod/UploadController.php + Controller/Prod/UploadController.php The following errors have been detected @@ -6727,18 +6732,18 @@ The record was successfully created Datensatz wurde erfolgreich erstellt - Controller/Prod/UploadController.php + Controller/Prod/UploadController.php The records have been properly ordered Datensäzte wurden richtig bestellt - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig The requested basket does not exist Der erforderte Sammelkorb existiert nicht - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php The task status @@ -6763,17 +6768,17 @@ Theme Thema - web/prod/index.html.twig + web/prod/index.html.twig There is no one to validate orders, please contact an administrator Niemand, um die Bestellungen zu bestätigen. Bitte wenden Sie sich an Ihren Systemadministrator. - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php There is no record eligible for an order Es gibt keinen auswählbaren Datensatz für die Bestellung - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php There is no user to add. @@ -6876,7 +6881,7 @@ Thumbnail has been successfully substitued Vorschau wurde erfolgreich ersetzt - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php Thumbnails directory is mounted to be accessible via HTTP, while other files are not. @@ -7003,7 +7008,7 @@ Type de documents Dokumenttyp - web/prod/index.html.twig + web/prod/index.html.twig Type nombre @@ -7024,17 +7029,17 @@ Un document commande Ein bestelltes Dokument - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Un document ne peut etre commande Ein Dokument kann nicht bestellt werden - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Unable to add file to Phraseanet Unmöglich, Datei zu Phraseanet hinzuzufügen - Controller/Prod/UploadController.php + Controller/Prod/UploadController.php Controller/Admin/FeedController.php @@ -7095,7 +7100,7 @@ Unable to send the documents Es ist nicht möglich, Dokumente zu senden Controller/Prod/PushController.php - Controller/Prod/PushController.php + Controller/Prod/PushController.php Unable to send your account unlock email. @@ -7126,7 +7131,7 @@ Une question personnelle Eine persönliche Frage - web/prod/index.html.twig + web/prod/index.html.twig Une selection @@ -7219,7 +7224,7 @@ Uploaded by : %username% von: %username% hochgeladen - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Use Google Chart API @@ -7239,7 +7244,7 @@ Use latest search settings on Production loading die letzte gestellte Frage in Prod benutzen - web/prod/index.html.twig + web/prod/index.html.twig Use my Phraseanet account @@ -7286,7 +7291,7 @@ User already exists Benutzer existiert schon - Controller/Prod/PushController.php + Controller/Prod/PushController.php User can download HD @@ -7308,7 +7313,7 @@ User successfully created Benutzer wurde erfolgreich erstellt - Controller/Prod/PushController.php + Controller/Prod/PushController.php User's publications in feeds @@ -7363,7 +7368,7 @@ Validation from %user% Benutzer %user% hat seinen Bestätigungsbericht gesendet - Controller/Prod/PushController.php + Controller/Prod/PushController.php Validation request from %user% for '%title%' @@ -7523,7 +7528,7 @@ Vous devez selectionner un type de sous definitions Sie müssen einen Typ von Unterauflösungen auswählen - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Vous devez specifier une adresse email et un mot de passe valides @@ -7612,12 +7617,12 @@ Vous pouvez quitter la plupart des fenetres survolantes via la touche echap esc : Sie können die meiste Teile der Overlay Fenster schliessen - web/prod/index.html.twig + web/prod/index.html.twig Warning ! Warnung ! - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Warning, this database is not empty @@ -7638,18 +7643,18 @@ Watermark Wasserzeichen - Media/Subdef/Image.php + Media/Subdef/Image.php admin/collection/collection.html.twig Watermark Record_id Recordid, die für das Wasserzeichen verwendet werden soll (muss sich in derselben Databox befinden) - Media/Subdef/Image.php + Media/Subdef/Image.php Watermark text Watermark text - Media/Subdef/Image.php + Media/Subdef/Image.php Weak @@ -7669,7 +7674,7 @@ Welcome to the ListManager ! Herzlich Willkommen beim Liste Manager ! - prod/actions/Push.html.twig + prod/actions/Push.html.twig When @@ -7747,7 +7752,7 @@ You are not allowed to add users Sie werden nicht erlaubt, Benutzer zu hinzufügen - Controller/Prod/PushController.php + Controller/Prod/PushController.php You are not authorized to do this @@ -7779,7 +7784,7 @@ You can alternatively receive an email when the download is ready. Alternativ können Sie ein Download Link durch Email erhalten. - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig You can choose only one record @@ -7794,12 +7799,12 @@ You can not directly download more than %max_download% Mo ; time to package all documents is too long Sie können nicht mehr als %max_download% Mo herunterladen. - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig You can not edit this story Sie können diesen Bericht nicht bearbeiten - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php You can not upload files @@ -7815,7 +7820,7 @@ You do not have access to this basket Sie haben keinen Zugriff auf diesen Sammelkorb - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php You do not have enough rights to access quarantine @@ -7825,7 +7830,7 @@ You do not have required rights to send these documents over FTP Sie besitzen nicht genügend Zugriffsrechte, diese Dokumente mit dem FTP zu senden - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php You do not have rights to remove all selected documents. Are you sure ? @@ -7835,12 +7840,12 @@ You do not have rights to remove selected documents Sie besitzen nicht genügend Zugriffsrechte, um die ausgewählte Dokumente zu löschen - prod/actions/delete_records_confirm_form.html.twig + prod/actions/delete_records_confirm_form.html.twig You do not have the permission to move records to %collection% Sie dürfen nicht, Datensätze zu %collection% zu bewegen - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php You have attempted to queue too many files @@ -7865,7 +7870,7 @@ You have to give your feedback at least on one document to send a report Sie müssen Ihr Feedback mindestens an einem Dokument geben, um einen Bericht zu senden - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php You have to wait for an administrator approval for your access request @@ -7880,17 +7885,17 @@ You must agree to the Terms of Use to continue. Sie müssen die Nutzungsbedingungen akzeptieren, um fortzufahren - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig You must give a destination collection Geben Sie bitte eine Zielkollektion - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You must give a destination record Geben Sie bitte einen Zieldatensatz - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You need define a model before importing a list of users @@ -8016,7 +8021,7 @@ action : bridge Bridge - web/prod/index.html.twig + web/prod/index.html.twig action : collection @@ -8041,7 +8046,7 @@ web/lightbox/validate.html.twig web/lightbox/feed.html.twig prod/preview/tools.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/prod/toolbar.html.twig prod/results/record.html.twig prod/results/record.html.twig @@ -8070,7 +8075,7 @@ action : publier Veröffentlichen - web/prod/index.html.twig + web/prod/index.html.twig web/prod/toolbar.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig @@ -8575,7 +8580,7 @@ Adresse Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig web/account/account.html.twig @@ -8590,7 +8595,7 @@ PLZ Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8620,7 +8625,7 @@ E-Mail Event/Subscriber/RegistrationSubscriber.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/users.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig @@ -8668,7 +8673,7 @@ Core/Provider/RegistrationServiceProvider.php Event/Subscriber/RegistrationSubscriber.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig @@ -8690,7 +8695,7 @@ Beruf Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig web/account/account.html.twig @@ -8701,7 +8706,7 @@ Core/Provider/RegistrationServiceProvider.php Event/Subscriber/RegistrationSubscriber.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig web/account/account.html.twig @@ -8718,7 +8723,7 @@ Unternehmen Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/users.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig @@ -8734,7 +8739,7 @@ admin::compte-utilisateur telephone Telefon Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig @@ -8750,7 +8755,7 @@ Ort Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8840,7 +8845,7 @@ admin::compte-utilisateur:sexe: madame Frau Core/Provider/RegistrationServiceProvider.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8848,7 +8853,7 @@ admin::compte-utilisateur:sexe: mademoiselle Core/Provider/RegistrationServiceProvider.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8856,7 +8861,7 @@ admin::compte-utilisateur:sexe: monsieur Herr Core/Provider/RegistrationServiceProvider.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8943,7 +8948,7 @@ Lightbox Phrasea/Controller/LightboxController.php Phrasea/Controller/LightboxController.php - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php web/common/menubar.html.twig @@ -9809,37 +9814,22 @@ admin:phrasea-service-setting:tab:expose:: Activate this expose Diese Expose Aktivieren - PhraseanetService/Form/PSExposeConnectionType.php - - - admin:phrasea-service-setting:tab:expose:: Add mapping - Ein Phraseanet Mapping für die Medien und seine Beschreibung hinzufügen - admin/phraseanet-service/expose.html.twig - - - admin:phrasea-service-setting:tab:expose:: Add user - Benutzer hinzufügen - admin/phraseanet-service/expose.html.twig - - - admin:phrasea-service-setting:tab:expose:: Auth Base Uri - Auth Base Uri - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Auth Client ID Auth Client ID - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Auth Client secret Auth Client secret - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Connection Kind Verbindungsmethode - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Delete @@ -9849,32 +9839,32 @@ admin:phrasea-service-setting:tab:expose:: Expose Base Uri api Expose Base Uri API - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose Client ID Expose Client ID - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose Client secret Expose Client secret - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose Front base uri Expose Front base URI - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose setting Einstellungen für Expose Service - admin/phraseanet-service/expose.html.twig + admin/phraseanet-service/expose.html.twig admin:phrasea-service-setting:tab:expose:: Name Expose Name - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: New expose interconnection name @@ -9884,37 +9874,32 @@ admin:phrasea-service-setting:tab:expose:: New expose interconnection name Ein neues Phrasea Expose hinzufügen - admin/phraseanet-service/expose.html.twig + admin/phraseanet-service/expose.html.twig + + + admin:phrasea-service-setting:tab:expose:: OAuth token URI + admin:phrasea-service-setting:tab:expose:: OAuth token URI + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Save Speichern - admin/phraseanet-service/expose.html.twig + admin/phraseanet-service/expose.html.twig admin:phrasea-service-setting:tab:expose:: activate Phraseanet-service expose Expose Service in Prod aktivieren - PhraseanetService/Form/PSExposeConfigurationType.php + PhraseanetService/Form/PSExposeConfigurationType.php - - admin:phrasea-service-setting:tab:expose:: add Mapping - Ein Phraseanet Mapping für die Medien und die Beschreibungsfelder hinzufügen - admin/phraseanet-service/expose.html.twig - - - admin:phrasea-service-setting:tab:expose:: add user - Benutzer hinzufügen - admin/phraseanet-service/expose.html.twig - - - admin:phrasea-service-setting:tab:expose:: connection test - Verbindungstest mit Expose (nicht implementiert) - admin/phraseanet-service/expose.html.twig + + admin:phrasea-service-setting:tab:expose:: auth provider name with type ps-auth + admin:phrasea-service-setting:tab:expose:: auth provider name with type ps-auth + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: verify ssl Gültigkeit des SSL-Zertifikats prüfen - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:uploader:: Client ID @@ -10005,7 +9990,7 @@ alert Vorsicht - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -10026,7 +10011,7 @@ an error occured Ein Fehler ist aufgetreten - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php an error occured : %message% @@ -10146,9 +10131,9 @@ Controller/Prod/LanguageController.php Controller/Prod/LanguageController.php web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/thesaurus/export-text-dialog.html.twig web/thesaurus/import-dialog.html.twig web/thesaurus/thesaurus.html.twig @@ -10206,7 +10191,7 @@ boutton::commander Bestellen - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig boutton::creer @@ -10234,13 +10219,13 @@ boutton::envoyer Senden - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig boutton::essayer probieren - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig boutton::fermer @@ -10431,7 +10416,7 @@ web/thesaurus/new-term.html.twig web/thesaurus/new-term.html.twig web/report/all_content.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/Story/Reorder.html.twig Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photoset_deleteelement.html.twig @@ -10520,9 +10505,9 @@ cancel Abbrechen actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig caption XML @@ -10572,8 +10557,8 @@ chargement Verladung - web/prod/tab_thesaurus.html.twig - web/prod/tab_thesaurus.html.twig + web/prod/tab_thesaurus.html.twig + web/prod/tab_thesaurus.html.twig charger d'avantage de publications @@ -10589,7 +10574,7 @@ choisir wählen - web/prod/index.html.twig + web/prod/index.html.twig admin/collection/create.html.twig admin/databox/databox.html.twig @@ -10602,7 +10587,7 @@ client_credentials client_credentials - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php client_id @@ -10617,12 +10602,12 @@ commande::deadline Termin - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig commande::utilisation prevue Verwendungszweck - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig prod/orders/order_item.html.twig @@ -10915,7 +10900,7 @@ export:: FTP FTP web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export:: commande @@ -10926,7 +10911,7 @@ export:: envoi par mail E-Mail web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export:: erreur : aucun document selectionne @@ -10942,7 +10927,7 @@ export::export-email: email-invalid Das Format der Email Adresse scheint falsch zu sein - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::ftp: reglages manuels @@ -10952,18 +10937,18 @@ export::mail: contenu du mail Textinhalt - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::mail: destinataire zu - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::mail: fichiers joint E-Mail Anhänge - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::titre: nom original du document @@ -10978,12 +10963,12 @@ export:email:: acknowledgement info Empfangbestätigungen schaffen nur, wenn der Empfänger diese Funktion zulässt - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export:email:info:: email addresses separated by commas E-Mail Adressen durch Kommas getrennt - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig expose:: Choose a profile where to store mapping @@ -11026,7 +11011,7 @@ expose:: logout Abmeldung - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig expose:: poster @@ -11060,12 +11045,12 @@ expose::setting Cancel Abbrechen prod/WorkZone/ExposeFieldMapping.html.twig - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting Choose a profile and do mapping for subdef to be uploaded Profil auswählen - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting Choose profile and check all field to be uploaded in %exposeName% expose @@ -11085,7 +11070,7 @@ expose::setting Save subdef mapping Speichern - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting Subdef mapping @@ -11095,7 +11080,7 @@ expose::setting You have to select an expose to continue Sie müssen eine Expose auswählen, um fortzusetzen - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting duplicate mapping! @@ -11172,10 +11157,10 @@ file is not valid Datei ist nicht gültig - Controller/Prod/ToolsController.php - Controller/Prod/ToolsController.php - Controller/Prod/ToolsController.php - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php flash @@ -11332,7 +11317,7 @@ image rotation Bilddrehung - actions/Tools/index.html.twig + actions/Tools/index.html.twig image tool @@ -11747,7 +11732,7 @@ mettre a jour le nom original de fichier apres substitution ursprüngliche Dateiname nach Ersetzung aktualisieren - actions/Tools/index.html.twig + actions/Tools/index.html.twig name @@ -11770,7 +11755,7 @@ no image selected Kein Bild wurde ausgewählt - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -12208,7 +12193,7 @@ password Passwort - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php personalize logo @@ -12342,7 +12327,7 @@ phraseanet:: prereglages Voreinstellungen - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig phraseanet:: presse-papier @@ -12426,7 +12411,7 @@ Controller/Root/AccountController.php - phraseanet::account: << your account can be deleted via admin interface >> + >]]> Ihr Benutzerkonto kann nur durch die Administration Anwendung gelöscht werden. web/account/account.html.twig @@ -12638,17 +12623,17 @@ preview:: Description Beschreibung - web/prod/index.html.twig + web/prod/index.html.twig preview:: Historique Historie - web/prod/index.html.twig + web/prod/index.html.twig preview:: Popularite Beliebtheit - web/prod/index.html.twig + web/prod/index.html.twig preview:: arreter le diaporama @@ -12700,7 +12685,7 @@ preview::tab:feedback Feedback - web/prod/index.html.twig + web/prod/index.html.twig preview::tab:feedback closed @@ -13012,7 +12997,7 @@ processing verarbeitend - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -13029,7 +13014,7 @@ prod::action:property title Eigenschaften - web/prod/index.html.twig + web/prod/index.html.twig prod::advancesearch see real field name @@ -13261,7 +13246,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben prod::export: send mail notification E-Mail-Anfrage gesendet web/lightbox/validate.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod::facet.Orientation_label @@ -13361,7 +13346,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben prod::notification: notification title Benachrichtigungen - web/prod/index.html.twig + web/prod/index.html.twig prod::order-manager download expire on @@ -13376,17 +13361,17 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben prod::push: List name can not be empty Name der Liste wird erfordert - web/prod/index.html.twig + web/prod/index.html.twig prod::push: New list title Neue Liste - web/prod/index.html.twig + web/prod/index.html.twig prod::push: add Hinzufügen - web/prod/index.html.twig + web/prod/index.html.twig prod::push: automatically send user reminder @@ -13674,7 +13659,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben prod::tool:select subdef Datei auswählen - actions/Tools/index.html.twig + actions/Tools/index.html.twig prod::tools: document @@ -13685,7 +13670,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben prod::videoTools:chapterTitle Kapiteltitel - web/prod/index.html.twig + web/prod/index.html.twig prod::workzone:Actions @@ -13791,22 +13776,22 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben prod:expose Editable only Bearbeitbar - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose Mine only Meine - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose field mapping Mapping - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose next nächste - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose preview @@ -13816,7 +13801,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben prod:expose previous letzte - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose: disabled @@ -13831,13 +13816,13 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben prod:expose:Add publication Eine Veröffentlichung hinzufügen - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose:Refresh Aktualisieren - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose:connection:Auth connexion @@ -13993,7 +13978,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben Veröffentlichung Profil prod/WorkZone/ExposeNew.html.twig prod/WorkZone/ExposeFieldMapping.html.twig - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig prod/WorkZone/ExposeEdit.html.twig @@ -14018,7 +14003,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben Profil auswählen prod/WorkZone/ExposeNew.html.twig prod/WorkZone/ExposeFieldMapping.html.twig - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig prod/WorkZone/ExposeEdit.html.twig prod/WorkZone/ExposeEdit.html.twig @@ -14126,7 +14111,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben prod:expose:select expose Expose auswählen - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:mapbox Change position @@ -14463,12 +14448,12 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben raccourci :: a propos des raccourcis claviers Über Abkürzungen - web/prod/index.html.twig + web/prod/index.html.twig raccourcis :: ne plus montrer cette aide Diese Hilfe nicht mehr anzeigen - web/prod/index.html.twig + web/prod/index.html.twig rafraichir @@ -14537,17 +14522,17 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben reponses:: images par pages : Suchergebnisse nach Seite - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode liste Liste - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode vignettes Miniaturansichten - web/prod/index.html.twig + web/prod/index.html.twig reponses:: partager @@ -14569,7 +14554,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben reponses:: taille des images : Miniaturansichtengrösse - web/prod/index.html.twig + web/prod/index.html.twig reponses::document sans titre @@ -14619,17 +14604,17 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben report:: (downloads) Alle Downloads - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: (downloads) record Downloads nach Datensatz - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: (downloads) user Downloads nach Benutzer - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: 1 - Periode @@ -14650,12 +14635,12 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben report:: 3 - Type de report Bericht Typ web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: 4 - Fields Felder - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: Au (date) @@ -14722,8 +14707,8 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben report:: Permalink Permalink einbeziehen - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: Phraseanet report @@ -15071,12 +15056,12 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben rotation 90 degres anti-horaires 90° entgegen dem Uhrzeigersinn drehen - actions/Tools/index.html.twig + actions/Tools/index.html.twig rotation 90 degres horaire 90° im Uhrzeigersinn drehen - actions/Tools/index.html.twig + actions/Tools/index.html.twig same UUID @@ -15283,12 +15268,12 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben substitution HD Dokument Ersetzung - actions/Tools/index.html.twig + actions/Tools/index.html.twig substitution SD Miniaturansicht Ersetzung - actions/Tools/index.html.twig + actions/Tools/index.html.twig task::_common_:hotfolder @@ -15576,7 +15561,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben web/thesaurus/thesaurus.html.twig - thesaurus:: Supprimer cette branche ?&#10;(les termes concernes remonteront en candidats a la prochaine indexation) + web/thesaurus/thesaurus.html.twig @@ -16092,7 +16077,7 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben thumbnail validation Miniaturansicht Validierung - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -16141,12 +16126,12 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben Status prod/upload/upload.html.twig prod/upload/upload-flash.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig upload:: checkers for this file is disabled in configuration or deleted Checker ist deaktiviert oder gelöscht - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig users rights have been reseted @@ -16157,9 +16142,9 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben validate Bestätigen actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -16227,127 +16212,127 @@ Vorsicht: die aktuelle Werte werden durch die neue Werte überschrieben workzone:datepicker:april April - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:august August - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:december Dezember - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:february Februar - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:friday Freitag - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:january Januar - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:july Juli - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:june Juni - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:march März - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:may Mai - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:monday Montag - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:nextText nächste - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:november November - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:october Oktober - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:prevText vorherige - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:saturday Samstag - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:september September - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:sunday Sonntag - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:thursday Donnerstag - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:tuesday Dienstag - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:wednesday Mittwoch - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig diff --git a/resources/locales/messages.en.xlf b/resources/locales/messages.en.xlf index 5582025ed4..2f3d8faaed 100644 --- a/resources/locales/messages.en.xlf +++ b/resources/locales/messages.en.xlf @@ -1,14 +1,14 @@ - + - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.
- - + + Form/Configuration/EmailFormType.php Form/Login/PhraseaAuthenticationForm.php @@ -129,12 +129,12 @@ %docs_not_orderable% documents ne peuvent pas etre commandes %docs_not_orderable% document(s) can't be ordered - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig %docs_orderable% documents commandes %docs_orderable% ordered document(s) - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig %entry_length% documents @@ -195,9 +195,9 @@ Bridge/Dailymotion/element_informations.html.twig - %number% documents<br/>selectionnes + selectionnes]]> selected]]> - Controller/Prod/QueryController.php + Controller/Prod/QueryController.php %quantity% Stories attached to the WorkZone @@ -237,13 +237,13 @@ %quantity% records added %quantity% records added - Controller/Prod/BasketController.php - Controller/Prod/StoryController.php + Controller/Prod/BasketController.php + Controller/Prod/StoryController.php %quantity% records moved %quantity% records moved - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php %quantity% selected files @@ -253,7 +253,7 @@ %quantity_records% records have been sent for validation to %quantity_users% users %quantity_records% records have been sent for validation to %quantity_users% users - Controller/Prod/PushController.php + Controller/Prod/PushController.php %quantity_records% records have been sent to %quantity_users% users @@ -263,7 +263,7 @@ %record_count% records match the unique identifier : %record_count% records match the unique identifier: - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig %s field has been created with success. @@ -278,7 +278,7 @@ %total% reponses %total% responses - Controller/Prod/QueryController.php + Controller/Prod/QueryController.php %user% a envoye son rapport de validation de %title% @@ -520,7 +520,7 @@ A record matches the unique identifier : A record matches the unique identifier: - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig A required field is missing or has an empty value @@ -644,7 +644,7 @@ Accuse de reception indisponible, vous n'avez pas declare d'adresse email Unable to send an acknowledgement: Missing e-mail address. - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Action Forbidden : You are not the publisher @@ -699,8 +699,8 @@ Add prod/User/Add.html.twig prod/actions/Push.html.twig - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Add a new field @@ -813,42 +813,42 @@ Affichage Display - web/prod/index.html.twig + web/prod/index.html.twig Affichage au demarrage Display On startup - web/prod/index.html.twig + web/prod/index.html.twig Afficher la fiche descriptive Show Caption - web/prod/index.html.twig + web/prod/index.html.twig Afficher le titre Show Title - web/prod/index.html.twig + web/prod/index.html.twig Afficher le type Display type - web/prod/index.html.twig + web/prod/index.html.twig Afficher les status Show Status - web/prod/index.html.twig + web/prod/index.html.twig Afficher une icone Display an Icon - web/prod/index.html.twig + web/prod/index.html.twig After metadata After captions - web/prod/index.html.twig + web/prod/index.html.twig Aggregated @@ -863,7 +863,7 @@ Aide Help - web/prod/index.html.twig + web/prod/index.html.twig Aide sur les expressions regulieres @@ -984,13 +984,13 @@ Alphabetic asc web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig Alphabetic desc Alphabetic desc web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig Also delete records that rely on groupings. @@ -1002,11 +1002,11 @@ An error occurred Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php - Controller/Prod/MoveCollectionController.php - Controller/Prod/LazaretController.php - Controller/Prod/BasketController.php - Controller/Prod/ToolsController.php - Controller/Prod/StoryController.php + Controller/Prod/MoveCollectionController.php + Controller/Prod/LazaretController.php + Controller/Prod/BasketController.php + Controller/Prod/ToolsController.php + Controller/Prod/StoryController.php Controller/Admin/DataboxesController.php Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php @@ -1038,18 +1038,18 @@ An error occured when wanting to change status! An error occured when wanting to change status! - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php An error occured while denying, please retry or contact an admin if problem persists An error occurred while denying. Please retry or contact an administrator if problem persists. - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while sending, please retry or contact an admin if problem persists An error occured while sending. Please retry or contact an administrator if problem persists. - Order/Controller/ProdOrderController.php - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while upload the file. Please retry @@ -1075,8 +1075,8 @@ An error occurred An error occurred - Order/Controller/ProdOrderController.php - Controller/Prod/BasketController.php + Order/Controller/ProdOrderController.php + Controller/Prod/BasketController.php Controller/Api/V1Controller.php Controller/Api/V1Controller.php Controller/Admin/SearchEngineController.php @@ -1444,7 +1444,7 @@ Back Previous - prod/actions/Push.html.twig + prod/actions/Push.html.twig mobile/lightbox/validate.html.twig mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig @@ -1456,6 +1456,11 @@ Back to baskets list WorkZone/Browser/Basket.html.twig + + Background Color + Background Color + Media/Subdef/Image.php + Bad request format, only JSON is allowed Bad request format. Only JSON is allowed. @@ -1494,27 +1499,27 @@ Basket created Basket created - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been archived Basket has been archived - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been deleted Basket has been deleted - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been unarchived Basket has been unarchived - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been updated Basket has been updated - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket is not found @@ -1534,7 +1539,7 @@ Basket updated Basket updated - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Binary data @@ -1587,9 +1592,9 @@ By checking this box, you accept %beginning_link% Terms of Use %end_link% By checking this box, you have read and agree to the %beginning_link% Terms of Use %end_link% web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig By default it is available for admins @@ -1747,7 +1752,7 @@ Certains champs sont obligatoires, veuillez les remplir Some fields must be completed - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Ces informations sont directement fournies par la norme de metadonnees de ce champ : %norm_name% @@ -1768,7 +1773,7 @@ Changes for rotation will be applied only on the sub-definitions of "image" type. Changes for rotation will be applied only on the sub-definitions of "image" type. - actions/Tools/index.html.twig + actions/Tools/index.html.twig Channels @@ -1812,7 +1817,7 @@ Civility Title - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Clear @@ -1866,7 +1871,7 @@ Collection Collection prod/Story/Create.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig admin/databox/details.html.twig @@ -1878,7 +1883,7 @@ Collection order Collection order - web/prod/index.html.twig + web/prod/index.html.twig Color Depth @@ -1944,7 +1949,7 @@ Configuration Configuration - web/prod/index.html.twig + web/prod/index.html.twig Confirm new email address @@ -1990,7 +1995,7 @@ Connection to FTP succeed Succeeded connection to FTP server - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Consultez en ligne les pré-requis et la configuration du serveur web @@ -2050,7 +2055,7 @@ Couleur de selection Selection color - web/prod/index.html.twig + web/prod/index.html.twig Country @@ -2253,7 +2258,7 @@ Date Date - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Date Added @@ -2375,7 +2380,7 @@ Defined by admin Defined by admin - web/prod/index.html.twig + web/prod/index.html.twig Defined in Apache configuration @@ -2395,8 +2400,8 @@ Delete Delete - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig admin/task-manager/templates.html.twig @@ -2493,7 +2498,7 @@ Deselect all Deselect all - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig web/report/form_date_and_base.html.twig actions/Feedback/list.html.twig prod/actions/Push.html.twig @@ -2529,12 +2534,12 @@ Size Media/Subdef/Video.php Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Disable document type sharing Disable document type sharing - actions/Tools/index.html.twig + actions/Tools/index.html.twig Disabled @@ -2547,14 +2552,14 @@ Form/Configuration/ActionsFormType.php - Display & action settings + Display and action settings admin/fields/templates.html.twig Display technical data Display technical data - web/prod/index.html.twig + web/prod/index.html.twig Display thumbnails @@ -2564,7 +2569,7 @@ Do not display Do not display - web/prod/index.html.twig + web/prod/index.html.twig Do not forget to restart the tasks scheduler @@ -2589,7 +2594,7 @@ Do you want to send your report ? Send your Report ? - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php mobile/lightbox/validate.html.twig @@ -2610,7 +2615,7 @@ Document has been successfully substitued Document has been successfully substituted - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php Document refuse par %name% @@ -2631,9 +2636,9 @@ Documents indisponibles Document(s) unavailable web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Don't worry, You can modify your configuration later @@ -2810,12 +2815,12 @@ Email is invalid E-mail address is invalid. - Controller/Prod/PushController.php + Controller/Prod/PushController.php Email is required E-mail address is required. - Controller/Prod/PushController.php + Controller/Prod/PushController.php Email successfully confirmed @@ -2950,7 +2955,7 @@ Enable document type sharing Enable document type sharing - actions/Tools/index.html.twig + actions/Tools/index.html.twig Enable maintenance message broadcast @@ -3026,7 +3031,7 @@ Envoie avec succes Succesfully delivered - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php Equals @@ -3092,7 +3097,7 @@ Erreur lors de la mise a jour des donnes Error when updating data - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php Erreur lors de la tentative ; errreur : %message% @@ -3119,12 +3124,12 @@ Error while connecting to FTP Error while connecting to FTP - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Error while creating user Error while creating user - Controller/Prod/PushController.php + Controller/Prod/PushController.php Error while saving preference @@ -3189,8 +3194,8 @@ Expiration date successfully updated! Expiration date successfully updated! - Controller/Prod/PushController.php - Controller/Prod/PushController.php + Controller/Prod/PushController.php + Controller/Prod/PushController.php Export @@ -3207,7 +3212,7 @@ Export saved in the waiting queue Export saved in the waiting queue. - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php FR @@ -3306,8 +3311,8 @@ Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php - Controller/Prod/LazaretController.php - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php File is too big : 64k max @@ -3337,7 +3342,7 @@ Filename File Name - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Fils disponibles @@ -3358,7 +3363,7 @@ First name is required First name is required - Controller/Prod/PushController.php + Controller/Prod/PushController.php First/Last Name @@ -3377,7 +3382,7 @@ Flatten layers Flatten layers Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Flush All Caches @@ -3508,7 +3513,7 @@ Generates an image Generates an image Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Geo Search @@ -3588,7 +3593,7 @@ Graphiste (preview au rollover) Graphist (preview on thumbnail rollover) - web/prod/index.html.twig + web/prod/index.html.twig Great @@ -3687,7 +3692,7 @@ Iconographe (description au rollover) Iconograph (caption on thumbnail rollover) - web/prod/index.html.twig + web/prod/index.html.twig Id @@ -3758,14 +3763,14 @@ In the answer grid In the answer grid - web/prod/index.html.twig + web/prod/index.html.twig Include Business-fields in caption Include Business fields in captions web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Indexable @@ -3858,7 +3863,7 @@ Invalid target collection Invalid target collection - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php Invalid unlock link. @@ -3940,9 +3945,9 @@ La sous resolution n'est pas disponible pour les documents suivants Subviews unavailable for the following document(s) - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig La taille maximale d'une video est de %duration% minutes. @@ -3976,7 +3981,7 @@ Language selection Language selection - web/prod/index.html.twig + web/prod/index.html.twig Last Name @@ -3996,7 +4001,7 @@ Last name is required Last name is mandatory - Controller/Prod/PushController.php + Controller/Prod/PushController.php Last update on %updateTime% @@ -4006,7 +4011,7 @@ Last uploaded version Last uploaded version - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Le bridge Dailymotion ne prend en charge que les videos @@ -4197,7 +4202,7 @@ Load More Load More - prod/WorkZone/ExposePublicationAssets.html.twig + prod/WorkZone/ExposePublicationAssets.html.twig Loading database documentary structure ... @@ -4248,7 +4253,7 @@ Ma derniere question My last query - web/prod/index.html.twig + web/prod/index.html.twig Mail line %line% is empty @@ -4402,7 +4407,7 @@ Missing target collection Missing target collection - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php Missing tests parameter @@ -4417,7 +4422,7 @@ Mode de presentation Display mode - web/prod/index.html.twig + web/prod/index.html.twig Modele de donnees @@ -4601,7 +4606,7 @@ No document selected No document selected - prod/actions/delete_records_confirm_form.html.twig + prod/actions/delete_records_confirm_form.html.twig No elements to push @@ -4611,7 +4616,7 @@ No elements to validate No documents to validate - Controller/Prod/PushController.php + Controller/Prod/PushController.php No matches found @@ -4626,7 +4631,7 @@ No participants specified No participants specified - Controller/Prod/PushController.php + Controller/Prod/PushController.php No permalink available. @@ -4867,20 +4872,20 @@ Order has been canceled Order has been canceled - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php Order has been denied Choice(s) applied. - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig Order has been sent Choice(s) applied. - Order/Controller/ProdOrderController.php - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig @@ -5174,8 +5179,8 @@ Settings web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Prefix for notification emails @@ -5190,12 +5195,12 @@ Presentation de vignettes Thumbnails - web/prod/index.html.twig + web/prod/index.html.twig Presentation de vignettes de panier Basket display setup - web/prod/index.html.twig + web/prod/index.html.twig Presets @@ -5262,7 +5267,7 @@ Publications Publications web/common/menubar.html.twig - web/prod/index.html.twig + web/prod/index.html.twig admin/publications/wrapper.html.twig web/admin/tree.html.twig @@ -5342,7 +5347,7 @@ Quality Quality Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Quarantine @@ -5363,80 +5368,80 @@ Raccourcis claviers de la zone des paniers : - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de editing : Edit window shortcuts - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de preview : Detailed View window shortcut - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de recherche : Main windows shortcuts - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-a : tout selectionner ctrl-a : select all - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-e : editer la selection ctrl-e : edit selection - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-p : imprimer la selection ctrl-p : print selected - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::espace : arreter/demarrer le diaporama space : start/stop diaporama - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche bas : scroll vertical down arrow : vertical scroll - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche droite : page suivante right arrow : next page - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en arriere left arrow : previous document - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en avant right arrow : next document - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : page precedente left arrow : previous page - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche haut : scroll vertical up arrow : vertical scroll - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::tab/shift-tab se ballade dans les champs tab/shift-tab : change field - web/prod/index.html.twig + web/prod/index.html.twig Rappel : Il vous reste %timeLeft% pour valider %title% de %user% @@ -5556,7 +5561,7 @@ Recevoir un accuse de reception a %my_email% Receive an acknowledgement at %my_email% - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Rechercher dans un champ date @@ -5586,12 +5591,12 @@ Record removed from basket Record removed from basket - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Record removed from story Record removed from story - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php Record_id @@ -5606,7 +5611,7 @@ Records have been successfuly moved Records have been successfuly moved - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php Records type @@ -5673,7 +5678,7 @@ Remove ICC Profile Remove ICC profile Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Remove current Range @@ -5788,7 +5793,7 @@ Resolution Resolution in DPI Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Resource URL @@ -5943,7 +5948,7 @@ web/developers/application.html.twig web/login/renew-password.html.twig actions/Feedback/list.html.twig - prod/actions/Push.html.twig + prod/actions/Push.html.twig admin/worker-manager/worker_ftp.html.twig task-manager/task-editor/task.html.twig admin/search-engine/general-aggregation.html.twig @@ -5963,7 +5968,7 @@ Save this list Save as new list - prod/actions/Push.html.twig + prod/actions/Push.html.twig Se connecter @@ -6036,12 +6041,12 @@ Select a list on the left and edit it ! Select a list on the left and then edit it ! - prod/actions/Push.html.twig + prod/actions/Push.html.twig Select all Select all - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig web/report/form_date_and_base.html.twig actions/Feedback/list.html.twig prod/actions/Push.html.twig @@ -6078,7 +6083,7 @@ Send Controller/Prod/LanguageController.php web/login/forgot-password.html.twig - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/upload/upload.html.twig prod/upload/upload-flash.html.twig prod/orders/order_item.html.twig @@ -6181,7 +6186,7 @@ Share has been extended Sharing expiration date has been extended - prod/actions/Push.html.twig + prod/actions/Push.html.twig Share my list @@ -6331,7 +6336,7 @@ Start by creating one by using the "add" button on the left ! Start by creating one by using the "add" button on the left! - prod/actions/Push.html.twig + prod/actions/Push.html.twig Start validation @@ -6395,7 +6400,7 @@ Story created Story created - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php Story detached from the WorkZone @@ -6410,7 +6415,7 @@ Story updated Story updated - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php Story_id @@ -6445,18 +6450,18 @@ Substitute Substitute - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Substitution is not possible for this kind of record Substitution is not possible for this record type - actions/Tools/index.html.twig + actions/Tools/index.html.twig Success Success - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig api/auth/native_app_access_token.html.twig @@ -6569,7 +6574,7 @@ Target Device Target device - classes/databox/subdef.php + classes/databox/subdef.php Task Edition @@ -6613,7 +6618,7 @@ Terms of Use Terms of use Form/Login/PhraseaRegisterForm.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Terms of service @@ -6668,7 +6673,7 @@ The destination record provided is not allowed The targeted record choosen is not allowed - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php The document %name% has been quarantined @@ -6714,7 +6719,7 @@ The file was moved to the quarantine The file has moved to quarantine - Controller/Prod/UploadController.php + Controller/Prod/UploadController.php The following errors have been detected @@ -6730,18 +6735,18 @@ The record was successfully created The record has been successfully created - Controller/Prod/UploadController.php + Controller/Prod/UploadController.php The records have been properly ordered These documents have been properly ordered. - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig The requested basket does not exist The requested basket does not exist - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php The task status @@ -6766,17 +6771,17 @@ Theme Skin - web/prod/index.html.twig + web/prod/index.html.twig There is no one to validate orders, please contact an administrator There is no one to validate orders. Please contact an administrator. - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php There is no record eligible for an order There is no records eligible for an order. - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php There is no user to add. @@ -6879,7 +6884,7 @@ Thumbnail has been successfully substitued Thumbnail has been successfully substituted - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php Thumbnails directory is mounted to be accessible via HTTP, while other files are not. @@ -7006,7 +7011,7 @@ Type de documents Document Type - web/prod/index.html.twig + web/prod/index.html.twig Type nombre @@ -7027,17 +7032,17 @@ Un document commande One document ordered. - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Un document ne peut etre commande One document can not be ordered. - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Unable to add file to Phraseanet Unable to add files to Phraseanet - Controller/Prod/UploadController.php + Controller/Prod/UploadController.php Controller/Admin/FeedController.php @@ -7098,7 +7103,7 @@ Unable to send the documents Unable to send the documents Controller/Prod/PushController.php - Controller/Prod/PushController.php + Controller/Prod/PushController.php Unable to send your account unlock email. @@ -7129,7 +7134,7 @@ Une question personnelle The query - web/prod/index.html.twig + web/prod/index.html.twig Une selection @@ -7222,7 +7227,7 @@ Uploaded by : %username% Uploaded by: %username% - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Use Google Chart API @@ -7242,7 +7247,7 @@ Use latest search settings on Production loading Use latest search settings on Production when loading - web/prod/index.html.twig + web/prod/index.html.twig Use my Phraseanet account @@ -7289,7 +7294,7 @@ User already exists User already exists - Controller/Prod/PushController.php + Controller/Prod/PushController.php User can download HD @@ -7311,7 +7316,7 @@ User successfully created User successfully created - Controller/Prod/PushController.php + Controller/Prod/PushController.php User's publications in feeds @@ -7366,7 +7371,7 @@ Validation from %user% Feedback from %user% - Controller/Prod/PushController.php + Controller/Prod/PushController.php Validation request from %user% for '%title%' @@ -7526,7 +7531,7 @@ Vous devez selectionner un type de sous definitions Select type of subviews - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Vous devez specifier une adresse email et un mot de passe valides @@ -7615,12 +7620,12 @@ Vous pouvez quitter la plupart des fenetres survolantes via la touche echap esc : close most of overlayed windows - web/prod/index.html.twig + web/prod/index.html.twig Warning ! Warning! - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Warning, this database is not empty @@ -7641,18 +7646,18 @@ Watermark Watermark - Media/Subdef/Image.php + Media/Subdef/Image.php admin/collection/collection.html.twig Watermark Record_id Recordid to use for watermark (needs to be in the same databox) - Media/Subdef/Image.php + Media/Subdef/Image.php Watermark text Watermark text - Media/Subdef/Image.php + Media/Subdef/Image.php Weak @@ -7672,7 +7677,7 @@ Welcome to the ListManager ! Welcome in the ListManager ! - prod/actions/Push.html.twig + prod/actions/Push.html.twig When @@ -7750,7 +7755,7 @@ You are not allowed to add users You are not allowed to create users - Controller/Prod/PushController.php + Controller/Prod/PushController.php You are not authorized to do this @@ -7782,7 +7787,7 @@ You can alternatively receive an email when the download is ready. Alternatively, you can receive a download link by email? - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig You can choose only one record @@ -7797,12 +7802,12 @@ You can not directly download more than %max_download% Mo ; time to package all documents is too long You can't directly download more than %max_download% Mo. - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig You can not edit this story You cannot edit this story - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php You can not upload files @@ -7818,7 +7823,7 @@ You do not have access to this basket You do not have access to this basket - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php You do not have enough rights to access quarantine @@ -7828,7 +7833,7 @@ You do not have required rights to send these documents over FTP You don't have required rights to send these documents over FTP. - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php You do not have rights to remove all selected documents. Are you sure ? @@ -7838,12 +7843,12 @@ You do not have rights to remove selected documents You don't have rights to remove selected documents. - prod/actions/delete_records_confirm_form.html.twig + prod/actions/delete_records_confirm_form.html.twig You do not have the permission to move records to %collection% You do not have the permission to move records to %collection% - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php You have attempted to queue too many files @@ -7868,7 +7873,7 @@ You have to give your feedback at least on one document to send a report You have to give at least one document feedback to send a report - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php You have to wait for an administrator approval for your access request @@ -7883,17 +7888,17 @@ You must agree to the Terms of Use to continue. You must accept the Terms of Use to continue. - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig You must give a destination collection You must select a target collection - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You must give a destination record You must select one target record - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You need define a model before importing a list of users @@ -8019,7 +8024,7 @@ action : bridge Bridge - web/prod/index.html.twig + web/prod/index.html.twig action : collection @@ -8044,7 +8049,7 @@ web/lightbox/validate.html.twig web/lightbox/feed.html.twig prod/preview/tools.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/prod/toolbar.html.twig prod/results/record.html.twig prod/results/record.html.twig @@ -8073,7 +8078,7 @@ action : publier Publish - web/prod/index.html.twig + web/prod/index.html.twig web/prod/toolbar.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig @@ -8578,7 +8583,7 @@ Address Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig web/account/account.html.twig @@ -8593,7 +8598,7 @@ Zip code Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8623,7 +8628,7 @@ E-mail Event/Subscriber/RegistrationSubscriber.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/users.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig @@ -8671,7 +8676,7 @@ Core/Provider/RegistrationServiceProvider.php Event/Subscriber/RegistrationSubscriber.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig @@ -8693,7 +8698,7 @@ Job Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig web/account/account.html.twig @@ -8704,7 +8709,7 @@ Core/Provider/RegistrationServiceProvider.php Event/Subscriber/RegistrationSubscriber.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig web/account/account.html.twig @@ -8721,7 +8726,7 @@ Company Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/users.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig @@ -8737,7 +8742,7 @@ admin::compte-utilisateur telephone Phone Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig @@ -8753,7 +8758,7 @@ City Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8843,7 +8848,7 @@ admin::compte-utilisateur:sexe: madame Mrs. Core/Provider/RegistrationServiceProvider.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8851,7 +8856,7 @@ admin::compte-utilisateur:sexe: mademoiselle Core/Provider/RegistrationServiceProvider.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8859,7 +8864,7 @@ admin::compte-utilisateur:sexe: monsieur Mr. Core/Provider/RegistrationServiceProvider.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8946,7 +8951,7 @@ Lightbox Phrasea/Controller/LightboxController.php Phrasea/Controller/LightboxController.php - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php web/common/menubar.html.twig @@ -9812,37 +9817,22 @@ admin:phrasea-service-setting:tab:expose:: Activate this expose Activate this expose - PhraseanetService/Form/PSExposeConnectionType.php - - - admin:phrasea-service-setting:tab:expose:: Add mapping - Add mapping for the assets and the notice - admin/phraseanet-service/expose.html.twig - - - admin:phrasea-service-setting:tab:expose:: Add user - Add user - admin/phraseanet-service/expose.html.twig - - - admin:phrasea-service-setting:tab:expose:: Auth Base Uri - Auth Base Uri - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Auth Client ID Auth Client ID - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Auth Client secret Auth Client secret - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Connection Kind Interconnection method - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Delete @@ -9852,32 +9842,32 @@ admin:phrasea-service-setting:tab:expose:: Expose Base Uri api Expose Base Uri API - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose Client ID Expose Client ID - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose Client secret Expose Client secret - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose Front base uri Expose Front base URI - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose setting Expose Service setting - admin/phraseanet-service/expose.html.twig + admin/phraseanet-service/expose.html.twig admin:phrasea-service-setting:tab:expose:: Name Expose Name - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: New expose interconnection name @@ -9887,37 +9877,32 @@ admin:phrasea-service-setting:tab:expose:: New expose interconnection name Add a new Phrasea Expose - admin/phraseanet-service/expose.html.twig + admin/phraseanet-service/expose.html.twig + + + admin:phrasea-service-setting:tab:expose:: OAuth token URI + admin:phrasea-service-setting:tab:expose:: OAuth token URI + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Save Save - admin/phraseanet-service/expose.html.twig + admin/phraseanet-service/expose.html.twig admin:phrasea-service-setting:tab:expose:: activate Phraseanet-service expose Display Expose Service in Production - PhraseanetService/Form/PSExposeConfigurationType.php + PhraseanetService/Form/PSExposeConfigurationType.php - - admin:phrasea-service-setting:tab:expose:: add Mapping - Add Mapping for Phraseanet assets and descriptions - admin/phraseanet-service/expose.html.twig - - - admin:phrasea-service-setting:tab:expose:: add user - Add user - admin/phraseanet-service/expose.html.twig - - - admin:phrasea-service-setting:tab:expose:: connection test - Test connection with Expose (not implemented) - admin/phraseanet-service/expose.html.twig + + admin:phrasea-service-setting:tab:expose:: auth provider name with type ps-auth + admin:phrasea-service-setting:tab:expose:: auth provider name with type ps-auth + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: verify ssl Check SSL certificate validity - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:uploader:: Client ID @@ -10008,7 +9993,7 @@ alert Warning - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -10029,7 +10014,7 @@ an error occured an error occured - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php an error occured : %message% @@ -10149,9 +10134,9 @@ Controller/Prod/LanguageController.php Controller/Prod/LanguageController.php web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/thesaurus/export-text-dialog.html.twig web/thesaurus/import-dialog.html.twig web/thesaurus/thesaurus.html.twig @@ -10209,7 +10194,7 @@ boutton::commander Order - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig boutton::creer @@ -10237,13 +10222,13 @@ boutton::envoyer Send - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig boutton::essayer Try - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig boutton::fermer @@ -10434,7 +10419,7 @@ web/thesaurus/new-term.html.twig web/thesaurus/new-term.html.twig web/report/all_content.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/Story/Reorder.html.twig Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photoset_deleteelement.html.twig @@ -10523,9 +10508,9 @@ cancel Cancel actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig caption XML @@ -10575,8 +10560,8 @@ chargement Loading - web/prod/tab_thesaurus.html.twig - web/prod/tab_thesaurus.html.twig + web/prod/tab_thesaurus.html.twig + web/prod/tab_thesaurus.html.twig charger d'avantage de publications @@ -10592,7 +10577,7 @@ choisir Select - web/prod/index.html.twig + web/prod/index.html.twig admin/collection/create.html.twig admin/databox/databox.html.twig @@ -10605,7 +10590,7 @@ client_credentials client_credentials - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php client_id @@ -10620,12 +10605,12 @@ commande::deadline Deadline - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig commande::utilisation prevue Intended use - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig prod/orders/order_item.html.twig @@ -10918,7 +10903,7 @@ export:: FTP FTP web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export:: commande @@ -10929,7 +10914,7 @@ export:: envoi par mail E-Mail web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export:: erreur : aucun document selectionne @@ -10945,7 +10930,7 @@ export::export-email: email-invalid The email address format seems incorrect - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::ftp: reglages manuels @@ -10955,18 +10940,18 @@ export::mail: contenu du mail Content - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::mail: destinataire To - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::mail: fichiers joint Attachment(s) - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::titre: nom original du document @@ -10981,12 +10966,12 @@ export:email:: acknowledgement info Acknowledgments only work if the recipient allows this feature - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export:email:info:: email addresses separated by commas Email addresses must be separated by commas - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig expose:: Choose a profile where to store mapping @@ -11029,7 +11014,7 @@ expose:: logout Logout - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig expose:: poster @@ -11063,12 +11048,12 @@ expose::setting Cancel Cancel prod/WorkZone/ExposeFieldMapping.html.twig - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting Choose a profile and do mapping for subdef to be uploaded Select profile - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting Choose profile and check all field to be uploaded in %exposeName% expose @@ -11088,7 +11073,7 @@ expose::setting Save subdef mapping Save - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting Subdef mapping @@ -11098,7 +11083,7 @@ expose::setting You have to select an expose to continue You have to select an Expose to continue - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting duplicate mapping! @@ -11175,10 +11160,10 @@ file is not valid file is not valid - Controller/Prod/ToolsController.php - Controller/Prod/ToolsController.php - Controller/Prod/ToolsController.php - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php flash @@ -11335,7 +11320,7 @@ image rotation Image rotation - actions/Tools/index.html.twig + actions/Tools/index.html.twig image tool @@ -11750,7 +11735,7 @@ mettre a jour le nom original de fichier apres substitution Update the filename - actions/Tools/index.html.twig + actions/Tools/index.html.twig name @@ -11773,7 +11758,7 @@ no image selected No Document selected - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -12211,7 +12196,7 @@ password Password - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php personalize logo @@ -12345,7 +12330,7 @@ phraseanet:: prereglages Presets - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig phraseanet:: presse-papier @@ -12429,7 +12414,7 @@ Controller/Root/AccountController.php - phraseanet::account: << your account can be deleted via admin interface >> + >]]> Your rights do not allow to perform this action. Your account can only be deleted via the Administration interface. web/account/account.html.twig @@ -12641,17 +12626,17 @@ preview:: Description Caption - web/prod/index.html.twig + web/prod/index.html.twig preview:: Historique Timeline - web/prod/index.html.twig + web/prod/index.html.twig preview:: Popularite Statistics - web/prod/index.html.twig + web/prod/index.html.twig preview:: arreter le diaporama @@ -12703,7 +12688,7 @@ preview::tab:feedback Feedback - web/prod/index.html.twig + web/prod/index.html.twig preview::tab:feedback closed @@ -13015,7 +13000,7 @@ processing Processing... - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -13032,7 +13017,7 @@ prod::action:property title Properties - web/prod/index.html.twig + web/prod/index.html.twig prod::advancesearch see real field name @@ -13264,7 +13249,7 @@ Warning: The current values will be overwritten by these new values prod::export: send mail notification Email sending request submitted web/lightbox/validate.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod::facet.Orientation_label @@ -13364,7 +13349,7 @@ Warning: The current values will be overwritten by these new values prod::notification: notification title Notifications - web/prod/index.html.twig + web/prod/index.html.twig prod::order-manager download expire on @@ -13379,17 +13364,17 @@ Warning: The current values will be overwritten by these new values prod::push: List name can not be empty List name is mandatory - web/prod/index.html.twig + web/prod/index.html.twig prod::push: New list title New list - web/prod/index.html.twig + web/prod/index.html.twig prod::push: add Add - web/prod/index.html.twig + web/prod/index.html.twig prod::push: automatically send user reminder @@ -13677,7 +13662,7 @@ Warning: The current values will be overwritten by these new values prod::tool:select subdef Select a file - actions/Tools/index.html.twig + actions/Tools/index.html.twig prod::tools: document @@ -13688,7 +13673,7 @@ Warning: The current values will be overwritten by these new values prod::videoTools:chapterTitle Chapter title - web/prod/index.html.twig + web/prod/index.html.twig prod::workzone:Actions @@ -13794,22 +13779,22 @@ Warning: The current values will be overwritten by these new values prod:expose Editable only Editable - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose Mine only Mine - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose field mapping Mapping - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose next next - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose preview @@ -13819,7 +13804,7 @@ Warning: The current values will be overwritten by these new values prod:expose previous previous - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose: disabled @@ -13834,13 +13819,13 @@ Warning: The current values will be overwritten by these new values prod:expose:Add publication Add publication - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose:Refresh Refresh - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose:connection:Auth connexion @@ -13996,7 +13981,7 @@ Warning: The current values will be overwritten by these new values Publication Profile prod/WorkZone/ExposeNew.html.twig prod/WorkZone/ExposeFieldMapping.html.twig - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig prod/WorkZone/ExposeEdit.html.twig @@ -14021,7 +14006,7 @@ Warning: The current values will be overwritten by these new values Select Profile prod/WorkZone/ExposeNew.html.twig prod/WorkZone/ExposeFieldMapping.html.twig - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig prod/WorkZone/ExposeEdit.html.twig prod/WorkZone/ExposeEdit.html.twig @@ -14129,7 +14114,7 @@ Warning: The current values will be overwritten by these new values prod:expose:select expose Choose Expose - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:mapbox Change position @@ -14469,12 +14454,12 @@ It is possible to place several search areas raccourci :: a propos des raccourcis claviers About shortcuts - web/prod/index.html.twig + web/prod/index.html.twig raccourcis :: ne plus montrer cette aide Do not display this help anymore - web/prod/index.html.twig + web/prod/index.html.twig rafraichir @@ -14543,17 +14528,17 @@ It is possible to place several search areas reponses:: images par pages : Results per page - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode liste List - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode vignettes Thumbnails - web/prod/index.html.twig + web/prod/index.html.twig reponses:: partager @@ -14575,7 +14560,7 @@ It is possible to place several search areas reponses:: taille des images : Thumbnails size - web/prod/index.html.twig + web/prod/index.html.twig reponses::document sans titre @@ -14625,17 +14610,17 @@ It is possible to place several search areas report:: (downloads) Downloads - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: (downloads) record Downloads grouped by record - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: (downloads) user Downloads grouped by user - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: 1 - Periode @@ -14656,12 +14641,12 @@ It is possible to place several search areas report:: 3 - Type de report Type of report web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: 4 - Fields Fields - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: Au (date) @@ -14728,8 +14713,8 @@ It is possible to place several search areas report:: Permalink Include the permalink - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: Phraseanet report @@ -15077,12 +15062,12 @@ It is possible to place several search areas rotation 90 degres anti-horaires Rotate 90 degrees counter clockwise - actions/Tools/index.html.twig + actions/Tools/index.html.twig rotation 90 degres horaire Rotate 90 degrees clockwise - actions/Tools/index.html.twig + actions/Tools/index.html.twig same UUID @@ -15289,12 +15274,12 @@ It is possible to place several search areas substitution HD Document substitution - actions/Tools/index.html.twig + actions/Tools/index.html.twig substitution SD Thumbnail substitution - actions/Tools/index.html.twig + actions/Tools/index.html.twig task::_common_:hotfolder @@ -15582,7 +15567,7 @@ It is possible to place several search areas web/thesaurus/thesaurus.html.twig - thesaurus:: Supprimer cette branche ?&#10;(les termes concernes remonteront en candidats a la prochaine indexation) + web/thesaurus/thesaurus.html.twig @@ -16098,7 +16083,7 @@ It is possible to place several search areas thumbnail validation Confirm thumbnail - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -16147,12 +16132,12 @@ It is possible to place several search areas Apply status prod/upload/upload.html.twig prod/upload/upload-flash.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig upload:: checkers for this file is disabled in configuration or deleted Checker is disabled or deleted - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig users rights have been reseted @@ -16163,9 +16148,9 @@ It is possible to place several search areas validate Validate actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -16233,127 +16218,127 @@ It is possible to place several search areas workzone:datepicker:april April - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:august August - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:december December - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:february February - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:friday Friday - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:january January - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:july July - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:june June - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:march March - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:may May - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:monday Monday - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:nextText Next - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:november November - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:october October - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:prevText Previous - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:saturday Saturday - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:september September - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:sunday Sunday - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:thursday Thursday - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:tuesday Tuesday - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:wednesday Wednesday - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig diff --git a/resources/locales/messages.fr.xlf b/resources/locales/messages.fr.xlf index 73447cc98c..d73a2c04ba 100644 --- a/resources/locales/messages.fr.xlf +++ b/resources/locales/messages.fr.xlf @@ -1,14 +1,14 @@ - + - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.
- - + + Form/Configuration/EmailFormType.php Form/Login/PhraseaAuthenticationForm.php @@ -129,12 +129,12 @@ %docs_not_orderable% documents ne peuvent pas etre commandes %docs_not_orderable% documents ne peuvent être commandés - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig %docs_orderable% documents commandes %docs_orderable% documents commandés - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig %entry_length% documents @@ -195,9 +195,9 @@ Bridge/Dailymotion/element_informations.html.twig - %number% documents<br/>selectionnes + selectionnes]]> sélectionnés]]> - Controller/Prod/QueryController.php + Controller/Prod/QueryController.php %quantity% Stories attached to the WorkZone @@ -237,13 +237,13 @@ %quantity% records added %quantity% enregistrements ajoutés - Controller/Prod/BasketController.php - Controller/Prod/StoryController.php + Controller/Prod/BasketController.php + Controller/Prod/StoryController.php %quantity% records moved %quantity% enregistrements déplacés - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php %quantity% selected files @@ -253,7 +253,7 @@ %quantity_records% records have been sent for validation to %quantity_users% users %quantity_records% enregistrements ont été envoyés pour validation auprès de %quantity_users% utilisateurs - Controller/Prod/PushController.php + Controller/Prod/PushController.php %quantity_records% records have been sent to %quantity_users% users @@ -263,7 +263,7 @@ %record_count% records match the unique identifier : %record_count% enregistrements correspondent à des identifiants uniques existants: - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig %s field has been created with success. @@ -278,7 +278,7 @@ %total% reponses %total% réponses - Controller/Prod/QueryController.php + Controller/Prod/QueryController.php %user% a envoye son rapport de validation de %title% @@ -520,7 +520,7 @@ A record matches the unique identifier : Un enregistrement correspond à un identifiant unique existant : - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig A required field is missing or has an empty value @@ -644,7 +644,7 @@ Accuse de reception indisponible, vous n'avez pas declare d'adresse email Accusé de réception indisponible; vous n'avez pas déclaré d'adresse e-mail - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Action Forbidden : You are not the publisher @@ -699,8 +699,8 @@ Ajouter prod/User/Add.html.twig prod/actions/Push.html.twig - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Add a new field @@ -812,42 +812,42 @@ Affichage Affichage - web/prod/index.html.twig + web/prod/index.html.twig Affichage au demarrage Afficher au démarrage - web/prod/index.html.twig + web/prod/index.html.twig Afficher la fiche descriptive Afficher la notice - web/prod/index.html.twig + web/prod/index.html.twig Afficher le titre Afficher le titre - web/prod/index.html.twig + web/prod/index.html.twig Afficher le type Afficher le type - web/prod/index.html.twig + web/prod/index.html.twig Afficher les status Afficher les Status - web/prod/index.html.twig + web/prod/index.html.twig Afficher une icone Afficher une icône - web/prod/index.html.twig + web/prod/index.html.twig After metadata Dans l'infobulle de description, après les métadonnées - web/prod/index.html.twig + web/prod/index.html.twig Aggregated @@ -862,7 +862,7 @@ Aide Aide - web/prod/index.html.twig + web/prod/index.html.twig Aide sur les expressions regulieres @@ -983,13 +983,13 @@ Alphabétique asc web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig Alphabetic desc Alphabétique desc web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig Also delete records that rely on groupings. @@ -1001,11 +1001,11 @@ Une erreur est survenue. Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php - Controller/Prod/MoveCollectionController.php - Controller/Prod/LazaretController.php - Controller/Prod/BasketController.php - Controller/Prod/ToolsController.php - Controller/Prod/StoryController.php + Controller/Prod/MoveCollectionController.php + Controller/Prod/LazaretController.php + Controller/Prod/BasketController.php + Controller/Prod/ToolsController.php + Controller/Prod/StoryController.php Controller/Admin/DataboxesController.php Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php @@ -1037,18 +1037,18 @@ An error occured when wanting to change status! Une erreur est survenue lors de la modification du status-bit! - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php An error occured while denying, please retry or contact an admin if problem persists Une erreur s'est produite lors du refus. Veuillez réessayer ou contacter un administrateur si le problème persiste - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while sending, please retry or contact an admin if problem persists Une erreur s'est produite lors de l'envoi. Veuillez réessayer ou contacter un administrateur si le problème persiste. - Order/Controller/ProdOrderController.php - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while upload the file. Please retry @@ -1074,8 +1074,8 @@ An error occurred Une erreur est survenue - Order/Controller/ProdOrderController.php - Controller/Prod/BasketController.php + Order/Controller/ProdOrderController.php + Controller/Prod/BasketController.php Controller/Api/V1Controller.php Controller/Api/V1Controller.php Controller/Admin/SearchEngineController.php @@ -1443,7 +1443,7 @@ Back Retour - prod/actions/Push.html.twig + prod/actions/Push.html.twig mobile/lightbox/validate.html.twig mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig @@ -1455,6 +1455,11 @@ Retour à la liste des paniers WorkZone/Browser/Basket.html.twig + + Background Color + Background Color + Media/Subdef/Image.php + Bad request format, only JSON is allowed Mauvais format de requête. Seul JSON est autorisé. @@ -1493,27 +1498,27 @@ Basket created Panier créé - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been archived Le panier a été archivé - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been deleted Le panier a été supprimé - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been unarchived Le panier est disponible dans la fenêtre des paniers - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been updated Le panier a été mis à jour - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket is not found @@ -1533,7 +1538,7 @@ Basket updated Paniers mis à jour - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Binary data @@ -1586,9 +1591,9 @@ By checking this box, you accept %beginning_link% Terms of Use %end_link% En cochant cette case, vous acceptez les %beginning_link% conditions générales d'utilisation %end_link% web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig By default it is available for admins @@ -1746,7 +1751,7 @@ Certains champs sont obligatoires, veuillez les remplir Certains champs sont obligatoires, veuillez les compléter - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Ces informations sont directement fournies par la norme de metadonnees de ce champ : %norm_name% @@ -1766,7 +1771,7 @@ Changes for rotation will be applied only on the sub-definitions of "image" type. Les rotations s'appliquent uniquement aux fichiers au format PNG et JPEG. - actions/Tools/index.html.twig + actions/Tools/index.html.twig Channels @@ -1810,7 +1815,7 @@ Civility Civilité - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Clear @@ -1864,7 +1869,7 @@ Collection Collection prod/Story/Create.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig admin/databox/details.html.twig @@ -1876,7 +1881,7 @@ Collection order Ordre des collections - web/prod/index.html.twig + web/prod/index.html.twig Color Depth @@ -1942,7 +1947,7 @@ Configuration Configuration - web/prod/index.html.twig + web/prod/index.html.twig Confirm new email address @@ -1988,7 +1993,7 @@ Connection to FTP succeed Connexion au serveur FTP effectuée. - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Consultez en ligne les pré-requis et la configuration du serveur web @@ -2048,7 +2053,7 @@ Couleur de selection Couleur de sélection - web/prod/index.html.twig + web/prod/index.html.twig Country @@ -2250,7 +2255,7 @@ Date Date - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Date Added @@ -2372,7 +2377,7 @@ Defined by admin Défini par l'admin - web/prod/index.html.twig + web/prod/index.html.twig Defined in Apache configuration @@ -2392,8 +2397,8 @@ Delete Supprimer - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig admin/task-manager/templates.html.twig @@ -2490,7 +2495,7 @@ Deselect all Tout désélectionner - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig web/report/form_date_and_base.html.twig actions/Feedback/list.html.twig prod/actions/Push.html.twig @@ -2526,12 +2531,12 @@ Dimensions Media/Subdef/Video.php Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Disable document type sharing Désactiver le lien de partage - actions/Tools/index.html.twig + actions/Tools/index.html.twig Disabled @@ -2544,14 +2549,14 @@ Form/Configuration/ActionsFormType.php - Display & action settings + Paramétrage d'affichage et d'action admin/fields/templates.html.twig Display technical data Affichage des informations techniques - web/prod/index.html.twig + web/prod/index.html.twig Display thumbnails @@ -2561,7 +2566,7 @@ Do not display Masquer les informations techniques - web/prod/index.html.twig + web/prod/index.html.twig Do not forget to restart the tasks scheduler @@ -2586,7 +2591,7 @@ Do you want to send your report ? Souhaitez-vous envoyer votre rapport ? - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php mobile/lightbox/validate.html.twig @@ -2607,7 +2612,7 @@ Document has been successfully substitued Le document a été substitué - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php Document refuse par %name% @@ -2628,9 +2633,9 @@ Documents indisponibles Documents indisponibles web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Don't worry, You can modify your configuration later @@ -2807,12 +2812,12 @@ Email is invalid L'adresse e-mail est invalide - Controller/Prod/PushController.php + Controller/Prod/PushController.php Email is required L'adresse e-mail est obligatoire - Controller/Prod/PushController.php + Controller/Prod/PushController.php Email successfully confirmed @@ -2947,7 +2952,7 @@ Enable document type sharing Activer le lien de partage - actions/Tools/index.html.twig + actions/Tools/index.html.twig Enable maintenance message broadcast @@ -3023,7 +3028,7 @@ Envoie avec succes Envoi avec succès - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php Equals @@ -3089,7 +3094,7 @@ Erreur lors de la mise a jour des donnes Erreur lors de la mise à jour des données - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php Erreur lors de la tentative ; errreur : %message% @@ -3116,12 +3121,12 @@ Error while connecting to FTP Erreur de connexion FTP - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Error while creating user Erreur lors de la création de l'utilisateur - Controller/Prod/PushController.php + Controller/Prod/PushController.php Error while saving preference @@ -3186,8 +3191,8 @@ Expiration date successfully updated! Date d'expiration mise à jour avec succès! - Controller/Prod/PushController.php - Controller/Prod/PushController.php + Controller/Prod/PushController.php + Controller/Prod/PushController.php Export @@ -3204,7 +3209,7 @@ Export saved in the waiting queue Export ajouté dans la file d'attente. - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php FR @@ -3303,8 +3308,8 @@ Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php - Controller/Prod/LazaretController.php - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php File is too big : 64k max @@ -3334,7 +3339,7 @@ Filename Nom du fichier - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Fils disponibles @@ -3355,7 +3360,7 @@ First name is required Le prénom est obligatoire - Controller/Prod/PushController.php + Controller/Prod/PushController.php First/Last Name @@ -3374,7 +3379,7 @@ Flatten layers Aplatir les calques Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Flush All Caches @@ -3505,7 +3510,7 @@ Generates an image Génère une image Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Geo Search @@ -3585,7 +3590,7 @@ Graphiste (preview au rollover) Graphiste (prévisualisation au survol de la vignette) - web/prod/index.html.twig + web/prod/index.html.twig Great @@ -3684,7 +3689,7 @@ Iconographe (description au rollover) Iconographe (fiche d'indexation au survol de la vignette) - web/prod/index.html.twig + web/prod/index.html.twig Id @@ -3755,14 +3760,14 @@ In the answer grid Dans une infobulle séparée - web/prod/index.html.twig + web/prod/index.html.twig Include Business-fields in caption Inclure les champs métier dans la notice web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Indexable @@ -3855,7 +3860,7 @@ Invalid target collection Collection de destination invalide - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php Invalid unlock link. @@ -3937,9 +3942,9 @@ La sous resolution n'est pas disponible pour les documents suivants La sous-résolution n'est pas disponible pour les documents suivants - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig La taille maximale d'une video est de %duration% minutes. @@ -3973,7 +3978,7 @@ Language selection Langue - web/prod/index.html.twig + web/prod/index.html.twig Last Name @@ -3993,7 +3998,7 @@ Last name is required Le nom est obligatoire - Controller/Prod/PushController.php + Controller/Prod/PushController.php Last update on %updateTime% @@ -4003,7 +4008,7 @@ Last uploaded version Dernière version ajoutée - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Le bridge Dailymotion ne prend en charge que les videos @@ -4194,7 +4199,7 @@ Load More Charger plus - prod/WorkZone/ExposePublicationAssets.html.twig + prod/WorkZone/ExposePublicationAssets.html.twig Loading database documentary structure ... @@ -4245,7 +4250,7 @@ Ma derniere question Ma dernière question - web/prod/index.html.twig + web/prod/index.html.twig Mail line %line% is empty @@ -4399,7 +4404,7 @@ Missing target collection Collection de destination manquante - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php Missing tests parameter @@ -4414,7 +4419,7 @@ Mode de presentation Mode de présentation - web/prod/index.html.twig + web/prod/index.html.twig Modele de donnees @@ -4598,7 +4603,7 @@ No document selected Aucun document sélectionné - prod/actions/delete_records_confirm_form.html.twig + prod/actions/delete_records_confirm_form.html.twig No elements to push @@ -4608,7 +4613,7 @@ No elements to validate Il n'y a pas de documents à valider - Controller/Prod/PushController.php + Controller/Prod/PushController.php No matches found @@ -4623,7 +4628,7 @@ No participants specified Aucun participant indiqué - Controller/Prod/PushController.php + Controller/Prod/PushController.php No permalink available. @@ -4864,20 +4869,20 @@ Order has been canceled La commande a été annulée - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php Order has been denied Choix appliqué(s). - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig Order has been sent Choix appliqué(s). - Order/Controller/ProdOrderController.php - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig @@ -5171,8 +5176,8 @@ Préférences web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Prefix for notification emails @@ -5187,12 +5192,12 @@ Presentation de vignettes Présentation de vignettes - web/prod/index.html.twig + web/prod/index.html.twig Presentation de vignettes de panier Présentation des vignettes de panier - web/prod/index.html.twig + web/prod/index.html.twig Presets @@ -5259,7 +5264,7 @@ Publications Publications web/common/menubar.html.twig - web/prod/index.html.twig + web/prod/index.html.twig admin/publications/wrapper.html.twig web/admin/tree.html.twig @@ -5339,7 +5344,7 @@ Quality Qualité Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Quarantine @@ -5360,80 +5365,80 @@ Raccourcis claviers de la zone des paniers : - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de editing : Raccourci de la fenêtre d'édition - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de preview : Raccourcis de la fenêtre vue détaillée - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de recherche : Raccourcis de la fenêtre principale - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-a : tout selectionner ctrl-a : sélectionner tout - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-e : editer la selection ctrl-e : éditer la sélection - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-p : imprimer la selection ctrl-p : imprimer la sélection - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::espace : arreter/demarrer le diaporama espace : démarrer/arrêter le diaporama - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche bas : scroll vertical flèche basse : défilement vers le bas - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche droite : page suivante flèche droite : page suivante - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en arriere flèche gauche : document précédent - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en avant flèche droite : document suivant - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : page precedente flèche gauche : page précédente - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche haut : scroll vertical flèche haute : défilement vers le haut - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::tab/shift-tab se ballade dans les champs Tab/shift-tab : Changer de champs - web/prod/index.html.twig + web/prod/index.html.twig Rappel : Il vous reste %timeLeft% pour valider %title% de %user% @@ -5553,7 +5558,7 @@ Recevoir un accuse de reception a %my_email% Demander un accusé de réception à transmettre à l'adresse %my_email% - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Rechercher dans un champ date @@ -5583,12 +5588,12 @@ Record removed from basket L'enregistrement a été supprimé du panier - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Record removed from story Enregistrement supprimé du reportage - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php Record_id @@ -5603,7 +5608,7 @@ Records have been successfuly moved Les enregistrements ont été déplacés avec succès. - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php Records type @@ -5670,7 +5675,7 @@ Remove ICC Profile Retirer le profil ICC Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Remove current Range @@ -5785,7 +5790,7 @@ Resolution Résolution Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Resource URL @@ -5940,7 +5945,7 @@ web/developers/application.html.twig web/login/renew-password.html.twig actions/Feedback/list.html.twig - prod/actions/Push.html.twig + prod/actions/Push.html.twig admin/worker-manager/worker_ftp.html.twig task-manager/task-editor/task.html.twig admin/search-engine/general-aggregation.html.twig @@ -5960,7 +5965,7 @@ Save this list Sauvegarder comme nouvelle liste - prod/actions/Push.html.twig + prod/actions/Push.html.twig Se connecter @@ -6033,12 +6038,12 @@ Select a list on the left and edit it ! Sélectionner une liste sur la gauche puis éditez la ! - prod/actions/Push.html.twig + prod/actions/Push.html.twig Select all Tout sélectionner - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig web/report/form_date_and_base.html.twig actions/Feedback/list.html.twig prod/actions/Push.html.twig @@ -6075,7 +6080,7 @@ Envoyer Controller/Prod/LanguageController.php web/login/forgot-password.html.twig - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/upload/upload.html.twig prod/upload/upload-flash.html.twig prod/orders/order_item.html.twig @@ -6178,7 +6183,7 @@ Share has been extended La durée du partage a été étendue - prod/actions/Push.html.twig + prod/actions/Push.html.twig Share my list @@ -6328,7 +6333,7 @@ Start by creating one by using the "add" button on the left ! Créer une première liste en cliquant sur \"Ajouter\" à gauche de l'écran ! - prod/actions/Push.html.twig + prod/actions/Push.html.twig Start validation @@ -6392,7 +6397,7 @@ Story created Reportage créé - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php Story detached from the WorkZone @@ -6407,7 +6412,7 @@ Story updated Reportage mis à jour - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php Story_id @@ -6442,18 +6447,18 @@ Substitute Substituer - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Substitution is not possible for this kind of record La substitution de ce type d'enregistrement n'est pas possible - actions/Tools/index.html.twig + actions/Tools/index.html.twig Success Succès - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig api/auth/native_app_access_token.html.twig @@ -6566,7 +6571,7 @@ Target Device Dispositif ciblé - classes/databox/subdef.php + classes/databox/subdef.php Task Edition @@ -6610,7 +6615,7 @@ Terms of Use Conditions générales d'utilisation Form/Login/PhraseaRegisterForm.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Terms of service @@ -6665,7 +6670,7 @@ The destination record provided is not allowed L'enregistrement de destination fourni n'est pas autorisé - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php The document %name% has been quarantined @@ -6711,7 +6716,7 @@ The file was moved to the quarantine Le fichier a été déplacé en quarantaine - Controller/Prod/UploadController.php + Controller/Prod/UploadController.php The following errors have been detected @@ -6727,18 +6732,18 @@ The record was successfully created L'enregistrement a été créé - Controller/Prod/UploadController.php + Controller/Prod/UploadController.php The records have been properly ordered Les documents ont été correctement commandés - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig The requested basket does not exist La panier demandé n'existe pas - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php The task status @@ -6763,17 +6768,17 @@ Theme Thème - web/prod/index.html.twig + web/prod/index.html.twig There is no one to validate orders, please contact an administrator Personne ne peut valider de commande. Veuillez prendre contact avec un administrateur en lui indiquant ce message d'erreur. - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php There is no record eligible for an order Aucun document n'est éligible à une commande. - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php There is no user to add. @@ -6876,7 +6881,7 @@ Thumbnail has been successfully substitued La vignette a été substituée - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php Thumbnails directory is mounted to be accessible via HTTP, while other files are not. @@ -7003,7 +7008,7 @@ Type de documents Type de document - web/prod/index.html.twig + web/prod/index.html.twig Type nombre @@ -7024,17 +7029,17 @@ Un document commande Un document commandé. - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Un document ne peut etre commande Un document ne peut être commandé. - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Unable to add file to Phraseanet Impossible d'ajouter des fichiers à Phraseanet - Controller/Prod/UploadController.php + Controller/Prod/UploadController.php Controller/Admin/FeedController.php @@ -7095,7 +7100,7 @@ Unable to send the documents Impossible d'envoyer les documents Controller/Prod/PushController.php - Controller/Prod/PushController.php + Controller/Prod/PushController.php Unable to send your account unlock email. @@ -7126,7 +7131,7 @@ Une question personnelle La question - web/prod/index.html.twig + web/prod/index.html.twig Une selection @@ -7219,7 +7224,7 @@ Uploaded by : %username% Ajouté par : %username% - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Use Google Chart API @@ -7239,7 +7244,7 @@ Use latest search settings on Production loading Utiliser la dernière question posée au lancement de Production - web/prod/index.html.twig + web/prod/index.html.twig Use my Phraseanet account @@ -7286,7 +7291,7 @@ User already exists L'utilisateur existe déjà - Controller/Prod/PushController.php + Controller/Prod/PushController.php User can download HD @@ -7308,7 +7313,7 @@ User successfully created Utilisateur créé avec succès - Controller/Prod/PushController.php + Controller/Prod/PushController.php User's publications in feeds @@ -7363,7 +7368,7 @@ Validation from %user% Validation de %user% - Controller/Prod/PushController.php + Controller/Prod/PushController.php Validation request from %user% for '%title%' @@ -7523,7 +7528,7 @@ Vous devez selectionner un type de sous definitions Vous devez sélectionner un type de sous-définitions - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Vous devez specifier une adresse email et un mot de passe valides @@ -7612,12 +7617,12 @@ Vous pouvez quitter la plupart des fenetres survolantes via la touche echap Vous pouvez fermer la plupart des fênetres en sur impression avec la touche echap - web/prod/index.html.twig + web/prod/index.html.twig Warning ! Attention ! - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Warning, this database is not empty @@ -7638,18 +7643,18 @@ Watermark Filigrane - Media/Subdef/Image.php + Media/Subdef/Image.php admin/collection/collection.html.twig Watermark Record_id Recordid du filigrane (le recordid doit appartenir à la même Databox) - Media/Subdef/Image.php + Media/Subdef/Image.php Watermark text Texte du filigrane - Media/Subdef/Image.php + Media/Subdef/Image.php Weak @@ -7669,7 +7674,7 @@ Welcome to the ListManager ! Gérer des listes de destinataires - prod/actions/Push.html.twig + prod/actions/Push.html.twig When @@ -7747,7 +7752,7 @@ You are not allowed to add users Vous n'êtes pas autorisé à ajouter des utilisateurs - Controller/Prod/PushController.php + Controller/Prod/PushController.php You are not authorized to do this @@ -7779,7 +7784,7 @@ You can alternatively receive an email when the download is ready. Alternativement, vous pouvez recevoir un lien de téléchargement par email ? - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig You can choose only one record @@ -7794,12 +7799,12 @@ You can not directly download more than %max_download% Mo ; time to package all documents is too long Vous ne pouvez pas télécharger directement plus de %max_download% Mo de données. - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig You can not edit this story Vous ne disposez pas des droits suffisants pour éditer ce reportage - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php You can not upload files @@ -7815,7 +7820,7 @@ You do not have access to this basket Vous n'avez pas accès à ce panier - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php You do not have enough rights to access quarantine @@ -7825,7 +7830,7 @@ You do not have required rights to send these documents over FTP Vous ne disposez pas des droits requis pour transmettre ces documents par un export FTP. - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php You do not have rights to remove all selected documents. Are you sure ? @@ -7835,12 +7840,12 @@ You do not have rights to remove selected documents Vous n'avez pas les droits pour supprimer les documents sélectionnés - prod/actions/delete_records_confirm_form.html.twig + prod/actions/delete_records_confirm_form.html.twig You do not have the permission to move records to %collection% Vous ne disposez pas des autorisations requises pour déplacer les enregistrements vers la collection %collection% - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php You have attempted to queue too many files @@ -7865,7 +7870,7 @@ You have to give your feedback at least on one document to send a report Vous devez donner au moins un avis pour envoyer un report - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php You have to wait for an administrator approval for your access request @@ -7880,17 +7885,17 @@ You must agree to the Terms of Use to continue. Vous devez accepter les conditions générales d'utilisation pour poursuivre. - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig You must give a destination collection Vous devez spécifier une collection de destination - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You must give a destination record Vous devez spécifier un enregistrement de destination - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You need define a model before importing a list of users @@ -8016,7 +8021,7 @@ action : bridge Bridge - web/prod/index.html.twig + web/prod/index.html.twig action : collection @@ -8041,7 +8046,7 @@ web/lightbox/validate.html.twig web/lightbox/feed.html.twig prod/preview/tools.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/prod/toolbar.html.twig prod/results/record.html.twig prod/results/record.html.twig @@ -8070,7 +8075,7 @@ action : publier Publier - web/prod/index.html.twig + web/prod/index.html.twig web/prod/toolbar.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig @@ -8575,7 +8580,7 @@ Adresse Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig web/account/account.html.twig @@ -8590,7 +8595,7 @@ Code postal Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8620,7 +8625,7 @@ E-mail Event/Subscriber/RegistrationSubscriber.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/users.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig @@ -8668,7 +8673,7 @@ Core/Provider/RegistrationServiceProvider.php Event/Subscriber/RegistrationSubscriber.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig @@ -8690,7 +8695,7 @@ Poste Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig web/account/account.html.twig @@ -8701,7 +8706,7 @@ Core/Provider/RegistrationServiceProvider.php Event/Subscriber/RegistrationSubscriber.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig web/account/account.html.twig @@ -8718,7 +8723,7 @@ Société Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/users.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig @@ -8734,7 +8739,7 @@ admin::compte-utilisateur telephone Téléphone Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig @@ -8750,7 +8755,7 @@ Ville Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8841,7 +8846,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le admin::compte-utilisateur:sexe: madame Mme Core/Provider/RegistrationServiceProvider.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8849,7 +8854,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le admin::compte-utilisateur:sexe: mademoiselle Core/Provider/RegistrationServiceProvider.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8857,7 +8862,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le admin::compte-utilisateur:sexe: monsieur M. Core/Provider/RegistrationServiceProvider.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8944,7 +8949,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Lightbox Phrasea/Controller/LightboxController.php Phrasea/Controller/LightboxController.php - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php web/common/menubar.html.twig @@ -9810,37 +9815,22 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le admin:phrasea-service-setting:tab:expose:: Activate this expose Activer cet Expose - PhraseanetService/Form/PSExposeConnectionType.php - - - admin:phrasea-service-setting:tab:expose:: Add mapping - Ajouter un mapping Phraseanet pour les assets et la fiche d'indexation - admin/phraseanet-service/expose.html.twig - - - admin:phrasea-service-setting:tab:expose:: Add user - Ajouter un utilisateur - admin/phraseanet-service/expose.html.twig - - - admin:phrasea-service-setting:tab:expose:: Auth Base Uri - Auth Base Uri - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Auth Client ID Auth Client ID - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Auth Client secret Auth Client secret - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Connection Kind Méthode d'interconnexion - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Delete @@ -9850,32 +9840,32 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le admin:phrasea-service-setting:tab:expose:: Expose Base Uri api Expose Base Uri API - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose Client ID Expose Client ID - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose Client secret Expose Client secret - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose Front base uri Expose Front base URI - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose setting Réglage d'Expose Service - admin/phraseanet-service/expose.html.twig + admin/phraseanet-service/expose.html.twig admin:phrasea-service-setting:tab:expose:: Name Nom de l'Expose - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: New expose interconnection name @@ -9885,37 +9875,32 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le admin:phrasea-service-setting:tab:expose:: New expose interconnection name Ajouter un nouveau Phrasea Expose - admin/phraseanet-service/expose.html.twig + admin/phraseanet-service/expose.html.twig + + + admin:phrasea-service-setting:tab:expose:: OAuth token URI + admin:phrasea-service-setting:tab:expose:: OAuth token URI + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Save Sauvegarder - admin/phraseanet-service/expose.html.twig + admin/phraseanet-service/expose.html.twig admin:phrasea-service-setting:tab:expose:: activate Phraseanet-service expose Activer Expose Service dans Production - PhraseanetService/Form/PSExposeConfigurationType.php + PhraseanetService/Form/PSExposeConfigurationType.php - - admin:phrasea-service-setting:tab:expose:: add Mapping - Ajouter un mapping Phraseanet pour les assets et les champs de description - admin/phraseanet-service/expose.html.twig - - - admin:phrasea-service-setting:tab:expose:: add user - Ajouter un utilisateur - admin/phraseanet-service/expose.html.twig - - - admin:phrasea-service-setting:tab:expose:: connection test - Test de connexion avec Expose (non implémenté) - admin/phraseanet-service/expose.html.twig + + admin:phrasea-service-setting:tab:expose:: auth provider name with type ps-auth + admin:phrasea-service-setting:tab:expose:: auth provider name with type ps-auth + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: verify ssl Vérifier la validité du certificat SSL - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:uploader:: Client ID @@ -10006,7 +9991,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le alert Alerte - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -10027,7 +10012,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le an error occured une erreur est survenue - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php an error occured : %message% @@ -10147,9 +10132,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Controller/Prod/LanguageController.php Controller/Prod/LanguageController.php web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/thesaurus/export-text-dialog.html.twig web/thesaurus/import-dialog.html.twig web/thesaurus/thesaurus.html.twig @@ -10207,7 +10192,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le boutton::commander Commander - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig boutton::creer @@ -10235,13 +10220,13 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le boutton::envoyer Envoyer - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig boutton::essayer Essayer - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig boutton::fermer @@ -10432,7 +10417,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le web/thesaurus/new-term.html.twig web/thesaurus/new-term.html.twig web/report/all_content.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/Story/Reorder.html.twig Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photoset_deleteelement.html.twig @@ -10521,9 +10506,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le cancel Annuler actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig caption XML @@ -10573,8 +10558,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le chargement Chargement - web/prod/tab_thesaurus.html.twig - web/prod/tab_thesaurus.html.twig + web/prod/tab_thesaurus.html.twig + web/prod/tab_thesaurus.html.twig charger d'avantage de publications @@ -10590,7 +10575,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le choisir Choisir - web/prod/index.html.twig + web/prod/index.html.twig admin/collection/create.html.twig admin/databox/databox.html.twig @@ -10603,7 +10588,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le client_credentials client_credentials - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php client_id @@ -10618,12 +10603,12 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le commande::deadline Date limite - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig commande::utilisation prevue Utilisation prévue - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig prod/orders/order_item.html.twig @@ -10916,7 +10901,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le export:: FTP FTP web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export:: commande @@ -10927,7 +10912,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le export:: envoi par mail E-Mail web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export:: erreur : aucun document selectionne @@ -10943,7 +10928,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le export::export-email: email-invalid Email invalide - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::ftp: reglages manuels @@ -10953,18 +10938,18 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le export::mail: contenu du mail Texte - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::mail: destinataire A - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::mail: fichiers joint Fichier(s) joint(s) - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::titre: nom original du document @@ -10979,12 +10964,12 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le export:email:: acknowledgement info Les accusés de réception ne fonctionnent que si le destinataire autorise cette fonctionnalité - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export:email:info:: email addresses separated by commas Ajouter les adresses email en les séparant par une virgule - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig expose:: Choose a profile where to store mapping @@ -11027,7 +11012,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le expose:: logout Déconnexion - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig expose:: poster @@ -11061,12 +11046,12 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le expose::setting Cancel Annuler prod/WorkZone/ExposeFieldMapping.html.twig - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting Choose a profile and do mapping for subdef to be uploaded Sélectionner le profil - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting Choose profile and check all field to be uploaded in %exposeName% expose @@ -11086,7 +11071,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le expose::setting Save subdef mapping Sauvegarder - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting Subdef mapping @@ -11096,7 +11081,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le expose::setting You have to select an expose to continue Vous devez sélectionner un Expose pour continuer - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting duplicate mapping! @@ -11173,10 +11158,10 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le file is not valid Le fichier n'est pas valide - Controller/Prod/ToolsController.php - Controller/Prod/ToolsController.php - Controller/Prod/ToolsController.php - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php flash @@ -11333,7 +11318,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le image rotation Rotation d'images - actions/Tools/index.html.twig + actions/Tools/index.html.twig image tool @@ -11748,7 +11733,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le mettre a jour le nom original de fichier apres substitution Mettre à jour le nom original du fichier après substitution - actions/Tools/index.html.twig + actions/Tools/index.html.twig name @@ -11771,7 +11756,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le no image selected Aucune image sélectionnée - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -12209,7 +12194,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le password Mot de passe - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php personalize logo @@ -12343,7 +12328,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le phraseanet:: prereglages Préréglages - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig phraseanet:: presse-papier @@ -12427,7 +12412,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Controller/Root/AccountController.php - phraseanet::account: << your account can be deleted via admin interface >> + >]]> Vos droits ne vous permettent pas de réaliser cette action, votre compte ne peut être supprimé que via l'interface d'Administration. web/account/account.html.twig @@ -12639,17 +12624,17 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le preview:: Description Notice - web/prod/index.html.twig + web/prod/index.html.twig preview:: Historique Historique - web/prod/index.html.twig + web/prod/index.html.twig preview:: Popularite Popularité - web/prod/index.html.twig + web/prod/index.html.twig preview:: arreter le diaporama @@ -12701,7 +12686,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le preview::tab:feedback Validation - web/prod/index.html.twig + web/prod/index.html.twig preview::tab:feedback closed @@ -13013,7 +12998,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le processing En cours... - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -13030,7 +13015,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le prod::action:property title Propriétés - web/prod/index.html.twig + web/prod/index.html.twig prod::advancesearch see real field name @@ -13264,7 +13249,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles prod::export: send mail notification Demande d'envois d'email soumise web/lightbox/validate.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod::facet.Orientation_label @@ -13364,7 +13349,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles prod::notification: notification title Notifications - web/prod/index.html.twig + web/prod/index.html.twig prod::order-manager download expire on @@ -13379,17 +13364,17 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles prod::push: List name can not be empty Le nom de la liste doit être rempli - web/prod/index.html.twig + web/prod/index.html.twig prod::push: New list title Nouvelle liste - web/prod/index.html.twig + web/prod/index.html.twig prod::push: add Ajouter - web/prod/index.html.twig + web/prod/index.html.twig prod::push: automatically send user reminder @@ -13677,7 +13662,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles prod::tool:select subdef Sélectionner un fichier - actions/Tools/index.html.twig + actions/Tools/index.html.twig prod::tools: document @@ -13688,7 +13673,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles prod::videoTools:chapterTitle Titre du chapitre - web/prod/index.html.twig + web/prod/index.html.twig prod::workzone:Actions @@ -13794,22 +13779,22 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles prod:expose Editable only Editable - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose Mine only Mes publications - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose field mapping Mapping - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose next suivante - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose preview @@ -13819,7 +13804,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles prod:expose previous précédente - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose: disabled @@ -13834,13 +13819,13 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles prod:expose:Add publication Ajouter une publication - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose:Refresh Actualiser - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose:connection:Auth connexion @@ -13996,7 +13981,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles Profil de la publication prod/WorkZone/ExposeNew.html.twig prod/WorkZone/ExposeFieldMapping.html.twig - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig prod/WorkZone/ExposeEdit.html.twig @@ -14021,7 +14006,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles Sélectionner un profil prod/WorkZone/ExposeNew.html.twig prod/WorkZone/ExposeFieldMapping.html.twig - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig prod/WorkZone/ExposeEdit.html.twig prod/WorkZone/ExposeEdit.html.twig @@ -14129,7 +14114,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles prod:expose:select expose Choisir l'Expose - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:mapbox Change position @@ -14472,12 +14457,12 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles raccourci :: a propos des raccourcis claviers A propos des raccourcis clavier - web/prod/index.html.twig + web/prod/index.html.twig raccourcis :: ne plus montrer cette aide Ne plus montrer cette aide - web/prod/index.html.twig + web/prod/index.html.twig rafraichir @@ -14546,17 +14531,17 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles reponses:: images par pages : Résultats par page - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode liste Liste - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode vignettes Vignettes - web/prod/index.html.twig + web/prod/index.html.twig reponses:: partager @@ -14578,7 +14563,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles reponses:: taille des images : Taille des vignettes - web/prod/index.html.twig + web/prod/index.html.twig reponses::document sans titre @@ -14628,17 +14613,17 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles report:: (downloads) Téléchargements - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: (downloads) record Téléchargements par document - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: (downloads) user Téléchargements par utilisateur - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: 1 - Periode @@ -14659,12 +14644,12 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles report:: 3 - Type de report Type de rapport web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: 4 - Fields Champs exportés - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: Au (date) @@ -14731,8 +14716,8 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles report:: Permalink Inclure le permalien - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: Phraseanet report @@ -15080,12 +15065,12 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles rotation 90 degres anti-horaires Rotation de 90 degrés anti-horaire - actions/Tools/index.html.twig + actions/Tools/index.html.twig rotation 90 degres horaire Rotation de 90 degrés horaire - actions/Tools/index.html.twig + actions/Tools/index.html.twig same UUID @@ -15292,12 +15277,12 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles substitution HD Substitution de document - actions/Tools/index.html.twig + actions/Tools/index.html.twig substitution SD Substitution de la vignette thumbnail - actions/Tools/index.html.twig + actions/Tools/index.html.twig task::_common_:hotfolder @@ -15585,7 +15570,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles web/thesaurus/thesaurus.html.twig - thesaurus:: Supprimer cette branche ?&#10;(les termes concernes remonteront en candidats a la prochaine indexation) + web/thesaurus/thesaurus.html.twig @@ -16101,7 +16086,7 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles thumbnail validation Validation de la vignette - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -16150,12 +16135,12 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles Appliquer les status prod/upload/upload.html.twig prod/upload/upload-flash.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig upload:: checkers for this file is disabled in configuration or deleted Checker désactivé ou supprimé - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig users rights have been reseted @@ -16166,9 +16151,9 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles validate Valider actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -16236,127 +16221,127 @@ Attention: les valeurs actuellement en place seront écrasées par ces nouvelles workzone:datepicker:april Avril - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:august Aout - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:december Décembre - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:february Février - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:friday Vendredi - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:january Janvier - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:july Juillet - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:june Juin - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:march Mars - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:may Mai - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:monday Lundi - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:nextText Suivant - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:november Novembre - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:october Octobre - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:prevText Précédent - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:saturday Samedi - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:september Septembre - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:sunday Dimanche - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:thursday Jeudi - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:tuesday Mardi - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:wednesday Mercredi - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig diff --git a/resources/locales/messages.nl.xlf b/resources/locales/messages.nl.xlf index 7c323acb97..648499e103 100644 --- a/resources/locales/messages.nl.xlf +++ b/resources/locales/messages.nl.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. @@ -129,12 +129,12 @@ %docs_not_orderable% documents ne peuvent pas etre commandes %docs_not_orderable% documenten kunnen niet worden besteld - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig %docs_orderable% documents commandes %docs_orderable% documenten besteld - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig %entry_length% documents @@ -197,7 +197,7 @@ selectionnes]]> selectionnes]]> - Controller/Prod/QueryController.php + Controller/Prod/QueryController.php %quantity% Stories attached to the WorkZone @@ -237,13 +237,13 @@ %quantity% records added %quantity% records added - Controller/Prod/BasketController.php - Controller/Prod/StoryController.php + Controller/Prod/BasketController.php + Controller/Prod/StoryController.php %quantity% records moved %quantity% records moved - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php %quantity% selected files @@ -253,7 +253,7 @@ %quantity_records% records have been sent for validation to %quantity_users% users %quantity_records% records have been sent for validation to %quantity_users% users - Controller/Prod/PushController.php + Controller/Prod/PushController.php %quantity_records% records have been sent to %quantity_users% users @@ -263,7 +263,7 @@ %record_count% records match the unique identifier : %record_count% records zijn gelijk aan de unieke id : - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig %s field has been created with success. @@ -278,7 +278,7 @@ %total% reponses %total% reponses - Controller/Prod/QueryController.php + Controller/Prod/QueryController.php %user% a envoye son rapport de validation de %title% @@ -520,7 +520,7 @@ A record matches the unique identifier : Een record is gelijk aan de unieke id : - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig A required field is missing or has an empty value @@ -644,7 +644,7 @@ Accuse de reception indisponible, vous n'avez pas declare d'adresse email Ontvangstbevestiging niet beschikbaar is, u hebt geen emailadres opgegeven - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Action Forbidden : You are not the publisher @@ -699,8 +699,8 @@ Toevoegen prod/User/Add.html.twig prod/actions/Push.html.twig - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Add a new field @@ -813,42 +813,42 @@ Affichage Tonen - web/prod/index.html.twig + web/prod/index.html.twig Affichage au demarrage Tonen bij opstart - web/prod/index.html.twig + web/prod/index.html.twig Afficher la fiche descriptive De beschrijvingsfiche tonen - web/prod/index.html.twig + web/prod/index.html.twig Afficher le titre De titel tonen - web/prod/index.html.twig + web/prod/index.html.twig Afficher le type Afficher le type - web/prod/index.html.twig + web/prod/index.html.twig Afficher les status De statussen tonen - web/prod/index.html.twig + web/prod/index.html.twig Afficher une icone Pictogram tonen - web/prod/index.html.twig + web/prod/index.html.twig After metadata After metadata - web/prod/index.html.twig + web/prod/index.html.twig Aggregated @@ -863,7 +863,7 @@ Aide Help - web/prod/index.html.twig + web/prod/index.html.twig Aide sur les expressions regulieres @@ -984,13 +984,13 @@ Alphabetic asc web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig Alphabetic desc Alphabetic desc web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig Also delete records that rely on groupings. @@ -1002,11 +1002,11 @@ Er is een fout opgetreden Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php - Controller/Prod/MoveCollectionController.php - Controller/Prod/LazaretController.php - Controller/Prod/BasketController.php - Controller/Prod/ToolsController.php - Controller/Prod/StoryController.php + Controller/Prod/MoveCollectionController.php + Controller/Prod/LazaretController.php + Controller/Prod/BasketController.php + Controller/Prod/ToolsController.php + Controller/Prod/StoryController.php Controller/Admin/DataboxesController.php Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php @@ -1038,18 +1038,18 @@ An error occured when wanting to change status! An error occured when wanting to change status! - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php An error occured while denying, please retry or contact an admin if problem persists Er heeft zich een fout voorgedaan tijdens het weigeren, gelieve opnieuw te proberen of contact op te nemen met een beheerder als het probleem blijft bestaan - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while sending, please retry or contact an admin if problem persists Er heeft zich een fout voorgedaan tijdens het versturen, gelieve opnieuw te proberen of contact op te nemen met een beheerder als het probleem blijft bestaan - Order/Controller/ProdOrderController.php - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while upload the file. Please retry @@ -1075,8 +1075,8 @@ An error occurred Er is een fout opgetreden - Order/Controller/ProdOrderController.php - Controller/Prod/BasketController.php + Order/Controller/ProdOrderController.php + Controller/Prod/BasketController.php Controller/Api/V1Controller.php Controller/Api/V1Controller.php Controller/Admin/SearchEngineController.php @@ -1444,7 +1444,7 @@ Back Terug - prod/actions/Push.html.twig + prod/actions/Push.html.twig mobile/lightbox/validate.html.twig mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig @@ -1456,6 +1456,11 @@ Terug naar mandjes lijst WorkZone/Browser/Basket.html.twig + + Background Color + Background Color + Media/Subdef/Image.php + Bad request format, only JSON is allowed Slecht verzoek formaat, enkel JSON is toegestaan @@ -1494,27 +1499,27 @@ Basket created Mandje werd aangemaakt - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been archived Mandje werd geachriveerd - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been deleted Mandje werd verwijderd - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been unarchived Mandje werd actief gezet - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket has been updated Mandje werd geüpdate - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Basket is not found @@ -1534,7 +1539,7 @@ Basket updated Mandje geüpdate - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Binary data @@ -1587,9 +1592,9 @@ By checking this box, you accept %beginning_link% Terms of Use %end_link% Door deze optie aan te klikken aanvaardt u %beginning_link% Gebruiksvoorwaarden %end_link% web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig By default it is available for admins @@ -1747,7 +1752,7 @@ Certains champs sont obligatoires, veuillez les remplir Sommige velden zijn verplicht, wilt u ze invullen - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Ces informations sont directement fournies par la norme de metadonnees de ce champ : %norm_name% @@ -1768,7 +1773,7 @@ Changes for rotation will be applied only on the sub-definitions of "image" type. Changes for rotation will be applied only on the sub-definitions of "image" type. - actions/Tools/index.html.twig + actions/Tools/index.html.twig Channels @@ -1812,7 +1817,7 @@ Civility Beleefdheid - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Clear @@ -1866,7 +1871,7 @@ Collection Collectie prod/Story/Create.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig admin/databox/details.html.twig @@ -1878,7 +1883,7 @@ Collection order Collection order - web/prod/index.html.twig + web/prod/index.html.twig Color Depth @@ -1944,7 +1949,7 @@ Configuration Configuratie - web/prod/index.html.twig + web/prod/index.html.twig Confirm new email address @@ -1990,7 +1995,7 @@ Connection to FTP succeed De verbinding met de FTP is geslaagd - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Consultez en ligne les pré-requis et la configuration du serveur web @@ -2050,7 +2055,7 @@ Couleur de selection Kleur van de selectie - web/prod/index.html.twig + web/prod/index.html.twig Country @@ -2253,7 +2258,7 @@ Date Datum - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Date Added @@ -2375,7 +2380,7 @@ Defined by admin Defined by admin - web/prod/index.html.twig + web/prod/index.html.twig Defined in Apache configuration @@ -2395,8 +2400,8 @@ Delete Verwijder - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig admin/task-manager/templates.html.twig @@ -2493,7 +2498,7 @@ Deselect all Alles deselecteren - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig web/report/form_date_and_base.html.twig actions/Feedback/list.html.twig prod/actions/Push.html.twig @@ -2529,12 +2534,12 @@ Afmeting Media/Subdef/Video.php Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Disable document type sharing Disable document type sharing - actions/Tools/index.html.twig + actions/Tools/index.html.twig Disabled @@ -2554,7 +2559,7 @@ Display technical data Display technical data - web/prod/index.html.twig + web/prod/index.html.twig Display thumbnails @@ -2564,7 +2569,7 @@ Do not display Do not display - web/prod/index.html.twig + web/prod/index.html.twig Do not forget to restart the tasks scheduler @@ -2589,7 +2594,7 @@ Do you want to send your report ? Wenst u uw rapport te sturen ? - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php mobile/lightbox/validate.html.twig @@ -2610,7 +2615,7 @@ Document has been successfully substitued Document werd met succes vervangen - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php Document refuse par %name% @@ -2631,9 +2636,9 @@ Documents indisponibles Documenten niet beschikbaar web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Don't worry, You can modify your configuration later @@ -2810,12 +2815,12 @@ Email is invalid Email is niet correct - Controller/Prod/PushController.php + Controller/Prod/PushController.php Email is required Email is verplicth - Controller/Prod/PushController.php + Controller/Prod/PushController.php Email successfully confirmed @@ -2953,7 +2958,7 @@ Enable document type sharing Enable document type sharing - actions/Tools/index.html.twig + actions/Tools/index.html.twig Enable maintenance message broadcast @@ -3029,7 +3034,7 @@ Envoie avec succes Met succes verstuurd - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php Equals @@ -3095,7 +3100,7 @@ Erreur lors de la mise a jour des donnes Fouten bij de update van de gegevens - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php Erreur lors de la tentative ; errreur : %message% @@ -3122,12 +3127,12 @@ Error while connecting to FTP Error while connecting to FTP - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php Error while creating user Fout tijdens het aanmaken van gebruiker - Controller/Prod/PushController.php + Controller/Prod/PushController.php Error while saving preference @@ -3192,8 +3197,8 @@ Expiration date successfully updated! Expiration date successfully updated! - Controller/Prod/PushController.php - Controller/Prod/PushController.php + Controller/Prod/PushController.php + Controller/Prod/PushController.php Export @@ -3210,7 +3215,7 @@ Export saved in the waiting queue Export werd in de wachtrij geplaatst - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php FR @@ -3309,8 +3314,8 @@ Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php - Controller/Prod/LazaretController.php - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php File is too big : 64k max @@ -3340,7 +3345,7 @@ Filename Bestandsnaam - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Fils disponibles @@ -3361,7 +3366,7 @@ First name is required Voornaam is verplicht - Controller/Prod/PushController.php + Controller/Prod/PushController.php First/Last Name @@ -3380,7 +3385,7 @@ Flatten layers Flatten layers Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Flush All Caches @@ -3511,7 +3516,7 @@ Generates an image Generates an image Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Geo Search @@ -3591,7 +3596,7 @@ Graphiste (preview au rollover) Graficus (preview au rollover) - web/prod/index.html.twig + web/prod/index.html.twig Great @@ -3690,7 +3695,7 @@ Iconographe (description au rollover) Iconographe (beschrijving bij de rollover) - web/prod/index.html.twig + web/prod/index.html.twig Id @@ -3761,14 +3766,14 @@ In the answer grid In the answer grid - web/prod/index.html.twig + web/prod/index.html.twig Include Business-fields in caption Business-fields opnemen in caption web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Indexable @@ -3861,7 +3866,7 @@ Invalid target collection Ongeldige doel collectie - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php Invalid unlock link. @@ -3943,9 +3948,9 @@ La sous resolution n'est pas disponible pour les documents suivants De onder resolutie is niet beschikbaar voor de volgende documenten - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig La taille maximale d'une video est de %duration% minutes. @@ -3979,7 +3984,7 @@ Language selection Language selection - web/prod/index.html.twig + web/prod/index.html.twig Last Name @@ -3999,7 +4004,7 @@ Last name is required Achternaam is verplicht - Controller/Prod/PushController.php + Controller/Prod/PushController.php Last update on %updateTime% @@ -4009,7 +4014,7 @@ Last uploaded version Laatst opgeladen versie - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Le bridge Dailymotion ne prend en charge que les videos @@ -4200,7 +4205,7 @@ Load More Load More - prod/WorkZone/ExposePublicationAssets.html.twig + prod/WorkZone/ExposePublicationAssets.html.twig Loading database documentary structure ... @@ -4251,7 +4256,7 @@ Ma derniere question Mijn laatste vraag - web/prod/index.html.twig + web/prod/index.html.twig Mail line %line% is empty @@ -4405,7 +4410,7 @@ Missing target collection Doel collectie bestaat niet - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php Missing tests parameter @@ -4420,7 +4425,7 @@ Mode de presentation Presentatie mode - web/prod/index.html.twig + web/prod/index.html.twig Modele de donnees @@ -4604,7 +4609,7 @@ No document selected Geen document geselecteerd - prod/actions/delete_records_confirm_form.html.twig + prod/actions/delete_records_confirm_form.html.twig No elements to push @@ -4614,7 +4619,7 @@ No elements to validate Geen te valideren elementen - Controller/Prod/PushController.php + Controller/Prod/PushController.php No matches found @@ -4629,7 +4634,7 @@ No participants specified Geen deelnemers opgegeven - Controller/Prod/PushController.php + Controller/Prod/PushController.php No permalink available. @@ -4870,20 +4875,20 @@ Order has been canceled Order has been canceled - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php Order has been denied Bestelling werd geweigerd - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig Order has been sent Bestelling is verstuurd - Order/Controller/ProdOrderController.php - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig @@ -5177,8 +5182,8 @@ Voorkeuren web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Prefix for notification emails @@ -5193,12 +5198,12 @@ Presentation de vignettes Presentatie van de thumbnails - web/prod/index.html.twig + web/prod/index.html.twig Presentation de vignettes de panier Presentatie van de thumbnails in het mandje - web/prod/index.html.twig + web/prod/index.html.twig Presets @@ -5265,7 +5270,7 @@ Publications Publicaties web/common/menubar.html.twig - web/prod/index.html.twig + web/prod/index.html.twig admin/publications/wrapper.html.twig web/admin/tree.html.twig @@ -5345,7 +5350,7 @@ Quality Kwaliteit Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Quarantine @@ -5366,80 +5371,80 @@ Raccourcis claviers de la zone des paniers : Sneltoetsen in de mandjes zone : - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de editing : Sneltoetsen tijdens het bewerken : - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de preview : Sneltoetsen tijdens de voorvertoning : - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de recherche : Sneltoetsen tijdens het zoeken : - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-a : tout selectionner ctrl-a : alles selecteren - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-e : editer la selection ctrl-e : bewerk de selectie - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-p : imprimer la selection ctrl-p : print de selectie - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::espace : arreter/demarrer le diaporama espace : start/stop de slideshow - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche bas : scroll vertical pijl onder : verticale scroll - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche droite : page suivante pijl rechts : volgende pagina - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en arriere pijl links : achterwaarts - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en avant pijl rechts : voorwaarts - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : page precedente pijl links : vorige pagina - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche haut : scroll vertical pijl boven : verticale scroll - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::tab/shift-tab se ballade dans les champs tab/shift-tab verspringt tussen de velden - web/prod/index.html.twig + web/prod/index.html.twig Rappel : Il vous reste %timeLeft% pour valider %title% de %user% @@ -5559,7 +5564,7 @@ Recevoir un accuse de reception a %my_email% Ontvangen van een bevestigingsmail van ontvangst van %my_email% - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Rechercher dans un champ date @@ -5589,12 +5594,12 @@ Record removed from basket Record uit het mandje verwijderd - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php Record removed from story Record uit de story verwijderd - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php Record_id @@ -5609,7 +5614,7 @@ Records have been successfuly moved Records werden met succes verplaatst - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php Records type @@ -5676,7 +5681,7 @@ Remove ICC Profile Verwijder ICC Profiel Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Remove current Range @@ -5791,7 +5796,7 @@ Resolution Resolutie Media/Subdef/Unknown.php - Media/Subdef/Image.php + Media/Subdef/Image.php Resource URL @@ -5946,7 +5951,7 @@ web/developers/application.html.twig web/login/renew-password.html.twig actions/Feedback/list.html.twig - prod/actions/Push.html.twig + prod/actions/Push.html.twig admin/worker-manager/worker_ftp.html.twig task-manager/task-editor/task.html.twig admin/search-engine/general-aggregation.html.twig @@ -5966,7 +5971,7 @@ Save this list Bewaar deze lijst - prod/actions/Push.html.twig + prod/actions/Push.html.twig Se connecter @@ -6039,12 +6044,12 @@ Select a list on the left and edit it ! Selecteer links een lijst en bewerk hem ! - prod/actions/Push.html.twig + prod/actions/Push.html.twig Select all Alles selecteren - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig web/report/form_date_and_base.html.twig actions/Feedback/list.html.twig prod/actions/Push.html.twig @@ -6081,7 +6086,7 @@ Versturen Controller/Prod/LanguageController.php web/login/forgot-password.html.twig - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/upload/upload.html.twig prod/upload/upload-flash.html.twig prod/orders/order_item.html.twig @@ -6184,7 +6189,7 @@ Share has been extended Share has been extended - prod/actions/Push.html.twig + prod/actions/Push.html.twig Share my list @@ -6334,7 +6339,7 @@ Start by creating one by using the "add" button on the left ! Start by creating one by using the "add" button on the left ! - prod/actions/Push.html.twig + prod/actions/Push.html.twig Start validation @@ -6398,7 +6403,7 @@ Story created Story gemaakt - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php Story detached from the WorkZone @@ -6413,7 +6418,7 @@ Story updated Story updated - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php Story_id @@ -6448,18 +6453,18 @@ Substitute Vervangen - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Substitution is not possible for this kind of record Vervanging is niet mogelijk voor dit soort van record - actions/Tools/index.html.twig + actions/Tools/index.html.twig Success Gelukt - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig api/auth/native_app_access_token.html.twig @@ -6572,7 +6577,7 @@ Target Device Doelapparaat - classes/databox/subdef.php + classes/databox/subdef.php Task Edition @@ -6616,7 +6621,7 @@ Terms of Use Gebruiksvoorwaarden Form/Login/PhraseaRegisterForm.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Terms of service @@ -6671,7 +6676,7 @@ The destination record provided is not allowed De opgegeven bestemmingsrecord is niet toegestaan - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php The document %name% has been quarantined @@ -6717,7 +6722,7 @@ The file was moved to the quarantine De file werd naar de quarantaine verplaatst - Controller/Prod/UploadController.php + Controller/Prod/UploadController.php The following errors have been detected @@ -6733,18 +6738,18 @@ The record was successfully created De record werd met succes gemaakt - Controller/Prod/UploadController.php + Controller/Prod/UploadController.php The records have been properly ordered De records werden correct gesorteerd - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig The requested basket does not exist Het gevraagde mandje bestaat niet - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php The task status @@ -6769,17 +6774,17 @@ Theme Thema - web/prod/index.html.twig + web/prod/index.html.twig There is no one to validate orders, please contact an administrator Er is niemand om de opdrachten goed te keuren, gelieve een beheerder te contacteren - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php There is no record eligible for an order Er is geen geldig document voor een opdracht - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php There is no user to add. @@ -6882,7 +6887,7 @@ Thumbnail has been successfully substitued Thumbnail werd met succes vervangen - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php Thumbnails directory is mounted to be accessible via HTTP, while other files are not. @@ -7009,7 +7014,7 @@ Type de documents Type van de documenten - web/prod/index.html.twig + web/prod/index.html.twig Type nombre @@ -7030,17 +7035,17 @@ Un document commande Een document bestelling - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Un document ne peut etre commande Eén document kan niet worden besteld - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Unable to add file to Phraseanet Onmogelijk om een bestand aan Phraseanet toe te voegen - Controller/Prod/UploadController.php + Controller/Prod/UploadController.php Controller/Admin/FeedController.php @@ -7101,7 +7106,7 @@ Unable to send the documents Documenten kunnen niet worden verstuurd Controller/Prod/PushController.php - Controller/Prod/PushController.php + Controller/Prod/PushController.php Unable to send your account unlock email. @@ -7132,7 +7137,7 @@ Une question personnelle Een persoonlijke vraag - web/prod/index.html.twig + web/prod/index.html.twig Une selection @@ -7225,7 +7230,7 @@ Uploaded by : %username% Opgeladen door : %username% - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig Use Google Chart API @@ -7245,7 +7250,7 @@ Use latest search settings on Production loading Use latest search settings on Production loading - web/prod/index.html.twig + web/prod/index.html.twig Use my Phraseanet account @@ -7292,7 +7297,7 @@ User already exists Gebruiker bestaat reeds - Controller/Prod/PushController.php + Controller/Prod/PushController.php User can download HD @@ -7314,7 +7319,7 @@ User successfully created Gebruiker met succes aangemaakt - Controller/Prod/PushController.php + Controller/Prod/PushController.php User's publications in feeds @@ -7369,7 +7374,7 @@ Validation from %user% Validation from %user% - Controller/Prod/PushController.php + Controller/Prod/PushController.php Validation request from %user% for '%title%' @@ -7529,7 +7534,7 @@ Vous devez selectionner un type de sous definitions U moet een type thumbnail selecteren - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Vous devez specifier une adresse email et un mot de passe valides @@ -7618,12 +7623,12 @@ Vous pouvez quitter la plupart des fenetres survolantes via la touche echap U kunt het grootste deel van de bovenliggende vensters sluiten met de escape toets - web/prod/index.html.twig + web/prod/index.html.twig Warning ! Waarschuwing ! - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Warning, this database is not empty @@ -7644,18 +7649,18 @@ Watermark Watermerk - Media/Subdef/Image.php + Media/Subdef/Image.php admin/collection/collection.html.twig Watermark Record_id Watermark Record_id - Media/Subdef/Image.php + Media/Subdef/Image.php Watermark text Watermark text - Media/Subdef/Image.php + Media/Subdef/Image.php Weak @@ -7675,7 +7680,7 @@ Welcome to the ListManager ! Welkom bij de ListManager ! - prod/actions/Push.html.twig + prod/actions/Push.html.twig When @@ -7753,7 +7758,7 @@ You are not allowed to add users U hebt geen toestemming om gebruikers toe te voegen - Controller/Prod/PushController.php + Controller/Prod/PushController.php You are not authorized to do this @@ -7785,7 +7790,7 @@ You can alternatively receive an email when the download is ready. Als alternatief kunt u een email ontvangen wanneer de download klaar is. - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig You can choose only one record @@ -7800,12 +7805,12 @@ You can not directly download more than %max_download% Mo ; time to package all documents is too long U kan niet meer dan %max_download% Mb downloaded ; tijd om alle documenten compresseren is te lang - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig You can not edit this story U kan deze story niet bewerken - Controller/Prod/StoryController.php + Controller/Prod/StoryController.php You can not upload files @@ -7821,7 +7826,7 @@ You do not have access to this basket U hebt geen toegang tot dit mandje - Controller/Prod/BasketController.php + Controller/Prod/BasketController.php You do not have enough rights to access quarantine @@ -7831,7 +7836,7 @@ You do not have required rights to send these documents over FTP U hebt niet de nodige rechten om deze documenten te versturen over FTP - Controller/Prod/ExportController.php + Controller/Prod/ExportController.php You do not have rights to remove all selected documents. Are you sure ? @@ -7841,12 +7846,12 @@ You do not have rights to remove selected documents U hebt geen rechten om de geselecteerde documenten te verwijderen - prod/actions/delete_records_confirm_form.html.twig + prod/actions/delete_records_confirm_form.html.twig You do not have the permission to move records to %collection% You do not have the permission to move records to %collection% - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php You have attempted to queue too many files @@ -7871,7 +7876,7 @@ You have to give your feedback at least on one document to send a report U moet op tenminste één document feedback geven om een rapport te versturen - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php You have to wait for an administrator approval for your access request @@ -7886,17 +7891,17 @@ You must agree to the Terms of Use to continue. U moet de gebruiksvoorwaarden aanvaarden. - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig You must give a destination collection U moet een bestemmingscollectie opgeven - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You must give a destination record U moet een bestemmingsrecord opgeven - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You need define a model before importing a list of users @@ -8022,7 +8027,7 @@ action : bridge Bridge - web/prod/index.html.twig + web/prod/index.html.twig action : collection @@ -8047,7 +8052,7 @@ web/lightbox/validate.html.twig web/lightbox/feed.html.twig prod/preview/tools.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/prod/toolbar.html.twig prod/results/record.html.twig prod/results/record.html.twig @@ -8076,7 +8081,7 @@ action : publier Publiceren - web/prod/index.html.twig + web/prod/index.html.twig web/prod/toolbar.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig @@ -8581,7 +8586,7 @@ Adres Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig web/account/account.html.twig @@ -8596,7 +8601,7 @@ Postcode Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8626,7 +8631,7 @@ Email Event/Subscriber/RegistrationSubscriber.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/users.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig @@ -8674,7 +8679,7 @@ Core/Provider/RegistrationServiceProvider.php Event/Subscriber/RegistrationSubscriber.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig @@ -8696,7 +8701,7 @@ Postcode Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig web/account/account.html.twig @@ -8707,7 +8712,7 @@ Core/Provider/RegistrationServiceProvider.php Event/Subscriber/RegistrationSubscriber.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig web/account/account.html.twig @@ -8724,7 +8729,7 @@ Bedrijf Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/users.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig @@ -8740,7 +8745,7 @@ admin::compte-utilisateur telephone Telefoon Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig @@ -8756,7 +8761,7 @@ Star Core/Provider/RegistrationServiceProvider.php Controller/Admin/UserController.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8846,7 +8851,7 @@ admin::compte-utilisateur:sexe: madame Mevrouw Core/Provider/RegistrationServiceProvider.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8854,7 +8859,7 @@ admin::compte-utilisateur:sexe: mademoiselle Core/Provider/RegistrationServiceProvider.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8862,7 +8867,7 @@ admin::compte-utilisateur:sexe: monsieur De heer Core/Provider/RegistrationServiceProvider.php - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/admin/editusers.html.twig web/account/account.html.twig @@ -8949,7 +8954,7 @@ Lightbox Phrasea/Controller/LightboxController.php Phrasea/Controller/LightboxController.php - Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php web/common/menubar.html.twig @@ -9815,37 +9820,22 @@ admin:phrasea-service-setting:tab:expose:: Activate this expose admin:phrasea-service-setting:tab:expose:: Activate this expose - PhraseanetService/Form/PSExposeConnectionType.php - - - admin:phrasea-service-setting:tab:expose:: Add mapping - admin:phrasea-service-setting:tab:expose:: Add mapping - admin/phraseanet-service/expose.html.twig - - - admin:phrasea-service-setting:tab:expose:: Add user - admin:phrasea-service-setting:tab:expose:: Add user - admin/phraseanet-service/expose.html.twig - - - admin:phrasea-service-setting:tab:expose:: Auth Base Uri - admin:phrasea-service-setting:tab:expose:: Auth Base Uri - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Auth Client ID admin:phrasea-service-setting:tab:expose:: Auth Client ID - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Auth Client secret admin:phrasea-service-setting:tab:expose:: Auth Client secret - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Connection Kind admin:phrasea-service-setting:tab:expose:: Connection Kind - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Delete @@ -9855,32 +9845,32 @@ admin:phrasea-service-setting:tab:expose:: Expose Base Uri api admin:phrasea-service-setting:tab:expose:: Expose Base Uri api - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose Client ID admin:phrasea-service-setting:tab:expose:: Expose Client ID - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose Client secret admin:phrasea-service-setting:tab:expose:: Expose Client secret - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose Front base uri admin:phrasea-service-setting:tab:expose:: Expose Front base uri - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Expose setting admin:phrasea-service-setting:tab:expose:: Expose setting - admin/phraseanet-service/expose.html.twig + admin/phraseanet-service/expose.html.twig admin:phrasea-service-setting:tab:expose:: Name admin:phrasea-service-setting:tab:expose:: Name - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: New expose interconnection name @@ -9890,37 +9880,32 @@ admin:phrasea-service-setting:tab:expose:: New expose interconnection name admin:phrasea-service-setting:tab:expose:: New expose interconnection name - admin/phraseanet-service/expose.html.twig + admin/phraseanet-service/expose.html.twig + + + admin:phrasea-service-setting:tab:expose:: OAuth token URI + admin:phrasea-service-setting:tab:expose:: OAuth token URI + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: Save admin:phrasea-service-setting:tab:expose:: Save - admin/phraseanet-service/expose.html.twig + admin/phraseanet-service/expose.html.twig admin:phrasea-service-setting:tab:expose:: activate Phraseanet-service expose admin:phrasea-service-setting:tab:expose:: activate Phraseanet-service expose - PhraseanetService/Form/PSExposeConfigurationType.php - - - admin:phrasea-service-setting:tab:expose:: add Mapping - admin:phrasea-service-setting:tab:expose:: add Mapping - admin/phraseanet-service/expose.html.twig - - - admin:phrasea-service-setting:tab:expose:: add user - admin:phrasea-service-setting:tab:expose:: add user - admin/phraseanet-service/expose.html.twig + PhraseanetService/Form/PSExposeConfigurationType.php - - admin:phrasea-service-setting:tab:expose:: connection test - admin:phrasea-service-setting:tab:expose:: connection test - admin/phraseanet-service/expose.html.twig + + admin:phrasea-service-setting:tab:expose:: auth provider name with type ps-auth + admin:phrasea-service-setting:tab:expose:: auth provider name with type ps-auth + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:expose:: verify ssl admin:phrasea-service-setting:tab:expose:: verify ssl - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php admin:phrasea-service-setting:tab:uploader:: Client ID @@ -10011,7 +9996,7 @@ alert alert - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -10032,7 +10017,7 @@ an error occured een fout geeft zich voorgedaan - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php an error occured : %message% @@ -10152,9 +10137,9 @@ Controller/Prod/LanguageController.php Controller/Prod/LanguageController.php web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig web/thesaurus/export-text-dialog.html.twig web/thesaurus/import-dialog.html.twig web/thesaurus/thesaurus.html.twig @@ -10212,7 +10197,7 @@ boutton::commander Bestellen - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig boutton::creer @@ -10240,13 +10225,13 @@ boutton::envoyer Verzenden - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig boutton::essayer Proberen - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig boutton::fermer @@ -10437,7 +10422,7 @@ web/thesaurus/new-term.html.twig web/thesaurus/new-term.html.twig web/report/all_content.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/Story/Reorder.html.twig Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photoset_deleteelement.html.twig @@ -10526,9 +10511,9 @@ cancel annuleren actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig caption XML @@ -10578,8 +10563,8 @@ chargement laden - web/prod/tab_thesaurus.html.twig - web/prod/tab_thesaurus.html.twig + web/prod/tab_thesaurus.html.twig + web/prod/tab_thesaurus.html.twig charger d'avantage de publications @@ -10595,7 +10580,7 @@ choisir kiezen - web/prod/index.html.twig + web/prod/index.html.twig admin/collection/create.html.twig admin/databox/databox.html.twig @@ -10608,7 +10593,7 @@ client_credentials client_credentials - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php client_id @@ -10623,12 +10608,12 @@ commande::deadline Deadline - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig commande::utilisation prevue Utilisation gepland - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig prod/orders/order_item.html.twig @@ -10921,7 +10906,7 @@ export:: FTP FTP web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export:: commande @@ -10932,7 +10917,7 @@ export:: envoi par mail Verstuur per mail web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export:: erreur : aucun document selectionne @@ -10948,7 +10933,7 @@ export::export-email: email-invalid export::export-email: email-invalid - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::ftp: reglages manuels @@ -10958,18 +10943,18 @@ export::mail: contenu du mail Inhoud van de mail - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::mail: destinataire Bestemmeling - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::mail: fichiers joint Toegevoegde bestanden - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export::titre: nom original du document @@ -10984,12 +10969,12 @@ export:email:: acknowledgement info export:email:: acknowledgement info - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig export:email:info:: email addresses separated by commas export:email:info:: email addresses separated by commas - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig expose:: Choose a profile where to store mapping @@ -11032,7 +11017,7 @@ expose:: logout expose:: logout - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig expose:: poster @@ -11066,12 +11051,12 @@ expose::setting Cancel expose::setting Cancel prod/WorkZone/ExposeFieldMapping.html.twig - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting Choose a profile and do mapping for subdef to be uploaded expose::setting Choose a profile and do mapping for subdef to be uploaded - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting Choose profile and check all field to be uploaded in %exposeName% expose @@ -11091,7 +11076,7 @@ expose::setting Save subdef mapping expose::setting Save subdef mapping - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting Subdef mapping @@ -11101,7 +11086,7 @@ expose::setting You have to select an expose to continue expose::setting You have to select an expose to continue - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig expose::setting duplicate mapping! @@ -11178,10 +11163,10 @@ file is not valid bestand is niet geldig - Controller/Prod/ToolsController.php - Controller/Prod/ToolsController.php - Controller/Prod/ToolsController.php - Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php + Controller/Prod/ToolsController.php flash @@ -11338,7 +11323,7 @@ image rotation beeld rotatie - actions/Tools/index.html.twig + actions/Tools/index.html.twig image tool @@ -11753,7 +11738,7 @@ mettre a jour le nom original de fichier apres substitution de naam van het bestand up to date zetten na vervanging - actions/Tools/index.html.twig + actions/Tools/index.html.twig name @@ -11776,7 +11761,7 @@ no image selected geen beeld geselecteerd - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -12214,7 +12199,7 @@ password password - PhraseanetService/Form/PSExposeConnectionType.php + PhraseanetService/Form/PSExposeConnectionType.php personalize logo @@ -12348,7 +12333,7 @@ phraseanet:: prereglages Voorinstellingen - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig phraseanet:: presse-papier @@ -12644,17 +12629,17 @@ preview:: Description Beschrijving - web/prod/index.html.twig + web/prod/index.html.twig preview:: Historique Historie - web/prod/index.html.twig + web/prod/index.html.twig preview:: Popularite Populariteit - web/prod/index.html.twig + web/prod/index.html.twig preview:: arreter le diaporama @@ -12706,7 +12691,7 @@ preview::tab:feedback preview::tab:feedback - web/prod/index.html.twig + web/prod/index.html.twig preview::tab:feedback closed @@ -13018,7 +13003,7 @@ processing verwerken - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -13035,7 +13020,7 @@ prod::action:property title prod::action:property title - web/prod/index.html.twig + web/prod/index.html.twig prod::advancesearch see real field name @@ -13266,7 +13251,7 @@ prod::export: send mail notification prod::export: send mail notification web/lightbox/validate.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod::facet.Orientation_label @@ -13366,7 +13351,7 @@ prod::notification: notification title prod::notification: notification title - web/prod/index.html.twig + web/prod/index.html.twig prod::order-manager download expire on @@ -13381,17 +13366,17 @@ prod::push: List name can not be empty prod::push: List name can not be empty - web/prod/index.html.twig + web/prod/index.html.twig prod::push: New list title prod::push: New list title - web/prod/index.html.twig + web/prod/index.html.twig prod::push: add prod::push: add - web/prod/index.html.twig + web/prod/index.html.twig prod::push: automatically send user reminder @@ -13679,7 +13664,7 @@ prod::tool:select subdef prod::tool:select subdef - actions/Tools/index.html.twig + actions/Tools/index.html.twig prod::tools: document @@ -13690,7 +13675,7 @@ prod::videoTools:chapterTitle prod::videoTools:chapterTitle - web/prod/index.html.twig + web/prod/index.html.twig prod::workzone:Actions @@ -13796,22 +13781,22 @@ prod:expose Editable only prod:expose Editable only - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose Mine only prod:expose Mine only - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose field mapping prod:expose field mapping - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose next prod:expose next - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose preview @@ -13821,7 +13806,7 @@ prod:expose previous prod:expose previous - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose: disabled @@ -13836,13 +13821,13 @@ prod:expose:Add publication prod:expose:Add publication - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose:Refresh prod:expose:Refresh - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:expose:connection:Auth connexion @@ -13998,7 +13983,7 @@ prod:expose:publication:Profile prod/WorkZone/ExposeNew.html.twig prod/WorkZone/ExposeFieldMapping.html.twig - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig prod/WorkZone/ExposeEdit.html.twig @@ -14023,7 +14008,7 @@ prod:expose:publication:Select Profile prod/WorkZone/ExposeNew.html.twig prod/WorkZone/ExposeFieldMapping.html.twig - prod/WorkZone/ExposeFieldMapping.html.twig + prod/WorkZone/ExposeFieldMapping.html.twig prod/WorkZone/ExposeEdit.html.twig prod/WorkZone/ExposeEdit.html.twig @@ -14131,7 +14116,7 @@ prod:expose:select expose prod:expose:select expose - prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig prod:mapbox Change position @@ -14468,12 +14453,12 @@ raccourci :: a propos des raccourcis claviers Over toetsenbord sneltoetsen - web/prod/index.html.twig + web/prod/index.html.twig raccourcis :: ne plus montrer cette aide Deze help niet meer tonen - web/prod/index.html.twig + web/prod/index.html.twig rafraichir @@ -14542,17 +14527,17 @@ reponses:: images par pages : Beelden per pagina : - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode liste Lijst mode - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode vignettes Thumbnail mode - web/prod/index.html.twig + web/prod/index.html.twig reponses:: partager @@ -14574,7 +14559,7 @@ reponses:: taille des images : Grootte van de beelden : - web/prod/index.html.twig + web/prod/index.html.twig reponses::document sans titre @@ -14624,17 +14609,17 @@ report:: (downloads) report:: (downloads) - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: (downloads) record report:: (downloads) record - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: (downloads) user report:: (downloads) user - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: 1 - Periode @@ -14655,12 +14640,12 @@ report:: 3 - Type de report 3 - Rapport type web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: 4 - Fields report:: 4 - Fields - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: Au (date) @@ -14727,8 +14712,8 @@ report:: Permalink report:: Permalink - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig report:: Phraseanet report @@ -15076,12 +15061,12 @@ rotation 90 degres anti-horaires 90 graden niet kloksgewijs draaien - actions/Tools/index.html.twig + actions/Tools/index.html.twig rotation 90 degres horaire 90 graden kloksgewijs draaien - actions/Tools/index.html.twig + actions/Tools/index.html.twig same UUID @@ -15288,12 +15273,12 @@ substitution HD vervanging HD - actions/Tools/index.html.twig + actions/Tools/index.html.twig substitution SD vervanging SD - actions/Tools/index.html.twig + actions/Tools/index.html.twig task::_common_:hotfolder @@ -16097,7 +16082,7 @@ thumbnail validation thumbnail goedkeuring - actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -16146,12 +16131,12 @@ Status prod/upload/upload.html.twig prod/upload/upload-flash.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig upload:: checkers for this file is disabled in configuration or deleted upload:: checkers for this file is disabled in configuration or deleted - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig users rights have been reseted @@ -16162,9 +16147,9 @@ validate OK actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig actions/Tools/videoEditor.html.twig @@ -16232,127 +16217,127 @@ workzone:datepicker:april workzone:datepicker:april - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:august workzone:datepicker:august - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:december workzone:datepicker:december - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:february workzone:datepicker:february - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:friday workzone:datepicker:friday - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:january workzone:datepicker:january - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:july workzone:datepicker:july - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:june workzone:datepicker:june - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:march workzone:datepicker:march - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:may workzone:datepicker:may - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:monday workzone:datepicker:monday - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:nextText workzone:datepicker:nextText - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:november workzone:datepicker:november - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:october workzone:datepicker:october - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:prevText workzone:datepicker:prevText - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:saturday workzone:datepicker:saturday - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:september workzone:datepicker:september - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:sunday workzone:datepicker:sunday - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:thursday workzone:datepicker:thursday - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:tuesday workzone:datepicker:tuesday - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig workzone:datepicker:wednesday workzone:datepicker:wednesday - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/WorkZone/Basket.html.twig diff --git a/resources/locales/validators.de.xlf b/resources/locales/validators.de.xlf index 277b1f3f09..95e5fa420c 100644 --- a/resources/locales/validators.de.xlf +++ b/resources/locales/validators.de.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. diff --git a/resources/locales/validators.en.xlf b/resources/locales/validators.en.xlf index 1f6ba721ba..f2dcb55859 100644 --- a/resources/locales/validators.en.xlf +++ b/resources/locales/validators.en.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. diff --git a/resources/locales/validators.fr.xlf b/resources/locales/validators.fr.xlf index 47434beafe..3c95cc0f4b 100644 --- a/resources/locales/validators.fr.xlf +++ b/resources/locales/validators.fr.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. diff --git a/resources/locales/validators.nl.xlf b/resources/locales/validators.nl.xlf index 8ed213c39d..f83ae7c464 100644 --- a/resources/locales/validators.nl.xlf +++ b/resources/locales/validators.nl.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. diff --git a/templates/web/admin/phraseanet-service/expose.html.twig b/templates/web/admin/phraseanet-service/expose.html.twig index c6aaa98371..c9750bc95f 100644 --- a/templates/web/admin/phraseanet-service/expose.html.twig +++ b/templates/web/admin/phraseanet-service/expose.html.twig @@ -8,6 +8,10 @@
+
+ {{ form_row(form.expose_name) }} +
+
{{ form_widget(form.activate_expose) }} {{ form_label(form.activate_expose) }} @@ -18,8 +22,9 @@
-
- {{ form_row(form.expose_name) }} +
+ {{ form_label(form.auth_provider_name) }} + {{ form_widget(form.auth_provider_name) }}
@@ -44,7 +49,13 @@
- {{ form_row(form.auth_base_uri) }} + {{ form_label(form.oauth_token_uri) }} +
+ expose v2 : https://api-auth.phrasea.local/oauth/v2/token +
+ expose v3 : https://api-expose.ps-test.phrasea.fr/oauth/v2/token +
+ {{ form_widget(form.oauth_token_uri) }}
@@ -54,27 +65,6 @@
{{ form_row(form.auth_client_id) }}
- -
-
- {{ 'admin:phrasea-service-setting:tab:expose:: add Mapping' | trans }}
-
- -
-
- {{ 'admin:phrasea-service-setting:tab:expose:: add user' | trans }}
-
- -
-

-

-
-
{% endmacro %} @@ -99,7 +89,7 @@
-
+
{% for expose_connection in form.exposes %} {{ _self.widget_prototype(expose_connection) }} {% endfor %} @@ -129,6 +119,7 @@ collectionHolder.append(newExpose); $("#expose-list" ).accordion('refresh'); $( "h3:last" ).trigger( "click" ); + displayField($( "h3:last" ).next('.expose-block').find('.auth-connection')); }); $('#expose-list').on('click', '.delete-expose', function () { @@ -146,7 +137,8 @@ $("#expose-list" ).accordion( { event: "click", active: false, - collapsible: true + collapsible: true, + heightStyle: "content" } ); @@ -162,12 +154,12 @@ switch (connectionKind.val()) { case 'password': - exposeFields.addClass('hidden'); - authFields.removeClass('hidden'); + exposeFields.hide(); + authFields.show(); break; case 'client_credentials': - authFields.addClass('hidden'); - exposeFields.removeClass('hidden'); + authFields.hide(); + exposeFields.show(); break; } } diff --git a/templates/web/prod/WorkZone/Macros.html.twig b/templates/web/prod/WorkZone/Macros.html.twig index 886aef2263..3d373493b2 100644 --- a/templates/web/prod/WorkZone/Macros.html.twig +++ b/templates/web/prod/WorkZone/Macros.html.twig @@ -670,22 +670,11 @@
{% set expose_list = app['conf'].get(['phraseanet-service', 'expose-service', 'exposes']) %} - {% set providerId = app['session'].get('auth_provider.id') %} - {% if providerId is not null %} - {% set provider = app['authentication.providers'].get(providerId) %} - {% if provider.getType() == 'PsAuth' %} - {% set auth_base_url = provider.getOptions()['base-url'] | trim('/') %} - {% endif %} - {% endif %}