diff --git a/Dockerfile b/Dockerfile
index 62462f844c..418e8e812d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -36,7 +36,11 @@ RUN apt-get update \
xpdf \
&& update-locale "LANG=fr_FR.UTF-8 UTF-8" \
&& dpkg-reconfigure --frontend noninteractive locales \
- && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
+ && apt-get clean \
+ && rm -rf /var/lib/apt/lists/*
+
+RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
+ && docker-php-source extract \
&& docker-php-ext-install -j$(nproc) gd \
&& docker-php-ext-install zip exif iconv mbstring pcntl sockets xsl intl pdo_mysql gettext bcmath mcrypt \
&& pecl install redis amqp-1.9.3 zmq-beta imagick-beta \
@@ -45,10 +49,7 @@ RUN apt-get update \
&& docker-php-source delete \
&& rm -rf /var/lib/apt/lists/*
-RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
- && php -r "if (hash_file('sha384', 'composer-setup.php') === 'baf1608c33254d00611ac1705c1d9958c817a1a33bce370c0595974b342601bd80b92a3f46067da89e3b06bff421f182') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" \
- && php composer-setup.php --install-dir=/usr/local/bin --filename=composer \
- && php -r "unlink('composer-setup.php');"
+COPY --from=composer:1.9.1 /usr/bin/composer /usr/bin/composer
# Node Installation (node + yarn)
# Reference :
@@ -129,6 +130,12 @@ RUN mkdir -p /var/alchemy/Phraseanet/logs \
FROM phraseanet-system as phraseanet-fpm
+RUN docker-php-source extract \
+ && pecl install xdebug-2.9.0 \
+ && docker-php-ext-enable xdebug \
+ #&& pecl clear-cache \
+ && docker-php-source delete
+
COPY --from=builder --chown=app /var/alchemy /var/alchemy/Phraseanet
ADD ./docker/phraseanet/ /
WORKDIR /var/alchemy/Phraseanet
diff --git a/composer.json b/composer.json
index 7497b86823..46ff98203e 100644
--- a/composer.json
+++ b/composer.json
@@ -18,6 +18,18 @@
}
}
},
+ {
+ "type": "package",
+ "package": {
+ "name": "exiftool/exiftool",
+ "version": "11",
+ "source": {
+ "url": "https://github.com/exiftool/exiftool.git",
+ "type": "git",
+ "reference": "11.84"
+ }
+ }
+ },
{
"type": "vcs",
"url": "https://github.com/alchemy-fr/tcpdf-clone"
@@ -95,7 +107,7 @@
"pagerfanta/pagerfanta": "^1.0",
"php-ffmpeg/php-ffmpeg": "~0.5.0",
"php-xpdf/php-xpdf": "~0.2.1",
- "phpexiftool/exiftool": "10.10",
+ "exiftool/exiftool": "^11",
"ramsey/uuid": "^3.0",
"roave/security-advisories": "dev-master",
"silex/silex": "^1.3.0",
diff --git a/composer.lock b/composer.lock
index 7c347581f1..41a8b05beb 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1,10 +1,10 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "d0c8742d02e8d51c702c26ecb5502b30",
+ "content-hash": "5a4a0be62b13071a6b06893b7ce08372",
"packages": [
{
"name": "alchemy-fr/tcpdf-clone",
@@ -131,11 +131,17 @@
},
{
"name": "alchemy/embed-bundle",
- "version": "2.0.8",
+ "version": "2.0.9",
"source": {
"type": "git",
"url": "https://github.com/alchemy-fr/embed-bundle.git",
- "reference": "cbaa5e34b7b6ccbe128f8c804649c8a3ecd1e621"
+ "reference": "8cdb9612a9e3edd998b68f0803eacca8e0f50775"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/alchemy-fr/embed-bundle/zipball/8cdb9612a9e3edd998b68f0803eacca8e0f50775",
+ "reference": "8cdb9612a9e3edd998b68f0803eacca8e0f50775",
+ "shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^4.7",
@@ -171,7 +177,11 @@
}
],
"description": "Embed resources bundle",
- "time": "2019-10-09T14:34:23+00:00"
+ "support": {
+ "source": "https://github.com/alchemy-fr/embed-bundle/tree/2.0.9",
+ "issues": "https://github.com/alchemy-fr/embed-bundle/issues"
+ },
+ "time": "2020-02-04T14:53:00+00:00"
},
{
"name": "alchemy/geonames-api-consumer",
@@ -265,16 +275,16 @@
},
{
"name": "alchemy/mediavorus",
- "version": "0.4.9",
+ "version": "0.4.10",
"source": {
"type": "git",
"url": "https://github.com/alchemy-fr/MediaVorus.git",
- "reference": "1a96dc4142ff8474c11285cab9eab11df9683255"
+ "reference": "3e235eb1efb528aea2973c946f4bf47630b98985"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/alchemy-fr/MediaVorus/zipball/1a96dc4142ff8474c11285cab9eab11df9683255",
- "reference": "1a96dc4142ff8474c11285cab9eab11df9683255",
+ "url": "https://api.github.com/repos/alchemy-fr/MediaVorus/zipball/3e235eb1efb528aea2973c946f4bf47630b98985",
+ "reference": "3e235eb1efb528aea2973c946f4bf47630b98985",
"shasum": ""
},
"require": {
@@ -290,6 +300,7 @@
},
"require-dev": {
"jms/serializer": "~0.12.0",
+ "phpunit/phpunit": "^4.0|^5.0",
"silex/silex": "~1.0",
"symfony/yaml": "~2.0"
},
@@ -323,7 +334,7 @@
"keywords": [
"metadata"
],
- "time": "2019-01-22T11:23:34+00:00"
+ "time": "2020-02-18T13:37:45+00:00"
},
{
"name": "alchemy/oauth2php",
@@ -373,30 +384,27 @@
},
{
"name": "alchemy/phpexiftool",
- "version": "0.7.2",
+ "version": "0.7.3",
"source": {
"type": "git",
"url": "https://github.com/alchemy-fr/PHPExiftool.git",
- "reference": "ba1cb51eceb6562d7996023478977a8739de188b"
+ "reference": "0b22e7d7cc40f2a6b9c85c0cfbd968a39a31dab2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/alchemy-fr/PHPExiftool/zipball/ba1cb51eceb6562d7996023478977a8739de188b",
- "reference": "ba1cb51eceb6562d7996023478977a8739de188b",
+ "url": "https://api.github.com/repos/alchemy-fr/PHPExiftool/zipball/0b22e7d7cc40f2a6b9c85c0cfbd968a39a31dab2",
+ "reference": "0b22e7d7cc40f2a6b9c85c0cfbd968a39a31dab2",
"shasum": ""
},
"require": {
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
+ "exiftool/exiftool": "^11",
"monolog/monolog": "^1.3",
"php": ">=5.5.9",
- "phpexiftool/exiftool": "10.10",
"symfony/console": "^2.1|^3.0",
"symfony/process": "^2.1|^3.0"
},
- "replace": {
- "phpexiftool/phpexiftool": "<0.5.0"
- },
"require-dev": {
"jms/serializer": "~0.10|^1.0",
"phpunit/phpunit": "^4.0|^5.0",
@@ -442,7 +450,7 @@
"exiftool",
"metadata"
],
- "time": "2019-02-13T13:06:43+00:00"
+ "time": "2020-01-17T14:28:33+00:00"
},
{
"name": "alchemy/queue-bundle",
@@ -2095,6 +2103,16 @@
],
"time": "2012-05-30T15:01:08+00:00"
},
+ {
+ "name": "exiftool/exiftool",
+ "version": "11",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/exiftool/exiftool.git",
+ "reference": "11.84"
+ },
+ "type": "library"
+ },
{
"name": "facebook/graph-sdk",
"version": "5.6.1",
@@ -2843,6 +2861,7 @@
}
],
"description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
+ "abandoned": true,
"time": "2015-05-20T03:37:09+00:00"
},
{
@@ -2893,6 +2912,7 @@
"Guzzle",
"stream"
],
+ "abandoned": true,
"time": "2014-10-12T19:18:40+00:00"
},
{
@@ -5395,39 +5415,6 @@
],
"time": "2015-05-17T12:39:23+00:00"
},
- {
- "name": "phpexiftool/exiftool",
- "version": "10.10",
- "source": {
- "type": "git",
- "url": "https://github.com/alchemy-fr/exiftool.git",
- "reference": "0833cab894c890353192a83011428525a318bedf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/alchemy-fr/exiftool/zipball/0833cab894c890353192a83011428525a318bedf",
- "reference": "0833cab894c890353192a83011428525a318bedf",
- "shasum": ""
- },
- "type": "library",
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Perl Licensing"
- ],
- "authors": [
- {
- "name": "Phil Harvey",
- "email": "phil@owl.phy.queensu.ca",
- "homepage": "http://www.sno.phy.queensu.ca/~phil/exiftool/"
- }
- ],
- "description": "Exiftool is a library for reading, writing and editing meta information. This package is not PHP, but required for the main PHP driver : PHP Exiftool",
- "keywords": [
- "exiftool",
- "metadatas"
- ],
- "time": "2016-01-25T11:10:14+00:00"
- },
{
"name": "phpoption/phpoption",
"version": "1.5.0",
@@ -5892,6 +5879,12 @@
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "0698207bf8a9bed212fdde2d8c7cdc77085660c4"
},
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0698207bf8a9bed212fdde2d8c7cdc77085660c4",
+ "reference": "0698207bf8a9bed212fdde2d8c7cdc77085660c4",
+ "shasum": ""
+ },
"conflict": {
"adodb/adodb-php": "<5.20.6",
"amphp/artax": ">=2,<2.0.4|>0.7.1,<1.0.4",
@@ -6176,7 +6169,7 @@
],
"description": "A WebProfiler for Silex",
"homepage": "http://silex.sensiolabs.org/",
- "abandoned": true,
+ "abandoned": "symfony/web-profiler-bundle",
"time": "2016-01-10T11:39:13+00:00"
},
{
@@ -6426,6 +6419,7 @@
"profiler",
"silex"
],
+ "abandoned": true,
"time": "2016-10-26T11:08:02+00:00"
},
{
@@ -6468,6 +6462,7 @@
"plugin",
"silex"
],
+ "abandoned": true,
"time": "2015-11-11T07:16:28+00:00"
},
{
@@ -7716,6 +7711,7 @@
"code",
"zf2"
],
+ "abandoned": "laminas/laminas-code",
"time": "2016-04-20T17:26:42+00:00"
},
{
@@ -7770,6 +7766,7 @@
"events",
"zf2"
],
+ "abandoned": "laminas/laminas-eventmanager",
"time": "2016-02-18T20:53:00+00:00"
}
],
@@ -7966,6 +7963,39 @@
],
"time": "2016-11-25T06:54:22+00:00"
},
+ {
+ "name": "phpexiftool/exiftool",
+ "version": "10.10",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/alchemy-fr/exiftool.git",
+ "reference": "0833cab894c890353192a83011428525a318bedf"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/alchemy-fr/exiftool/zipball/0833cab894c890353192a83011428525a318bedf",
+ "reference": "0833cab894c890353192a83011428525a318bedf",
+ "shasum": ""
+ },
+ "type": "library",
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "Perl Licensing"
+ ],
+ "authors": [
+ {
+ "name": "Phil Harvey",
+ "email": "phil@owl.phy.queensu.ca",
+ "homepage": "http://www.sno.phy.queensu.ca/~phil/exiftool/"
+ }
+ ],
+ "description": "Exiftool is a library for reading, writing and editing meta information. This package is not PHP, but required for the main PHP driver : PHP Exiftool",
+ "keywords": [
+ "exiftool",
+ "metadatas"
+ ],
+ "time": "2016-01-25T11:10:14+00:00"
+ },
{
"name": "phpspec/prophecy",
"version": "v1.6.2",
diff --git a/config/configuration.sample.yml b/config/configuration.sample.yml
index fbaa368ed9..b7fef2618a 100644
--- a/config/configuration.sample.yml
+++ b/config/configuration.sample.yml
@@ -28,7 +28,8 @@ main:
port: 11211
search-engine:
type: phrasea
- options: []
+ options:
+ facets: []
task-manager:
status: started
enabled: true
diff --git a/docker/phraseanet/boot.sh b/docker/phraseanet/boot.sh
index 444b63a64c..578da3a8da 100755
--- a/docker/phraseanet/boot.sh
+++ b/docker/phraseanet/boot.sh
@@ -14,4 +14,4 @@ else
runuser app -c '/auto-install.sh'
fi
-php-fpm
+php-fpm -F
diff --git a/docker/phraseanet/phraseanet-entrypoint.sh b/docker/phraseanet/phraseanet-entrypoint.sh
index 225b56a672..3040718c11 100755
--- a/docker/phraseanet/phraseanet-entrypoint.sh
+++ b/docker/phraseanet/phraseanet-entrypoint.sh
@@ -4,5 +4,16 @@ set -e
envsubst < /php.ini.sample > /usr/local/etc/php/php.ini
envsubst < /php-fpm.conf.sample > /usr/local/etc/php-fpm.conf
+echo "XDEBUG=$XDEBUG"
+if [ $XDEBUG = "ON" ]; then
+ echo "XDEBUG IS ENABLED. YOU MAY KEEP THIS FEATURE DISABLED IN PRODUCTION."
+ echo "xdebug.remote_enable=1" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
+ echo "xdebug.remote_autostart=1" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
+ echo "xdebug.remote_host=$XDEBUG_SERVER" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
+ echo "xdebug.remote_port=$XDEBUG_REMOTE_PORT" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
+ echo "xdebug.remote_handler=dbgp" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
+ echo "xdebug.remote_connect_back=0" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
+ #echo "xdebug.idekey=11896" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
+fi
bash -e docker-php-entrypoint $@
diff --git a/lib/Alchemy/Phrasea/Command/Developer/JsFixtures.php b/lib/Alchemy/Phrasea/Command/Developer/JsFixtures.php
index 890fed9e6d..112914d088 100644
--- a/lib/Alchemy/Phrasea/Command/Developer/JsFixtures.php
+++ b/lib/Alchemy/Phrasea/Command/Developer/JsFixtures.php
@@ -15,6 +15,7 @@ use Alchemy\Phrasea\Application;
use Alchemy\Phrasea\Command\Command;
use Alchemy\Phrasea\Exception\RuntimeException;
use Alchemy\Phrasea\Model\Entities\User;
+use Alchemy\Phrasea\Plugin\Plugin;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\HttpKernel\Client;
@@ -30,6 +31,15 @@ class JsFixtures extends Command
protected function doExecute(InputInterface $input, OutputInterface $output)
{
+ /** @var Plugin $plugin */
+ $msg = [];
+ foreach($this->container['plugins.manager']->listPlugins() as $plugin) {
+ $msg[] = sprintf(" bin/setup plugins:remove \"%s\"", $plugin->getName());
+ }
+ if(count($msg) !== 0) {
+ throw new RuntimeException("You must remove plugins first:\n" . join("\n", $msg));
+ }
+
if (!file_exists($this->container['db.fixture.info']['path'])) {
throw new RuntimeException('You must generate sqlite db first, run "bin/developer phraseanet:regenerate-sqlite" command.');
}
@@ -104,6 +114,7 @@ class JsFixtures extends Command
private function writeResponse(OutputInterface $output, $method, $path, $to, $authenticateUser = false)
{
$environment = Application::ENV_TEST;
+ /** @var Application $app */
$app = require __DIR__ . '/../../Application/Root.php';
$app['orm.em'] = $app->extend('orm.em', function($em, $app) {
return $app['orm.ems'][$app['db.fixture.hash.key']];
diff --git a/lib/Alchemy/Phrasea/Controller/Admin/SearchEngineController.php b/lib/Alchemy/Phrasea/Controller/Admin/SearchEngineController.php
index 8cf04e7839..04762b3aef 100644
--- a/lib/Alchemy/Phrasea/Controller/Admin/SearchEngineController.php
+++ b/lib/Alchemy/Phrasea/Controller/Admin/SearchEngineController.php
@@ -13,9 +13,11 @@ namespace Alchemy\Phrasea\Controller\Admin;
use Alchemy\Phrasea\Controller\Controller;
use Alchemy\Phrasea\SearchEngine\Elastic\ElasticsearchSettingsFormType;
use Alchemy\Phrasea\SearchEngine\Elastic\ElasticsearchOptions;
+use Alchemy\Phrasea\SearchEngine\Elastic\Structure\GlobalStructure;
use Symfony\Component\Form\FormInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
+use databox_descriptionStructure;
class SearchEngineController extends Controller
{
@@ -31,7 +33,19 @@ class SearchEngineController extends Controller
$form->handleRequest($request);
if ($form->isValid()) {
- $this->saveElasticSearchOptions($form->getData());
+ /** @var ElasticsearchOptions $data */
+ $data = $form->getData();
+ // $q = $request->request->get('elasticsearch_settings');
+ $facetNames = []; // rebuild the data "_customValues/facets" list following the form order
+ foreach($request->request->get('elasticsearch_settings') as $name=>$value) {
+ $matches = null;
+ if(preg_match('/^facets:(.+):limit$/', $name, $matches) === 1) {
+ $facetNames[] = $matches[1];
+ }
+ }
+ $data->reorderAggregableFields($facetNames);
+
+ $this->saveElasticSearchOptions($data);
return $this->app->redirectPath('admin_searchengine_form');
}
@@ -76,6 +90,16 @@ class SearchEngineController extends Controller
*/
private function saveElasticSearchOptions(ElasticsearchOptions $configuration)
{
+ // save to databoxes fields for backward compatibility (useless ?)
+ foreach($configuration->getAggregableFields() as $fname=>$aggregableField) {
+ foreach ($this->app->getDataboxes() as $databox) {
+ if(!is_null($f = $databox->get_meta_structure()->get_element_by_name($fname, databox_descriptionStructure::STRICT_COMPARE))) {
+ $f->set_aggregable($aggregableField['limit'])->save();
+ }
+ }
+ }
+
+ // save to conf
$this->getConf()->set(['main', 'search-engine', 'options'], $configuration->toArray());
}
@@ -85,7 +109,10 @@ class SearchEngineController extends Controller
*/
private function getConfigurationForm(ElasticsearchOptions $options)
{
- return $this->app->form(new ElasticsearchSettingsFormType(), $options, [
+ /** @var GlobalStructure $g */
+ $g = $this->app['search_engine.structure'];
+
+ return $this->app->form(new ElasticsearchSettingsFormType($g, $options), $options, [
'action' => $this->app->url('admin_searchengine_form'),
]);
}
diff --git a/lib/Alchemy/Phrasea/Controller/Prod/FeedController.php b/lib/Alchemy/Phrasea/Controller/Prod/FeedController.php
index 2bc333f45c..39a0a8f48d 100644
--- a/lib/Alchemy/Phrasea/Controller/Prod/FeedController.php
+++ b/lib/Alchemy/Phrasea/Controller/Prod/FeedController.php
@@ -19,8 +19,10 @@ use Alchemy\Phrasea\Core\PhraseaEvents;
use Alchemy\Phrasea\Feed\Aggregate;
use Alchemy\Phrasea\Feed\Link\AggregateLinkGenerator;
use Alchemy\Phrasea\Feed\Link\FeedLinkGenerator;
+use Alchemy\Phrasea\Model\Entities\Feed;
use Alchemy\Phrasea\Model\Entities\FeedEntry;
use Alchemy\Phrasea\Model\Entities\FeedItem;
+use Alchemy\Phrasea\Model\Entities\FeedPublisher;
use Alchemy\Phrasea\Model\Repositories\FeedEntryRepository;
use Alchemy\Phrasea\Model\Repositories\FeedItemRepository;
use Alchemy\Phrasea\Model\Repositories\FeedPublisherRepository;
@@ -46,6 +48,7 @@ class FeedController extends Controller
}
public function createFeedEntryAction(Request $request) {
+ /** @var Feed $feed */
$feed = $this->getFeedRepository()->find($request->request->get('feed_id'));
if (null === $feed) {
@@ -53,6 +56,8 @@ class FeedController extends Controller
}
$user = $this->getAuthenticatedUser();
+
+ /** @var FeedPublisher $publisher */
$publisher = $this->getFeedPublisherRepository()->findOneBy([
'feed' => $feed,
'user' => $user,
diff --git a/lib/Alchemy/Phrasea/Controller/Prod/LanguageController.php b/lib/Alchemy/Phrasea/Controller/Prod/LanguageController.php
index 5137d3f219..254e3e9835 100644
--- a/lib/Alchemy/Phrasea/Controller/Prod/LanguageController.php
+++ b/lib/Alchemy/Phrasea/Controller/Prod/LanguageController.php
@@ -136,6 +136,7 @@ class LanguageController
'or' => $translator->trans('or'),
'Suppr' => $translator->trans('Suppr'),
'Add new range' => $translator->trans('Add new range'),
+ 'Save as VTT' => $translator->trans('Save as VTT'),
'Export ranges' => $translator->trans('Export ranges'),
'Start Range' => $translator->trans('Start Range'),
'End Range' => $translator->trans('End Range'),
diff --git a/lib/Alchemy/Phrasea/Controller/Prod/PrinterController.php b/lib/Alchemy/Phrasea/Controller/Prod/PrinterController.php
index d2bc03b190..0d9c4a466f 100644
--- a/lib/Alchemy/Phrasea/Controller/Prod/PrinterController.php
+++ b/lib/Alchemy/Phrasea/Controller/Prod/PrinterController.php
@@ -12,7 +12,7 @@ namespace Alchemy\Phrasea\Controller\Prod;
use Alchemy\Phrasea\Application\Helper\DataboxLoggerAware;
use Alchemy\Phrasea\Controller\Controller;
use Alchemy\Phrasea\Helper\Record as RecordHelper;
-use Alchemy\Phrasea\Out\Module\PDF as PDFExport;
+use Alchemy\Phrasea\Out\Module\PDFRecords;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
@@ -24,19 +24,27 @@ class PrinterController extends Controller
{
$printer = new RecordHelper\Printer($this->app, $request);
- return $this->render('prod/actions/printer_default.html.twig', ['printer' => $printer, 'message' => '']);
+ $basketFeedbackId = null;
+ if($printer->is_basket() && ($basket = $printer->get_original_basket()) && ($validation = $basket->getValidation())) {
+ if($validation->getInitiator()->getId() === $this->app->getAuthenticatedUser()->getId()) {
+ $basketFeedbackId = $basket->getId();
+ }
+ }
+
+ return $this->render('prod/actions/printer_default.html.twig', ['printer' => $printer, 'message' => '', 'basketFeedbackId' => $basketFeedbackId]);
}
public function printAction(Request $request)
{
$printer = new RecordHelper\Printer($this->app, $request);
+ $b = $printer->get_original_basket();
$layout = $request->request->get('lay');
foreach ($printer->get_elements() as $record) {
$this->getDataboxLogger($record->getDatabox())->log($record, \Session_Logger::EVENT_PRINT, $layout, '');
}
- $PDF = new PDFExport($this->app, $printer->get_elements(), $layout);
+ $PDF = new PDFRecords($this->app, $printer, $layout);
$response = new Response($PDF->render(), 200, array('Content-Type' => 'application/pdf'));
$response->headers->set('Pragma', 'public', true);
@@ -44,4 +52,5 @@ class PrinterController extends Controller
return $response;
}
+
}
diff --git a/lib/Alchemy/Phrasea/Controller/Prod/QueryController.php b/lib/Alchemy/Phrasea/Controller/Prod/QueryController.php
index d327e860c5..8afd22d2b3 100644
--- a/lib/Alchemy/Phrasea/Controller/Prod/QueryController.php
+++ b/lib/Alchemy/Phrasea/Controller/Prod/QueryController.php
@@ -433,24 +433,15 @@ class QueryController extends Controller
// populates facets (aggregates)
$facets = [];
- // $facetClauses = [];
foreach ($result->getFacets() as $facet) {
$facetName = $facet['name'];
if(array_key_exists($facetName, $fieldsInfosByName)) {
-
$f = $fieldsInfosByName[$facetName];
-
$facet['label'] = $f['trans_label'];
$facet['labels'] = $f['labels'];
$facet['type'] = strtoupper($f['type']) . "-AGGREGATE";
$facets[] = $facet;
-
- // $facetClauses[] = [
- // 'type' => strtoupper($f['type']) . "-AGGREGATE",
- // 'field' => $f['field'],
- // 'facet' => $facet
- // ];
}
}
diff --git a/lib/Alchemy/Phrasea/Controller/Root/AccountController.php b/lib/Alchemy/Phrasea/Controller/Root/AccountController.php
index b4053a6ce1..6bf2d11f17 100644
--- a/lib/Alchemy/Phrasea/Controller/Root/AccountController.php
+++ b/lib/Alchemy/Phrasea/Controller/Root/AccountController.php
@@ -458,9 +458,9 @@ class AccountController extends Controller
->setZipCode($request->request->get("form_zip"))
->setPhone($request->request->get("form_phone"))
->setFax($request->request->get("form_fax"))
- ->setJob($request->request->get("form_activity"))
+ ->setJob($request->request->get("form_function"))
->setCompany($request->request->get("form_company"))
- ->setPosition($request->request->get("form_function"))
+ ->setPosition($request->request->get("form_activity"))
->setNotifications((Boolean) $request->request->get("mail_notifications"));
$service->updateAccount($command);
diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/FeedEntrySubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/FeedEntrySubscriber.php
index 03a72a95b4..8bc7cb2b52 100644
--- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/FeedEntrySubscriber.php
+++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/FeedEntrySubscriber.php
@@ -13,7 +13,9 @@ namespace Alchemy\Phrasea\Core\Event\Subscriber;
use Alchemy\Phrasea\Core\Event\FeedEntryEvent;
use Alchemy\Phrasea\Core\PhraseaEvents;
+use Alchemy\Phrasea\Model\Entities\User;
use Alchemy\Phrasea\Model\Entities\WebhookEvent;
+use Alchemy\Phrasea\Model\Manipulator\TokenManipulator;
use Alchemy\Phrasea\Notification\Receiver;
use Alchemy\Phrasea\Notification\Mail\MailInfoNewPublication;
@@ -53,36 +55,43 @@ class FeedEntrySubscriber extends AbstractNotificationSubscriber
do {
$results = $Query->limit($start, $perLoop)->execute()->get_results();
- foreach ($results as $user_to_notif) {
- $mailed = false;
+ $users_emailed = []; // for all users
+ $users_to_email = []; // list only users who must be emailed (=create tokens)
- if ($params['notify_email'] && $this->shouldSendNotificationFor($user_to_notif, 'eventsmanager_notify_feed')) {
- $readyToSend = false;
- try {
- $token = $this->app['manipulator.token']->createFeedEntryToken($user_to_notif, $entry);
- $url = $this->app->url('lightbox', ['LOG' => $token->getValue()]);
-
- $receiver = Receiver::fromUser($user_to_notif);
- $readyToSend = true;
- } catch (\Exception $e) {
-
- }
-
- if ($readyToSend) {
- $mail = MailInfoNewPublication::create($this->app, $receiver);
- $mail->setButtonUrl($url);
- $mail->setAuthor($entry->getAuthorName());
- $mail->setTitle($entry->getTitle());
-
- $this->deliver($mail);
- $mailed = true;
- }
+ /** @var User $user */
+ foreach ($results as $user) {
+ $users_emailed[$user->getId()] = false;
+ if ($params['notify_email'] && $this->shouldSendNotificationFor($user, 'eventsmanager_notify_feed')) {
+ $users_to_email[$user->getId()] = $user;
}
-
- $this->app['events-manager']->notify($user_to_notif->getId(), 'eventsmanager_notify_feed', $datas, $mailed);
}
+
+ // get many tokens in one shot
+ $tokens = $this->getTokenManipulator()->createFeedEntryTokens($users_to_email, $entry);
+ foreach($tokens as $token) {
+ try {
+ $url = $this->app->url('lightbox', ['LOG' => $token->getValue()]);
+ $receiver = Receiver::fromUser($token->getUser());
+
+ $mail = MailInfoNewPublication::create($this->app, $receiver);
+ $mail->setButtonUrl($url);
+ $mail->setAuthor($entry->getAuthorName());
+ $mail->setTitle($entry->getTitle());
+
+ $this->deliver($mail);
+ $users_emailed[$token->getUser()->getId()] = true;
+ }
+ catch (\Exception $e) {
+ // no-op
+ }
+ }
+ foreach($users_emailed as $id => $emailed) {
+ $this->app['events-manager']->notify($id, 'eventsmanager_notify_feed', $datas, $emailed);
+ }
+
$start += $perLoop;
- } while (count($results) > 0);
+ }
+ while (count($results) > 0);
}
public static function getSubscribedEvents()
@@ -91,4 +100,12 @@ class FeedEntrySubscriber extends AbstractNotificationSubscriber
PhraseaEvents::FEED_ENTRY_CREATE => 'onCreate',
];
}
+
+ /**
+ * @return TokenManipulator
+ */
+ private function getTokenManipulator()
+ {
+ return $this->app['manipulator.token'];
+ }
}
diff --git a/lib/Alchemy/Phrasea/Core/Provider/SearchEngineServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/SearchEngineServiceProvider.php
index 58f77475a1..e342bf8380 100644
--- a/lib/Alchemy/Phrasea/Core/Provider/SearchEngineServiceProvider.php
+++ b/lib/Alchemy/Phrasea/Core/Provider/SearchEngineServiceProvider.php
@@ -97,7 +97,7 @@ class SearchEngineServiceProvider implements ServiceProviderInterface
});
$app['elasticsearch.facets_response.factory'] = $app->protect(function (array $response) use ($app) {
- return new FacetsResponse(new Escaper(), $response, $app['search_engine.structure']);
+ return new FacetsResponse($app['elasticsearch.options'], new Escaper(), $response, $app['search_engine.structure']);
});
return $app;
@@ -228,7 +228,8 @@ class SearchEngineServiceProvider implements ServiceProviderInterface
});
$app['elasticsearch.options'] = $app->share(function ($app) {
- $options = ElasticsearchOptions::fromArray($app['conf']->get(['main', 'search-engine', 'options'], []));
+ $conf = $app['conf']->get(['main', 'search-engine', 'options'], []);
+ $options = ElasticsearchOptions::fromArray($conf);
if (empty($options->getIndexName())) {
$options->setIndexName(strtolower(sprintf('phraseanet_%s', str_replace(
diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php
index c209691c0b..d17062de4c 100644
--- a/lib/Alchemy/Phrasea/Core/Version.php
+++ b/lib/Alchemy/Phrasea/Core/Version.php
@@ -16,7 +16,7 @@ class Version
/**
* @var string
*/
- private $number = '4.1.0-alpha.19a';
+ private $number = '4.1.0-alpha.22a';
/**
* @var string
diff --git a/lib/Alchemy/Phrasea/Helper/User/Edit.php b/lib/Alchemy/Phrasea/Helper/User/Edit.php
index 5c760a55de..2c7513fb3f 100644
--- a/lib/Alchemy/Phrasea/Helper/User/Edit.php
+++ b/lib/Alchemy/Phrasea/Helper/User/Edit.php
@@ -657,8 +657,8 @@ class Edit extends \Alchemy\Phrasea\Helper\Helper
->setEmail($parm['email'])
->setAddress($parm['address'])
->setZipCode($parm['zip'])
- ->setActivity($parm['function'])
- ->setJob($parm['activite'])
+ ->setActivity($parm['activite'])
+ ->setJob($parm['function'])
->setCompany($parm['company'])
->setPhone($parm['telephone'])
->setFax($parm['fax']);
diff --git a/lib/Alchemy/Phrasea/Model/Entities/Basket.php b/lib/Alchemy/Phrasea/Model/Entities/Basket.php
index c25b074634..eea18b21e0 100644
--- a/lib/Alchemy/Phrasea/Model/Entities/Basket.php
+++ b/lib/Alchemy/Phrasea/Model/Entities/Basket.php
@@ -456,17 +456,27 @@ class Basket
}
public function hasRecord(Application $app, \record_adapter $record)
+ {
+ return !is_null($this->getElementByRecord($app, $record));
+ }
+
+ /**
+ * @param Application $app
+ * @param \record_adapter $record
+ * @return BasketElement
+ */
+ public function getElementByRecord(Application $app, \record_adapter $record)
{
foreach ($this->getElements() as $basket_element) {
$bask_record = $basket_element->getRecord($app);
if ($bask_record->getRecordId() == $record->getRecordId()
&& $bask_record->getDataboxId() == $record->getDataboxId()) {
- return true;
+ return $basket_element;
}
}
- return false;
+ return null;
}
public function getSize(Application $app)
diff --git a/lib/Alchemy/Phrasea/Model/Entities/Token.php b/lib/Alchemy/Phrasea/Model/Entities/Token.php
index 576cf05d36..81c632f97d 100644
--- a/lib/Alchemy/Phrasea/Model/Entities/Token.php
+++ b/lib/Alchemy/Phrasea/Model/Entities/Token.php
@@ -15,7 +15,14 @@ use Doctrine\ORM\Mapping as ORM;
use Gedmo\Mapping\Annotation as Gedmo;
/**
- * @ORM\Table(name="Tokens")
+ * @ORM\Table(name="Tokens",
+ * indexes={
+ * @ORM\index(name="type", columns={"type"}),
+ * @ORM\index(name="created", columns={"created"}),
+ * @ORM\index(name="updated", columns={"updated"}),
+ * @ORM\index(name="expiration", columns={"expiration"})
+ * }
+ * )
* @ORM\Entity(repositoryClass="Alchemy\Phrasea\Model\Repositories\TokenRepository")
*/
class Token
diff --git a/lib/Alchemy/Phrasea/Model/Entities/WebhookEventPayload.php b/lib/Alchemy/Phrasea/Model/Entities/WebhookEventPayload.php
index 1befac1843..141d415e22 100644
--- a/lib/Alchemy/Phrasea/Model/Entities/WebhookEventPayload.php
+++ b/lib/Alchemy/Phrasea/Model/Entities/WebhookEventPayload.php
@@ -30,7 +30,7 @@ class WebhookEventPayload
private $id;
/**
- * @ORM\OneToOne(targetEntity="WebhookEventDelivery")
+ * @ORM\OneToOne(targetEntity="WebhookEventDelivery", inversedBy="payload")
* @ORM\JoinColumn(name="delivery_id", referencedColumnName="id")
*/
private $delivery;
diff --git a/lib/Alchemy/Phrasea/Model/Manipulator/TokenManipulator.php b/lib/Alchemy/Phrasea/Model/Manipulator/TokenManipulator.php
index 2a43363693..56c4e9fc36 100644
--- a/lib/Alchemy/Phrasea/Model/Manipulator/TokenManipulator.php
+++ b/lib/Alchemy/Phrasea/Model/Manipulator/TokenManipulator.php
@@ -22,7 +22,6 @@ use RandomLib\Generator;
class TokenManipulator implements ManipulatorInterface
{
const LETTERS_AND_NUMBERS = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
-
const TYPE_FEED_ENTRY = 'FEED_ENTRY';
const TYPE_PASSWORD = 'password';
const TYPE_ACCOUNT_UNLOCK = 'account-unlock';
@@ -126,6 +125,38 @@ class TokenManipulator implements ManipulatorInterface
return $this->create($user, self::TYPE_FEED_ENTRY, null, $entry->getId());
}
+ /**
+ * Create feedEntryTokens for many users in one shot
+ *
+ * @param User[] $users
+ * @param FeedEntry $entry
+ * @return Token[]
+ * @throws \Doctrine\DBAL\DBALException
+ */
+ public function createFeedEntryTokens($users, FeedEntry $entry)
+ {
+ // $this->removeExpiredTokens();
+
+ $tokens = [];
+ foreach ($users as $user) {
+ $value = $this->random->generateString(32, self::LETTERS_AND_NUMBERS) . $user->getId();
+
+ $token = new Token();
+ $token->setUser($user)
+ ->setType(self::TYPE_FEED_ENTRY)
+ ->setValue($value)
+ ->setExpiration(null)
+ ->setData($entry->getId());
+ $tokens[] = $token;
+
+ $this->om->persist($token);
+ }
+ $this->om->flush();
+ $this->om->clear();
+
+ return $tokens;
+ }
+
/**
* @param User $user
* @param $data
diff --git a/lib/Alchemy/Phrasea/Model/Manipulator/UserManipulator.php b/lib/Alchemy/Phrasea/Model/Manipulator/UserManipulator.php
index 8104c04c47..3d0815370e 100644
--- a/lib/Alchemy/Phrasea/Model/Manipulator/UserManipulator.php
+++ b/lib/Alchemy/Phrasea/Model/Manipulator/UserManipulator.php
@@ -368,7 +368,7 @@ class UserManipulator implements ManipulatorInterface
throw new InvalidArgumentException(sprintf('Email %s is not legal.', $email));
}
- if (null !== $this->repository->findByEmail($email)) {
+ if (($email !== null) && (null !== $this->repository->findByEmail($email))) {
throw new RuntimeException(sprintf('User with email %s already exists.', $email));
}
diff --git a/lib/Alchemy/Phrasea/Model/Repositories/TokenRepository.php b/lib/Alchemy/Phrasea/Model/Repositories/TokenRepository.php
index ad45425f7c..8e40f9ebd8 100644
--- a/lib/Alchemy/Phrasea/Model/Repositories/TokenRepository.php
+++ b/lib/Alchemy/Phrasea/Model/Repositories/TokenRepository.php
@@ -72,4 +72,9 @@ class TokenRepository extends EntityRepository
return $query->getResult();
}
+
+ public function getEntityManager()
+ {
+ return parent::getEntityManager();
+ }
}
diff --git a/lib/Alchemy/Phrasea/Out/Module/PDF.php b/lib/Alchemy/Phrasea/Out/Module/PDF.php
index 7514a099db..e436e6ec5e 100644
--- a/lib/Alchemy/Phrasea/Out/Module/PDF.php
+++ b/lib/Alchemy/Phrasea/Out/Module/PDF.php
@@ -20,6 +20,8 @@ class PDF
protected $records;
protected $pdf;
+ const LAYOUT_FEEDBACK = 'feedback';
+ const LAYOUT_FEEDBACKONLY = 'feedbackOnly';
const LAYOUT_PREVIEW = 'preview';
const LAYOUT_PREVIEWCAPTION = 'previewCaption';
const LAYOUT_PREVIEWCAPTIONTDM = 'previewCaptionTdm';
@@ -27,64 +29,10 @@ class PDF
const LAYOUT_THUMBNAILGRID = 'thumbnailGrid';
const LAYOUT_CAPTION = 'caption';
- public function __construct(Application $app, array $records, $layout)
+ public function __construct(Application $app)
{
$this->app = $app;
- $list = [];
-
- foreach ($records as $record) {
- switch ($layout) {
- default:
- throw new \Exception('Unknown layout');
- break;
- case self::LAYOUT_PREVIEW:
- case self::LAYOUT_PREVIEWCAPTION:
- case self::LAYOUT_PREVIEWCAPTIONTDM:
- try {
- $subdef = $record->get_subdef('preview');
- // fallback to thumbnail ( video, sound, doc ) ..
- if ($subdef->get_type() !== \media_subdef::TYPE_IMAGE) {
- $subdef = $record->get_thumbnail();
- }
-
- if (!$subdef->is_physically_present()) {
- continue 2;
- }
-
- if ($subdef->get_type() !== \media_subdef::TYPE_IMAGE) {
- continue 2;
- }
- } catch (\Exception $e) {
- continue 2;
- }
- break;
- case self::LAYOUT_THUMBNAILLIST:
- case self::LAYOUT_THUMBNAILGRID:
- try {
- $subdef = $record->get_thumbnail();
- if (!$subdef->is_physically_present()) {
- continue 2;
- }
-
- if ($subdef->get_type() !== \media_subdef::TYPE_IMAGE) {
- continue 2;
- }
- } catch (\Exception $e) {
- continue 2;
- }
- break;
- case self::LAYOUT_CAPTION:
- break;
- }
-
- $record->setNumber(count($list) + 1);
-
- $list[] = $record;
- }
-
- $this->records = $list;
-
$pdf = new PhraseaPDF("P", "mm", "A4", true, 'UTF-8', false);
$pdf->SetAuthor("Phraseanet");
@@ -92,29 +40,6 @@ class PDF
$pdf->SetDisplayMode("fullpage", "single");
$this->pdf = $pdf;
-
- switch ($layout) {
- case self::LAYOUT_PREVIEW:
- $this->print_preview(false, false);
- break;
- case self::LAYOUT_PREVIEWCAPTION:
- $this->print_preview(false, true);
- break;
- case self::LAYOUT_PREVIEWCAPTIONTDM:
- $this->print_preview(true, true);
- break;
- case self::LAYOUT_THUMBNAILLIST:
- $this->print_thumbnailList();
- break;
- case self::LAYOUT_THUMBNAILGRID:
- $this->print_thumbnailGrid();
- break;
- case self::LAYOUT_CAPTION:
- $this->print_caption();
- break;
- }
-
- return $this;
}
public function render()
@@ -123,447 +48,4 @@ class PDF
return $this->pdf->Output('', 'S');
}
-
- protected function print_thumbnailGrid($links = false)
- {
- $NDiapoW = 3;
- $NDiapoH = 4;
-
- $this->pdf->AddPage();
-
- $oldMargins = $this->pdf->getMargins();
- $tmargin = $oldMargins['top'];
- $lmargin = $oldMargins['left'];
- $bmargin = $oldMargins['bottom'];
- $rmargin = $oldMargins['right'];
-
- $this->pdf->SetLeftMargin($lmargin + 55);
-
- $clientW = $this->pdf->getPageWidth() - $lmargin - $rmargin;
- $clientH = $this->pdf->getPageHeight() - $tmargin - $bmargin;
-
- $DiapoW = floor($clientW / $NDiapoW);
- $DiapoH = floor($clientH / $NDiapoH);
- $TitleH = 5;
- $ImgSize = min($DiapoW, ($DiapoH - $TitleH)) - 5;
-
- $npages = ceil(count($this->records) / ($NDiapoW * $NDiapoH));
-
- $irow = $ipage = 0;
- $icol = -1;
- foreach ($this->records as $rec) {
- /* @var \record_adapter $rec */
- if (++$icol >= $NDiapoW) {
- $icol = 0;
- if (++$irow >= $NDiapoH) {
- $irow = 0;
- $ipage++;
- $this->pdf->AddPage();
- }
- }
- $fimg = null;
- $himg = 0;
-
- $subdef = $rec->get_subdef('preview');
-
- if ($subdef->get_type() !== \media_subdef::TYPE_IMAGE) {
- $subdef = $rec->get_thumbnail();
- }
-
- $fimg = $subdef->getRealPath();
-
- if (!$this->app->getAclForUser($this->app->getAuthenticatedUser())->has_right_on_base($rec->getBaseId(), \ACL::NOWATERMARK)
- && $subdef->get_type() == \media_subdef::TYPE_IMAGE) {
- $fimg = \recordutils_image::watermark($this->app, $subdef);
- }
-
- $wimg = $himg = $ImgSize;
- if ($subdef->get_height() > 0 && $subdef->get_width() > 0) {
- if ($subdef->get_width() > $subdef->get_height())
- $himg = $wimg * $subdef->get_height() / $subdef->get_width();
- else
- $wimg = $himg * $subdef->get_width() / $subdef->get_height();
- }
-
- if ($fimg) {
- $x = $lmargin + ($icol * $DiapoW);
- $y = $tmargin + ($irow * $DiapoH);
- $this->pdf->SetDrawColor(0);
- $this->pdf->Rect($x, $y, $DiapoW, $DiapoH, "D");
-
- $this->pdf->SetXY($x, $y + 1);
- $this->pdf->SetFont(PhraseaPDF::FONT, '', 10);
- $t = $irow . '-' . $x;
- $t = $rec->get_title();
-
- if ($links) {
- $lk = $this->pdf->AddLink();
- $this->pdf->SetLink($lk, 0, $npages + $rec->getNumber());
- $this->pdf->Image(
- $fimg
- , $x + (($DiapoW - $wimg) / 2)
- , $TitleH + $y + (($DiapoH - $TitleH - $himg) / 2)
- , $wimg, $himg
- , null, $lk
- );
- } else {
- $this->pdf->Image($fimg
- , $x + (($DiapoW - $wimg) / 2)
- , $TitleH + $y + (($DiapoH - $TitleH - $himg) / 2)
- , $wimg, $himg
- );
- }
-
- $this->pdf->MultiCell($DiapoW, $TitleH, $t, '0', 'C', false);
- }
- }
- $this->pdf->SetLeftMargin($oldMargins['left']);
- }
-
- protected function print_thumbnailList()
- {
- $this->pdf->AddPage();
- $oldMargins = $this->pdf->getMargins();
-
- $lmargin = $oldMargins['left'];
- $rmargin = $oldMargins['right'];
-
- $this->pdf->SetLeftMargin($lmargin + 55);
-
- $ndoc = 0;
- foreach ($this->records as $rec) {
- /* @var \record_adapter $rec */
- $subdef = $rec->get_subdef('thumbnail');
-
- $fimg = $subdef->getRealPath();
-
- $wimg = $himg = 50;
- // 1px = 3.77952 mm
- $finalWidth = round($subdef->get_width() / 3.779528, 2);
- $finalHeight = round($subdef->get_height() / 3.779528, 2);
- $aspectH = $finalWidth/$finalHeight;
- $aspectW = $finalHeight/$finalWidth;
-
- if ($finalWidth > 0 && $finalHeight > 0) {
- if ($finalWidth > $finalHeight && $finalWidth > $wimg) {
- $finalWidth = $wimg;
- $finalHeight = $wimg * $aspectW;
- } else if ($finalHeight > $finalWidth && $finalHeight > $himg) {
- $finalHeight = $himg;
- $finalWidth = $himg * $aspectH;
- } else if ($finalHeight == $finalWidth & $finalWidth > $wimg) {
- $finalHeight = $wimg;
- $finalWidth = $himg;
- }
- }
-
- if ($this->pdf->GetY() > $this->pdf->getPageHeight() - (6 + $finalHeight + 20))
- $this->pdf->AddPage();
-
- $title = "record : " . $rec->get_title();
-
- $y = $this->pdf->GetY();
-
- $t = \phrasea::bas_labels($rec->getBaseId(), $this->app);
- $this->pdf->SetFont(PhraseaPDF::FONT, '', 10);
- $this->pdf->SetFillColor(220, 220, 220);
- $this->pdf->SetLeftMargin($lmargin);
- $this->pdf->SetRightMargin($rmargin);
- $this->pdf->SetX($lmargin);
- $this->pdf->SetY($y);
-
- $this->pdf->out = false;
- $this->pdf->MultiCell(140, 4, $title, "LTR", "L", 1);
- $y2 = $this->pdf->GetY();
- $h = $y2 - $y;
- $this->pdf->out = true;
- $this->pdf->SetX($lmargin);
- $this->pdf->SetY($y);
- $this->pdf->Cell(0, $h, "", "LTR", 1, "R", 1);
- $this->pdf->SetX($lmargin);
- $this->pdf->SetY($y);
- $this->pdf->Cell(0, 4, $t, "", 1, "R");
- $this->pdf->SetX($lmargin);
- $this->pdf->SetY($y);
- $this->pdf->MultiCell(140, 4, $title, "", "L");
- $this->pdf->SetX($lmargin);
- $this->pdf->SetY($y = $y2);
-
- $this->pdf->SetLeftMargin($lmargin + 55);
- $this->pdf->SetY($y + 2);
-
- if ($fimg) {
- $y = $this->pdf->GetY();
- $this->pdf->Image($fimg, $lmargin, $y, $finalWidth, $finalHeight);
- $this->pdf->SetY($y + 3);
- }
-
- $nf = 0;
- $this->pdf->SetX($lmargin + 55);
- $p0 = $this->pdf->PageNo();
- $y0 = $this->pdf->GetY();
- foreach ($rec->get_caption()->get_fields() as $field) {
- /* @var $field caption_field */
-
- $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
- $this->pdf->Write(5, $field->get_name() . " : ");
-
- $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
- $this->pdf->Write(5, $field->get_serialized_values());
-
- $this->pdf->Write(6, "\n");
- $nf++;
- }
- if ($this->pdf->PageNo() == $p0 && ($this->pdf->GetY() - $y0) < $finalHeight)
- $this->pdf->SetY($y0 + $finalHeight);
- $ndoc++;
- }
- $this->pdf->SetLeftMargin($lmargin);
- }
-
- protected function print_caption()
- {
- $this->pdf->AddPage();
- $oldMargins = $this->pdf->getMargins();
-
- $lmargin = $oldMargins['left'];
- $rmargin = $oldMargins['right'];
-
- foreach ($this->records as $rec) {
- $title = "record : " . $rec->get_title();
-
- $y = $this->pdf->GetY();
- if($this->pdf->getPageHeight() - $y < 20){ // height of the footer is 15
- $this->pdf->AddPage();
- $y = $oldMargins['top'];
- }
-
- $t = \phrasea::bas_labels($rec->getBaseId(), $this->app);
- $this->pdf->SetFont(PhraseaPDF::FONT, '', 10);
- $this->pdf->SetFillColor(220, 220, 220);
- $this->pdf->SetLeftMargin($lmargin);
- $this->pdf->SetRightMargin($rmargin);
- $this->pdf->SetX($lmargin);
- $this->pdf->SetY($y);
-
- $this->pdf->out = false;
- $this->pdf->MultiCell(140, 4, $title, "LTR", "L", 1);
- $y2 = $this->pdf->GetY();
- $h = $y2 - $y;
- $this->pdf->out = true;
- $this->pdf->SetX($lmargin);
- $this->pdf->SetY($y);
- $this->pdf->Cell(0, $h, "", "LTR", 1, "R", 1);
- $this->pdf->SetX($lmargin);
- $this->pdf->SetY($y);
- $this->pdf->Cell(0, 4, $t, "", 1, "R");
- $this->pdf->SetX($lmargin);
- $this->pdf->SetY($y);
- $this->pdf->MultiCell(140, 4, $title, "", "L");
- $this->pdf->SetX($lmargin);
- $this->pdf->SetY($y = $y2);
- $this->pdf->SetY($y + 2);
-
- foreach ($rec->get_caption()->get_fields() as $field) {
- $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
- $this->pdf->Write(5, $field->get_name() . " : ");
-
- $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
- $t = str_replace(
- ["<", ">", "&"]
- , ["<", ">", "&"]
- , strip_tags($field->get_serialized_values())
- );
- $this->pdf->Write(5, $t);
-
- $this->pdf->Write(6, "\n");
- }
- $this->pdf->SetY($this->pdf->GetY() + 10);
- }
- }
-
- protected function print_preview($withtdm, $write_caption)
- {
- if ($withtdm === true) {
- $this->print_thumbnailGrid($this->pdf, $this->records, true);
- }
-
- foreach ($this->records as $krec => $rec) {
- /* @var \record_adapter $rec */
-
- $this->pdf->AddPage();
-
- if ($withtdm === "CALCPAGES") {
- $rec->setNumber($this->pdf->PageNo());
- }
- $lmargin = $this->pdf->GetX();
- $himg = 0;
- $y = 0;
- $miniConv = NULL;
-
- $LEFT__TEXT = "";
- $LEFT__IMG = NULL;
- $RIGHT_TEXT = "";
- $RIGHT_IMG = NULL;
-
- $LEFT__IMG = $this->app['root.path'] . "/config/minilogos/logopdf_" . $rec->getDataboxId() . ".jpg";
-
- if (!is_file($LEFT__IMG)) {
- $databox = $rec->getDatabox();
- $str = $databox->get_sxml_structure();
- $vn = (string) ($str->pdfPrintLogo);
- if (($vn * 1) == 1) {
- $LEFT__TEXT = $databox->get_label($this->app['locale']);
- }
- }
-
- $collection = \collection::getByBaseId($this->app, $rec->getBaseId());
-
- $vn = "";
- if (false !== $str = simplexml_load_string($collection->get_prefs())) {
- $vn = (string) ($str->pdfPrintappear);
- }
-
- if ($vn == "" || $vn == "1") {
- $RIGHT_TEXT = \phrasea::bas_labels($rec->getBaseId(), $this->app);
- } elseif ($vn == "2") {
- $RIGHT_IMG = $this->app['root.path'] . "/config/minilogos/" . $rec->getBaseId();
- }
-
- $xtmp = $this->pdf->GetX();
- $ytmp = $this->pdf->GetY();
-
- $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
- $this->pdf->SetFillColor(220, 220, 220);
- $y = $this->pdf->GetY();
- $this->pdf->MultiCell(95, 7, $LEFT__TEXT, "LTB", "L", 1);
- $y2 = $this->pdf->GetY();
- $h = $y2 - $y;
- $this->pdf->SetY($y);
- $this->pdf->SetX(105);
- $this->pdf->Cell(95, $h, $RIGHT_TEXT, "TBR", 1, "R", 1);
-
- if ($LEFT__TEXT == "" && is_file($LEFT__IMG)) {
- if ($size = @getimagesize($LEFT__IMG)) {
- $wmm = (int) $size[0] * 25.4 / 72;
- $hmm = (int) $size[1] * 25.4 / 72;
- if ($hmm > 6) {
- $coeff = $hmm / 6;
- $wmm = (int) $wmm / $coeff;
- $hmm = (int) $hmm / $coeff;
- }
- $this->pdf->Image($LEFT__IMG, $xtmp + 0.5, $ytmp + 0.5, $wmm, $hmm);
- }
- }
-
- if ($RIGHT_IMG != NULL && is_file($RIGHT_IMG)) {
- if ($size = @getimagesize($RIGHT_IMG)) {
-
- if ($size[2] == '1') {
- if (!isset($miniConv[$RIGHT_IMG])) {
- $tmp_filename = tempnam('minilogos/', 'gif4fpdf');
- $img = imagecreatefromgif($RIGHT_IMG);
- imageinterlace($img, 0);
- imagepng($img, $tmp_filename);
- rename($tmp_filename, $tmp_filename . '.png');
- $miniConv[$RIGHT_IMG] = $tmp_filename . '.png';
- $RIGHT_IMG = $tmp_filename . '.png';
- } else
- $RIGHT_IMG = $miniConv[$RIGHT_IMG];
-
- $wmm = (int) $size[0] * 25.4 / 72;
- $hmm = (int) $size[1] * 25.4 / 72;
- if ($hmm > 6) {
- $coeff = $hmm / 6;
- $wmm = (int) $wmm / $coeff;
- $hmm = (int) $hmm / $coeff;
- }
- $tt = 0;
- if ($hmm < 6)
- $tt = (6 - $hmm) / 2;
- $this->pdf->Image($RIGHT_IMG, 200 - 0.5 - $wmm, $ytmp + 0.5 + $tt);
- } else {
- $wmm = (int) $size[0] * 25.4 / 72;
- $hmm = (int) $size[1] * 25.4 / 72;
- if ($hmm > 6) {
- $coeff = $hmm / 6;
- $wmm = (int) $wmm / $coeff;
- $hmm = (int) $hmm / $coeff;
- }
- $this->pdf->Image($RIGHT_IMG, 200 - 0.5 - $wmm, $ytmp + 0.5);
- }
- }
- }
-
- $y = $this->pdf->GetY() + 5;
-
- $subdef = $rec->get_subdef('preview');
-
- if ($subdef->get_type() !== \media_subdef::TYPE_IMAGE) {
- $subdef = $rec->get_thumbnail();
- }
-
- $f = $subdef->getRealPath();
-
- if (!$this->app->getAclForUser($this->app->getAuthenticatedUser())->has_right_on_base($rec->getBaseId(), \ACL::NOWATERMARK)
- && $subdef->get_type() == \media_subdef::TYPE_IMAGE)
- $f = \recordutils_image::watermark($this->app, $subdef);
-
- // original height / original width x new width = new height
- $wimg = $himg = 150; // preview dans un carre de 150 mm
- // 1px = 3.77952 mm
- $finalWidth = round($subdef->get_width() / 3.779528, 2);
- $finalHeight = round($subdef->get_height() / 3.779528, 2);
- $aspectH = $finalWidth/$finalHeight;
- $aspectW = $finalHeight/$finalWidth;
-
- if ($finalWidth > 0 && $finalHeight > 0) {
- if ($finalWidth > $finalHeight && $finalWidth > $wimg) {
- $finalWidth = $wimg;
- $finalHeight = $wimg * $aspectW;
- } else if ($finalHeight > $finalWidth && $finalHeight > $himg) {
- $finalHeight = $himg;
- $finalWidth = $himg * $aspectH;
- } else if ($finalHeight == $finalWidth & $finalWidth > $wimg) {
- $finalHeight = $wimg;
- $finalWidth = $himg;
- }
- }
-
- $this->pdf->Image($f, (210 - $finalWidth) / 2, $y, $finalWidth, $finalHeight);
-
- if ($miniConv != NULL) {
- foreach ($miniConv as $oneF)
- unlink($oneF);
- }
- $this->pdf->SetXY($lmargin, $y += ( $finalHeight + 5));
-
- $nf = 0;
- if ($write_caption) {
- foreach ($rec->get_caption()->get_fields() as $field) {
- /* @var $field caption_field */
- if ($nf > 0) {
- $this->pdf->Write(6, "\n");
- }
-
- $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
- $this->pdf->Write(5, $field->get_name() . " : ");
-
- $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
-
- $t = str_replace(
- ["<", ">", "&"]
- , ["<", ">", "&"]
- , strip_tags($field->get_serialized_values())
- );
-
- $this->pdf->Write(5, $t);
-
- $nf++;
- }
- }
- }
-
- return;
- }
}
diff --git a/lib/Alchemy/Phrasea/Out/Module/PDFRecords.php b/lib/Alchemy/Phrasea/Out/Module/PDFRecords.php
new file mode 100644
index 0000000000..8dd5dd4492
--- /dev/null
+++ b/lib/Alchemy/Phrasea/Out/Module/PDFRecords.php
@@ -0,0 +1,789 @@
+printer = $printer;
+
+ $records = $printer->get_elements();
+
+ $list = [];
+
+ foreach ($records as $record) {
+ switch ($layout) {
+ default:
+ throw new \Exception('Unknown layout');
+ break;
+ case self::LAYOUT_FEEDBACK:
+ case self::LAYOUT_FEEDBACKONLY:
+ case self::LAYOUT_PREVIEW:
+ case self::LAYOUT_PREVIEWCAPTION:
+ case self::LAYOUT_PREVIEWCAPTIONTDM:
+ try {
+ $subdef = $record->get_subdef('preview');
+ // fallback to thumbnail ( video, sound, doc ) ..
+ if ($subdef->get_type() !== \media_subdef::TYPE_IMAGE) {
+ $subdef = $record->get_thumbnail();
+ }
+
+ if (!$subdef->is_physically_present()) {
+ continue 2;
+ }
+
+ if ($subdef->get_type() !== \media_subdef::TYPE_IMAGE) {
+ continue 2;
+ }
+ } catch (\Exception $e) {
+ continue 2;
+ }
+ break;
+ case self::LAYOUT_THUMBNAILLIST:
+ case self::LAYOUT_THUMBNAILGRID:
+ try {
+ $subdef = $record->get_thumbnail();
+ if (!$subdef->is_physically_present()) {
+ continue 2;
+ }
+
+ if ($subdef->get_type() !== \media_subdef::TYPE_IMAGE) {
+ continue 2;
+ }
+ } catch (\Exception $e) {
+ continue 2;
+ }
+ break;
+ case self::LAYOUT_CAPTION:
+ break;
+ }
+
+ $record->setNumber(count($list) + 1);
+
+ $list[] = $record;
+ }
+
+ $this->records = $list;
+
+ switch ($layout) {
+ case self::LAYOUT_FEEDBACK:
+ $this->print_preview(false, true, true);
+ break;
+ case self::LAYOUT_FEEDBACKONLY:
+ $this->print_preview(false, false, true);
+ break;
+ case self::LAYOUT_PREVIEW:
+ $this->print_preview(false, false, false);
+ break;
+ case self::LAYOUT_PREVIEWCAPTION:
+ $this->print_preview(false, true, false);
+ break;
+ case self::LAYOUT_PREVIEWCAPTIONTDM:
+ $this->print_preview(true, true, false);
+ break;
+ case self::LAYOUT_THUMBNAILLIST:
+ $this->print_thumbnailList();
+ break;
+ case self::LAYOUT_THUMBNAILGRID:
+ $this->print_thumbnailGrid();
+ break;
+ case self::LAYOUT_CAPTION:
+ $this->print_caption();
+ break;
+ }
+ }
+
+ protected function print_thumbnailGrid($links = false)
+ {
+ $NDiapoW = 3;
+ $NDiapoH = 4;
+
+ $this->pdf->AddPage();
+
+ $oldMargins = $this->pdf->getMargins();
+ $tmargin = $oldMargins['top'];
+ $lmargin = $oldMargins['left'];
+ $bmargin = $oldMargins['bottom'];
+ $rmargin = $oldMargins['right'];
+
+ $this->pdf->SetLeftMargin($lmargin + 55);
+
+ $clientW = $this->pdf->getPageWidth() - $lmargin - $rmargin;
+ $clientH = $this->pdf->getPageHeight() - $tmargin - $bmargin;
+
+ $DiapoW = floor($clientW / $NDiapoW);
+ $DiapoH = floor($clientH / $NDiapoH);
+ $TitleH = 5;
+ $ImgSize = min($DiapoW, ($DiapoH - $TitleH)) - 5;
+
+ $npages = ceil(count($this->records) / ($NDiapoW * $NDiapoH));
+
+ $irow = $ipage = 0;
+ $icol = -1;
+ foreach ($this->records as $rec) {
+ /* @var \record_adapter $rec */
+ if (++$icol >= $NDiapoW) {
+ $icol = 0;
+ if (++$irow >= $NDiapoH) {
+ $irow = 0;
+ $ipage++;
+ $this->pdf->AddPage();
+ }
+ }
+ $fimg = null;
+ $himg = 0;
+
+ $subdef = $rec->get_subdef('preview');
+
+ if ($subdef->get_type() !== \media_subdef::TYPE_IMAGE) {
+ $subdef = $rec->get_thumbnail();
+ }
+
+ $fimg = $subdef->getRealPath();
+
+ if (!$this->app->getAclForUser($this->app->getAuthenticatedUser())->has_right_on_base($rec->getBaseId(), \ACL::NOWATERMARK)
+ && $subdef->get_type() == \media_subdef::TYPE_IMAGE) {
+ $fimg = \recordutils_image::watermark($this->app, $subdef);
+ }
+
+ $wimg = $himg = $ImgSize;
+ if ($subdef->get_height() > 0 && $subdef->get_width() > 0) {
+ if ($subdef->get_width() > $subdef->get_height())
+ $himg = $wimg * $subdef->get_height() / $subdef->get_width();
+ else
+ $wimg = $himg * $subdef->get_width() / $subdef->get_height();
+ }
+
+ if ($fimg) {
+ $x = $lmargin + ($icol * $DiapoW);
+ $y = $tmargin + ($irow * $DiapoH);
+ $this->pdf->SetDrawColor(0);
+ $this->pdf->Rect($x, $y, $DiapoW, $DiapoH, "D");
+
+ $this->pdf->SetXY($x, $y + 1);
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 10);
+ $t = $irow . '-' . $x;
+ $t = $rec->get_title();
+
+ if ($links) {
+ $lk = $this->pdf->AddLink();
+ $this->pdf->SetLink($lk, 0, $npages + $rec->getNumber());
+ $this->pdf->Image(
+ $fimg
+ , $x + (($DiapoW - $wimg) / 2)
+ , $TitleH + $y + (($DiapoH - $TitleH - $himg) / 2)
+ , $wimg, $himg
+ , null, $lk
+ );
+ } else {
+ $this->pdf->Image($fimg
+ , $x + (($DiapoW - $wimg) / 2)
+ , $TitleH + $y + (($DiapoH - $TitleH - $himg) / 2)
+ , $wimg, $himg
+ );
+ }
+
+ $this->pdf->MultiCell($DiapoW, $TitleH, $t, '0', 'C', false);
+ }
+ }
+ $this->pdf->SetLeftMargin($oldMargins['left']);
+ }
+
+ protected function print_thumbnailList()
+ {
+ $this->pdf->AddPage();
+ $oldMargins = $this->pdf->getMargins();
+
+ $lmargin = $oldMargins['left'];
+ $rmargin = $oldMargins['right'];
+
+ $this->pdf->SetLeftMargin($lmargin + 55);
+
+ $ndoc = 0;
+ foreach ($this->records as $rec) {
+ /* @var \record_adapter $rec */
+ $subdef = $rec->get_subdef('thumbnail');
+
+ $fimg = $subdef->getRealPath();
+
+ $wimg = $himg = 50;
+ // 1px = 3.77952 mm
+ $finalWidth = round($subdef->get_width() / 3.779528, 2);
+ $finalHeight = round($subdef->get_height() / 3.779528, 2);
+ $aspectH = $finalWidth/$finalHeight;
+ $aspectW = $finalHeight/$finalWidth;
+
+ if ($finalWidth > 0 && $finalHeight > 0) {
+ if ($finalWidth > $finalHeight && $finalWidth > $wimg) {
+ $finalWidth = $wimg;
+ $finalHeight = $wimg * $aspectW;
+ } else if ($finalHeight > $finalWidth && $finalHeight > $himg) {
+ $finalHeight = $himg;
+ $finalWidth = $himg * $aspectH;
+ } else if ($finalHeight == $finalWidth & $finalWidth > $wimg) {
+ $finalHeight = $wimg;
+ $finalWidth = $himg;
+ }
+ }
+
+ if ($this->pdf->GetY() > $this->pdf->getPageHeight() - (6 + $finalHeight + 20))
+ $this->pdf->AddPage();
+
+ $title = "record : " . $rec->get_title();
+
+ $y = $this->pdf->GetY();
+
+ $t = \phrasea::bas_labels($rec->getBaseId(), $this->app);
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 10);
+ $this->pdf->SetFillColor(220, 220, 220);
+ $this->pdf->SetLeftMargin($lmargin);
+ $this->pdf->SetRightMargin($rmargin);
+ $this->pdf->SetX($lmargin);
+ $this->pdf->SetY($y);
+
+ $this->pdf->out = false;
+ $this->pdf->MultiCell(140, 4, $title, "LTR", "L", 1);
+ $y2 = $this->pdf->GetY();
+ $h = $y2 - $y;
+ $this->pdf->out = true;
+ $this->pdf->SetX($lmargin);
+ $this->pdf->SetY($y);
+ $this->pdf->Cell(0, $h, "", "LTR", 1, "R", 1);
+ $this->pdf->SetX($lmargin);
+ $this->pdf->SetY($y);
+ $this->pdf->Cell(0, 4, $t, "", 1, "R");
+ $this->pdf->SetX($lmargin);
+ $this->pdf->SetY($y);
+ $this->pdf->MultiCell(140, 4, $title, "", "L");
+ $this->pdf->SetX($lmargin);
+ $this->pdf->SetY($y = $y2);
+
+ $this->pdf->SetLeftMargin($lmargin + 55);
+ $this->pdf->SetY($y + 2);
+
+ if ($fimg) {
+ $y = $this->pdf->GetY();
+ $this->pdf->Image($fimg, $lmargin, $y, $finalWidth, $finalHeight);
+ $this->pdf->SetY($y + 3);
+ }
+
+ $nf = 0;
+ $this->pdf->SetX($lmargin + 55);
+ $p0 = $this->pdf->PageNo();
+ $y0 = $this->pdf->GetY();
+ foreach ($rec->get_caption()->get_fields() as $field) {
+ /* @var $field caption_field */
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
+ $this->pdf->Write(5, $field->get_name() . " : ");
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+ $this->pdf->Write(5, $field->get_serialized_values());
+
+ $this->pdf->Write(6, "\n");
+ $nf++;
+ }
+ if ($this->pdf->PageNo() == $p0 && ($this->pdf->GetY() - $y0) < $finalHeight)
+ $this->pdf->SetY($y0 + $finalHeight);
+ $ndoc++;
+ }
+ $this->pdf->SetLeftMargin($lmargin);
+ }
+
+ protected function print_caption()
+ {
+ $this->pdf->AddPage();
+ $oldMargins = $this->pdf->getMargins();
+
+ $lmargin = $oldMargins['left'];
+ $rmargin = $oldMargins['right'];
+
+ foreach ($this->records as $rec) {
+ $title = "record : " . $rec->get_title();
+
+ $y = $this->pdf->GetY();
+ if($this->pdf->getPageHeight() - $y < 20){ // height of the footer is 15
+ $this->pdf->AddPage();
+ $y = $oldMargins['top'];
+ }
+
+ $t = \phrasea::bas_labels($rec->getBaseId(), $this->app);
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 10);
+ $this->pdf->SetFillColor(220, 220, 220);
+ $this->pdf->SetLeftMargin($lmargin);
+ $this->pdf->SetRightMargin($rmargin);
+ $this->pdf->SetX($lmargin);
+ $this->pdf->SetY($y);
+
+ $this->pdf->out = false;
+ $this->pdf->MultiCell(140, 4, $title, "LTR", "L", 1);
+ $y2 = $this->pdf->GetY();
+ $h = $y2 - $y;
+ $this->pdf->out = true;
+ $this->pdf->SetX($lmargin);
+ $this->pdf->SetY($y);
+ $this->pdf->Cell(0, $h, "", "LTR", 1, "R", 1);
+ $this->pdf->SetX($lmargin);
+ $this->pdf->SetY($y);
+ $this->pdf->Cell(0, 4, $t, "", 1, "R");
+ $this->pdf->SetX($lmargin);
+ $this->pdf->SetY($y);
+ $this->pdf->MultiCell(140, 4, $title, "", "L");
+ $this->pdf->SetX($lmargin);
+ $this->pdf->SetY($y = $y2);
+ $this->pdf->SetY($y + 2);
+
+ foreach ($rec->get_caption()->get_fields() as $field) {
+ if ($field->get_databox_field()->get_gui_visible()) {
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
+ $this->pdf->Write(5, $field->get_name() . " : ");
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+ $t = str_replace(
+ ["<", ">", "&"]
+ , ["<", ">", "&"]
+ , strip_tags($field->get_serialized_values())
+ );
+ $this->pdf->Write(5, $t);
+
+ $this->pdf->Write(6, "\n");
+ }
+ }
+ $this->pdf->SetY($this->pdf->GetY() + 10);
+ }
+ }
+
+
+ protected function print_preview($withtdm, $write_caption, $withfeedback)
+ {
+ $basket = $validation = null;
+
+ if($this->printer->is_basket()) {
+ $basket = $this->printer->get_original_basket();
+
+ if($withfeedback) {
+ // first page : validation informations
+ $validation = $basket->getValidation();
+
+ $this->pdf->AddPage();
+
+ $this->pdf->SetY(20);
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 14);
+ $this->pdf->Cell(0, 0,
+ $this->app->trans("print_feedback:: Feedback on basket %name%", ['%name%'=>$basket->getName()]),
+ '', 1, 'C', false);
+
+ $this->pdf->SetY($this->pdf->GetY()+10);
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
+ $this->pdf->Write(5, $this->app->trans("print_feedback:: Document generated on : ") . " ");
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+ $this->pdf->Write(5, $this->formatDate(new \DateTime('now')));
+ $this->pdf->Write(12, "\n");
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
+ $this->pdf->Write(5, $this->app->trans("print_feedback:: Feedback initiated by : ") . " ");
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+ $this->pdf->Write(5, $this->getDisplayName($validation->getInitiator()));
+ $this->pdf->Write(6, "\n");
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
+ $this->pdf->Write(5, $this->app->trans("print_feedback:: Feedback initiated on : ") . " ");
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+ $this->pdf->Write(5, $this->formatDate($validation->getCreated()));
+ $this->pdf->Write(6, "\n");
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
+ $this->pdf->Write(5, $this->app->trans("print_feedback:: Feedback expiring on : ") . " ");
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+ $this->pdf->Write(5, $this->formatDate($validation->getExpires()));
+ $this->pdf->Write(12, "\n");
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
+ $validation->isFinished() ? $this->pdf->Write(5, $this->app->trans("print_feedback:: Feedback expired")) : $this->pdf->Write(5, $this->app->trans("print_feedback:: Feedback active"));
+ $this->pdf->Write(12, "\n");
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
+ $this->pdf->Write(5, $this->app->trans("print_feedback:: Participants : "));
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+ foreach ($validation->getParticipants() as $participant) {
+ $this->pdf->Write(5, "\n - " . $this->getDisplayName($participant->getUser()));
+ }
+ }
+ }
+
+ if ($withtdm === true) {
+ $this->print_thumbnailGrid($this->pdf, $this->records, true);
+ }
+
+ foreach ($this->records as $krec => $rec) {
+ /* @var \record_adapter $rec */
+
+ $this->pdf->AddPage();
+
+ if ($withtdm === "CALCPAGES") {
+ $rec->setNumber($this->pdf->PageNo());
+ }
+ $lmargin = $this->pdf->GetX();
+ $himg = 0;
+ $y = 0;
+ $miniConv = NULL;
+
+ $LEFT__TEXT = "";
+ $LEFT__IMG = NULL;
+ $RIGHT_TEXT = "";
+ $RIGHT_IMG = NULL;
+
+ $LEFT__IMG = $this->app['root.path'] . "/config/minilogos/logopdf_" . $rec->getDataboxId() . ".jpg";
+
+ if (!is_file($LEFT__IMG)) {
+ $databox = $rec->getDatabox();
+ $str = $databox->get_sxml_structure();
+ $vn = (string) ($str->pdfPrintLogo);
+ if (($vn * 1) == 1) {
+ $LEFT__TEXT = $databox->get_label($this->app['locale']);
+ }
+ }
+
+ $collection = \collection::getByBaseId($this->app, $rec->getBaseId());
+
+ $vn = "";
+ if (false !== $str = simplexml_load_string($collection->get_prefs())) {
+ $vn = (string) ($str->pdfPrintappear);
+ }
+
+ if ($vn == "" || $vn == "1") {
+ $RIGHT_TEXT = \phrasea::bas_labels($rec->getBaseId(), $this->app);
+ } elseif ($vn == "2") {
+ $RIGHT_IMG = $this->app['root.path'] . "/config/minilogos/" . $rec->getBaseId();
+ }
+
+ $xtmp = $this->pdf->GetX();
+ $ytmp = $this->pdf->GetY();
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+ $this->pdf->SetFillColor(220, 220, 220);
+ $y = $this->pdf->GetY();
+ $this->pdf->MultiCell(95, 7, $LEFT__TEXT, "LTB", "L", 1);
+ $y2 = $this->pdf->GetY();
+ $h = $y2 - $y;
+ $this->pdf->SetY($y);
+ $this->pdf->SetX(105);
+ $this->pdf->Cell(95, $h, $RIGHT_TEXT, "TBR", 1, "R", 1);
+
+ if($basket) {
+ $ord = $basket->getElementByRecord($this->app, $rec)->getOrd();
+ $this->pdf->SetY($y);
+ $this->pdf->SetX(10);
+ $this->pdf->Cell(190, $h, $ord, "", 1, "C", 0);
+ }
+
+ if ($LEFT__TEXT == "" && is_file($LEFT__IMG)) {
+ if ($size = @getimagesize($LEFT__IMG)) {
+ $wmm = (int) $size[0] * 25.4 / 72;
+ $hmm = (int) $size[1] * 25.4 / 72;
+ if ($hmm > 6) {
+ $coeff = $hmm / 6;
+ $wmm = (int) $wmm / $coeff;
+ $hmm = (int) $hmm / $coeff;
+ }
+ $this->pdf->Image($LEFT__IMG, $xtmp + 0.5, $ytmp + 0.5, $wmm, $hmm);
+ }
+ }
+
+ if ($RIGHT_IMG != NULL && is_file($RIGHT_IMG)) {
+ if ($size = @getimagesize($RIGHT_IMG)) {
+
+ if ($size[2] == '1') {
+ if (!isset($miniConv[$RIGHT_IMG])) {
+ $tmp_filename = tempnam('minilogos/', 'gif4fpdf');
+ $img = imagecreatefromgif($RIGHT_IMG);
+ imageinterlace($img, 0);
+ imagepng($img, $tmp_filename);
+ rename($tmp_filename, $tmp_filename . '.png');
+ $miniConv[$RIGHT_IMG] = $tmp_filename . '.png';
+ $RIGHT_IMG = $tmp_filename . '.png';
+ } else
+ $RIGHT_IMG = $miniConv[$RIGHT_IMG];
+
+ $wmm = (int) $size[0] * 25.4 / 72;
+ $hmm = (int) $size[1] * 25.4 / 72;
+ if ($hmm > 6) {
+ $coeff = $hmm / 6;
+ $wmm = (int) $wmm / $coeff;
+ $hmm = (int) $hmm / $coeff;
+ }
+ $tt = 0;
+ if ($hmm < 6)
+ $tt = (6 - $hmm) / 2;
+ $this->pdf->Image($RIGHT_IMG, 200 - 0.5 - $wmm, $ytmp + 0.5 + $tt);
+ } else {
+ $wmm = (int) $size[0] * 25.4 / 72;
+ $hmm = (int) $size[1] * 25.4 / 72;
+ if ($hmm > 6) {
+ $coeff = $hmm / 6;
+ $wmm = (int) $wmm / $coeff;
+ $hmm = (int) $hmm / $coeff;
+ }
+ $this->pdf->Image($RIGHT_IMG, 200 - 0.5 - $wmm, $ytmp + 0.5);
+ }
+ }
+ }
+
+ $y = $this->pdf->GetY() + 5;
+
+ $subdef = $rec->get_subdef('preview');
+
+ if ($subdef->get_type() !== \media_subdef::TYPE_IMAGE) {
+ $subdef = $rec->get_thumbnail();
+ }
+
+ $f = $subdef->getRealPath();
+
+ if (!$this->app->getAclForUser($this->app->getAuthenticatedUser())->has_right_on_base($rec->getBaseId(), \ACL::NOWATERMARK)
+ && $subdef->get_type() == \media_subdef::TYPE_IMAGE)
+ $f = \recordutils_image::watermark($this->app, $subdef);
+
+ // original height / original width x new width = new height
+ $wimg = $himg = 150; // preview dans un carre de 150 mm
+ // 1px = 3.77952 mm
+ $finalWidth = round($subdef->get_width() / 3.779528, 2);
+ $finalHeight = round($subdef->get_height() / 3.779528, 2);
+ $aspectH = $finalWidth/$finalHeight;
+ $aspectW = $finalHeight/$finalWidth;
+
+ if ($finalWidth > 0 && $finalHeight > 0) {
+ if ($finalWidth > $finalHeight && $finalWidth > $wimg) {
+ $finalWidth = $wimg;
+ $finalHeight = $wimg * $aspectW;
+ } else if ($finalHeight > $finalWidth && $finalHeight > $himg) {
+ $finalHeight = $himg;
+ $finalWidth = $himg * $aspectH;
+ } else if ($finalHeight == $finalWidth & $finalWidth > $wimg) {
+ $finalHeight = $wimg;
+ $finalWidth = $himg;
+ }
+ }
+
+ $this->pdf->Image($f, (210 - $finalWidth) / 2, $y, $finalWidth, $finalHeight);
+
+ if ($miniConv != NULL) {
+ foreach ($miniConv as $oneF)
+ unlink($oneF);
+ }
+ $this->pdf->SetXY($lmargin, $y += ( $finalHeight + 5));
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
+ $this->pdf->Write(5, $this->app->trans("print_feedback:: record title: ") . " ");
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+ $this->pdf->Write(5, $rec->get_title());
+ $this->pdf->Write(6, "\n");
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
+ $this->pdf->Write(5, $this->app->trans("print_feedback:: record id: ") . " ");
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+ $this->pdf->Write(5, $rec->getRecordId());
+ $this->pdf->Write(6, "\n");
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
+ $this->pdf->Write(5, $this->app->trans("print_feedback:: base name: ") . " ");
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+ $this->pdf->Write(5, $rec->getDatabox()->get_label($this->app['locale']));
+ $this->pdf->Write(6, "\n");
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
+ $this->pdf->Write(5, $this->app->trans("print_feedback:: originale filename: ") . " ");
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+ $this->pdf->Write(5, $rec->get_original_name());
+ $this->pdf->Write(6, "\n");
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
+ $this->pdf->Write(5, $this->app->trans("print_feedback:: document Uuid: ") . " ");
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+ $this->pdf->Write(5, $rec->getUUID());
+ $this->pdf->Write(6, "\n");
+
+ $nf = 0;
+ if($basket && $validation) {
+ /** @var ValidationParticipant $participant */
+
+ if ($nf > 0) {
+ $this->pdf->Write(6, "\n");
+ }
+ $this->pdf->Write(12, "\n");
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
+ $this->pdf->Write(5, $this->app->trans("print_feedback:: Votes :"));
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+
+ $basketElement = $basket->getElementByRecord($this->app, $rec);
+
+ $iparticipant = 0;
+ foreach ($validation->getParticipants() as $participant) {
+ $this->pdf->Write(6, "\n");
+ if($iparticipant++ > 0) {
+ // $this->pdf->SetY($this->pdf->GetY()+1);
+ }
+ $validationData = $basketElement->getUserValidationDatas($participant->getUser());
+
+ $this->pdf->Write(5, '- ' . $this->getDisplayName($participant->getUser(), true). " : ");
+
+ $r = $validationData->getAgreement();
+ $this->pdf->SetX(100);
+ if ($r === null) {
+ $this->pdf->Write(0, $this->app->trans("print_feedback:: non voté"));
+ }
+ else {
+ if($r) {
+ $this->pdf->SetTextColor(0, 127, 0);
+ $this->pdf->Write(0, $this->app->trans("print_feedback:: Oui"));
+ }
+ else {
+ $this->pdf->SetTextColor(200, 0, 0);
+ $this->pdf->Write(0, $this->app->trans("print_feedback:: Non"));
+ }
+ $this->pdf->SetTextColor(0);
+ $this->pdf->Write(0, " (" . $this->formatDate($validationData->getUpdated()) . ")");
+ }
+
+ if (($note = (string)($validationData->getNote())) !== '') {
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'I', 11);
+ $this->pdf->Write(5,"\n");
+ $this->pdf->SetX(100);
+ $this->pdf->MultiCell(95, 0, $note, '', "L", false);
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+ }
+
+ $nf++;
+ }
+ }
+
+ if ($write_caption) {
+ $this->pdf->Write(12, "\n");
+ foreach ($rec->get_caption()->get_fields() as $field) {
+ /* @var $field caption_field */
+
+ if ($field->get_databox_field()->get_gui_visible()) {
+ if ($nf > 0) {
+ $this->pdf->Write(6, "\n");
+ }
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, 'B', 12);
+ $this->pdf->Write(5, $field->get_name() . " : ");
+
+ $this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
+
+ $t = str_replace(
+ ["<", ">", "&"]
+ , ["<", ">", "&"]
+ , strip_tags($field->get_serialized_values())
+ );
+
+ $this->pdf->Write(5, $t);
+
+ $nf++;
+ }
+ }
+ }
+ }
+
+ return;
+ }
+
+ private function formatDate(\DateTime $date)
+ {
+ $locale = $this->app['locale'];
+
+ switch ($locale) {
+ case 'fr':
+ $fmt = new DateFormatter(
+ 'fr_FR',
+ DateFormatter::LONG,
+ DateFormatter::NONE
+ );
+
+ $date_formated = $fmt->format($date);
+ break;
+
+ case 'en':
+ $fmt = new DateFormatter(
+ 'en_EN',
+ DateFormatter::LONG,
+ DateFormatter::NONE
+ );
+
+ $date_formated = $fmt->format($date);
+ break;
+
+ case 'de':
+ $fmt = new DateFormatter(
+ 'de_DE',
+ DateFormatter::LONG,
+ DateFormatter::NONE
+ );
+
+ $date_formated = $fmt->format($date);
+ break;
+
+ default:
+ $fmt = new DateFormatter(
+ 'en_EN',
+ DateFormatter::LONG,
+ DateFormatter::NONE ,
+ null,
+ null,
+ 'yyyy/mm/dd'
+ );
+
+ $date_formated = $fmt->format($date);
+ break;
+ }
+
+ return $date_formated;
+ }
+
+ private function getDisplayName($user, $short = false)
+ {
+ $displayName = '';
+
+ if (trim($user->getLastName()) !== '' || trim($user->getFirstName()) !== '') {
+ $displayName = $user->getFirstName() . ('' !== $user->getFirstName() && '' !== $user->getLastName() ? ' ' : '') . $user->getLastName() ;
+
+ if ($short) {
+ return $displayName;
+ }
+ }
+
+ $email = trim($user->getEmail());
+
+ if ($email === '') {
+ $email = $user->getLogin();
+ }
+
+ if ($displayName !== '') {
+ return $displayName . ", " . $email;
+ } else {
+ return $email;
+ }
+ }
+
+}
diff --git a/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticSearchEngine.php b/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticSearchEngine.php
index 63d9ec108e..2424330031 100644
--- a/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticSearchEngine.php
+++ b/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticSearchEngine.php
@@ -668,17 +668,20 @@ class ElasticSearchEngine implements SearchEngineInterface
}
// fields aggregates
$structure = $this->context_factory->getLimitedStructure($options);
- foreach ($structure->getFacetFields() as $name => $field) {
- // 2015-05-26 (mdarse) Removed databox filtering.
- // It was already done by the ACL filter in the query scope, so no
- // document that shouldn't be displayed can go this far.
- $agg = [
- 'terms' => [
- 'field' => $field->getIndexField(true),
- 'size' => $field->getFacetValuesLimit()
- ]
- ];
- $aggs[$name] = AggregationHelper::wrapPrivateFieldAggregation($field, $agg);
+ foreach($structure->getAllFields() as $name => $field) {
+ $size = $this->options->getAggregableFieldLimit($name);
+ if ($size !== databox_field::FACET_DISABLED) {
+ if ($size === databox_field::FACET_NO_LIMIT) {
+ $size = ESField::FACET_NO_LIMIT;
+ }
+ $agg = [
+ 'terms' => [
+ 'field' => $field->getIndexField(true),
+ 'size' => $size
+ ]
+ ];
+ $aggs[$name] = AggregationHelper::wrapPrivateFieldAggregation($field, $agg);
+ }
}
return $aggs;
diff --git a/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticsearchOptions.php b/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticsearchOptions.php
index 0532f85c30..07e54449eb 100644
--- a/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticsearchOptions.php
+++ b/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticsearchOptions.php
@@ -9,6 +9,10 @@
*/
namespace Alchemy\Phrasea\SearchEngine\Elastic;
+use databox_field;
+use igorw;
+
+
class ElasticsearchOptions
{
const POPULATE_ORDER_RID = "RECORD_ID";
@@ -35,7 +39,7 @@ class ElasticsearchOptions
private $populateDirection;
/** @var int[] */
- private $_customValues;
+ private $_customValues = [];
private $activeTab;
/**
@@ -57,14 +61,10 @@ class ElasticsearchOptions
'populate_order' => self::POPULATE_ORDER_RID,
'populate_direction' => self::POPULATE_DIRECTION_DESC,
'activeTab' => null,
+ 'facets' => []
];
-
- foreach(self::getAggregableTechnicalFields() as $k => $f) {
- $defaultOptions[$k.'_limit'] = 0;
- }
$options = array_replace($defaultOptions, $options);
-
$self = new self();
$self->setHost($options['host']);
$self->setPort($options['port']);
@@ -76,11 +76,10 @@ class ElasticsearchOptions
$self->setPopulateOrder($options['populate_order']);
$self->setPopulateDirection($options['populate_direction']);
$self->setActiveTab($options['activeTab']);
- foreach(self::getAggregableTechnicalFields() as $k => $f) {
- $self->setAggregableFieldLimit($k, $options[$k.'_limit']);
+ foreach($options['facets'] as $fieldname=>$attributes) {
+ $self->setAggregableField($fieldname, $attributes);
}
-
return $self;
}
@@ -99,10 +98,11 @@ class ElasticsearchOptions
'highlight' => $this->highlight,
'populate_order' => $this->populateOrder,
'populate_direction' => $this->populateDirection,
- 'activeTab' => $this->activeTab
+ 'activeTab' => $this->activeTab,
+ 'facets' => []
];
- foreach(self::getAggregableTechnicalFields() as $k => $f) {
- $ret[$k.'_limit'] = $this->getAggregableFieldLimit($k);
+ foreach($this->getAggregableFields() as $fieldname=>$attributes) {
+ $ret['facets'][$fieldname] = $attributes;
}
return $ret;
@@ -222,12 +222,51 @@ class ElasticsearchOptions
public function setAggregableFieldLimit($key, $value)
{
- $this->_customValues[$key.'_limit'] = $value;
+ if(is_null($this->getAggregableField($key))) {
+ $this->_customValues['facets'][$key] = [];
+ }
+ $this->_customValues['facets'][$key]['limit'] = $value;
+ }
+
+ public function setAggregableField($key, $attributes)
+ {
+ $this->getAggregableFields(); // ensure facets exists
+ $this->_customValues['facets'][$key] = $attributes;
}
public function getAggregableFieldLimit($key)
{
- return $this->_customValues[$key.'_limit'];
+ $facet = $this->getAggregableField($key);
+ return (is_array($facet) && array_key_exists('limit', $facet)) ? $facet['limit'] : databox_field::FACET_DISABLED;
+ }
+
+ public function getAggregableField($key)
+ {
+ $facets = $this->getAggregableFields();
+ return array_key_exists($key, $facets) ? $facets[$key] : null;
+ }
+
+ /**
+ * @return array
+ */
+ public function getAggregableFields()
+ {
+ if(!array_key_exists('facets', $this->_customValues) || !is_array($this->_customValues['facets'])) {
+ $this->_customValues['facets'] = [];
+ }
+ return $this->_customValues['facets'];
+ }
+
+ // set to change the facets order during admin/form save
+ public function reorderAggregableFields($facetNames)
+ {
+ $newFacets = [];
+ foreach ($facetNames as $name) {
+ if(($facet = $this->getAggregableField($name)) !== null) {
+ $newFacets[$name] = $facet;
+ }
+ }
+ $this->_customValues['facets'] = $newFacets;
}
public function getActiveTab()
@@ -241,56 +280,56 @@ class ElasticsearchOptions
public function __get($key)
{
- if(!array_key_exists($key, $this->_customValues)) {
- $this->_customValues[$key] = 0;
- }
- return $this->_customValues[$key];
+ $keys = explode(':', $key);
+
+ return igorw\get_in($this->_customValues, $keys);
}
public function __set($key, $value)
{
- $this->_customValues[$key] = $value;
+ $keys = explode(':', $key);
+ $this->_customValues = igorw\assoc_in($this->_customValues, $keys, $value);
}
public static function getAggregableTechnicalFields()
{
return [
- 'base_aggregate' => [
+ '_base' => [
'type' => 'string',
'label' => 'prod::facet:base_label',
'field' => "database",
'esfield' => 'databox_name',
'query' => 'database:%s',
],
- 'collection_aggregate' => [
+ '_collection' => [
'type' => 'string',
'label' => 'prod::facet:collection_label',
'field' => "collection",
'esfield' => 'collection_name',
'query' => 'collection:%s',
],
- 'doctype_aggregate' => [
+ '_doctype' => [
'type' => 'string',
'label' => 'prod::facet:doctype_label',
'field' => "type",
'esfield' => 'type',
'query' => 'type:%s',
],
- 'camera_model_aggregate' => [
+ '_camera_model' => [
'type' => 'string',
'label' => 'Camera Model',
'field' => "meta.CameraModel",
'esfield' => 'metadata_tags.CameraModel',
'query' => 'meta.CameraModel:%s',
],
- 'iso_aggregate' => [
+ '_iso' => [
'type' => 'number',
'label' => 'ISO',
'field' => "meta.ISO",
'esfield' => 'metadata_tags.ISO',
'query' => 'meta.ISO=%s',
],
- 'aperture_aggregate' => [
+ '_aperture' => [
'type' => 'number',
'label' => 'Aperture',
'field' => "meta.Aperture",
@@ -300,7 +339,7 @@ class ElasticsearchOptions
return round($value, 1);
},
],
- 'shutterspeed_aggregate' => [
+ '_shutterspeed' => [
'type' => 'number',
'label' => 'Shutter speed',
'field' => "meta.ShutterSpeed",
@@ -313,7 +352,7 @@ class ElasticsearchOptions
return $value . ' s.';
},
],
- 'flashfired_aggregate' => [
+ '_flashfired' => [
'type' => 'boolean',
'label' => 'FlashFired',
'field' => "meta.FlashFired",
@@ -327,49 +366,49 @@ class ElasticsearchOptions
return array_key_exists($value, $map) ? $map[$value] : $value;
},
],
- 'framerate_aggregate' => [
+ '_framerate' => [
'type' => 'number',
'label' => 'FrameRate',
'field' => "meta.FrameRate",
'esfield' => 'metadata_tags.FrameRate',
'query' => 'meta.FrameRate=%s',
],
- 'audiosamplerate_aggregate' => [
+ '_audiosamplerate' => [
'type' => 'number',
'label' => 'Audio Samplerate',
'field' => "meta.AudioSamplerate",
'esfield' => 'metadata_tags.AudioSamplerate',
'query' => 'meta.AudioSamplerate=%s',
],
- 'videocodec_aggregate' => [
+ '_videocodec' => [
'type' => 'string',
'label' => 'Video codec',
'field' => "meta.VideoCodec",
'esfield' => 'metadata_tags.VideoCodec',
'query' => 'meta.VideoCodec:%s',
],
- 'audiocodec_aggregate' => [
+ '_audiocodec' => [
'type' => 'string',
'label' => 'Audio codec',
'field' => "meta.AudioCodec",
'esfield' => 'metadata_tags.AudioCodec',
'query' => 'meta.AudioCodec:%s',
],
- 'orientation_aggregate' => [
+ '_orientation' => [
'type' => 'string',
'label' => 'Orientation',
'field' => "meta.Orientation",
'esfield' => 'metadata_tags.Orientation',
'query' => 'meta.Orientation=%s',
],
- 'colorspace_aggregate' => [
+ '_colorspace' => [
'type' => 'string',
'label' => 'Colorspace',
'field' => "meta.ColorSpace",
'esfield' => 'metadata_tags.ColorSpace',
'query' => 'meta.ColorSpace:%s',
],
- 'mimetype_aggregate' => [
+ '_mimetype' => [
'type' => 'string',
'label' => 'MimeType',
'field' => "meta.MimeType",
diff --git a/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticsearchSettingsFormType.php b/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticsearchSettingsFormType.php
index e1aaa3e378..1f2fa3d1e2 100644
--- a/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+++ b/lib/Alchemy/Phrasea/SearchEngine/Elastic/ElasticsearchSettingsFormType.php
@@ -9,6 +9,7 @@
*/
namespace Alchemy\Phrasea\SearchEngine\Elastic;
+use Alchemy\Phrasea\SearchEngine\Elastic\Structure\GlobalStructure;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
use Symfony\Component\Form\FormBuilderInterface;
@@ -17,6 +18,18 @@ use Symfony\Component\Validator\Constraints\Range;
class ElasticsearchSettingsFormType extends AbstractType
{
+ /** @var GlobalStructure */
+ private $globalStructure;
+
+ /** @var ElasticsearchOptions */
+ private $esSettings;
+
+ public function __construct(GlobalStructure $g, ElasticsearchOptions $settings)
+ {
+ $this->globalStructure = $g;
+ $this->esSettings = $settings;
+ }
+
public function buildForm(FormBuilderInterface $builder, array $options)
{
$builder
@@ -56,59 +69,89 @@ class ElasticsearchSettingsFormType extends AbstractType
->add('minScore', 'integer', [
'label' => 'Thesaurus Min score',
'constraints' => new Range(['min' => 0]),
- ]);
+ ])
+ ->add('highlight', 'checkbox', [
+ 'label' => 'Activate highlight',
+ 'required' => false
+ ])
+ // ->add('save', 'submit', [
+ // 'attr' => ['class' => 'btn btn-primary']
+ // ])
+ ->add('esSettingFromIndex', 'button', [
+ 'label' => 'Get setting form index',
+ 'attr' => [
+ 'onClick' => 'esSettingFromIndex()',
+ 'class' => 'btn'
+ ]
+ ])
+ ->add('dumpField', 'textarea', [
+ 'label' => false,
+ 'required' => false,
+ 'mapped' => false,
+ 'attr' => ['class' => 'dumpfield hide']
+ ])
+ ->add('activeTab', 'hidden');
- foreach(ElasticsearchOptions::getAggregableTechnicalFields() as $k => $f) {
- if(array_key_exists('choices', $f)) {
- // choices[] : choice_key => choice_value
- $choices = $f['choices'];
- }
- else {
- $choices = [
- "10 values" => 10,
- "20 values" => 20,
- "50 values" => 50,
- "100 values" => 100,
- "all values" => -1
- ];
- }
- // array_unshift($choices, "not aggregated"); // always as first choice
- $choices = array_merge(["not aggregated" => 0], $choices);
- $builder
- ->add($k.'_limit', ChoiceType::class, [
- // 'label' => $f['label'],// . ' ' . 'aggregate limit',
- 'choices_as_values' => true,
- 'choices' => $choices,
- 'attr' => [
- 'class' => 'aggregate'
- ]
- ]);
+ // keep aggregates in configuration order with this intermediate array
+ $aggs = [];
+
+ // helper fct to add aggregate to a tmp list
+ $addAgg = function($k, $label, $help, $disabled=false, $choices=null) use (&$aggs) {
+ if(!$choices) {
+ $choices = [
+ "10 values" => 10,
+ "50 values" => 50,
+ "100 values" => 100,
+ "all values" => -1
+ ];
}
+ $choices = array_merge(["not aggregated" => 0], $choices); // add this option always as first choice
+ $aggs[$k] = [ // default value will be replaced by hardcoded tech fields & all databoxes fields
+ 'label' => $label,
+ 'choices_as_values' => true,
+ 'choices' => $choices,
+ 'attr' => [
+ 'class' => 'aggregate'
+ ],
+ 'disabled' => $disabled,
+ 'help_message' => $help // todo : not displayed ?
+ ];
+ };
- $builder
- ->add('highlight', 'checkbox', [
- 'label' => 'Activate highlight',
- 'required' => false
- ])
-// ->add('save', 'submit', [
-// 'attr' => ['class' => 'btn btn-primary']
-// ])
- ->add('esSettingFromIndex', 'button', [
- 'label' => 'Get setting form index',
- 'attr' => [
- 'onClick' => 'esSettingFromIndex()',
- 'class' => 'btn'
- ]
- ])
- ->add('dumpField', 'textarea', [
- 'label' => false,
- 'required' => false,
- 'mapped' => false,
- 'attr' => ['class' => 'dumpfield hide']
- ])
- ->add('activeTab', 'hidden');
+ // all fields fron conf
+ foreach($this->esSettings->getAggregableFields() as $k=>$f) {
+ // default value will be replaced by hardcoded tech fields & all databoxes fields
+ $addAgg($k, "/?\\ " . $k, "This field does not exists in current databoxes.", true);
+ }
+
+ // add or replace hardcoded tech fields
+ foreach(ElasticsearchOptions::getAggregableTechnicalFields() as $k => $f) {
+ $choices = array_key_exists('choices', $f) ? $f['choices'] : null; // a tech-field can publish it's own choices
+ $help = null;
+ $label = '#' . $k;
+ if(!array_key_exists($k, $aggs)) {
+ $label = "/!\\ " . $label;
+ $help = "New field, please confirm setting.";
+ }
+ $addAgg($k, $label, $help, false, $choices);
+ }
+
+ // add or replace all databoxes fields (nb: new db field - unknown in conf - will be a the end)
+ foreach($this->globalStructure->getAllFields() as $field) {
+ $k = $label = $field->getName();
+ $help = null;
+ if(!array_key_exists($field->getName(), $aggs)) {
+ $label = "/!\\ " . $label;
+ $help = "New field, please confirm setting.";
+ }
+ $addAgg($k, $label, $help); // default choices
+ }
+
+ // populate aggs to form
+ foreach($aggs as $k=>$agg) {
+ $builder->add('facets:' . $k . ':limit', ChoiceType::class, $agg);
+ }
- ;
}
public function getName()
diff --git a/lib/Alchemy/Phrasea/SearchEngine/Elastic/Search/FacetsResponse.php b/lib/Alchemy/Phrasea/SearchEngine/Elastic/Search/FacetsResponse.php
index 2f2d966c51..efcc6d1c76 100644
--- a/lib/Alchemy/Phrasea/SearchEngine/Elastic/Search/FacetsResponse.php
+++ b/lib/Alchemy/Phrasea/SearchEngine/Elastic/Search/FacetsResponse.php
@@ -15,7 +15,7 @@ class FacetsResponse
private $escaper;
private $facets = array();
- public function __construct(Escaper $escaper, array $response, GlobalStructure $structure)
+ public function __construct(ElasticsearchOptions $options, Escaper $escaper, array $response, GlobalStructure $structure)
{
$this->escaper = $escaper;
@@ -25,7 +25,13 @@ class FacetsResponse
$atf = ElasticsearchOptions::getAggregableTechnicalFields();
- foreach ($response['aggregations'] as $name => $aggregation) {
+ // sort facets respecting the order defined in options
+ foreach($options->getAggregableFields() as $name=>$foptions) {
+ if(!array_key_exists($name, $response['aggregations'])) {
+ continue;
+ }
+ $aggregation = $response['aggregations'][$name];
+
$tf = null;
$valueFormatter = function($v){ return $v; }; // default equality formatter
@@ -78,6 +84,7 @@ class FacetsResponse
];
}
}
+
}
diff --git a/lib/Alchemy/Phrasea/SearchEngine/Elastic/Structure/GlobalStructure.php b/lib/Alchemy/Phrasea/SearchEngine/Elastic/Structure/GlobalStructure.php
index ea4022dffb..0793c91c7b 100644
--- a/lib/Alchemy/Phrasea/SearchEngine/Elastic/Structure/GlobalStructure.php
+++ b/lib/Alchemy/Phrasea/SearchEngine/Elastic/Structure/GlobalStructure.php
@@ -35,11 +35,6 @@ final class GlobalStructure implements Structure
*/
private $private = array();
- /**
- * @var Field[]
- */
- private $facets = array();
-
/**
* @var Flag[]
*/
@@ -145,9 +140,11 @@ final class GlobalStructure implements Structure
$this->private[$name] = $field;
}
+ /*
if ($field->isFacet() && $field->isSearchable()) {
$this->facets[$name] = $field;
}
+ */
if ($field->hasConceptInference()) {
$this->thesaurus_fields[$name] = $field;
@@ -183,14 +180,6 @@ final class GlobalStructure implements Structure
return $this->private;
}
- /**
- * @return Field[]
- */
- public function getFacetFields()
- {
- return $this->facets;
- }
-
/**
* @return Field[]
*/
diff --git a/lib/Alchemy/Phrasea/SearchEngine/Elastic/Structure/LimitedStructure.php b/lib/Alchemy/Phrasea/SearchEngine/Elastic/Structure/LimitedStructure.php
index 671bf87c93..053ca6b0e0 100644
--- a/lib/Alchemy/Phrasea/SearchEngine/Elastic/Structure/LimitedStructure.php
+++ b/lib/Alchemy/Phrasea/SearchEngine/Elastic/Structure/LimitedStructure.php
@@ -47,14 +47,6 @@ final class LimitedStructure implements Structure
return $this->limit($this->structure->getPrivateFields());
}
- /**
- * @return Field[]
- */
- public function getFacetFields()
- {
- return $this->limit($this->structure->getFacetFields());
- }
-
public function getThesaurusEnabledFields()
{
return $this->limit($this->structure->getThesaurusEnabledFields());
diff --git a/lib/Alchemy/Phrasea/SearchEngine/Elastic/Structure/Structure.php b/lib/Alchemy/Phrasea/SearchEngine/Elastic/Structure/Structure.php
index 3c2be701e1..44d58e9d5f 100644
--- a/lib/Alchemy/Phrasea/SearchEngine/Elastic/Structure/Structure.php
+++ b/lib/Alchemy/Phrasea/SearchEngine/Elastic/Structure/Structure.php
@@ -33,11 +33,6 @@ interface Structure
*/
public function getPrivateFields();
- /**
- * @return Field[]
- */
- public function getFacetFields();
-
/**
* @return Field[]
*/
diff --git a/lib/Alchemy/Phrasea/Setup/Requirements/BinariesRequirements.php b/lib/Alchemy/Phrasea/Setup/Requirements/BinariesRequirements.php
index 5e90593085..759809de61 100644
--- a/lib/Alchemy/Phrasea/Setup/Requirements/BinariesRequirements.php
+++ b/lib/Alchemy/Phrasea/Setup/Requirements/BinariesRequirements.php
@@ -60,7 +60,7 @@ class BinariesRequirements extends RequirementCollection implements RequirementI
);
}
- $exiftool = __DIR__ . '/../../../../../vendor/phpexiftool/exiftool/exiftool' . (defined('PHP_WINDOWS_VERSION_BUILD') ? '.exe' : '');
+ $exiftool = __DIR__ . '/../../../../../vendor/exiftool/exiftool/exiftool' . (defined('PHP_WINDOWS_VERSION_BUILD') ? '.exe' : '');
$this->addRequirement(
is_file($exiftool) && is_executable($exiftool),
diff --git a/lib/classes/eventsmanager/notify/order.php b/lib/classes/eventsmanager/notify/order.php
index d5aca30998..bba2c686f0 100644
--- a/lib/classes/eventsmanager/notify/order.php
+++ b/lib/classes/eventsmanager/notify/order.php
@@ -42,7 +42,7 @@ class eventsmanager_notify_order extends eventsmanager_notifyAbstract
$ret = [
'text' => $this->app->trans('%user% a passe une %opening_link% commande %end_link%', [
'%user%' => $sender,
- '%opening_link%' => '',
+ '%opening_link%' => '',
'%end_link%' => '',])
, 'class' => ''
];
diff --git a/lib/classes/patch/410alpha17a.php b/lib/classes/patch/410alpha17a.php
index ff682b1ef9..a719c2b62b 100644
--- a/lib/classes/patch/410alpha17a.php
+++ b/lib/classes/patch/410alpha17a.php
@@ -62,6 +62,16 @@ class patch_410alpha17a implements patchInterface
// $sql = "ALTER TABLE `metadatas_structure` ADD `gui_editable` INT(1) UNSIGNED NOT NULL DEFAULT '0' AFTER `readonly`";
// $databox->get_connection()->executeQuery($sql);
+ foreach ($databox->get_meta_structure() as $databox_field) {
+ if ($databox_field->get_tbranch() != '') {
+ $databox_field->set_generate_cterms(true);
+ } else {
+ $databox_field->set_generate_cterms(false);
+ }
+
+ $databox_field->save();
+ }
+
return true;
}
}
diff --git a/lib/classes/patch/410alpha21a.php b/lib/classes/patch/410alpha21a.php
new file mode 100644
index 0000000000..58091e62f2
--- /dev/null
+++ b/lib/classes/patch/410alpha21a.php
@@ -0,0 +1,111 @@
+release;
+ }
+
+ /**
+ * {@inheritdoc}
+ */
+ public function concern()
+ {
+ return $this->concern;
+ }
+
+ /**
+ * {@inheritdoc}
+ */
+ public function require_all_upgrades()
+ {
+ return false;
+ }
+
+ /**
+ * {@inheritdoc}
+ */
+ public function getDoctrineMigrations()
+ {
+ return [];
+ }
+
+ /**
+ * {@inheritdoc}
+ */
+ public function apply(base $databox, Application $app)
+ {
+ // fix the Longitude value
+
+ $sql = 'SELECT id, record_id, name, value FROM technical_datas WHERE trim(name) = "LongitudeRef" ';
+ $stmt = $databox->get_connection()->prepare($sql);
+ $stmt->execute();
+ $rs = $stmt->fetchAll(PDO::FETCH_ASSOC);
+ $stmt->closeCursor();
+
+ foreach ($rs as $row) {
+ if (trim($row['value']) === 'W' ) {
+ $sql = 'UPDATE technical_datas SET value = CONCAT("-", value) WHERE trim(name) = "Longitude" AND record_id =:record_id';
+ $stmt = $databox->get_connection()->prepare($sql);
+ $stmt->execute([':record_id' => $row['record_id']]);
+ }
+
+ $sqlDelete = 'DELETE FROM technical_datas WHERE id =:id';
+
+ $stmt1 = $databox->get_connection()->prepare($sqlDelete);
+ $stmt1->execute([':id' => $row['id']]);
+ $stmt1->closeCursor();
+ }
+
+ $stmt->closeCursor();
+
+ // fix the Latitude value
+
+ $sql = 'SELECT id, record_id, name, value FROM technical_datas WHERE trim(name) = "LatitudeRef" ';
+ $stmt = $databox->get_connection()->prepare($sql);
+ $stmt->execute();
+ $rs = $stmt->fetchAll(PDO::FETCH_ASSOC);
+ $stmt->closeCursor();
+
+ foreach ($rs as $row) {
+ if (trim($row['value']) === 'S' ) {
+ $sql = 'UPDATE technical_datas SET value = CONCAT("-", value) WHERE trim(name) = "Latitude" AND record_id =:record_id';
+ $stmt = $databox->get_connection()->prepare($sql);
+ $stmt->execute([':record_id' => $row['record_id']]);
+ }
+
+ $sqlDelete = 'DELETE FROM technical_datas WHERE id =:id';
+
+ $stmt1 = $databox->get_connection()->prepare($sqlDelete);
+ $stmt1->execute([':id' => $row['id']]);
+ $stmt1->closeCursor();
+ }
+
+ $stmt->closeCursor();
+
+ return true;
+ }
+}
diff --git a/lib/classes/patch/410alpha22a.php b/lib/classes/patch/410alpha22a.php
new file mode 100644
index 0000000000..6a80bd058e
--- /dev/null
+++ b/lib/classes/patch/410alpha22a.php
@@ -0,0 +1,75 @@
+release;
+ }
+
+ /**
+ * {@inheritdoc}
+ */
+ public function concern()
+ {
+ return $this->concern;
+ }
+
+ /**
+ * {@inheritdoc}
+ */
+ public function require_all_upgrades()
+ {
+ return false;
+ }
+
+ /**
+ * {@inheritdoc}
+ */
+ public function getDoctrineMigrations()
+ {
+ return [];
+ }
+
+ /**
+ * {@inheritdoc}
+ */
+ public function apply(base $appbox, Application $app)
+ {
+ foreach(['type', 'created', 'updated', 'expiration'] as $t) {
+ $sql = "ALTER TABLE `Tokens` ADD INDEX `".$t."` (`".$t."`);";
+ try {
+ $stmt = $appbox->get_connection()->prepare($sql);
+ $stmt->execute();
+ $stmt->closeCursor();
+ }
+ catch (\Exception $e) {
+ // the inex already exists ?
+ }
+ }
+
+ return true;
+ }
+}
diff --git a/package.json b/package.json
index 7525421e67..34944f5377 100644
--- a/package.json
+++ b/package.json
@@ -65,7 +65,7 @@
"normalize-css": "^2.1.0",
"npm": "^6.0.0",
"npm-modernizr": "^2.8.3",
- "phraseanet-production-client": "^0.34.86-d",
+ "phraseanet-production-client": "0.34.135-d",
"requirejs": "^2.3.5",
"tinymce": "^4.0.28",
"underscore": "^1.8.3",
diff --git a/resources/ansible/roles/app/tasks/main.yml b/resources/ansible/roles/app/tasks/main.yml
index 623d28d124..9c00f7171e 100644
--- a/resources/ansible/roles/app/tasks/main.yml
+++ b/resources/ansible/roles/app/tasks/main.yml
@@ -66,5 +66,5 @@
- name: Make exiftool executable
file:
- path: /vagrant/vendor/phpexiftool/exiftool/exiftool
+ path: /vagrant/vendor/exiftool/exiftool/exiftool
mode: 0755
diff --git a/resources/locales/messages.de.xlf b/resources/locales/messages.de.xlf
index f6f73c85c8..3eabcb3949 100644
--- a/resources/locales/messages.de.xlf
+++ b/resources/locales/messages.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.
@@ -12,9 +12,9 @@
Form/Login/PhraseaAuthenticationForm.php
Form/Configuration/EmailFormType.php
-
+
Add
- Add
+ Hinzufügen
admin/fields/templates.html.twig
@@ -24,7 +24,7 @@
url through a forwarded mail for example.
Parameter "Authentifizierung erzwingen" erzwingt den Push Empfänger, ein Phraseanet Konto zu haben, um den Inhalt anzuschauen. Es vermeidet, unautorisierte Benutzer dem Push Inhalt zuzugreifen, falls sie die URL bekämen (Email wurde weitergeleitet, zum Beispiel).
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
{0} No results|{1} Result|]1,Inf[ Results
@@ -117,9 +117,9 @@
%basket_length% documents
%basket_length% Dokument(e)
- mobile/lightbox/validate.html.twig
- web/lightbox/index.html.twig
- web/lightbox/index.html.twig
+ mobile/lightbox/validate.html.twig
+ web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
%countable% documents can not be modified.
@@ -211,7 +211,7 @@
selectionnes]]>
- ausgewählt]]>
+ ausgewählt]]>
Controller/Prod/QueryController.php
@@ -278,7 +278,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.
@@ -383,17 +383,17 @@
(validation) a envoyer
zu senden
- web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
(validation) envoyee
gesendet
- web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
(validation) session terminee
Sitzung beendet
- web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
*Phraseanet Navigator* is a smartphone application that allow user to connect on this instance
@@ -474,22 +474,22 @@
A file with the same UUID already exists in database
Eine Datei mit ähnlichen UUID ist schon in der Datenbank
- Border/Checker/UUID.php
+ Border/Checker/UUID.php
A file with the same checksum already exists in database
Eine Datei mit selber Checksumme ist schon in der Datenbank
- Border/Checker/Sha256.php
+ Border/Checker/Sha256.php
A file with the same filename already exists in database
Eine Datei mit dem selben Dateiname befindet sich schon in der Datenbank
- Border/Checker/Filename.php
+ Border/Checker/Filename.php
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
@@ -617,7 +617,7 @@
Accuse de reception
Empfangsbestätigung
Controller/Prod/LanguageController.php
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
Accuse de reception indisponible, vous n'avez pas declare d'adresse email
@@ -627,7 +627,7 @@
Action Forbidden : You are not the publisher
Aktion verboten: Sie sind nicht der Veröffentlicher
- Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
Actions
@@ -642,7 +642,7 @@
Activate highlight
Highlight aktivieren
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
@@ -667,29 +667,28 @@
eine Kollektion aktivieren
admin/databox/databox.html.twig
-
+
Activity
- Activity
+ Aktivität
actions/Feedback/list.html.twig
Add
Hinzufügen
prod/actions/Push.html.twig
- prod/upload/lazaret.html.twig
- prod/upload/lazaret.html.twig
- prod/User/Add.html.twig
+ prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
+ prod/User/Add.html.twig
-
+
Add a
new field
- Add a
- new field
+ Fügen Sie ein neues Feld hinzu
admin/fields/templates.html.twig
-
+
Add a list
- Add a list
+ Fügen Sie eine Liste hinzu
actions/Feedback/lists-all.html.twig
@@ -707,19 +706,19 @@
einen Administrator hinzufügen
web/admin/dashboard.html.twig
-
+
Add an end point
- Add an end point
+ Fügen Sie einen Endpunkt hinzu
Controller/Prod/LanguageController.php
-
+
Add an entry point
- Add an entry point
+ Fügen Sie einen Einstiegspunkt hinzu
Controller/Prod/LanguageController.php
-
+
Add new range
- Add new range
+ Fügen Sie ein neues Kapitel hinzu
Controller/Prod/LanguageController.php
@@ -764,50 +763,55 @@
web/prod/index.html.twig
web/prod/index.html.twig
-
+
Advanced mode
- Advanced mode
+ Erweiterter Modus
actions/Feedback/list.html.twig
-
+
Advanced settings
- Advanced settings
+ Erweiterte Einstellungen
web/admin/subdefs.html.twig
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 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
+ Aggregated
+ admin/search-engine/general-aggregation.html.twig
Aggregation
@@ -817,7 +821,7 @@
Aide
Hilfe
- web/prod/index.html.twig
+ web/prod/index.html.twig
Aide sur les expressions regulieres
@@ -869,12 +873,7 @@
All these conditions
Alle Bedingungen
- web/prod/index.html.twig
-
-
- All values
- Alle Werte
- admin/fields/templates.html.twig
+ web/prod/index.html.twig
Aller a
@@ -936,17 +935,17 @@
Push wird erlaubt
web/admin/editusers.html.twig
-
+
Alphabetic asc
- Alphabetic asc
- web/prod/index.html.twig
- web/prod/index.html.twig
- web/prod/index.html.twig
+ aufsteigender alphabetischer Reihenfolge
+ web/prod/index.html.twig
+ web/prod/index.html.twig
+ web/prod/index.html.twig
-
+
Alphabetic desc
- Alphabetic desc
- web/prod/index.html.twig
+ absteigender alphabetischer Reihenfolge
+ web/prod/index.html.twig
Also delete records that rely on groupings.
@@ -992,9 +991,9 @@
admin/collection/suggested_value.html.twig
task-manager/task-editor/task.html.twig
-
+
An error occured when wanting to change status!
- An error occured when wanting to change status!
+ Beim Ändern des Status ist ein Fehler aufgetreten!
Controller/Prod/LazaretController.php
@@ -1033,9 +1032,10 @@
Ein Fehler ist aufgetreten
Order/Controller/ProdOrderController.php
Controller/Admin/DataboxController.php
- Controller/Admin/SearchEngineController.php
+ Controller/Admin/SearchEngineController.php
Controller/Admin/CollectionController.php
Controller/Prod/BasketController.php
+ Controller/Api/V3Controller.php
Controller/Api/V1Controller.php
Controller/Api/V1Controller.php
web/admin/statusbit.html.twig
@@ -1068,7 +1068,7 @@
Aperture
Blende
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
web/common/technical_datas.html.twig
@@ -1156,8 +1156,8 @@
Archive
Archivieren
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
Are you sure you want delete users rights ?
@@ -1281,7 +1281,7 @@
Audio Samplerate
Audio Samplerate
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Audio channel
@@ -1291,7 +1291,7 @@
Audio codec
Audio-Codec
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
AudioSamplerate
@@ -1395,10 +1395,10 @@
Back
Zurück
- mobile/lightbox/basket_element.html.twig
- mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
+ mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
mobile/lightbox/validate.html.twig
@@ -1451,6 +1451,11 @@
Datenbank Leerung wurde erfolgreich
Controller/Admin/DataboxController.php
+
+ Basket
+ Sammelkorb
+ prod/WorkZone/Macros.html.twig
+
Basket created
Sammelkorb wurde erstellt
@@ -1486,9 +1491,9 @@
Sammelkorb wurde aktualisiert
Controller/Prod/BasketController.php
-
+
Binary data
- Binary data
+ Binärdaten
Controller/Prod/SubdefsController.php
@@ -1546,10 +1551,10 @@
Standardmässig ist es für die Administratoren verfügbar
Form/Configuration/FtpExportFormType.php
-
+
By field
- By field
- web/prod/index.html.twig
+ Nach Feld
+ web/prod/index.html.twig
CHAMPS
@@ -1559,7 +1564,7 @@
Camera Model
Kameramodell
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
web/common/technical_datas.html.twig
@@ -1569,7 +1574,7 @@
prod/actions/delete_records_confirm.html.twig
actions/Property/type.html.twig
actions/Property/index.html.twig
- prod/User/Add.html.twig
+ prod/User/Add.html.twig
task-manager/task-editor/task.html.twig
user/import/view.html.twig
admin/fields/templates.html.twig
@@ -1710,16 +1715,15 @@
meine E-Mail Adresse verändern
web/account/reset-email.html.twig
-
+
Change play speed
- Change play speed
+ Wiedergabegeschwindigkeit ändern
Controller/Prod/LanguageController.php
-
+
Changes for rotation will be applied only on
the sub-definitions of "image" type.
- Changes for rotation will be applied only on
- the sub-definitions of "image" type.
+ Änderungen für Drehung werden nur auf "Bilder" Unterauflösungen verwendet.
actions/Tools/index.html.twig
@@ -1761,11 +1765,6 @@
Wählen Sie den Titel des Dokuments zu exportieren
Form/Configuration/ActionsFormType.php
-
- City
- Stadt
- prod/User/Add.html.twig
-
Civility
Anrede
@@ -1823,7 +1822,7 @@
Collection
Kollektion
prod/Story/Create.html.twig
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
admin/databox/details.html.twig
@@ -1837,10 +1836,10 @@
Die Leerung der Kollektion wurde erfolgreich abgeschlossen
Controller/Admin/CollectionController.php
-
+
Collection order
- Collection order
- web/prod/index.html.twig
+ Kollektionen Ordnung
+ web/prod/index.html.twig
Color Depth
@@ -1855,7 +1854,7 @@
Colorspace
Colorspace
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Commande
@@ -1911,7 +1910,7 @@
Configuration
Konfiguration
- web/prod/index.html.twig
+ web/prod/index.html.twig
Confirm new email address
@@ -1967,7 +1966,7 @@
Contains
enthält
- web/prod/index.html.twig
+ web/prod/index.html.twig
Continuer ?
@@ -2022,7 +2021,7 @@
Couleur de selection
Farbauswahl
- web/prod/index.html.twig
+ web/prod/index.html.twig
Country
@@ -2030,9 +2029,9 @@
actions/Feedback/list.html.twig
actions/Feedback/ListsMacros.html.twig
-
+
Create a user
- Create a user
+ Einen Benutzer erstellen
actions/Feedback/list.html.twig
@@ -2043,7 +2042,7 @@
Create index
Index erstellen
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
Creation date
@@ -2118,9 +2117,9 @@
Erstellen Sie zuerst eine Anwendung, um das Phraseanet API danach zu benutzen.
web/developers/applications.html.twig
-
+
Ctrl
- Ctrl
+ Strg
Controller/Prod/LanguageController.php
@@ -2128,12 +2127,11 @@
Gesamtzahl
admin/databox/details.html.twig
-
+
Current configuration contains some
errors
- Current configuration contains some
- errors
- admin/fields/templates.html.twig
+ Die aktuelle Konfiguration enthält einige Fehler
+ admin/fields/templates.html.twig
Current operations cannot be executed because the site is temporarily in maintenance mode. Wait a few minutes and try your request again
@@ -2150,9 +2148,9 @@
Aktuelle Sitzung
web/account/sessions.html.twig
-
+
Custom
- Custom
+ benutzerdefiniert
web/admin/subdefs.html.twig
web/admin/subdefs.html.twig
@@ -2171,9 +2169,9 @@
DU
Form/Configuration/CustomLinkFormType.php
-
+
Danger zone !
- Danger zone !
+ Gefahrenzone !
admin/fields/index.html.twig
@@ -2231,22 +2229,22 @@
Date
Datum
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
Date Added
Hinzufügungsdatum
- web/prod/index.html.twig
+ web/prod/index.html.twig
Date Creation
Erstellungsdatum
admin/publications/list.html.twig
-
+
Date Updated
- Date Updated
- web/prod/index.html.twig
+ Aktualisierungsdatum
+ web/prod/index.html.twig
Date de connexion
@@ -2275,7 +2273,7 @@
Date(s) from field(s)
Datum vom Feld
- web/prod/index.html.twig
+ web/prod/index.html.twig
De
@@ -2303,7 +2301,7 @@
Deconnexion
Abmeldung
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
Decouvrez la documentation
@@ -2350,10 +2348,10 @@
Eine Webhook URL festlegen
web/developers/application.html.twig
-
+
Defined by admin
- Defined by admin
- web/prod/index.html.twig
+ Von Administrator festgelegt
+ web/prod/index.html.twig
Defined in Apache configuration
@@ -2373,8 +2371,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
@@ -2393,9 +2391,9 @@
Sammelkorb löschen
WorkZone/Browser/Results.html.twig
-
+
Delete current
- Delete current
+ Aktuelles löschen
Controller/Prod/LanguageController.php
@@ -2403,14 +2401,14 @@
Datensätze löschen
Controller/Prod/LanguageController.php
-
+
Delete the selection
- Delete the selection
+ Auswahl löschen
actions/Feedback/list.html.twig
-
+
Delete the subview ?
- Delete the subview ?
+ Unteransicht löschen ?
web/admin/subdefs.html.twig
@@ -2531,7 +2529,7 @@
Display technical data
Technische Informationen anzeigen
- web/prod/index.html.twig
+ web/prod/index.html.twig
Display thumbnails
@@ -2541,7 +2539,7 @@
Do not display
Nicht anzeigen
- web/prod/index.html.twig
+ web/prod/index.html.twig
Do not forget to restart the tasks scheduler
@@ -2628,9 +2626,9 @@
Download von Dokumenten
actions/Download/prepare.html.twig
-
+
Drag and drop the pin to move position
- Drag and drop the pin to move position
+ Ziehen Sie das Pin-Symbol und legen Sie es ab, um den Standort zu verschieben
Controller/Prod/LanguageController.php
@@ -2641,7 +2639,7 @@
Drop index
Drop index
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
Duree
@@ -2659,9 +2657,9 @@
Form/Login/PhraseaForgotPasswordForm.php
Form/Login/PhraseaRegisterForm.php
-
+
E-mail domain
- E-mail domain
+ Mail Domain
actions/Feedback/list.html.twig
@@ -2694,9 +2692,9 @@
Bearbeiten
admin/task-manager/templates.html.twig
-
+
Edit position
- Edit position
+ Standort bearbeiten
Controller/Prod/LanguageController.php
@@ -2749,19 +2747,19 @@
ElasticSearch index name
ElasticSearch Index Name
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
ElasticSearch server host
ElasticSearch Server Host
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
ElasticSearch service port
ElasticSearch Service Schnittstelle
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
@@ -2908,9 +2906,9 @@
HD Ersetzung aktivieren
Form/Configuration/ModulesFormType.php
-
+
Enable Phraseanet Web API
- Enable Phraseanet Web API
+ Phraseanet Web API aktivieren
Form/Configuration/APIClientsFormType.php
@@ -2969,10 +2967,10 @@
web/account/sessions.html.twig
web/account/sessions.html.twig
-
+
End Range
- End Range
- Controller/Prod/LanguageController.php
+ Kapitel beenden
+ Controller/Prod/LanguageController.php
End session activity
@@ -3012,7 +3010,7 @@
Equals
gleicht
- web/prod/index.html.twig
+ web/prod/index.html.twig
Erreur
@@ -3155,7 +3153,7 @@
Ex : Paris, bleu, montagne
Ex : Berlin, blau, Gebirge
- web/prod/index.html.twig
+ web/prod/index.html.twig
Executables externes
@@ -3174,10 +3172,10 @@
Controller/Prod/DoDownloadController.php
Controller/Prod/LanguageController.php
-
+
Export ranges
- Export ranges
- Controller/Prod/LanguageController.php
+ Kapitel exportieren
+ Controller/Prod/LanguageController.php
Export saved in the waiting queue
@@ -3214,9 +3212,9 @@
Feedback
Controller/Prod/LanguageController.php
prod/WorkZone/Story.html.twig
+ prod/WorkZone/Macros.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
Feeds
@@ -3305,7 +3303,7 @@
Filename
Dateiname
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
Fils disponibles
@@ -3344,7 +3342,7 @@
FlashFired
FlashFired
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Flatten layers
@@ -3360,7 +3358,7 @@
Force authentication
Authentifizierung zwingen
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
Force sending of the document ?
@@ -3403,7 +3401,7 @@
FrameRate
Framerate
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Frequence d'echantillonage
@@ -3471,9 +3469,9 @@
Media/Subdef/Image.php
Media/Subdef/Unknown.php
-
+
Geo Search
- Geo Search
+ Lokalisierung
web/prod/index.html.twig
@@ -3488,33 +3486,33 @@
Get setting form index
- Get setting form index
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ Index Daten erhalten
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
Gives the option to your application to communicate with Phraseanet. This webhook can be used to trigger some actions on your application side.
Gibt Ihrer Applikation die Möglichkeit, mit Phraseanet zu kommunizieren. Diese Webhook kann benutzt werden, um einige Aktionen auf Ihrer Applikationsseite auszulösen.
web/developers/application.html.twig
-
+
Go 1 frame backward
- Go 1 frame backward
- Controller/Prod/LanguageController.php
-
-
- Go 1 frame forward
- Go 1 frame forward
+ Gehen Sie ein Einzelbild zurück
Controller/Prod/LanguageController.php
-
- Go to end point
- Go to end point
+
+ Go 1 frame forward
+ Gehen Sie ein Einzelbild vorwärts
Controller/Prod/LanguageController.php
-
+
+ Go to end point
+ Gehen Sie zum Endpunkt
+ Controller/Prod/LanguageController.php
+
+
Go to start point
- Go to start point
- Controller/Prod/LanguageController.php
+ Gehen Sie zum Startpunkt
+ Controller/Prod/LanguageController.php
Good
@@ -3549,7 +3547,7 @@
Graphiste (preview au rollover)
Grafiker (Voransicht mit Rollover)
- web/prod/index.html.twig
+ web/prod/index.html.twig
Great
@@ -3564,6 +3562,7 @@
Guest
Gast
+ mobile/common/menubar.html.twig
web/common/menubar.html.twig
web/common/menubar.html.twig
@@ -3577,14 +3576,14 @@
Gast, sie müssen authentifizieren, um die Dateien herunterzuladen.
web/common/dialog_export.html.twig
-
+
Gui-editable
- Gui-editable
+ GUI editierbar
admin/fields/templates.html.twig
-
+
Gui-visible
- Gui-visible
+ GUI sichtbar
admin/fields/templates.html.twig
@@ -3617,7 +3616,7 @@
Home
Hautpseite
- mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/basket_element.html.twig
mobile/lightbox/feed.html.twig
mobile/lightbox/validate.html.twig
login/include/language-block.html.twig
@@ -3647,7 +3646,7 @@
ISO
ISO
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
ISO sensibility
@@ -3657,7 +3656,7 @@
Iconographe (description au rollover)
Bildredakteur (Beschreibung mit Rollover)
- web/prod/index.html.twig
+ web/prod/index.html.twig
Id
@@ -3728,7 +3727,7 @@
In the answer grid
In einem Tooltip
- web/prod/index.html.twig
+ web/prod/index.html.twig
Include Business-fields in caption
@@ -3872,9 +3871,9 @@
Synchronisierung zwischen Bridge und Client APIs erhalten.
TaskManager/Job/BridgeJob.php
-
+
Keyboard shortcuts
- Keyboard shortcuts
+ Tastenkombinationen
Controller/Prod/LanguageController.php
@@ -3896,17 +3895,17 @@
L'utilisateur approuve ce document
Benutzer genehmigt dieses Dokument
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
L'utilisateur desapprouve ce document
Benutzer lehnt dieses Dokument ab
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
L'utilisateur n'a pas encore donne son avis sur ce document
- Benutzer hat seine Meinung nocht nicht gegeben
- prod/WorkZone/Macros.html.twig
+ Benutzer hat seine Meinung noch nicht gegeben
+ prod/WorkZone/Macros.html.twig
La connection vers le serveur distant est OK
@@ -3952,7 +3951,7 @@
Language
Sprache
- web/prod/index.html.twig
+ web/prod/index.html.twig
Last Name
@@ -3982,7 +3981,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
@@ -4089,7 +4088,7 @@
Les termes apparaissent dans le(s) champs
Die Begriffe befinden sich in Feld(er):
- web/prod/index.html.twig
+ web/prod/index.html.twig
Light Value
@@ -4099,8 +4098,8 @@
Lightbox
Lightbox
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
Limite temporelle
@@ -4219,7 +4218,7 @@
Ma derniere question
meine letzte Suchabfrage
- web/prod/index.html.twig
+ web/prod/index.html.twig
Mail line %line% is empty
@@ -4305,7 +4304,7 @@
Message
Nachricht
Controller/Prod/LanguageController.php
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
Message automatique de Phraseanet
@@ -4325,7 +4324,7 @@
MimeType
MimeType
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Minimum number of letters before truncation
@@ -4376,7 +4375,7 @@
Mode de presentation
Anzeigemodus
- web/prod/index.html.twig
+ web/prod/index.html.twig
Modele de donnees
@@ -4415,20 +4414,20 @@
%countable% Datensätze zur ausgewählten Kollektion verschieben
prod/actions/collection_default.html.twig
-
+
Move down range
- Move down range
- Controller/Prod/LanguageController.php
+ Kapitel herunterziehen
+ Controller/Prod/LanguageController.php
Move one record to the chosen collection in the list.
Einen Datensatz zur ausgewählten Kollektion verschieben
prod/actions/collection_default.html.twig
-
+
Move up range
- Move up range
- Controller/Prod/LanguageController.php
+ Kapitel aufrücken
+ Controller/Prod/LanguageController.php
Moves records
@@ -4470,14 +4469,14 @@
Name oder Email
admin/publications/fiche.html.twig
-
+
Navigate to end point
- Navigate to end point
+ Navigieren Sie zum Endpunkt
Controller/Prod/LanguageController.php
-
+
Navigate to entry point
- Navigate to entry point
+ Navigieren Sie zum Startpunkt
Controller/Prod/LanguageController.php
@@ -4577,9 +4576,9 @@
Keine Übereinstimmung gefunden
web/geonames/city_list.html.twig
-
+
No metadata available
- No metadata available
+ Keine Metadaten verfügbar
actions/Tools/metadata.html.twig
@@ -4669,16 +4668,16 @@
None of the selected records can be printed
Keine der ausgewählte Datensätze können gedruckt werden
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
None of the selected records can be pushed.
- Keines der ausgewählten Datensätze können via Push gesendet werden.
+ Keine der ausgewählten Datensätze können via Push gesendet werden.
prod/actions/Push.html.twig
None of the selected records can be sent for feedback.
- Keines der ausgewählten Datensätze können für das Feedback gesendet werden.
+ Keine der ausgewählten Datensätze können für das Feedback gesendet werden.
prod/actions/Push.html.twig
@@ -4689,7 +4688,8 @@
Not aggregated
Nicht aggregiert
- admin/fields/templates.html.twig
+ admin/search-engine/general-aggregation.html.twig
+ admin/fields/templates.html.twig
Notification par email
@@ -4755,13 +4755,13 @@
Number of replicas
Anzahl von Nachbauten
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
Number of shards
Anzahl von Scherben
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
@@ -4786,20 +4786,20 @@
Ein Dokument kann nicht geändert werden
prod/actions/collection_default.html.twig
-
+
One frame backward
- One frame backward
+ Ein Einzelbild zurück
Controller/Prod/LanguageController.php
-
+
One frame forward
- One frame forward
+ Ein Einzelbild vorwärts
Controller/Prod/LanguageController.php
One of these conditions
Eine von diesen Bedingungen
- web/prod/index.html.twig
+ web/prod/index.html.twig
Only %nbEditableDocuments% records can be modified.
@@ -4862,7 +4862,7 @@
Orientation
Ausrichtung
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Original name
@@ -4891,18 +4891,18 @@
prod/upload/lazaret.html.twig
prod/upload/lazaret.html.twig
-
+
Pages
- Pages
+ Seiten
actions/Feedback/ListsMacros.html.twig
Paniers
Sammelkörbe
- mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
web/account/account.html.twig
- web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
lightbox/IE6/validate.html.twig
web/lightbox/validate.html.twig
@@ -4940,21 +4940,16 @@
Letztes Jahr
WorkZone/Browser/Browser.html.twig
-
+
Path
- Path
+ Pfad
web/admin/subdefs.html.twig
-
+
Pause
- Pause
+ Pause
Controller/Prod/LanguageController.php
-
- Pays
- Pays
- prod/User/Add.html.twig
-
Periodically fetches an FTP repository content locally
Holt regelmässig einen FTP Repository Inhalt lokal
@@ -5011,9 +5006,9 @@
Phraseanet empfiehlt dringend die Benutzung von %link_start%MariaDB%link_end%, um MySQL zu ersetzen
web/setup/step2.html.twig
-
+
Play
- Play
+ Play
Controller/Prod/LanguageController.php
@@ -5149,8 +5144,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
@@ -5165,16 +5160,16 @@
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
- Presets
+ Voreinstellungen
web/admin/subdefs.html.twig
@@ -5223,7 +5218,7 @@
Publications
Veröffentlichungen
- web/prod/index.html.twig
+ web/prod/index.html.twig
admin/publications/wrapper.html.twig
web/admin/tree.html.twig
web/common/menubar.html.twig
@@ -5249,6 +5244,7 @@
Push
eventsmanager/notify/push.php
Controller/Prod/LanguageController.php
+ prod/WorkZone/Macros.html.twig
Push configuration
@@ -5335,80 +5331,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 %number% jours pour valider %title% de %user%
@@ -5436,12 +5432,12 @@
Re-ordonner
wieder ordnen
prod/Baskets/Reorder.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
prod/Story/Reorder.html.twig
@@ -5533,7 +5529,7 @@
Rechercher dans un champ date
im Feld "Datum" suchen
- web/prod/index.html.twig
+ web/prod/index.html.twig
Recommendations
@@ -5624,7 +5620,7 @@
Relevance
Relevanz
- web/prod/index.html.twig
+ web/prod/index.html.twig
Remember me
@@ -5642,10 +5638,10 @@
Media/Subdef/Image.php
Media/Subdef/Unknown.php
-
+
Remove current Range
- Remove current Range
- Controller/Prod/LanguageController.php
+ Aktuelles Kapitel entfernen
+ Controller/Prod/LanguageController.php
Remove from basket
@@ -5858,9 +5854,9 @@
Row Passwort fehlt, Skript wurde gestoppt.
user/import/file.html.twig
-
+
Résultats des derniers envois effectués pour cette application
- Résultats des derniers envois effectués pour cette application
+ Ergebnisse der letzten gesendeten Nachrichten für diese Anwendung
web/developers/application.html.twig
@@ -5903,7 +5899,7 @@
Speichern
actions/Feedback/list.html.twig
web/account/change-password.html.twig
- admin/search-engine/general-aggregation.html.twig
+ admin/search-engine/general-aggregation.html.twig
admin/search-engine/elastic-search.html.twig
task-manager/task-editor/task.html.twig
web/developers/application.html.twig
@@ -5915,9 +5911,14 @@
Alle Änderungen speichern
admin/fields/templates.html.twig
-
+
+ Save as VTT
+ Kapitel speichern
+ Controller/Prod/LanguageController.php
+
+
Save the list
- Save the list
+ Liste speichern
actions/Feedback/list.html.twig
@@ -5940,9 +5941,9 @@
Suchmaschine
Form/Configuration/MainConfigurationFormType.php
-
+
Search for existing user
- Search for existing user
+ Suchen Sie nach bestehende Benutzer
actions/Feedback/List-Share.html.twig
@@ -5959,11 +5960,12 @@
See
Sehen
+ prod/WorkZone/Macros.html.twig
WorkZone/Browser/Browser.html.twig
-
+
See documentation about structure manipulation.
- See documentation about structure manipulation.
+ Für Struktur Veränderungen, Dokumentation sehen
admin/fields/index.html.twig
@@ -5983,9 +5985,9 @@
Andere sehen
prod/actions/Push.html.twig
-
+
See the list
- See the list
+ Die Liste sehen
actions/Feedback/list.html.twig
@@ -5996,7 +5998,7 @@
Select a field
Wählen Sie ein Feld aus
- web/prod/index.html.twig
+ web/prod/index.html.twig
Select a list on the left and edit it !
@@ -6031,7 +6033,7 @@
Selected base(s)
Ausgewählte Datenbank(en) :
- web/prod/index.html.twig
+ web/prod/index.html.twig
Selected files
@@ -6141,9 +6143,9 @@
Verteilen
Controller/Prod/LanguageController.php
-
+
Share my list
- Share my list
+ Meine Liste teilen
actions/Feedback/list.html.twig
@@ -6151,9 +6153,9 @@
Die Liste teilen
actions/Feedback/list.html.twig
-
+
Shift
- Shift
+ Umschalt
Controller/Prod/LanguageController.php
@@ -6165,7 +6167,7 @@
Shutter speed
Verschlusszeit
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
web/common/technical_datas.html.twig
@@ -6268,9 +6270,9 @@
admin/publications/fiche.html.twig
admin/publications/list.html.twig
-
+
Space bar
- Space bar
+ Space-Taste
Controller/Prod/LanguageController.php
@@ -6284,10 +6286,10 @@
admin/task-manager/templates.html.twig
admin/task-manager/templates.html.twig
-
+
Start Range
- Start Range
- Controller/Prod/LanguageController.php
+ Kapitel starten
+ Controller/Prod/LanguageController.php
Start by creating one by using the "add" button on the left !
@@ -6308,7 +6310,7 @@
Status des documents a rechercher
Zustand der Dokumente
- web/prod/index.html.twig
+ web/prod/index.html.twig
Status edition
@@ -6342,10 +6344,12 @@
Stories
Berichte
Form/Configuration/SearchEngineFormType.php
+ prod/WorkZone/Macros.html.twig
Story Not Found
Bericht wurde nicht gefunden
+ Controller/Api/V3Controller.php
Controller/Api/V1Controller.php
@@ -6393,16 +6397,16 @@
Unterauflösung
admin/databox/details.html.twig
-
+
Submit
- Submit
+ Einreichen
Controller/Prod/LanguageController.php
Substitute
Ersatz
- 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
@@ -6446,7 +6450,7 @@
Controller/Admin/CollectionController.php
Controller/Admin/CollectionController.php
Controller/Admin/CollectionController.php
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
web/admin/databases.html.twig
admin/collection/collection.html.twig
admin/collection/suggested_value.html.twig
@@ -6461,9 +6465,9 @@
Vorschlagswerte
admin/collection/suggested_value.html.twig
-
+
Suppr
- Suppr
+ Entf
Controller/Prod/LanguageController.php
@@ -6589,9 +6593,9 @@
web/login/cgus.html.twig
login/layout/base-layout.html.twig
-
+
The Phraseanet Web API allows other web application to rely on this instance
- The Phraseanet Web API allows other web application to rely on this instance
+ Die Phraseanet Web API ermöglicht, andere Web Anwendungen, auf diese Instanz zu vertrauen
Form/Configuration/APIClientsFormType.php
@@ -6726,7 +6730,7 @@
Theme
Thema
- web/prod/index.html.twig
+ web/prod/index.html.twig
There is no one to validate orders, please contact an administrator
@@ -6746,13 +6750,13 @@
Thesaurus Min score
Thesaurus Hits (minimal)
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
Thesaurus branch
Thesaurus Sprung
- admin/fields/templates.html.twig
+ admin/fields/templates.html.twig
Thesaurus ou CTerms invalide
@@ -6819,7 +6823,7 @@
This user does not participate to the validation but is only viewer.
Dieser Benutzer darf nicht teilnehmen, nur ansehen.
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
This user has no rights
@@ -6869,9 +6873,9 @@
admin/publications/list.html.twig
admin/publications/list.html.twig
-
+
Toggle loop
- Toggle loop
+ Wiederholung aktivieren
Controller/Prod/LanguageController.php
@@ -6886,7 +6890,7 @@
Tool box
- Toolbox
+ Werkzeuge
Controller/Prod/LanguageController.php
@@ -6929,7 +6933,7 @@
Trier par
Sortieren nach
- web/prod/index.html.twig
+ web/prod/index.html.twig
Try to extract embedded thumbnails
@@ -6954,7 +6958,7 @@
Type de documents
Dokumenttyp
- web/prod/index.html.twig
+ web/prod/index.html.twig
Type nombre
@@ -7077,7 +7081,7 @@
Une question personnelle
eine persönliche Frage
- web/prod/index.html.twig
+ web/prod/index.html.twig
Une selection
@@ -7169,7 +7173,7 @@
Uploaded by : %username%
von: %username% hochgeladen
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
Use Google Chart API
@@ -7181,15 +7185,15 @@
Benutzen Sie einen SMTP Server
Form/Configuration/EmailFormType.php
-
+
Use an existing index
- Use an existing index
+ Benutzen Sie einen bestehenden Index
web/setup/step2.html.twig
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
@@ -7246,10 +7250,10 @@
Controller/Prod/LanguageController.php
prod/templates/push.html.twig
prod/templates/push.html.twig
- prod/templates/push.html.twig
prod/templates/push.html.twig
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
prod/templates/push.html.twig
+ prod/templates/push.html.twig
User can see others choices
@@ -7289,9 +7293,9 @@
Benutzer Vorschlag
prod/actions/Push.html.twig
-
+
Utilisation prevue:
- Utilisation prevue:
+ Verwendungszweck:
prod/orders/order_item.html.twig
@@ -7328,8 +7332,8 @@
Validations
Bestätigung
- mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
web/lightbox/index.html.twig
lightbox/IE6/validate.html.twig
web/lightbox/validate.html.twig
@@ -7377,7 +7381,7 @@
Video codec
Video-Codec
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Videos
@@ -7398,18 +7402,18 @@
Vocabulary type
Wortschatz Typ
- admin/fields/templates.html.twig
+ admin/fields/templates.html.twig
Voici vos paniers
Ihre Sammelkörbe
- mobile/lightbox/index.html.twig
- web/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
+ web/lightbox/index.html.twig
Voici vos validations en cours
Hier sind Ihre aktuellen Bewertungen
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
web/lightbox/index.html.twig
@@ -7445,7 +7449,7 @@
Vous avez envoye une demande de validation de document sur ce panier
Sie haben eine Bewertung von Dokumenten angefordert
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
Vous avez recu des documents
@@ -7564,7 +7568,7 @@
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 !
@@ -7665,8 +7669,8 @@
YYYY/MM/DD
YYYY/MM/DD
- web/prod/index.html.twig
- web/prod/index.html.twig
+ web/prod/index.html.twig
+ web/prod/index.html.twig
Yes
@@ -7974,7 +7978,7 @@
a propos
Über
mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
action : ajouter au panier
@@ -7987,21 +7991,21 @@
action : bridge
Bridge
- web/prod/index.html.twig
+ web/prod/index.html.twig
action : collection
Verschieben
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
action : editer
Bearbeiten
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
prod/preview/caption.html.twig
@@ -8009,12 +8013,12 @@
Exportieren
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
prod/results/record.html.twig
prod/results/record.html.twig
prod/results/record.html.twig
prod/preview/tools.html.twig
- web/prod/index.html.twig
+ web/prod/index.html.twig
web/lightbox/feed.html.twig
lightbox/IE6/feed.html.twig
lightbox/IE6/validate.html.twig
@@ -8025,14 +8029,14 @@
Werkzeuge
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
action : print
Drucken
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
prod/results/record.html.twig
prod/results/record.html.twig
prod/results/record.html.twig
@@ -8043,31 +8047,29 @@
Veröffentlichen
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
- web/prod/toolbar.html.twig
- web/prod/index.html.twig
+ web/prod/toolbar.html.twig
+ web/prod/index.html.twig
action : push
Push
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
action : status
Eigenschaften
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
action : supprimer
Löschen
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- web/prod/toolbar.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ web/prod/toolbar.html.twig
action:: nouveau panier
@@ -8086,37 +8088,37 @@
action::Valider
Bestätigen
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
action::detacher
entfernen
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
action::editer
Bearbeiten
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
action::exporter
Exportieren
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
action::renommer
umbenennen
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
actual status
@@ -8485,7 +8487,7 @@
admin::compte-utilisateur changer mon mot de passe
- mein Passwort ändern
+ Mein Passwort ändern
web/account/account.html.twig
@@ -8613,7 +8615,7 @@
admin::compte-utilisateur societe
- Firma
+ Unternehmen
Controller/Admin/UserController.php
Core/Provider/RegistrationServiceProvider.php
web/account/account.html.twig
@@ -9059,14 +9061,14 @@
admin::utilisateurs: utilisateurs connectes
- eingeloggte Benutzer
+ Eingeloggte Benutzer
web/admin/tree.html.twig
web/admin/connected-users.html.twig
alert
Vorsicht
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
actions/Tools/index.html.twig
@@ -9151,12 +9153,12 @@
boutton:: selectionner aucune base
Keine
- web/prod/index.html.twig
+ web/prod/index.html.twig
boutton:: selectionner toutes les bases
Alle
- web/prod/index.html.twig
+ web/prod/index.html.twig
boutton::ajouter
@@ -9287,7 +9289,7 @@
boutton::imprimer
Drucken
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
boutton::modifier
@@ -9417,7 +9419,7 @@
boutton::telecharger
- download
+ Download
web/lightbox/sc_options_box.html.twig
web/lightbox/feed_options_box.html.twig
web/common/dialog_export.html.twig
@@ -9461,7 +9463,7 @@
prod/actions/edit_default.html.twig
prod/actions/edit_default.html.twig
prod/Story/Reorder.html.twig
- web/prod/index.html.twig
+ web/prod/index.html.twig
web/thesaurus/export-text-dialog.html.twig
web/thesaurus/thesaurus.html.twig
web/thesaurus/import-dialog.html.twig
@@ -9494,7 +9496,7 @@
boutton::vue graphique
- grafische Ansicht
+ Grafische Ansicht
admin/collection/suggested_value.html.twig
task-manager/task-editor/task.html.twig
@@ -9516,7 +9518,7 @@
cancel
- abbrechen
+ Abbrechen
actions/Tools/index.html.twig
actions/Tools/index.html.twig
actions/Tools/index.html.twig
@@ -9544,12 +9546,12 @@
cgus :: accepter
- annehmen
+ Annehmen
classes/databox/cgu.php
cgus :: refuser
- ablehnen
+ Ablehnen
classes/databox/cgu.php
@@ -9575,7 +9577,7 @@
charger d'avantage de publications
- mehr Veröffentlichungen hochladen
+ Mehr Veröffentlichungen hochladen
prod/results/feeds.html.twig
prod/results/feeds.html.twig
@@ -9587,7 +9589,7 @@
choisir
wählen
- web/prod/index.html.twig
+ web/prod/index.html.twig
admin/databox/databox.html.twig
admin/collection/create.html.twig
@@ -9669,7 +9671,7 @@
created_on
erstellt am
- web/prod/index.html.twig
+ web/prod/index.html.twig
dans %category%
@@ -9687,9 +9689,9 @@
hinzugefügtes Datum
SearchEngine/Elastic/ElasticSearchEngine.php
-
+
date de modification
- date de modification
+ Änderungsdatum
SearchEngine/Elastic/ElasticSearchEngine.php
@@ -9700,7 +9702,7 @@
delete
Löschen
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
descendant
@@ -9729,7 +9731,7 @@
edit
Bearbeiten
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
web/account/account.html.twig
web/account/account.html.twig
web/account/account.html.twig
@@ -9809,7 +9811,7 @@
export:: erreur : aucun document selectionne
Fehler: kein ausgewähltes Dokument
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
export:: telechargement
@@ -9824,7 +9826,7 @@
export::ftp: reglages manuels
- manuelle Einstellungen
+ Manuelle Einstellungen
classes/set/export.php
@@ -9940,20 +9942,16 @@
Änderungen wurden hergestellt
admin/databox/databox.html.twig
-
- generate_cterms
- generate_cterms
- admin/fields/templates.html.twig
+
+ help::help-search: OR
+ help::help-search: OR
+ prod/results/help.html.twig
-
- gui_editable
- gui_editable
- admin/fields/templates.html.twig
-
-
- gui_visible
- gui_visible
- admin/fields/templates.html.twig
+
+ help::help-search: relaunch search without filter
+ help::help-search: relaunch search without filter
+ prod/results/help.html.twig
+ web/prod/index.html.twig
help::help-section-bullet: check-spelling
@@ -10007,7 +10005,7 @@
help::help-section-title: sorry-no-result
- Sorry, Ihre Suche liefert keine Ergebnisse
+ Entschuldigung, Ihre Suche liefert keine Ergebnisse
prod/results/help.html.twig
@@ -10027,45 +10025,45 @@
Bild Werkzeug
actions/Tools/index.html.twig
-
+
index::advance_search: disable-facet
- index::advance_search: disable-facet
- web/prod/index.html.twig
+ Facetten mit nur einem Ergebnis ausblenden (experimentell)
+ web/prod/index.html.twig
-
+
index::advance_search: facet
- index::advance_search: facet
- web/prod/index.html.twig
+ Einstellungen für Facetten
+ web/prod/index.html.twig
index::advance_search: facet-order
Reihenfolge der Facettenanzeige
- web/prod/index.html.twig
+ web/prod/index.html.twig
index::advance_search: facet-tech-order
Standard Reihenfolge
- web/prod/index.html.twig
+ web/prod/index.html.twig
index::advance_search: facet-values-order
Reihenfolge der Facettenwerte
- web/prod/index.html.twig
+ web/prod/index.html.twig
-
+
index::advance_search: hidden-facet-values-order
- index::advance_search: hidden-facet-values-order
- web/prod/index.html.twig
+ Versteckte Facetten
+ web/prod/index.html.twig
index::advance_search: order-by-hits
Nach Hits sortieren
- web/prod/index.html.twig
+ web/prod/index.html.twig
-
+
index:advanced-preferences:: use truncation
- index:advanced-preferences:: use truncation
- web/prod/index.html.twig
+ Trunkierung aktivieren
+ web/prod/index.html.twig
invite:: Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annulez
@@ -10074,7 +10072,7 @@
janvier
- Jänner
+ Januar
classes/module/report.php
@@ -10097,18 +10095,38 @@
Die Dienstleistung wird in einige Minuten wieder verfügbar sein.
actions/Bridge/deactivated.html.twig
+
+ lightbox::See_less_feedback
+ lightbox::See_less_feedback
+ web/lightbox/index.html.twig
+
+
+ lightbox::See_more_feedback
+ lightbox::See_more_feedback
+ web/lightbox/index.html.twig
+
lightbox::list
lightbox::list
- mobile/lightbox/validate.html.twig
+ mobile/lightbox/validate.html.twig
lightbox::recaptitulatif
Übersicht
- mobile/lightbox/validate.html.twig
+ mobile/lightbox/validate.html.twig
web/lightbox/agreement_box.html.twig
web/lightbox/validate.html.twig
+
+ lightbox::see_less_basket
+ lightbox::see_less_basket
+ web/lightbox/index.html.twig
+
+
+ lightbox::see_more_basket
+ lightbox::see_more_basket
+ web/lightbox/index.html.twig
+
login:: Changer mon adresse email
meine E-Mail Adresse ändern
@@ -10127,6 +10145,7 @@
login:: Mon compte
Mein Benutzerkonto
+ mobile/common/menubar.html.twig
web/account/account.html.twig
web/common/menubar.html.twig
web/common/menubar.html.twig
@@ -10263,7 +10282,7 @@
no image selected
Kein Bild wurde ausgewählt
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
actions/Tools/index.html.twig
@@ -10297,146 +10316,146 @@
or
- Or
+ Oder
Controller/Prod/LanguageController.php
-
+
order-manager::mail: your-order-of
- order-manager::mail: your-order-of
+ Ihre Bestellung von :
prod/orders/order_item.html.twig
-
+
order-manager::order-item: accepted-item
- order-manager::order-item: accepted-item
+ akzeptiert
prod/orders/order_item.html.twig
-
+
order-manager::order-item: address
- order-manager::order-item: address
+ Adresse
prod/orders/order_item.html.twig
-
+
order-manager::order-item: already-validated
- order-manager::order-item: already-validated
+ gesendet
prod/orders/order_item.html.twig
-
+
order-manager::order-item: by
- order-manager::order-item: by
+ von
prod/orders/order_item.html.twig
-
+
order-manager::order-item: company
- order-manager::order-item: company
+ Unternehmen
prod/orders/order_item.html.twig
-
+
order-manager::order-item: country
- order-manager::order-item: country
+ Land
prod/orders/order_item.html.twig
-
+
order-manager::order-item: create
- order-manager::order-item: create
+ OK
prod/orders/order_item.html.twig
-
+
order-manager::order-item: create-basket
- order-manager::order-item: create-basket
+ Neuer Sammelkorb
prod/orders/order_item.html.twig
-
+
order-manager::order-item: for-non-sent-items
- order-manager::order-item: for-non-sent-items
+ Für die Dokumente, die nicht gesendet wurden
prod/orders/order_item.html.twig
-
+
order-manager::order-item: information
- order-manager::order-item: information
+ Information
prod/orders/order_item.html.twig
-
+
order-manager::order-item: item
- order-manager::order-item: item
+ Dokument
prod/orders/order_item.html.twig
-
+
order-manager::order-item: items-already-sent
- order-manager::order-item: items-already-sent
+ Dokument(e) schon gesendet
prod/orders/order_item.html.twig
-
+
order-manager::order-item: items-waiting-validation
- order-manager::order-item: items-waiting-validation
+ Dokumente, die auf eine Bestätigung warten
prod/orders/order_item.html.twig
-
+
order-manager::order-item: less
- order-manager::order-item: less
+ weniger sehen
prod/orders/order_item.html.twig
-
+
order-manager::order-item: more
- order-manager::order-item: more
+ mehr sehen
prod/orders/order_item.html.twig
-
+
order-manager::order-item: number
- order-manager::order-item: number
+ Nummer
prod/orders/order_item.html.twig
-
+
order-manager::order-item: of
- order-manager::order-item: of
+ Von
prod/orders/order_item.html.twig
prod/orders/order_item.html.twig
-
+
order-manager::order-item: refused-previously
- order-manager::order-item: refused-previously
+ zuvor abgelehnt
prod/orders/order_item.html.twig
prod/orders/order_item.html.twig
-
+
order-manager::order-item: rejected-item
- order-manager::order-item: rejected-item
+ abgelehnt
prod/orders/order_item.html.twig
-
+
order-manager::order-item: reset
- order-manager::order-item: reset
+ zurücksetzen
prod/orders/order_item.html.twig
prod/orders/order_item.html.twig
prod/orders/order_item.html.twig
-
+
order-manager::order-item: select-all
- order-manager::order-item: select-all
+ Alle auswählen
prod/orders/order_item.html.twig
-
+
order-manager::order-item: selected-item
- order-manager::order-item: selected-item
+ ausgewählt
prod/orders/order_item.html.twig
-
+
order-manager::order-item: selected-records
- order-manager::order-item: selected-records
+ ausgewählte Datensätze
prod/orders/order_item.html.twig
-
+
order-manager::order-item: submit
- order-manager::order-item: submit
+ Senden
prod/orders/order_item.html.twig
-
+
order-manager::order-item: tel
- order-manager::order-item: tel
+ Telefon
prod/orders/order_item.html.twig
-
+
order-manager::order-item: validate
- order-manager::order-item: validate
+ bestätigen
prod/orders/order_item.html.twig
@@ -10444,104 +10463,104 @@
order-manager::order-item: warning-message-close
prod/orders/order_item.html.twig
-
+
order-manager::order-item: with-denied-items
- order-manager::order-item: with-denied-items
+ Mit der abgelehnten Datensätzen
prod/orders/order_item.html.twig
-
+
order-manager::order-item: with-selected-items
- order-manager::order-item: with-selected-items
+ Mit der Auswahl
prod/orders/order_item.html.twig
-
+
order-manager::order-item: with-validated-items
- order-manager::order-item: with-validated-items
+ Mit gesendete(r) Dokument(en)
prod/orders/order_item.html.twig
-
+
order-manager::order-item: you-have-denied
- order-manager::order-item: you-have-denied
+ Dokument(e) abgelehnt
prod/orders/order_item.html.twig
-
+
order-manager::order-item: you-have-validated
- order-manager::order-item: you-have-validated
+ Dokument(e) gesendet
prod/orders/order_item.html.twig
-
+
order-manager::order-item:Create-Basket
- order-manager::order-item:Create-Basket
+ Sammelkorb erstellen
prod/orders/order_item.html.twig
-
+
order-manager::order-item:Validation
- order-manager::order-item:Validation
+ Bestellübersicht
prod/orders/order_item.html.twig
-
+
order-manager::order-list: after
- order-manager::order-list: after
+ Bestellt nach :
prod/orders/order_box.html.twig
order-manager::order-list: apply
- order-manager::order-list: apply
+ Filter anwenden
prod/orders/order_box.html.twig
-
+
order-manager::order-list: before
- order-manager::order-list: before
+ Bestellt vor:
prod/orders/order_box.html.twig
-
+
order-manager::order-list: last-month
- order-manager::order-list: last-month
+ Letzten Monat
prod/orders/order_box.html.twig
-
+
order-manager::order-list: last-week
- order-manager::order-list: last-week
+ Letzte Woche
prod/orders/order_box.html.twig
-
+
order-manager::order-list: no-filter
- order-manager::order-list: no-filter
+ Kein Filter
prod/orders/order_box.html.twig
prod/orders/order_box.html.twig
-
+
order-manager::order-list: no-result
- order-manager::order-list: no-result
+ Keine Bestellung im Moment sichtbar
prod/orders/order_box.html.twig
prod/orders/order_box.html.twig
-
+
order-manager::order-list: order-id
- order-manager::order-list: order-id
+ Bestellung Nummer
prod/orders/order_item.html.twig
prod/orders/order_item.html.twig
prod/orders/order_box.html.twig
prod/orders/order_box.html.twig
-
+
order-manager::order-list: pending
- order-manager::order-list: pending
+ Bestellung zu verarbeiten
prod/orders/order_box.html.twig
-
+
order-manager::order-list: processed
- order-manager::order-list: processed
+ Verarbeitet
prod/orders/order_box.html.twig
-
+
order-manager::order-list: this-week
- order-manager::order-list: this-week
+ Diese Woche
prod/orders/order_box.html.twig
-
+
order-manager::order-list: treated-documents
- order-manager::order-list: treated-documents
+ Verarbeitete(r) Datensatz(¨e)
prod/orders/order_item.html.twig
prod/orders/order_box.html.twig
prod/orders/order_box.html.twig
@@ -10581,17 +10600,17 @@
panier:: ordre Validation ascendante
gut bewertet
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
panier:: ordre Validation descendante
weniger gut bewertet
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
panier:: ordre du panier
Sammelkorb Reihenfolge
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
panier:: renommer le panier
@@ -10616,7 +10635,7 @@
paniers:: panier recu de %pusher%
Sammelkorb von %pusher% bekommen
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
paniers::Vous etes sur le point de supprimer ce panier. Cette action est irreversible. Souhaitez-vous continuer ?
@@ -10639,9 +10658,9 @@
pro Monat
web/admin/editusers_quotas.html.twig
-
+
personalize logo
- personalize logo
+ Logo anpassen
Form/Configuration/PersonalisationLogoFormType.php
@@ -10705,9 +10724,14 @@
web/common/menubar.html.twig
web/common/menubar.html.twig
-
+
+ phraseanet:: basket feedback
+ Sammelkorb Feedback
+ prod/actions/printer_default.html.twig
+
+
phraseanet:: baskets
- phraseanet:: baskets
+ Sammelkörbe
web/prod/tab_headers.html.twig
@@ -10782,7 +10806,7 @@
phraseanet:: preview
Voransicht
prod/actions/edit_default.html.twig
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
phraseanet:: propositions
@@ -10910,7 +10934,7 @@
phraseanet::erreur: Une erreur est survenue, si ce probleme persiste, contactez le support technique
- Leider ist ein Fehler aufgetreten. Sollte sich dieser Fehler wiederholen kontaktieren Sie bitte den Administrator
+ Leider ist ein Fehler aufgetreten. Sollte sich dieser Fehler wiederholen, kontaktieren Sie bitte den Administrator
Controller/Prod/LanguageController.php
web/admin/index.html.twig
@@ -10970,7 +10994,7 @@
phraseanet::recherche avancee
- erweiterte Suche
+ Erweiterte Suche
Controller/Prod/LanguageController.php
@@ -11016,12 +11040,12 @@
phraseanet::time:: a
zu
- web/prod/index.html.twig
+ web/prod/index.html.twig
phraseanet::time:: de
von
- web/prod/index.html.twig
+ web/prod/index.html.twig
phraseanet::type:: audios
@@ -11067,17 +11091,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
@@ -11097,23 +11121,23 @@
prod/preview/result_train_options.html.twig
prod/preview/feed_train.html.twig
-
+
preview::date
- preview::date
+ Datum
prod/preview/popularity.html.twig
prod/preview/popularity.html.twig
prod/preview/popularity.html.twig
prod/preview/popularity.html.twig
-
+
preview::downloads
- preview::downloads
+ Anzahl von Downloads
prod/preview/popularity.html.twig
prod/preview/popularity.html.twig
preview::statistiques de telechargement
- Herunterladen Statistiken
+ Download Statistiken
prod/preview/popularity.html.twig
@@ -11121,9 +11145,9 @@
Ansicht Statistiken
prod/preview/popularity.html.twig
-
+
preview::visualisation
- preview::visualisation
+ Anzahl von Ansichten
prod/preview/popularity.html.twig
prod/preview/popularity.html.twig
@@ -11134,40 +11158,135 @@
prod/Share/record.html.twig
prod/Share/record.html.twig
-
+
+ print:: basket feedback
+ print:: basket feedback
+ prod/actions/printer_default.html.twig
+
+
+ print:: basket feedback only
+ print:: basket feedback only
+ prod/actions/printer_default.html.twig
+
+
print:: description
- print:: description
- prod/actions/printer_default.html.twig
+ Bildunterschrift
+ prod/actions/printer_default.html.twig
print:: image de choix et description
Voransicht und Bildunterschrift
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
print:: image de choix et description avec planche contact
Voransicht und Bildunterschrift mit Mosaikansicht
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
print:: image de choix seulement
Voransicht
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
print:: imagette
Miniaturansicht
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
print:: liste d'imagettes
Miniaturansichten Liste
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
print:: planche contact (mosaique)
Mosaikansicht
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
+
+
+ print_feedback:: Document generated on :
+ print_feedback:: Document generated on :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback active
+ Feedback ist aktiviert
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback expired
+ Feedback ist abgelaufen
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback expiring on :
+ print_feedback:: Feedback expiring on :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback initiated by :
+ print_feedback:: Feedback initiated by :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback initiated on :
+ print_feedback:: Feedback initiated on :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback on basket %name%
+ Feedback auf Sammelkorb %name%
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Non
+ Nein
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Oui
+ Ja
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Participants :
+ Teilnehmer :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Votes :
+ Zustimmung :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: base name:
+ print_feedback:: base name:
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: document Uuid:
+ print_feedback:: document Uuid:
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: non voté
+ unausgedrückt
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: originale filename:
+ print_feedback:: originale filename:
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: record id:
+ print_feedback:: record id:
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: record title:
+ print_feedback:: record title:
+ Out/Module/PDFRecords.php
prive
@@ -11184,7 +11303,7 @@
processing
verarbeitend
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
actions/Tools/index.html.twig
@@ -11201,12 +11320,12 @@
prod::advancesearch:tooltips:datefield_restriction_explanation
Suchergebnisse auf Datum beschränken
- web/prod/index.html.twig
+ web/prod/index.html.twig
-
+
prod::advancesearch:tooltips:field_restriction_explanation
- prod::advancesearch:tooltips:field_restriction_explanation
- web/prod/index.html.twig
+ Suchen Sie den Inhalt der Felder
+ web/prod/index.html.twig
prod::collection deplacer egalement les documents rattaches a ce(s) regroupement(s)
@@ -11220,18 +11339,18 @@
prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler'
- heterogene Werte, bitte wählen Sie "ersetzen", "hinzufügen" oder "abbrechen"
+ Heterogene Werte, bitte wählen Sie "ersetzen", "hinzufügen" oder "abbrechen"
Controller/Prod/LanguageController.php
prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants
%not_actionable% Dokumente können nicht bearbeitet werden, da Sie keine Rechte darauf haben
- prod/actions/edit_default.html.twig
+ prod/actions/edit_default.html.twig
prod::editing: 1 document ne peut etre edite car vos droits sont induffisants
Keine Bearbeitung möglich. Sie haben keinen Zugriff auf die Dokumente
- prod/actions/edit_default.html.twig
+ prod/actions/edit_default.html.twig
prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants
@@ -11326,17 +11445,27 @@
prod::facet:base_label
Datenbanken
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
prod::facet:collection_label
Kollektionen
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
prod::facet:doctype_label
Dokumenttyp
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
+
+
+ prod::feedback:feedback_set_title
+ prod::feedback:feedback_set_title
+ prod/templates/push.html.twig
+
+
+ prod::push:push_set_title
+ prod::push:push_set_title
+ prod/templates/push.html.twig
prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee.
@@ -11355,7 +11484,7 @@
prod::thesaurusTab:cmenu:Remplacer par...
- ersetzen durch
+ Ersetzen durch
web/prod/index.html.twig
@@ -11455,13 +11584,13 @@
prod::thesaurusTab:wizard:remplacer par le terme
- ersetzen durch den Begriff
+ Durch den Begriff ersetzen
web/prod/tab_thesaurus.html.twig
-
+
prod::toolbar : video editor
- prod::toolbar : video editor
- web/prod/toolbar.html.twig
+ Video Tools
+ web/prod/toolbar.html.twig
prod::tools: document
@@ -11489,54 +11618,54 @@
Datensatz (¨e) In den Papierkorb verschieben
Controller/Prod/LanguageController.php
-
+
prod:edit: chapters
- prod:edit: chapters
- Controller/Prod/LanguageController.php
-
-
- prod:edit: no overlaps for chapters
- prod:edit: no overlaps for chapters
+ Kapitel Bearbeitung
Controller/Prod/LanguageController.php
-
- prod:edit: only a media of type video can be edited
- prod:edit: only a media of type video can be edited
- Controller/Prod/LanguageController.php
-
-
- prod:edit: suggested_values
- prod:edit: suggested_values
+
+ prod:edit: no overlaps for chapters
+ Keine Überschneidung für die Kapitel
Controller/Prod/LanguageController.php
-
- prod:edit: video-editor
- prod:edit: video-editor
- Controller/Prod/LanguageController.php
+
+ prod:edit: only a media of type video can be edited
+ Nur eine Video kann bearbeitet sein
+ Controller/Prod/LanguageController.php
-
- prod:mapboxgl: description notice
- prod:mapboxgl: description notice
- Controller/Prod/LanguageController.php
-
-
- prod:mapboxgl: title map dialog
- prod:mapboxgl: title map dialog
- Controller/Prod/LanguageController.php
-
-
- prod:mapboxgl: title notice
- prod:mapboxgl: title notice
+
+ prod:edit: suggested_values
+ Vorgeschlagene Werte
Controller/Prod/LanguageController.php
-
- prod:push: create new user
- prod:push: create new user
+
+ prod:edit: video-editor
+ Video Tools
+ Controller/Prod/LanguageController.php
+
+
+ prod:mapboxgl: description notice
+ Machen Sie einen Rechtsklick, um einen Suchbereich zu hinzufügen. Klicken Sie auf den Bereich zu entfernen. Benutzen Sie den Griff, um die Grösse zu ändern oder den Bereich zu verschieben. Es ist auch möglich, mehrere Suchbereiche auszuwählen.
+ Controller/Prod/LanguageController.php
+
+
+ prod:mapboxgl: title map dialog
+ Lokalisierung Suche
Controller/Prod/LanguageController.php
-
+
+ prod:mapboxgl: title notice
+ Suchbereiche Funktionen
+ Controller/Prod/LanguageController.php
+
+
+ prod:push: create new user
+ Einen neuen Benutzer erstellen
+ Controller/Prod/LanguageController.php
+
+
prod:push: delete selection
- prod:push: delete selection
+ Auswahl entfernen
prod/actions/Push.html.twig
@@ -11574,8 +11703,8 @@
publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications.
Hier finden Sie Ihr eigenes RSS Feed. Dank des RSS werden Sie über neue Veröffentlichungen automatisch informiert
- Controller/Prod/FeedController.php
- Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
publications:: s'abonner aux publications
@@ -11585,15 +11714,15 @@
publications::Ne le partagez pas, il est strictement confidentiel
- Dieses RSS nicht weiterleiten - es istvertraulich
- Controller/Prod/FeedController.php
- Controller/Prod/FeedController.php
+ Dieses RSS nicht weiterleiten - es ist vertraulich
+ Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
publications::votre rss personnel
Ihr eigenes RSS
- Controller/Prod/FeedController.php
- Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
push::mail:: Rapport de validation de %user% pour %title%
@@ -11613,16 +11742,16 @@
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
+ Diese Hilfe nicht mehr anzeigen
+ web/prod/index.html.twig
rafraichir
- aktualisieren
+ Aktualisieren
prod/WorkZone/Story.html.twig
prod/WorkZone/Macros.html.twig
prod/WorkZone/Basket.html.twig
@@ -11687,17 +11816,17 @@
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
@@ -11719,16 +11848,16 @@
reponses:: taille des images :
Miniaturansichtengrösse
- web/prod/index.html.twig
+ web/prod/index.html.twig
reponses::document sans titre
ohne Titel
classes/record/adapter.php
-
+
report:: 1 - Periode
- Zeit
+ Zeit
web/report/form_date_and_base.html.twig
@@ -11741,9 +11870,9 @@
Kollektionen
web/report/form_date_and_base.html.twig
-
+
report:: 3 - Type de report
- Bericht Typ
+ Bericht Typ
web/report/report_layout_child.html.twig
web/report/report_layout_child.html.twig
@@ -11771,12 +11900,12 @@
report:: Detail des connexions
- Verbindungsdetails
+ Verbindungs-Detail
module/report/activity.php
report:: Detail des telechargements
- Downloaddetails
+ Download Detail
module/report/activity.php
@@ -11860,7 +11989,7 @@
report:: document ajoute
- hinzugefügte Dokumente
+ Hinzugefügte Dokumente
module/report/add.php
@@ -11937,7 +12066,7 @@
report:: pays
- Staat
+ Land
classes/module/report.php
@@ -12011,7 +12140,7 @@
report:: type
- Bildschirmtyp
+ Typ
classes/module/report.php
@@ -12026,7 +12155,7 @@
report:: validated documents
- Bestätigte Dokumente
+ Validierte Dokumente
module/report/validate.php
@@ -12048,7 +12177,7 @@
report::Demande de validation vers %n_user% utilisateurs depuis lapplication box %appbox%
- Validierung Abfrage zu %n_user% Benutzer ab ApplicationBox %appbox%
+ Feedback Abfrage zu %n_user% Benutzer ab ApplicationBox %appbox%
prod/preview/short_history.html.twig
@@ -12173,20 +12302,20 @@
90° im Uhrzeigersinn drehen
actions/Tools/index.html.twig
-
+
same UUID
- same UUID
- Border/Checker/UUID.php
+ dieselbe UUID
+ Border/Checker/UUID.php
-
+
same checksum
- same checksum
- Border/Checker/Sha256.php
+ gleiche Prüfsumme
+ Border/Checker/Sha256.php
-
+
same filename
- same filename
- Border/Checker/Filename.php
+ gleiche Dateiname
+ Border/Checker/Filename.php
scheduled status
@@ -12200,7 +12329,7 @@
select at least one user
- Einen user auswählen
+ Einen Benutzer auswählen
web/admin/users.html.twig
@@ -12220,7 +12349,7 @@
setup:: Reinitialisation des droits admins
- die Rechte von Administratoren zurücksetzen
+ Administratoren Rechte zurücksetzen
web/admin/dashboard.html.twig
@@ -12400,9 +12529,9 @@
Archivierung zur Datenbank/Kollektion
task-manager/task-editor/archive.html.twig
-
+
task::archive:copier les fichiers '.phrasea.xml' et '.grouping.xml' dans _archived
- Copy '.phrasea.xml' and 'groupin.xml' files to _archive
+ Copy '.phrasea.xml' and 'groupin.xml' files to _archive
task-manager/task-editor/archive.html.twig
@@ -12726,7 +12855,7 @@
thesaurus:: est candidat en provenance des champs mais ne peut etre accepte a cet emplacement du thesaurus
- ist ein möglicher Begriff aus Felder Ursprung aber kann nicht in diesem Ort des Thesaurus akzeptiert werden
+ ist ein möglicher Begriff aus Felder Ursprung, aber kann an dieser Stelle im Thesaurus nicht akzeptiert werden
web/thesaurus/new-term.html.twig
@@ -12909,7 +13038,7 @@
thesaurus:: recherche fulltext
- volltext
+ volltext Suche
web/thesaurus/export-topics-dialog.html.twig
@@ -12930,7 +13059,7 @@
thesaurus:: reindexer la base apres l'import
- wieder indexieren nach dem Import
+ nach dem Import wieder indexieren
web/thesaurus/import-dialog.html.twig
@@ -13067,7 +13196,7 @@
thumbnail validation
Miniaturansicht Bestätigung
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
actions/Tools/index.html.twig
@@ -13100,10 +13229,10 @@
Ihre Version ist aktuell
web/admin/databases.html.twig
-
+
updated_on
- updated_on
- web/prod/index.html.twig
+ aktualisiert am
+ web/prod/index.html.twig
upload:: Destination (collection) :
@@ -13116,7 +13245,7 @@
Status
prod/upload/upload.html.twig
prod/upload/upload-flash.html.twig
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
users rights have been reseted
@@ -13126,7 +13255,7 @@
validate
bestätigen
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
actions/Tools/index.html.twig
actions/Tools/index.html.twig
actions/Tools/index.html.twig
@@ -13135,24 +13264,24 @@
validation:: NON
Nein
- mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/basket_element.html.twig
web/lightbox/agreement_box.html.twig
validation:: OUI
Ja
- mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/basket_element.html.twig
web/lightbox/agreement_box.html.twig
validation:: editer ma note
mein Kommentar verändern
- mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/basket_element.html.twig
validation:: note
Kommentare
- mobile/lightbox/sc_note.html.twig
+ mobile/lightbox/sc_note.html.twig
validation:: votre note
@@ -13162,8 +13291,8 @@
validation::envoyer mon rapport
Meinen Bericht senden
- mobile/lightbox/validate.html.twig
- mobile/lightbox/validate.html.twig
+ mobile/lightbox/validate.html.twig
+ mobile/lightbox/validate.html.twig
web/lightbox/basket_options.html.twig
web/lightbox/basket_options.html.twig
@@ -13183,9 +13312,9 @@
web/admin/subdefs.html.twig
task-manager/task-editor/subdefs.html.twig
-
+
video range extractor
- video range extractor
+ Kapitelunterteilung
actions/Tools/videoEditor.html.twig
diff --git a/resources/locales/messages.en.xlf b/resources/locales/messages.en.xlf
index 2bdfd5b0cd..c2953c6259 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/Login/PhraseaAuthenticationForm.php
Form/Configuration/EmailFormType.php
@@ -24,7 +24,7 @@
url through a forwarded mail for example.
Check the force authentication checkbox to constrain users to authenticate to access content of Push and Feedbacks. This feature can avoid divulging connection parameters contained in given links in e-mails notifications.
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
{0} No results|{1} Result|]1,Inf[ Results
@@ -117,9 +117,9 @@
%basket_length% documents
%basket_length% document(s)
- mobile/lightbox/validate.html.twig
- web/lightbox/index.html.twig
- web/lightbox/index.html.twig
+ mobile/lightbox/validate.html.twig
+ web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
%countable% documents can not be modified.
@@ -278,7 +278,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.
@@ -383,17 +383,17 @@
(validation) a envoyer
Feedback request to send
- web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
(validation) envoyee
Feedback request sent.
- web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
(validation) session terminee
Feedback session ended.
- web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
*Phraseanet Navigator* is a smartphone application that allow user to connect on this instance
@@ -474,22 +474,22 @@
A file with the same UUID already exists in database
A file with the same UUID already exists in the database
- Border/Checker/UUID.php
+ Border/Checker/UUID.php
A file with the same checksum already exists in database
A file with the same checksum already exists in the database
- Border/Checker/Sha256.php
+ Border/Checker/Sha256.php
A file with the same filename already exists in database
A file with the same filename already exists in the database
- Border/Checker/Filename.php
+ Border/Checker/Filename.php
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
@@ -617,7 +617,7 @@
Accuse de reception
Acknowledge receipt
Controller/Prod/LanguageController.php
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
Accuse de reception indisponible, vous n'avez pas declare d'adresse email
@@ -627,7 +627,7 @@
Action Forbidden : You are not the publisher
Forbidden: You are not the publisher
- Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
Actions
@@ -642,7 +642,7 @@
Activate highlight
Activate highlight on full text (experimental). Impact the time performance of search.
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
@@ -676,9 +676,9 @@
Add
Add
prod/actions/Push.html.twig
- prod/upload/lazaret.html.twig
- prod/upload/lazaret.html.twig
- prod/User/Add.html.twig
+ prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
+ prod/User/Add.html.twig
Add a
@@ -777,37 +777,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 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
+ Aggregated
+ admin/search-engine/general-aggregation.html.twig
Aggregation
@@ -817,7 +822,7 @@
Aide
Help
- web/prod/index.html.twig
+ web/prod/index.html.twig
Aide sur les expressions regulieres
@@ -869,12 +874,7 @@
All these conditions
All these conditions
- web/prod/index.html.twig
-
-
- All values
- All values
- admin/fields/templates.html.twig
+ web/prod/index.html.twig
Aller a
@@ -939,14 +939,14 @@
Alphabetic asc
Alphabetic asc
- 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
Alphabetic desc
Alphabetic desc
- web/prod/index.html.twig
+ web/prod/index.html.twig
Also delete records that rely on groupings.
@@ -992,9 +992,9 @@
admin/collection/suggested_value.html.twig
task-manager/task-editor/task.html.twig
-
+
An error occured when wanting to change status!
- An error occured when wanting to change status!
+ An error occured when wanting to change status!
Controller/Prod/LazaretController.php
@@ -1033,9 +1033,10 @@
An error occurred
Order/Controller/ProdOrderController.php
Controller/Admin/DataboxController.php
- Controller/Admin/SearchEngineController.php
+ Controller/Admin/SearchEngineController.php
Controller/Admin/CollectionController.php
Controller/Prod/BasketController.php
+ Controller/Api/V3Controller.php
Controller/Api/V1Controller.php
Controller/Api/V1Controller.php
web/admin/statusbit.html.twig
@@ -1068,7 +1069,7 @@
Aperture
Aperture
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
web/common/technical_datas.html.twig
@@ -1156,8 +1157,8 @@
Archive
Archive
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
Are you sure you want delete users rights ?
@@ -1281,7 +1282,7 @@
Audio Samplerate
Audio Samplerate
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Audio channel
@@ -1291,7 +1292,7 @@
Audio codec
Audio codec
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
AudioSamplerate
@@ -1395,10 +1396,10 @@
Back
Previous
- mobile/lightbox/basket_element.html.twig
- mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
+ mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
mobile/lightbox/validate.html.twig
@@ -1451,6 +1452,11 @@
Dabase succesfully emptied
Controller/Admin/DataboxController.php
+
+ Basket
+ Basket
+ prod/WorkZone/Macros.html.twig
+
Basket created
Basket created
@@ -1549,7 +1555,7 @@
By field
By field
- web/prod/index.html.twig
+ web/prod/index.html.twig
CHAMPS
@@ -1559,7 +1565,7 @@
Camera Model
Camera model
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
web/common/technical_datas.html.twig
@@ -1569,7 +1575,7 @@
prod/actions/delete_records_confirm.html.twig
actions/Property/type.html.twig
actions/Property/index.html.twig
- prod/User/Add.html.twig
+ prod/User/Add.html.twig
task-manager/task-editor/task.html.twig
user/import/view.html.twig
admin/fields/templates.html.twig
@@ -1761,11 +1767,6 @@
Enable filename choice option when downloading
Form/Configuration/ActionsFormType.php
-
- City
- City
- prod/User/Add.html.twig
-
Civility
Title
@@ -1823,7 +1824,7 @@
Collection
Collection
prod/Story/Create.html.twig
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
admin/databox/details.html.twig
@@ -1840,7 +1841,7 @@
Collection order
Collection order
- web/prod/index.html.twig
+ web/prod/index.html.twig
Color Depth
@@ -1855,7 +1856,7 @@
Colorspace
Colorspace
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Commande
@@ -1911,7 +1912,7 @@
Configuration
Configuration
- web/prod/index.html.twig
+ web/prod/index.html.twig
Confirm new email address
@@ -1967,7 +1968,7 @@
Contains
Contains
- web/prod/index.html.twig
+ web/prod/index.html.twig
Continuer ?
@@ -1981,7 +1982,7 @@
Contributor
- Contributor
+ Contribute
prod/actions/Push.html.twig
@@ -2022,7 +2023,7 @@
Couleur de selection
Selection color
- web/prod/index.html.twig
+ web/prod/index.html.twig
Country
@@ -2043,7 +2044,7 @@
Create index
Create index
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
Creation date
@@ -2133,7 +2134,7 @@
errors
Current configuration contains some
errors
- admin/fields/templates.html.twig
+ admin/fields/templates.html.twig
Current operations cannot be executed because the site is temporarily in maintenance mode. Wait a few minutes and try your request again
@@ -2231,12 +2232,12 @@
Date
Date
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
Date Added
Date added
- web/prod/index.html.twig
+ web/prod/index.html.twig
Date Creation
@@ -2246,7 +2247,7 @@
Date Updated
Date Updated
- web/prod/index.html.twig
+ web/prod/index.html.twig
Date de connexion
@@ -2275,7 +2276,7 @@
Date(s) from field(s)
Date(s) from field(s)
- web/prod/index.html.twig
+ web/prod/index.html.twig
De
@@ -2303,7 +2304,7 @@
Deconnexion
Logout
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
Decouvrez la documentation
@@ -2353,7 +2354,7 @@
Defined by admin
Defined by admin
- web/prod/index.html.twig
+ web/prod/index.html.twig
Defined in Apache configuration
@@ -2373,8 +2374,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
@@ -2531,7 +2532,7 @@
Display technical data
Display technical data
- web/prod/index.html.twig
+ web/prod/index.html.twig
Display thumbnails
@@ -2541,7 +2542,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
@@ -2641,7 +2642,7 @@
Drop index
Drop index
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
Duree
@@ -2749,19 +2750,19 @@
ElasticSearch index name
ElasticSearch index name
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
ElasticSearch server host
ElasticSearch server host
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
ElasticSearch service port
ElasticSearch service port
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
@@ -2972,7 +2973,7 @@
End Range
End Range
- Controller/Prod/LanguageController.php
+ Controller/Prod/LanguageController.php
End session activity
@@ -3012,7 +3013,7 @@
Equals
Equals
- web/prod/index.html.twig
+ web/prod/index.html.twig
Erreur
@@ -3155,7 +3156,7 @@
Ex : Paris, bleu, montagne
Ex : Paris, blue, mountain
- web/prod/index.html.twig
+ web/prod/index.html.twig
Executables externes
@@ -3174,10 +3175,10 @@
Controller/Prod/DoDownloadController.php
Controller/Prod/LanguageController.php
-
+
Export ranges
- Export ranges
- Controller/Prod/LanguageController.php
+ Export ranges
+ Controller/Prod/LanguageController.php
Export saved in the waiting queue
@@ -3214,9 +3215,9 @@
Feedback
Controller/Prod/LanguageController.php
prod/WorkZone/Story.html.twig
+ prod/WorkZone/Macros.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
Feeds
@@ -3305,7 +3306,7 @@
Filename
File Name
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
Fils disponibles
@@ -3344,7 +3345,7 @@
FlashFired
FlashFired
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Flatten layers
@@ -3360,7 +3361,7 @@
Force authentication
Force authentication
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
Force sending of the document ?
@@ -3403,7 +3404,7 @@
FrameRate
FrameRate
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Frequence d'echantillonage
@@ -3435,9 +3436,9 @@
General settings
web/admin/dashboard.html.twig
-
+
Generate-cterms
- Generate-cterms
+ Generate candidate terms
admin/fields/templates.html.twig
@@ -3489,7 +3490,7 @@
Get setting form index
Get setting form index
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
Gives the option to your application to communicate with Phraseanet. This webhook can be used to trigger some actions on your application side.
@@ -3499,22 +3500,22 @@
Go 1 frame backward
Go 1 frame backward
- Controller/Prod/LanguageController.php
+ Controller/Prod/LanguageController.php
Go 1 frame forward
Go 1 frame forward
- Controller/Prod/LanguageController.php
+ Controller/Prod/LanguageController.php
Go to end point
Go to end point
- Controller/Prod/LanguageController.php
+ Controller/Prod/LanguageController.php
Go to start point
Go to start point
- Controller/Prod/LanguageController.php
+ Controller/Prod/LanguageController.php
Good
@@ -3549,7 +3550,7 @@
Graphiste (preview au rollover)
Graphist (preview on thumbnail rollover)
- web/prod/index.html.twig
+ web/prod/index.html.twig
Great
@@ -3564,6 +3565,7 @@
Guest
Guest
+ mobile/common/menubar.html.twig
web/common/menubar.html.twig
web/common/menubar.html.twig
@@ -3577,14 +3579,14 @@
You must be authenticated to have the right to download.
web/common/dialog_export.html.twig
-
+
Gui-editable
- Gui-editable
+ Editable in Graphical interface (prod)
admin/fields/templates.html.twig
-
+
Gui-visible
- Gui-visible
+ Displayed in Graphical Interface
admin/fields/templates.html.twig
@@ -3617,7 +3619,7 @@
Home
Home
- mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/basket_element.html.twig
mobile/lightbox/feed.html.twig
mobile/lightbox/validate.html.twig
login/include/language-block.html.twig
@@ -3647,7 +3649,7 @@
ISO
ISO
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
ISO sensibility
@@ -3657,7 +3659,7 @@
Iconographe (description au rollover)
Iconograph (caption on thumbnail rollover)
- web/prod/index.html.twig
+ web/prod/index.html.twig
Id
@@ -3728,7 +3730,7 @@
In the answer grid
In the answer grid
- web/prod/index.html.twig
+ web/prod/index.html.twig
Include Business-fields in caption
@@ -3896,17 +3898,17 @@
L'utilisateur approuve ce document
User approves this document
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
L'utilisateur desapprouve ce document
User disapproves this document
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
L'utilisateur n'a pas encore donne son avis sur ce document
User hasn't decided yet
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
La connection vers le serveur distant est OK
@@ -3952,7 +3954,7 @@
Language
Language
- web/prod/index.html.twig
+ web/prod/index.html.twig
Last Name
@@ -3982,7 +3984,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
@@ -4089,7 +4091,7 @@
Les termes apparaissent dans le(s) champs
Word(s) from field(s)
- web/prod/index.html.twig
+ web/prod/index.html.twig
Light Value
@@ -4099,8 +4101,8 @@
Lightbox
Lightbox
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
Limite temporelle
@@ -4219,7 +4221,7 @@
Ma derniere question
My last query
- web/prod/index.html.twig
+ web/prod/index.html.twig
Mail line %line% is empty
@@ -4305,7 +4307,7 @@
Message
Message
Controller/Prod/LanguageController.php
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
Message automatique de Phraseanet
@@ -4325,7 +4327,7 @@
MimeType
MimeType
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Minimum number of letters before truncation
@@ -4376,7 +4378,7 @@
Mode de presentation
Display mode
- web/prod/index.html.twig
+ web/prod/index.html.twig
Modele de donnees
@@ -4415,20 +4417,20 @@
Move %countable% selected records to the chosen collection in the list.
prod/actions/collection_default.html.twig
-
+
Move down range
- Move down range
- Controller/Prod/LanguageController.php
+ Move down range
+ Controller/Prod/LanguageController.php
Move one record to the chosen collection in the list.
Move one record to the chosen collection in the list.
prod/actions/collection_default.html.twig
-
+
Move up range
- Move up range
- Controller/Prod/LanguageController.php
+ Move up range
+ Controller/Prod/LanguageController.php
Moves records
@@ -4669,7 +4671,7 @@
None of the selected records can be printed
None of the selected records can be printed
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
None of the selected records can be pushed.
@@ -4689,7 +4691,8 @@
Not aggregated
Not aggregated
- admin/fields/templates.html.twig
+ admin/search-engine/general-aggregation.html.twig
+ admin/fields/templates.html.twig
Notification par email
@@ -4755,13 +4758,13 @@
Number of replicas
Number of replicas
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
Number of shards
Number of shards
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
@@ -4786,9 +4789,9 @@
One document can not be modified.
prod/actions/collection_default.html.twig
-
+
One frame backward
- One frame backward
+ One frame backward
Controller/Prod/LanguageController.php
@@ -4799,7 +4802,7 @@
One of these conditions
One of these conditions
- web/prod/index.html.twig
+ web/prod/index.html.twig
Only %nbEditableDocuments% records can be modified.
@@ -4862,7 +4865,7 @@
Orientation
Orientation
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Original name
@@ -4891,18 +4894,18 @@
prod/upload/lazaret.html.twig
prod/upload/lazaret.html.twig
-
+
Pages
- Pages
+ Pages
actions/Feedback/ListsMacros.html.twig
Paniers
Baskets
- mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
web/account/account.html.twig
- web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
lightbox/IE6/validate.html.twig
web/lightbox/validate.html.twig
@@ -4940,9 +4943,9 @@
Past year
WorkZone/Browser/Browser.html.twig
-
+
Path
- Path
+ Path
web/admin/subdefs.html.twig
@@ -4950,11 +4953,6 @@
Pause
Controller/Prod/LanguageController.php
-
- Pays
- Country
- prod/User/Add.html.twig
-
Periodically fetches an FTP repository content locally
Periodically fetches a FTP repository content locally
@@ -5149,8 +5147,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
@@ -5165,12 +5163,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
@@ -5223,7 +5221,7 @@
Publications
Publications
- web/prod/index.html.twig
+ web/prod/index.html.twig
admin/publications/wrapper.html.twig
web/admin/tree.html.twig
web/common/menubar.html.twig
@@ -5249,6 +5247,7 @@
Push
eventsmanager/notify/push.php
Controller/Prod/LanguageController.php
+ prod/WorkZone/Macros.html.twig
Push configuration
@@ -5335,80 +5334,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 %number% jours pour valider %title% de %user%
@@ -5436,12 +5435,12 @@
Re-ordonner
Set order
prod/Baskets/Reorder.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
prod/Story/Reorder.html.twig
@@ -5533,7 +5532,7 @@
Rechercher dans un champ date
In a date field
- web/prod/index.html.twig
+ web/prod/index.html.twig
Recommendations
@@ -5624,7 +5623,7 @@
Relevance
Relevance
- web/prod/index.html.twig
+ web/prod/index.html.twig
Remember me
@@ -5642,10 +5641,10 @@
Media/Subdef/Image.php
Media/Subdef/Unknown.php
-
+
Remove current Range
- Remove current Range
- Controller/Prod/LanguageController.php
+ Remove current Range
+ Controller/Prod/LanguageController.php
Remove from basket
@@ -5858,9 +5857,9 @@
Row Password is missing. Script has stopped.
user/import/file.html.twig
-
+
Résultats des derniers envois effectués pour cette application
- Résultats des derniers envois effectués pour cette application
+ Last webhooks sent for this application
web/developers/application.html.twig
@@ -5903,7 +5902,7 @@
Save
actions/Feedback/list.html.twig
web/account/change-password.html.twig
- admin/search-engine/general-aggregation.html.twig
+ admin/search-engine/general-aggregation.html.twig
admin/search-engine/elastic-search.html.twig
task-manager/task-editor/task.html.twig
web/developers/application.html.twig
@@ -5915,6 +5914,11 @@
Save all changes
admin/fields/templates.html.twig
+
+ Save as VTT
+ Save chaptering
+ Controller/Prod/LanguageController.php
+
Save the list
Save the list
@@ -5959,6 +5963,7 @@
See
See
+ prod/WorkZone/Macros.html.twig
WorkZone/Browser/Browser.html.twig
@@ -5996,7 +6001,7 @@
Select a field
Select a field
- web/prod/index.html.twig
+ web/prod/index.html.twig
Select a list on the left and edit it !
@@ -6031,7 +6036,7 @@
Selected base(s)
Selected database(s) :
- web/prod/index.html.twig
+ web/prod/index.html.twig
Selected files
@@ -6165,7 +6170,7 @@
Shutter speed
Shutter speed
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
web/common/technical_datas.html.twig
@@ -6284,10 +6289,10 @@
admin/task-manager/templates.html.twig
admin/task-manager/templates.html.twig
-
+
Start Range
- Start Range
- Controller/Prod/LanguageController.php
+ Start Range
+ Controller/Prod/LanguageController.php
Start by creating one by using the "add" button on the left !
@@ -6308,7 +6313,7 @@
Status des documents a rechercher
Document status
- web/prod/index.html.twig
+ web/prod/index.html.twig
Status edition
@@ -6342,10 +6347,12 @@
Stories
Stories
Form/Configuration/SearchEngineFormType.php
+ prod/WorkZone/Macros.html.twig
Story Not Found
Story not found
+ Controller/Api/V3Controller.php
Controller/Api/V1Controller.php
@@ -6401,8 +6408,8 @@
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
@@ -6446,7 +6453,7 @@
Controller/Admin/CollectionController.php
Controller/Admin/CollectionController.php
Controller/Admin/CollectionController.php
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
web/admin/databases.html.twig
admin/collection/collection.html.twig
admin/collection/suggested_value.html.twig
@@ -6461,9 +6468,9 @@
Suggested values
admin/collection/suggested_value.html.twig
-
+
Suppr
- Suppr
+ Suppr
Controller/Prod/LanguageController.php
@@ -6726,7 +6733,7 @@
Theme
Skin
- web/prod/index.html.twig
+ web/prod/index.html.twig
There is no one to validate orders, please contact an administrator
@@ -6746,13 +6753,13 @@
Thesaurus Min score
Thesaurus Min score
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
Thesaurus branch
Thesaurus branch
- admin/fields/templates.html.twig
+ admin/fields/templates.html.twig
Thesaurus ou CTerms invalide
@@ -6819,7 +6826,7 @@
This user does not participate to the validation but is only viewer.
This user does not participate to the feedback request but is only viewer.
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
This user has no rights
@@ -6929,7 +6936,7 @@
Trier par
Sort by
- web/prod/index.html.twig
+ web/prod/index.html.twig
Try to extract embedded thumbnails
@@ -6953,8 +6960,8 @@
Type de documents
- Document(s) Type
- web/prod/index.html.twig
+ Document Type
+ web/prod/index.html.twig
Type nombre
@@ -7077,7 +7084,7 @@
Une question personnelle
The query
- web/prod/index.html.twig
+ web/prod/index.html.twig
Une selection
@@ -7169,7 +7176,7 @@
Uploaded by : %username%
Uploaded by: %username%
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
Use Google Chart API
@@ -7181,15 +7188,15 @@
Use a SMTP server
Form/Configuration/EmailFormType.php
-
+
Use an existing index
- Use an existing index
+ Use an existing index
web/setup/step2.html.twig
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
@@ -7246,10 +7253,10 @@
Controller/Prod/LanguageController.php
prod/templates/push.html.twig
prod/templates/push.html.twig
- prod/templates/push.html.twig
prod/templates/push.html.twig
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
prod/templates/push.html.twig
+ prod/templates/push.html.twig
User can see others choices
@@ -7328,8 +7335,8 @@
Validations
Feedbacks
- mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
web/lightbox/index.html.twig
lightbox/IE6/validate.html.twig
web/lightbox/validate.html.twig
@@ -7377,7 +7384,7 @@
Video codec
Video codec
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Videos
@@ -7398,18 +7405,18 @@
Vocabulary type
Vocabulary type
- admin/fields/templates.html.twig
+ admin/fields/templates.html.twig
Voici vos paniers
Your Basket(s)
- mobile/lightbox/index.html.twig
- web/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
+ web/lightbox/index.html.twig
Voici vos validations en cours
Your feedbacks in progress
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
web/lightbox/index.html.twig
@@ -7445,7 +7452,7 @@
Vous avez envoye une demande de validation de document sur ce panier
You have pushed this basket for a feedback request
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
Vous avez recu des documents
@@ -7564,7 +7571,7 @@
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 !
@@ -7665,8 +7672,8 @@
YYYY/MM/DD
YYYY/MM/DD
- web/prod/index.html.twig
- web/prod/index.html.twig
+ web/prod/index.html.twig
+ web/prod/index.html.twig
Yes
@@ -7974,7 +7981,7 @@
a propos
About
mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
action : ajouter au panier
@@ -7987,21 +7994,21 @@
action : bridge
Bridge
- web/prod/index.html.twig
+ web/prod/index.html.twig
action : collection
Move
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
action : editer
Edit
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
prod/preview/caption.html.twig
@@ -8009,12 +8016,12 @@
Export
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
prod/results/record.html.twig
prod/results/record.html.twig
prod/results/record.html.twig
prod/preview/tools.html.twig
- web/prod/index.html.twig
+ web/prod/index.html.twig
web/lightbox/feed.html.twig
lightbox/IE6/feed.html.twig
lightbox/IE6/validate.html.twig
@@ -8025,14 +8032,14 @@
Tools
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
action : print
Print
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
prod/results/record.html.twig
prod/results/record.html.twig
prod/results/record.html.twig
@@ -8043,31 +8050,29 @@
Publish
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
- web/prod/toolbar.html.twig
- web/prod/index.html.twig
+ web/prod/toolbar.html.twig
+ web/prod/index.html.twig
action : push
Push
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
action : status
Properties
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
action : supprimer
Delete
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- web/prod/toolbar.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ web/prod/toolbar.html.twig
action:: nouveau panier
@@ -8086,37 +8091,37 @@
action::Valider
Validate
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
action::detacher
Release from Basket zone
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
action::editer
Edit
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
action::exporter
Export
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
action::renommer
Rename
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
actual status
@@ -9030,9 +9035,9 @@
New User
web/admin/users.html.twig
-
+
admin::userlist: filterguestuser
- Show guest user.
+ Show guest user
web/admin/users.html.twig
@@ -9066,7 +9071,7 @@
alert
Warning
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
actions/Tools/index.html.twig
@@ -9131,15 +9136,15 @@
Re-index database now (regarding quantity of documents, this operation can last several hours)
admin/databox/databox.html.twig
-
+
basket:action:delete record form basket
- Delete form Basket
+ Delete record from basket
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
-
+
basket:action:delete record form database
- Delete form Database.
+ Delete record from database
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
@@ -9151,12 +9156,12 @@
boutton:: selectionner aucune base
None
- web/prod/index.html.twig
+ web/prod/index.html.twig
boutton:: selectionner toutes les bases
All
- web/prod/index.html.twig
+ web/prod/index.html.twig
boutton::ajouter
@@ -9287,7 +9292,7 @@
boutton::imprimer
Print
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
boutton::modifier
@@ -9461,7 +9466,7 @@
prod/actions/edit_default.html.twig
prod/actions/edit_default.html.twig
prod/Story/Reorder.html.twig
- web/prod/index.html.twig
+ web/prod/index.html.twig
web/thesaurus/export-text-dialog.html.twig
web/thesaurus/thesaurus.html.twig
web/thesaurus/import-dialog.html.twig
@@ -9587,7 +9592,7 @@
choisir
Select
- web/prod/index.html.twig
+ web/prod/index.html.twig
admin/databox/databox.html.twig
admin/collection/create.html.twig
@@ -9626,19 +9631,19 @@
Create new subview
web/admin/subdefs.html.twig
-
+
create_subdef_modal_access_class
- Access right:
+ Access right :
web/admin/subdefs.html.twig
-
+
create_subdef_modal_access_class_document
- "Documents" Right
+ "Documents" Right
web/admin/subdefs.html.twig
-
+
create_subdef_modal_access_class_no_restriction
- "Thumbnail" Right (No Restriction)
+ No Restriction (Hash protected)
web/admin/subdefs.html.twig
@@ -9651,14 +9656,14 @@
Presets
web/admin/subdefs.html.twig
-
+
create_subdef_modal_preview_mediatype
- Preview Media Type (mime type)
+ Preview Media Type (mime type) :
web/admin/subdefs.html.twig
-
+
create_subdef_modal_record_phraseanet_type
- Build subview for document Type:
+ Build subview for document Type :
web/admin/subdefs.html.twig
@@ -9669,7 +9674,7 @@
created_on
created on
- web/prod/index.html.twig
+ web/prod/index.html.twig
dans %category%
@@ -9700,7 +9705,7 @@
delete
Delete
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
descendant
@@ -9729,7 +9734,7 @@
edit
edit
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
web/account/account.html.twig
web/account/account.html.twig
web/account/account.html.twig
@@ -9809,7 +9814,7 @@
export:: erreur : aucun document selectionne
Error : no document selected
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
export:: telechargement
@@ -9940,29 +9945,25 @@
Modifications done
admin/databox/databox.html.twig
-
- generate_cterms
- generate_cterms
- admin/fields/templates.html.twig
+
+ help::help-search: OR
+ Or
+ prod/results/help.html.twig
-
- gui_editable
- gui_editable
- admin/fields/templates.html.twig
-
-
- gui_visible
- gui_visible
- admin/fields/templates.html.twig
+
+ help::help-search: relaunch search without filter
+ Remove all filters and relaunch search
+ prod/results/help.html.twig
+ web/prod/index.html.twig
help::help-section-bullet: check-spelling
Check that there are no misspellings or typing errors.
prod/results/help.html.twig
-
+
help::help-section-bullet: default-operator-between-terms
- help::help-section-bullet: default-operator-between-terms
+ Default operator between terms is AND, example : typing words “red“ “dog”, search "red AND dog" in same record
prod/results/help.html.twig
@@ -9980,10 +9981,9 @@
Remove advanced search filters.
prod/results/help.html.twig
-
+
help::help-section-bullet: search-in-a-specific-field
- To search in a specific field, use syntaxe "name of field: value", exemple: city:"Paris"
-See documentation for more examples https://docs.phraseanet.com
+ To search in a specific field, use syntax "name of field: value", for example: city:"Paris". You can also use the advanced search and read documentation for more examples: https://docs.phraseanet.com
prod/results/help.html.twig
@@ -10031,42 +10031,42 @@ See documentation for more examples https://docs.phraseanet.com
index::advance_search: disable-facet
Hide facets with 1 result (experimental)
- web/prod/index.html.twig
+ web/prod/index.html.twig
index::advance_search: facet
Facets Preferences
- web/prod/index.html.twig
+ web/prod/index.html.twig
index::advance_search: facet-order
Facets order
- web/prod/index.html.twig
+ web/prod/index.html.twig
index::advance_search: facet-tech-order
Default order
- web/prod/index.html.twig
+ web/prod/index.html.twig
index::advance_search: facet-values-order
Facets values order
- web/prod/index.html.twig
+ web/prod/index.html.twig
index::advance_search: hidden-facet-values-order
Hidden Facets
- web/prod/index.html.twig
+ web/prod/index.html.twig
index::advance_search: order-by-hits
Order by hits
- web/prod/index.html.twig
+ web/prod/index.html.twig
index:advanced-preferences:: use truncation
use truncation
- web/prod/index.html.twig
+ web/prod/index.html.twig
invite:: Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annulez
@@ -10090,7 +10090,7 @@ See documentation for more examples https://docs.phraseanet.com
language
- Language
+ Current language
login/include/language-block.html.twig
@@ -10098,18 +10098,38 @@ See documentation for more examples https://docs.phraseanet.com
Service will be available again in a few minutes
actions/Bridge/deactivated.html.twig
-
+
+ lightbox::See_less_feedback
+ See less feedback
+ web/lightbox/index.html.twig
+
+
+ lightbox::See_more_feedback
+ See more feedback
+ web/lightbox/index.html.twig
+
+
lightbox::list
- lightbox::list
- mobile/lightbox/validate.html.twig
+ Summary
+ mobile/lightbox/validate.html.twig
lightbox::recaptitulatif
Summary
- mobile/lightbox/validate.html.twig
+ mobile/lightbox/validate.html.twig
web/lightbox/agreement_box.html.twig
web/lightbox/validate.html.twig
+
+ lightbox::see_less_basket
+ See less baskets
+ web/lightbox/index.html.twig
+
+
+ lightbox::see_more_basket
+ See more baskets
+ web/lightbox/index.html.twig
+
login:: Changer mon adresse email
Change my e-mail
@@ -10128,6 +10148,7 @@ See documentation for more examples https://docs.phraseanet.com
login:: Mon compte
My account
+ mobile/common/menubar.html.twig
web/account/account.html.twig
web/common/menubar.html.twig
web/common/menubar.html.twig
@@ -10264,7 +10285,7 @@ See documentation for more examples https://docs.phraseanet.com
no image selected
No Document selected
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
actions/Tools/index.html.twig
@@ -10306,9 +10327,9 @@ See documentation for more examples https://docs.phraseanet.com
Your Order Of :
prod/orders/order_item.html.twig
-
+
order-manager::order-item: accepted-item
- accepted item
+ Accepted item(s)
prod/orders/order_item.html.twig
@@ -10398,9 +10419,9 @@ See documentation for more examples https://docs.phraseanet.com
prod/orders/order_item.html.twig
prod/orders/order_item.html.twig
-
+
order-manager::order-item: rejected-item
- rejected item
+ Rejected item(s)
prod/orders/order_item.html.twig
@@ -10415,9 +10436,9 @@ See documentation for more examples https://docs.phraseanet.com
Select All
prod/orders/order_item.html.twig
-
+
order-manager::order-item: selected-item
- selected item
+ Selected item(s)
prod/orders/order_item.html.twig
@@ -10582,17 +10603,17 @@ See documentation for more examples https://docs.phraseanet.com
panier:: ordre Validation ascendante
Most approved
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
panier:: ordre Validation descendante
Less approved
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
panier:: ordre du panier
Basket order
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
panier:: renommer le panier
@@ -10617,7 +10638,7 @@ See documentation for more examples https://docs.phraseanet.com
paniers:: panier recu de %pusher%
Basket received from %pusher%
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
paniers::Vous etes sur le point de supprimer ce panier. Cette action est irreversible. Souhaitez-vous continuer ?
@@ -10706,9 +10727,14 @@ See documentation for more examples https://docs.phraseanet.com
web/common/menubar.html.twig
web/common/menubar.html.twig
-
+
+ phraseanet:: basket feedback
+ Feedback report with caption
+ prod/actions/printer_default.html.twig
+
+
phraseanet:: baskets
- phraseanet:: baskets
+ Workzone tab
web/prod/tab_headers.html.twig
@@ -10783,7 +10809,7 @@ See documentation for more examples https://docs.phraseanet.com
phraseanet:: preview
Preview
prod/actions/edit_default.html.twig
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
phraseanet:: propositions
@@ -10929,9 +10955,9 @@ See documentation for more examples https://docs.phraseanet.com
Controller/Root/AccountController.php
Controller/Root/AccountController.php
-
+
phraseanet::error: failed to revoke some user access
- phraseanet::error: failed to revoke some user access
+ Failed to revoke some user access
Controller/Root/AccountController.php
@@ -11017,12 +11043,12 @@ See documentation for more examples https://docs.phraseanet.com
phraseanet::time:: a
To
- web/prod/index.html.twig
+ web/prod/index.html.twig
phraseanet::time:: de
From
- web/prod/index.html.twig
+ web/prod/index.html.twig
phraseanet::type:: audios
@@ -11068,17 +11094,17 @@ See documentation for more examples https://docs.phraseanet.com
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
@@ -11135,40 +11161,135 @@ See documentation for more examples https://docs.phraseanet.com
prod/Share/record.html.twig
prod/Share/record.html.twig
+
+ print:: basket feedback
+ Feedback report with caption
+ prod/actions/printer_default.html.twig
+
+
+ print:: basket feedback only
+ Feedback report
+ prod/actions/printer_default.html.twig
+
print:: description
- Description
- prod/actions/printer_default.html.twig
+ Caption only
+ prod/actions/printer_default.html.twig
print:: image de choix et description
Preview and caption
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
print:: image de choix et description avec planche contact
Preview, caption and thumbnails
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
print:: image de choix seulement
Preview
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
print:: imagette
Thumbnail
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
print:: liste d'imagettes
Thumbnail list
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
print:: planche contact (mosaique)
Thumbnails
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
+
+
+ print_feedback:: Document generated on :
+ Generated on :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback active
+ Feedback session still opened
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback expired
+ Feedback session closed
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback expiring on :
+ Feedback expiring on :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback initiated by :
+ Feedback initiated by :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback initiated on :
+ Feedback initiated on :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback on basket %name%
+ Feedback report on basket : %name%
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Non
+ No
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Oui
+ Yes
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Participants :
+ Participants list :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Votes :
+ Approvals :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: base name:
+ Base Name :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: document Uuid:
+ Document Unique Id :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: non voté
+ Unexpressed
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: originale filename:
+ Original file name :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: record id:
+ Record Id :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: record title:
+ Record Title :
+ Out/Module/PDFRecords.php
prive
@@ -11185,7 +11306,7 @@ See documentation for more examples https://docs.phraseanet.com
processing
Processing...
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
actions/Tools/index.html.twig
@@ -11202,12 +11323,12 @@ See documentation for more examples https://docs.phraseanet.com
prod::advancesearch:tooltips:datefield_restriction_explanation
Narrow the search results to dates
- web/prod/index.html.twig
+ web/prod/index.html.twig
-
+
prod::advancesearch:tooltips:field_restriction_explanation
- prod::advancesearch:tooltips:field_restriction_explanation
- web/prod/index.html.twig
+ Search content on a specific field
+ web/prod/index.html.twig
prod::collection deplacer egalement les documents rattaches a ce(s) regroupement(s)
@@ -11227,12 +11348,12 @@ See documentation for more examples https://docs.phraseanet.com
prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants
Your user rights do not allow you to edit %not_actionable% documents from selection
- prod/actions/edit_default.html.twig
+ prod/actions/edit_default.html.twig
prod::editing: 1 document ne peut etre edite car vos droits sont induffisants
You do not have the required permissions to edit 1 document
- prod/actions/edit_default.html.twig
+ prod/actions/edit_default.html.twig
prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants
@@ -11327,17 +11448,27 @@ See documentation for more examples https://docs.phraseanet.com
prod::facet:base_label
Base
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
prod::facet:collection_label
Collection
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
prod::facet:doctype_label
Document type
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
+
+
+ prod::feedback:feedback_set_title
+ Feedback Title :
+ prod/templates/push.html.twig
+
+
+ prod::push:push_set_title
+ Name of Push Basket
+ prod/templates/push.html.twig
prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee.
@@ -11459,10 +11590,10 @@ See documentation for more examples https://docs.phraseanet.com
Replace with term ?
web/prod/tab_thesaurus.html.twig
-
+
prod::toolbar : video editor
- video tool
- web/prod/toolbar.html.twig
+ video tools
+ web/prod/toolbar.html.twig
prod::tools: document
@@ -11475,14 +11606,14 @@ See documentation for more examples https://docs.phraseanet.com
Also move to Trash the records that rely on stories
prod/actions/delete_records_confirm.html.twig
-
+
prod:app trash: record-delete
- record delete
+ record delete
prod/actions/delete_records_confirm.html.twig
-
+
prod:app trash: record-move-to-trash
- move record to trash
+ move record to trash
prod/actions/delete_records_confirm.html.twig
@@ -11490,29 +11621,29 @@ See documentation for more examples https://docs.phraseanet.com
prod:app trash: title-trash
Controller/Prod/LanguageController.php
-
+
prod:edit: chapters
- Edit chapters
- Controller/Prod/LanguageController.php
-
-
- prod:edit: no overlaps for chapters
- No overlaps for chapters
+ Edit chapters
Controller/Prod/LanguageController.php
-
+
+ prod:edit: no overlaps for chapters
+ No overlap for chapters
+ Controller/Prod/LanguageController.php
+
+
prod:edit: only a media of type video can be edited
- Only a media of type video can be edited
- Controller/Prod/LanguageController.php
+ Only video type record can be edited
+ Controller/Prod/LanguageController.php
prod:edit: suggested_values
Suggested values
- Controller/Prod/LanguageController.php
+ Controller/Prod/LanguageController.php
-
+
prod:edit: video-editor
- Video tools
+ Video tools
Controller/Prod/LanguageController.php
@@ -11521,26 +11652,26 @@ See documentation for more examples https://docs.phraseanet.com
Click on the zone to delete.
Use grip for resize or move the area.
It is possible to place several search areas
- Controller/Prod/LanguageController.php
-
-
- prod:mapboxgl: title map dialog
- Geographic Search
Controller/Prod/LanguageController.php
-
- prod:mapboxgl: title notice
- Geographic Search
- Controller/Prod/LanguageController.php
-
-
- prod:push: create new user
- prod:push: create new user
+
+ prod:mapboxgl: title map dialog
+ Geoloc Search
Controller/Prod/LanguageController.php
-
+
+ prod:mapboxgl: title notice
+ Help
+ Controller/Prod/LanguageController.php
+
+
+ prod:push: create new user
+ Create new user
+ Controller/Prod/LanguageController.php
+
+
prod:push: delete selection
- prod:push: delete selection
+ Delete Selection
prod/actions/Push.html.twig
@@ -11578,8 +11709,8 @@ It is possible to place several search areas
publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications.
This is your personnal rss flow, it will inform you about publications
- Controller/Prod/FeedController.php
- Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
publications:: s'abonner aux publications
@@ -11590,14 +11721,14 @@ It is possible to place several search areas
publications::Ne le partagez pas, il est strictement confidentiel
Don't share it, it's yours only
- Controller/Prod/FeedController.php
- Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
publications::votre rss personnel
Your own rss
- Controller/Prod/FeedController.php
- Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
push::mail:: Rapport de validation de %user% pour %title%
@@ -11617,12 +11748,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
@@ -11643,39 +11774,39 @@ It is possible to place several search areas
Recreate subviews
actions/Tools/index.html.twig
-
+
registration:collection.accepted
- registration:collection.accepted
+ Granted
web/account/access.html.twig
-
+
registration:collection.active
- registration:collection.active
+ Active
web/account/access.html.twig
-
+
registration:collection.in-time
- registration:collection.in-time
+ Access is time limited (active)
web/account/access.html.twig
-
+
registration:collection.out-dated
- registration:collection.out-dated
+ Out dated
web/account/access.html.twig
-
+
registration:collection.pending
- registration:collection.pending
+ Pending
web/account/access.html.twig
-
+
registration:collection.registrable
- registration:collection.registrable
+ Make a registration request
web/account/access.html.twig
-
+
registration:collection.rejected
- registration:collection.rejected
+ Request denied
web/account/access.html.twig
@@ -11691,17 +11822,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
@@ -11723,7 +11854,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
@@ -12180,17 +12311,17 @@ It is possible to place several search areas
same UUID
A file with the same UUID already exists in the database
- Border/Checker/UUID.php
+ Border/Checker/UUID.php
same checksum
A file with the same checksum already exists in the database
- Border/Checker/Sha256.php
+ Border/Checker/Sha256.php
same filename
A file with the same filename already exists in the database
- Border/Checker/Filename.php
+ Border/Checker/Filename.php
scheduled status
@@ -12257,9 +12388,9 @@ It is possible to place several search areas
E-mails send test
web/admin/dashboard.html.twig
-
+
setup::custom-link:add-link
- Add link
+ Add link
web/admin/setup.html.twig
@@ -12272,14 +12403,14 @@ It is possible to place several search areas
Show in language
web/admin/setup.html.twig
-
+
setup::custom-link:link-url
- Destination URL
+ Destination URL
web/admin/setup.html.twig
-
+
setup::custom-link:location
- setup::custom-link:location
+ Select a position
Form/Configuration/CustomLinkFormType.php
@@ -12287,15 +12418,15 @@ It is possible to place several search areas
Placement
web/admin/setup.html.twig
-
+
setup::custom-link:name-link
- Name of link
+ Name of link
Form/Configuration/CustomLinkFormType.php
web/admin/setup.html.twig
-
+
setup::custom-link:navigation-bar
- Navigation Bar
+ Navigation Bar
Form/Configuration/CustomLinkFormType.php
@@ -12303,14 +12434,14 @@ It is possible to place several search areas
Display order
web/admin/setup.html.twig
-
+
setup::custom-link:placeholder-link-url
- eg: https://docs.phraseanet.com
+ eg: https://docs.phraseanet.com
Form/Configuration/CustomLinkFormType.php
-
+
setup::custom-link:select-language
- Select Language
+ Select Language
Form/Configuration/CustomLinkFormType.php
@@ -13071,7 +13202,7 @@ It is possible to place several search areas
thumbnail validation
Confirm thumbnail
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
actions/Tools/index.html.twig
@@ -13107,7 +13238,7 @@ It is possible to place several search areas
updated_on
updated on
- web/prod/index.html.twig
+ web/prod/index.html.twig
upload:: Destination (collection) :
@@ -13120,7 +13251,7 @@ 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
users rights have been reseted
@@ -13130,7 +13261,7 @@ It is possible to place several search areas
validate
Validate
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
actions/Tools/index.html.twig
actions/Tools/index.html.twig
actions/Tools/index.html.twig
@@ -13139,24 +13270,24 @@ It is possible to place several search areas
validation:: NON
NO
- mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/basket_element.html.twig
web/lightbox/agreement_box.html.twig
validation:: OUI
YES
- mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/basket_element.html.twig
web/lightbox/agreement_box.html.twig
validation:: editer ma note
Modify my notes
- mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/basket_element.html.twig
validation:: note
Comments
- mobile/lightbox/sc_note.html.twig
+ mobile/lightbox/sc_note.html.twig
validation:: votre note
@@ -13166,8 +13297,8 @@ It is possible to place several search areas
validation::envoyer mon rapport
Send my feedback
- mobile/lightbox/validate.html.twig
- mobile/lightbox/validate.html.twig
+ mobile/lightbox/validate.html.twig
+ mobile/lightbox/validate.html.twig
web/lightbox/basket_options.html.twig
web/lightbox/basket_options.html.twig
@@ -13187,14 +13318,14 @@ It is possible to place several search areas
web/admin/subdefs.html.twig
task-manager/task-editor/subdefs.html.twig
-
+
video range extractor
- Video Chapter Editing
+ Video Chapter Editing
actions/Tools/videoEditor.html.twig
video tool
- Video Tools
+ Thumbnail Tools
actions/Tools/videoEditor.html.twig
diff --git a/resources/locales/messages.fr.xlf b/resources/locales/messages.fr.xlf
index 1eb4a7f0ca..3622aee413 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/Login/PhraseaAuthenticationForm.php
Form/Configuration/EmailFormType.php
@@ -23,8 +23,8 @@
This avoids anonymous users to access to the content of the push if they were able to get the display
url through a forwarded mail for example.
- L'option Forcer l'authentification des utilisateurs contraint les destinataires à s'authentifier pour accéder au contenu diffusé. Cela interdit l'accès aux documents à des personnes auprès desquels l'URL aurait été divulguée notamment par un transfert d'e-mail.
- prod/templates/push.html.twig
+ L'option "Forcer l'authentification des utilisateurs" contraint les destinataires à s'authentifier pour accéder au contenu diffusé. Cela interdit l'accès aux documents à des personnes auprès desquels l'URL aurait été divulguée, notamment par un transfert d'e-mail.
+ prod/templates/push.html.twig
{0} No results|{1} Result|]1,Inf[ Results
@@ -117,9 +117,9 @@
%basket_length% documents
%basket_length% documents
- mobile/lightbox/validate.html.twig
- web/lightbox/index.html.twig
- web/lightbox/index.html.twig
+ mobile/lightbox/validate.html.twig
+ web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
%countable% documents can not be modified.
@@ -277,8 +277,8 @@
%record_count% records match the unique identifier :
- %record_count% enregistrements correspondent à des identifiants uniques existants :
- prod/upload/lazaret.html.twig
+ %record_count% enregistrements correspondent à des identifiants uniques existants:
+ prod/upload/lazaret.html.twig
%s field has been created with success.
@@ -337,7 +337,7 @@
%user% s'est enregistre sur une ou plusieurs %before_link% scollections %after_link%
- %user% souhaite accéder à une ou plusieurs %before_link% scollections %after_link%
+ %user% souhaite accéder à une ou plusieurs %before_link% collections %after_link%
eventsmanager/notify/autoregister.php
@@ -383,17 +383,17 @@
(validation) a envoyer
Rapport de validation à envoyer
- web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
(validation) envoyee
Rapport de validation envoyé
- web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
(validation) session terminee
Session terminée
- web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
*Phraseanet Navigator* is a smartphone application that allow user to connect on this instance
@@ -474,22 +474,22 @@
A file with the same UUID already exists in database
Un fichier avec le même UUID existe déjà dans la base de données
- Border/Checker/UUID.php
+ Border/Checker/UUID.php
A file with the same checksum already exists in database
Un fichier avec la même somme de contrôle existe déjà dans la base de données
- Border/Checker/Sha256.php
+ Border/Checker/Sha256.php
A file with the same filename already exists in database
Un fichier avec le même nom existe déjà dans la base de données
- Border/Checker/Filename.php
+ Border/Checker/Filename.php
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
@@ -518,7 +518,7 @@
A value exceeds the maximum allowable length
- Le contenu saisi dépasse la quantité maximum de caractères autorisés
+ Le contenu saisi dépasse la quantité maximum de caractères autorisée
Bridge/Api/Youtube.php
@@ -531,9 +531,9 @@
Webhook API
TaskManager/Job/WebhookJob.php
-
+
AR
- AR
+ AR
Form/Configuration/CustomLinkFormType.php
@@ -617,17 +617,17 @@
Accuse de reception
Accusé de réception
Controller/Prod/LanguageController.php
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
Accuse de reception indisponible, vous n'avez pas declare d'adresse email
- Accusé de récéption indisponible ; vous n'avez pas déclaré d'adresse e-mail
+ Accusé de réception indisponible; vous n'avez pas déclaré d'adresse e-mail
web/common/dialog_export.html.twig
Action Forbidden : You are not the publisher
Action non autorisée: Vous n'êtes pas la personne qui a publié
- Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
Actions
@@ -642,7 +642,7 @@
Activate highlight
Activer le surlignage (beta). Impacte les performances de recherche
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
@@ -676,19 +676,19 @@
Add
Ajouter
prod/actions/Push.html.twig
- prod/upload/lazaret.html.twig
- prod/upload/lazaret.html.twig
- prod/User/Add.html.twig
+ prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
+ prod/User/Add.html.twig
-
+
Add a
new field
- Ajouter un champ
+ Ajouter un champ
admin/fields/templates.html.twig
-
+
Add a list
- Add a list
+ Ajouter une liste
actions/Feedback/lists-all.html.twig
@@ -696,9 +696,9 @@
Ajouter un nouveau champ
admin/fields/templates.html.twig
-
+
Add a position
- Ajouter un position
+ Ajouter une position
Controller/Prod/LanguageController.php
@@ -706,19 +706,19 @@
Ajouter un administrateur Phraseanet
web/admin/dashboard.html.twig
-
+
Add an end point
- Ajout point de sortie
+ Ajout point de sortie
Controller/Prod/LanguageController.php
-
+
Add an entry point
- Ajout point d'entré
+ Ajout point d'entrée
Controller/Prod/LanguageController.php
-
+
Add new range
- Nouveaux Chapitre
+ Nouveau Chapitre
Controller/Prod/LanguageController.php
@@ -763,50 +763,55 @@
web/prod/index.html.twig
web/prod/index.html.twig
-
+
Advanced mode
- Advanced mode
+ Mode avancé
actions/Feedback/list.html.twig
-
+
Advanced settings
- Réglages avancé
+ Réglages avancés
web/admin/subdefs.html.twig
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 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
+ Agrégé
+ admin/search-engine/general-aggregation.html.twig
Aggregation
@@ -816,7 +821,7 @@
Aide
Aide
- web/prod/index.html.twig
+ web/prod/index.html.twig
Aide sur les expressions regulieres
@@ -868,12 +873,7 @@
All these conditions
Toutes les conditions
- web/prod/index.html.twig
-
-
- All values
- Toutes les valeurs
- admin/fields/templates.html.twig
+ web/prod/index.html.twig
Aller a
@@ -935,17 +935,17 @@
Autoriser à faire des diffusions
web/admin/editusers.html.twig
-
+
Alphabetic asc
- Alphabétique asc
- web/prod/index.html.twig
- web/prod/index.html.twig
- web/prod/index.html.twig
+ Alphabétique asc
+ 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
+ Alphabétique desc
+ web/prod/index.html.twig
Also delete records that rely on groupings.
@@ -991,9 +991,9 @@
admin/collection/suggested_value.html.twig
task-manager/task-editor/task.html.twig
-
+
An error occured when wanting to change status!
- An error occured when wanting to change status!
+ Une erreur est survenue lors de la modification du status-bit!
Controller/Prod/LazaretController.php
@@ -1032,9 +1032,10 @@
Une erreur est survenue
Order/Controller/ProdOrderController.php
Controller/Admin/DataboxController.php
- Controller/Admin/SearchEngineController.php
+ Controller/Admin/SearchEngineController.php
Controller/Admin/CollectionController.php
Controller/Prod/BasketController.php
+ Controller/Api/V3Controller.php
Controller/Api/V1Controller.php
Controller/Api/V1Controller.php
web/admin/statusbit.html.twig
@@ -1067,7 +1068,7 @@
Aperture
Ouverture
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
web/common/technical_datas.html.twig
@@ -1155,8 +1156,8 @@
Archive
Archiver
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
Are you sure you want delete users rights ?
@@ -1277,20 +1278,20 @@
Media/Subdef/Audio.php
Media/Subdef/Video.php
-
+
Audio Samplerate
- Fréquence d'échantillonnage
- SearchEngine/Elastic/ElasticsearchOptions.php
+ Fréquence d'échantillonnage
+ SearchEngine/Elastic/ElasticsearchOptions.php
Audio channel
Canal audio
Media/Subdef/Audio.php
-
+
Audio codec
- Audio codec
- SearchEngine/Elastic/ElasticsearchOptions.php
+ Encodeur Audio
+ SearchEngine/Elastic/ElasticsearchOptions.php
AudioSamplerate
@@ -1394,10 +1395,10 @@
Back
Retour
- mobile/lightbox/basket_element.html.twig
- mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
+ mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
mobile/lightbox/validate.html.twig
@@ -1450,6 +1451,11 @@
Base vidée avec succès
Controller/Admin/DataboxController.php
+
+ Basket
+ Basket
+ prod/WorkZone/Macros.html.twig
+
Basket created
Panier créé
@@ -1542,13 +1548,13 @@
By default it is available for admins
- Par défaut cette option est disponible pour les administrateurs.
+ Par défaut, cette option est disponible pour les administrateurs.
Form/Configuration/FtpExportFormType.php
By field
Par champ
- web/prod/index.html.twig
+ web/prod/index.html.twig
CHAMPS
@@ -1558,7 +1564,7 @@
Camera Model
Type d'appareil numérique
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
web/common/technical_datas.html.twig
@@ -1568,7 +1574,7 @@
prod/actions/delete_records_confirm.html.twig
actions/Property/type.html.twig
actions/Property/index.html.twig
- prod/User/Add.html.twig
+ prod/User/Add.html.twig
task-manager/task-editor/task.html.twig
user/import/view.html.twig
admin/fields/templates.html.twig
@@ -1696,7 +1702,7 @@
Certains champs sont obligatoires, veuillez les remplir
- Certains champs sont obligatoires, veuillez les completer
+ Certains champs sont obligatoires, veuillez les compléter
web/common/dialog_export.html.twig
@@ -1709,15 +1715,15 @@
Changer mon adresse e-mail
web/account/reset-email.html.twig
-
+
Change play speed
- Vitesse de lecture
+ Vitesse de lecture
Controller/Prod/LanguageController.php
-
+
Changes for rotation will be applied only on
the sub-definitions of "image" type.
- Les rotations s'applique uniquement au fichier de type "Image".
+ Les rotations s'appliquent uniquement aux fichiers au format PNG et JPEG.
actions/Tools/index.html.twig
@@ -1759,11 +1765,6 @@
Choix du nom de fichier à l'export du document
Form/Configuration/ActionsFormType.php
-
- City
- Ville
- prod/User/Add.html.twig
-
Civility
Civilité
@@ -1821,7 +1822,7 @@
Collection
Collection
prod/Story/Create.html.twig
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
admin/databox/details.html.twig
@@ -1838,7 +1839,7 @@
Collection order
Ordre des collections
- web/prod/index.html.twig
+ web/prod/index.html.twig
Color Depth
@@ -1850,10 +1851,10 @@
Espace colorimétrique
web/common/technical_datas.html.twig
-
+
Colorspace
- Espace colorimétrique
- SearchEngine/Elastic/ElasticsearchOptions.php
+ Espace colorimétrique
+ SearchEngine/Elastic/ElasticsearchOptions.php
Commande
@@ -1909,7 +1910,7 @@
Configuration
Configuration
- web/prod/index.html.twig
+ web/prod/index.html.twig
Confirm new email address
@@ -1918,7 +1919,7 @@
Confirm reset users rights before applying template
- Confirmez la réinitialisation les droits utilisateurs avant d'appliquer le modèle.
+ Confirmez la réinitialisation des droits utilisateur avant d'appliquer le modèle.
web/admin/index.html.twig
@@ -1965,7 +1966,7 @@
Contains
Contient
- web/prod/index.html.twig
+ web/prod/index.html.twig
Continuer ?
@@ -2020,7 +2021,7 @@
Couleur de selection
Couleur de sélection
- web/prod/index.html.twig
+ web/prod/index.html.twig
Country
@@ -2028,9 +2029,9 @@
actions/Feedback/list.html.twig
actions/Feedback/ListsMacros.html.twig
-
+
Create a user
- Create a user
+ Ajouter un utilisateur
actions/Feedback/list.html.twig
@@ -2041,7 +2042,7 @@
Create index
Créer les index
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
Creation date
@@ -2116,9 +2117,9 @@
Créer une application pour commencer à utiliser l'API Phraseanet
web/developers/applications.html.twig
-
+
Ctrl
- Ctrl
+ Ctrl
Controller/Prod/LanguageController.php
@@ -2126,11 +2127,11 @@
Total cumulé
admin/databox/details.html.twig
-
+
Current configuration contains some
errors
- La configuration contient des erreurs
- admin/fields/templates.html.twig
+ La configuration contient des erreurs
+ admin/fields/templates.html.twig
Current operations cannot be executed because the site is temporarily in maintenance mode. Wait a few minutes and try your request again
@@ -2147,9 +2148,9 @@
Session en cours
web/account/sessions.html.twig
-
+
Custom
- Custom
+ Personnaliser
web/admin/subdefs.html.twig
web/admin/subdefs.html.twig
@@ -2158,14 +2159,14 @@
Entrée/Sortie Dublin Core
admin/fields/templates.html.twig
-
+
DE
- DE
+ DE
Form/Configuration/CustomLinkFormType.php
-
+
DU
- DU
+ DU
Form/Configuration/CustomLinkFormType.php
@@ -2228,31 +2229,31 @@
Date
Date
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
Date Added
Date d'ajout
- web/prod/index.html.twig
+ web/prod/index.html.twig
Date Creation
Date de Création
admin/publications/list.html.twig
-
+
Date Updated
- Date Updated
- web/prod/index.html.twig
+ Date de modification
+ web/prod/index.html.twig
Date de connexion
Date de connexion
web/account/sessions.html.twig
-
+
Date de création
- Date de création
+ Date de création
prod/Baskets/Reorder.html.twig
prod/Story/Reorder.html.twig
@@ -2263,16 +2264,16 @@
prod/orders/order_box.html.twig
prod/orders/order_box.html.twig
-
+
Date de modification
- Date de modification
+ Date de modification
prod/Baskets/Reorder.html.twig
prod/Story/Reorder.html.twig
Date(s) from field(s)
Date(s)
- web/prod/index.html.twig
+ web/prod/index.html.twig
De
@@ -2300,7 +2301,7 @@
Deconnexion
Déconnexion
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
Decouvrez la documentation
@@ -2309,7 +2310,7 @@
Default TTL in seconds of sub-definition url
- Durée de validité, en secondes, des URL JWT pour les sous-définition et documents
+ Durée de validité, en secondes, des URL JWT pour les sous-définitions et documents
Form/Configuration/GeneralFormType.php
@@ -2334,7 +2335,7 @@
Default searched type
- Type de média recherchés par défaut
+ Type de média recherché par défaut
Form/Configuration/SearchEngineFormType.php
@@ -2349,12 +2350,12 @@
Defined by admin
- Définit par l'admin
- web/prod/index.html.twig
+ Défini par l'admin
+ web/prod/index.html.twig
Defined in Apache configuration
- Définie dans la configuration de Apache.
+ Défini dans la configuration de Apache.
Form/Configuration/ExecutablesFormType.php
@@ -2370,8 +2371,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
@@ -2390,9 +2391,9 @@
Supprimer le panier
WorkZone/Browser/Results.html.twig
-
+
Delete current
- Delete current
+ Supprimer la sélection
Controller/Prod/LanguageController.php
@@ -2400,14 +2401,14 @@
Suppression d'enregistrements
Controller/Prod/LanguageController.php
-
+
Delete the selection
- Delete the selection
+ Supprimer la sélection
actions/Feedback/list.html.twig
-
+
Delete the subview ?
- Delete the subview ?
+ Supprimer la sous définition ?
web/admin/subdefs.html.twig
@@ -2440,9 +2441,9 @@
prod/results/feeds_entry.html.twig
prod/results/entry.html.twig
-
+
Derniers envois
- Derniers envois
+ Derniers envois
web/developers/application.html.twig
@@ -2472,9 +2473,9 @@
web/report/report_layout_child.html.twig
web/report/form_date_and_base.html.twig
-
+
Design of personalization logo section
- Design de la section de personnalisation du logo
+ Logo
Form/Configuration/GeneralFormType.php
@@ -2528,7 +2529,7 @@
Display technical data
Affichage des informations techniques
- web/prod/index.html.twig
+ web/prod/index.html.twig
Display thumbnails
@@ -2538,7 +2539,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
@@ -2638,7 +2639,7 @@
Drop index
Supprimer les index
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
Duree
@@ -2746,19 +2747,19 @@
ElasticSearch index name
Nom de l'index Elasticsearch
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
ElasticSearch server host
Hôte du serveur Elasticsearch
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
ElasticSearch service port
Port de service Elasticsearch
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
@@ -2769,7 +2770,7 @@
Email '%email%' for login '%login%' already exists in database
- L'adresse e-mail '%email%' pour l'identifiant '%login%' existe déjà dans le base
+ L'adresse e-mail '%email%' pour l'identifiant '%login%' existe déjà dans la base
Controller/Admin/UserController.php
@@ -2865,7 +2866,7 @@
En cliquant sur "ajouter" vous certifiez que vous possedez les droits pour le contenu ou que vous etes autorisé par le proprietaire à rendre le contenu accessible au public sur YouTube, et qu'il est autrement conforme aux Conditions d'utilisation de YouTubesitue a %lien_term_youtube%
- En cliquant sur "Ajouter" vous certifiez que vous possédez les droits pour le contenu ou que vous êtes autorisé par le propriétaire à rendre le contenu accessible sur YouTube. Ce contenu est également conforme aux Conditions d'utilisation YouTube situées à l'adresse %lien_term_youtube%
+ En cliquant sur "Ajouter", vous certifiez que vous possédez les droits pour le contenu ou que vous êtes autorisé par le propriétaire à rendre le contenu accessible sur YouTube. Ce contenu est également conforme aux Conditions d'utilisation YouTube situées à l'adresse %lien_term_youtube%
Bridge/Youtube/upload.html.twig
@@ -2947,7 +2948,7 @@
Enable this setting to share on Facebook and Twitter
- Activer le partage par permalien et ou sur les reseaux sociaux Facebook et Twitter etc ...
+ Activer le partage par permalien et/ou sur les réseaux sociaux Facebook, Twitter, etc ...
Form/Configuration/ActionsFormType.php
@@ -2966,10 +2967,10 @@
web/account/sessions.html.twig
web/account/sessions.html.twig
-
+
End Range
- End Range
- Controller/Prod/LanguageController.php
+ End Range
+ Controller/Prod/LanguageController.php
End session activity
@@ -3009,7 +3010,7 @@
Equals
Egale
- web/prod/index.html.twig
+ web/prod/index.html.twig
Erreur
@@ -3145,14 +3146,14 @@
Etes vous sur de supprimer %number% videos ?
- Etes vous certain de vouloir supprimer %number% video(s )?
+ Etes vous certain de vouloir supprimer %number% vidéo(s )?
Bridge/Dailymotion/video_deleteelement.html.twig
Bridge/Youtube/video_deleteelement.html.twig
Ex : Paris, bleu, montagne
Ex : Paris, bleu, montagne
- web/prod/index.html.twig
+ web/prod/index.html.twig
Executables externes
@@ -3171,10 +3172,10 @@
Controller/Prod/DoDownloadController.php
Controller/Prod/LanguageController.php
-
+
Export ranges
- Export ranges
- Controller/Prod/LanguageController.php
+ Export ranges
+ Controller/Prod/LanguageController.php
Export saved in the waiting queue
@@ -3211,9 +3212,9 @@
Validation
Controller/Prod/LanguageController.php
prod/WorkZone/Story.html.twig
+ prod/WorkZone/Macros.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
Feeds
@@ -3267,7 +3268,7 @@
File is not present in quarantine anymore, please refresh
- Ce fichier n'est plus en quarantaine, rafraichissez la page
+ Ce fichier n'est plus en quarantaine, rafraîchissez la page
Model/Manipulator/LazaretManipulator.php
Model/Manipulator/LazaretManipulator.php
Model/Manipulator/LazaretManipulator.php
@@ -3302,7 +3303,7 @@
Filename
Nom du fichier
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
Fils disponibles
@@ -3338,10 +3339,10 @@
web/prod/index.html.twig
web/common/technical_datas.html.twig
-
+
FlashFired
- Avec Flash
- SearchEngine/Elastic/ElasticsearchOptions.php
+ Avec Flash
+ SearchEngine/Elastic/ElasticsearchOptions.php
Flatten layers
@@ -3357,7 +3358,7 @@
Force authentication
Forcer l'authentification
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
Force sending of the document ?
@@ -3397,10 +3398,10 @@
Nombre d'images par seconde
Media/Subdef/Video.php
-
+
FrameRate
- Cadence
- SearchEngine/Elastic/ElasticsearchOptions.php
+ Cadence
+ SearchEngine/Elastic/ElasticsearchOptions.php
Frequence d'echantillonage
@@ -3432,9 +3433,9 @@
Paramètres généraux
web/admin/dashboard.html.twig
-
+
Generate-cterms
- Generate-cterms
+ Générer les termes candidats
admin/fields/templates.html.twig
@@ -3464,7 +3465,7 @@
Generates an image
- Generates an image
+ Génère une image
Media/Subdef/Image.php
Media/Subdef/Unknown.php
@@ -3483,35 +3484,35 @@
Obtenir une notification quand un export par e-mail échoue
eventsmanager/notify/downloadmailfail.php
-
+
Get setting form index
- Obtenir des Réglages de l'index
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ Obtenir les réglages de l'index
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
Gives the option to your application to communicate with Phraseanet. This webhook can be used to trigger some actions on your application side.
Donne la possibilité à votre application de communiquer avec Phraseanet. Ce Webhook peut être utilisé pour déclencher des actions sur l'application distante.
web/developers/application.html.twig
-
+
Go 1 frame backward
- Reculer d'une image
- Controller/Prod/LanguageController.php
-
-
- Go 1 frame forward
- Avancer d'une Image
+ Reculer d'une image
Controller/Prod/LanguageController.php
-
- Go to end point
- Aller au point de sortie
+
+ Go 1 frame forward
+ Avancer d'une image
Controller/Prod/LanguageController.php
-
+
+ Go to end point
+ Aller au point de sortie
+ Controller/Prod/LanguageController.php
+
+
Go to start point
- Aller au point d'entrée
- Controller/Prod/LanguageController.php
+ Aller au point d'entrée
+ Controller/Prod/LanguageController.php
Good
@@ -3546,7 +3547,7 @@
Graphiste (preview au rollover)
Graphiste (prévisualisation au survol de la vignette)
- web/prod/index.html.twig
+ web/prod/index.html.twig
Great
@@ -3561,6 +3562,7 @@
Guest
Invité
+ mobile/common/menubar.html.twig
web/common/menubar.html.twig
web/common/menubar.html.twig
@@ -3574,14 +3576,14 @@
Vous devez vous authentifier pour télécharger.
web/common/dialog_export.html.twig
-
+
Gui-editable
- Gui-editable
+ Editable dans l'interface Graphique (Prod)
admin/fields/templates.html.twig
-
+
Gui-visible
- Gui-visible
+ Visible dans l'interface graphique
admin/fields/templates.html.twig
@@ -3614,7 +3616,7 @@
Home
Accueil
- mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/basket_element.html.twig
mobile/lightbox/feed.html.twig
mobile/lightbox/validate.html.twig
login/include/language-block.html.twig
@@ -3644,7 +3646,7 @@
ISO
ISO
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
ISO sensibility
@@ -3654,7 +3656,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
@@ -3678,7 +3680,7 @@
If you plan to store large files, be sure it will fit in these directories.
- Si vous prévoyez de stocker des fichiers volumineux, assurez vous que les répertoires de stockages sont prévus pour.
+ Si vous prévoyez de stocker des fichiers volumineux, assurez-vous que les répertoires de stockage sont prévus pour.
web/setup/step2.html.twig
@@ -3725,7 +3727,7 @@
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
@@ -3829,7 +3831,7 @@
Invalid password provided
- Mot de passe fournis invalide.
+ Mot de passe fourni invalide.
Controller/Root/AccountController.php
@@ -3893,17 +3895,17 @@
L'utilisateur approuve ce document
L'utilisateur approuve ce document
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
L'utilisateur desapprouve ce document
L'utilisateur désapprouve ce document
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
L'utilisateur n'a pas encore donne son avis sur ce document
L'utilisateur n'a pas encore donné son avis sur ce document
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
La connection vers le serveur distant est OK
@@ -3949,7 +3951,7 @@
Language
Langue
- web/prod/index.html.twig
+ web/prod/index.html.twig
Last Name
@@ -3979,7 +3981,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
@@ -4086,7 +4088,7 @@
Les termes apparaissent dans le(s) champs
Le(s) mot(s) contenu(s) dans le(s) champ(s)
- web/prod/index.html.twig
+ web/prod/index.html.twig
Light Value
@@ -4096,8 +4098,8 @@
Lightbox
Lightbox
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
Limite temporelle
@@ -4216,7 +4218,7 @@
Ma derniere question
Ma dernière question
- web/prod/index.html.twig
+ web/prod/index.html.twig
Mail line %line% is empty
@@ -4302,7 +4304,7 @@
Message
Message
Controller/Prod/LanguageController.php
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
Message automatique de Phraseanet
@@ -4322,7 +4324,7 @@
MimeType
MimeType
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Minimum number of letters before truncation
@@ -4373,7 +4375,7 @@
Mode de presentation
Mode de présentation
- web/prod/index.html.twig
+ web/prod/index.html.twig
Modele de donnees
@@ -4412,10 +4414,10 @@
Déplacer les %countable% enregistrements sélectionnés vers la collection choisie dans la liste.
prod/actions/collection_default.html.twig
-
+
Move down range
- Déplacer le chapitre vers le bas
- Controller/Prod/LanguageController.php
+ Déplacer le chapitre vers le bas
+ Controller/Prod/LanguageController.php
Move one record to the chosen collection in the list.
@@ -4425,7 +4427,7 @@
Move up range
Déplacer le chapitre vers le haut
- Controller/Prod/LanguageController.php
+ Controller/Prod/LanguageController.php
Moves records
@@ -4467,14 +4469,14 @@
Nom ou e-mail
admin/publications/fiche.html.twig
-
+
Navigate to end point
- Aller au point de sortie
+ Aller au point de sortie
Controller/Prod/LanguageController.php
-
+
Navigate to entry point
- Aller au point d'entrée
+ Aller au point d'entrée
Controller/Prod/LanguageController.php
@@ -4666,11 +4668,11 @@
None of the selected records can be printed
Aucun des documents sélectionnés ne peut être imprimé
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
None of the selected records can be pushed.
- Aucun des enregistrements sélectionnés ne peut être envoyés par Push.
+ Aucun des enregistrements sélectionnés ne peut être envoyé par Push.
prod/actions/Push.html.twig
@@ -4686,7 +4688,8 @@
Not aggregated
Non agrégé
- admin/fields/templates.html.twig
+ admin/search-engine/general-aggregation.html.twig
+ admin/fields/templates.html.twig
Notification par email
@@ -4752,13 +4755,13 @@
Number of replicas
Nombre de répliques (Replica Shards)
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
Number of shards
Nombre de Shards Elastic
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
@@ -4783,20 +4786,20 @@
Un document ne peut être modifié.
prod/actions/collection_default.html.twig
-
+
One frame backward
- Reculer d'une image
+ Reculer d'une image
Controller/Prod/LanguageController.php
-
+
One frame forward
- Avancer d'une image
+ Avancer d'une image
Controller/Prod/LanguageController.php
One of these conditions
Une de ces conditions
- web/prod/index.html.twig
+ web/prod/index.html.twig
Only %nbEditableDocuments% records can be modified.
@@ -4859,7 +4862,7 @@
Orientation
Orientation
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Original name
@@ -4896,10 +4899,10 @@
Paniers
Paniers
- mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
web/account/account.html.twig
- web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
lightbox/IE6/validate.html.twig
web/lightbox/validate.html.twig
@@ -4947,11 +4950,6 @@
Pause
Controller/Prod/LanguageController.php
-
- Pays
- Pays
- prod/User/Add.html.twig
-
Periodically fetches an FTP repository content locally
Récupère en local le contenu d'un répertoire FTP
@@ -5146,8 +5144,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
@@ -5162,16 +5160,16 @@
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
- Presets
+ Réglages prédéfinis
web/admin/subdefs.html.twig
@@ -5220,7 +5218,7 @@
Publications
Publications
- web/prod/index.html.twig
+ web/prod/index.html.twig
admin/publications/wrapper.html.twig
web/admin/tree.html.twig
web/common/menubar.html.twig
@@ -5246,6 +5244,7 @@
Push
eventsmanager/notify/push.php
Controller/Prod/LanguageController.php
+ prod/WorkZone/Macros.html.twig
Push configuration
@@ -5334,80 +5333,80 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
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 %number% jours pour valider %title% de %user%
@@ -5435,12 +5434,12 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Re-ordonner
Ordonner
prod/Baskets/Reorder.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
prod/Story/Reorder.html.twig
@@ -5532,7 +5531,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Rechercher dans un champ date
Dans un champ date
- web/prod/index.html.twig
+ web/prod/index.html.twig
Recommendations
@@ -5623,7 +5622,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Relevance
Pertinence
- web/prod/index.html.twig
+ web/prod/index.html.twig
Remember me
@@ -5641,10 +5640,10 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Media/Subdef/Image.php
Media/Subdef/Unknown.php
-
+
Remove current Range
- Supprimer le chapitre
- Controller/Prod/LanguageController.php
+ Supprimer le chapitre
+ Controller/Prod/LanguageController.php
Remove from basket
@@ -5902,7 +5901,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Sauvegarder
actions/Feedback/list.html.twig
web/account/change-password.html.twig
- admin/search-engine/general-aggregation.html.twig
+ admin/search-engine/general-aggregation.html.twig
admin/search-engine/elastic-search.html.twig
task-manager/task-editor/task.html.twig
web/developers/application.html.twig
@@ -5914,6 +5913,11 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Sauvegarder toutes les modifications
admin/fields/templates.html.twig
+
+ Save as VTT
+ Sauvegarder
+ Controller/Prod/LanguageController.php
+
Save the list
Sauvegarder la liste
@@ -5958,6 +5962,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
See
Voir
+ prod/WorkZone/Macros.html.twig
WorkZone/Browser/Browser.html.twig
@@ -5995,7 +6000,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Select a field
Choisir un champ
- web/prod/index.html.twig
+ web/prod/index.html.twig
Select a list on the left and edit it !
@@ -6030,7 +6035,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Selected base(s)
Sélectionner les Bases :
- web/prod/index.html.twig
+ web/prod/index.html.twig
Selected files
@@ -6150,9 +6155,9 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Partager cette liste
actions/Feedback/list.html.twig
-
+
Shift
- Shift
+ Shift
Controller/Prod/LanguageController.php
@@ -6164,7 +6169,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Shutter speed
Vitesse d'obturateur
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
web/common/technical_datas.html.twig
@@ -6283,10 +6288,10 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
admin/task-manager/templates.html.twig
admin/task-manager/templates.html.twig
-
+
Start Range
- Start Range
- Controller/Prod/LanguageController.php
+ Début de l'extrait
+ Controller/Prod/LanguageController.php
Start by creating one by using the "add" button on the left !
@@ -6307,7 +6312,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Status des documents a rechercher
Status des documents pour la recherche
- web/prod/index.html.twig
+ web/prod/index.html.twig
Status edition
@@ -6341,10 +6346,12 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Stories
Reportages
Form/Configuration/SearchEngineFormType.php
+ prod/WorkZone/Macros.html.twig
Story Not Found
Reportage inconnu
+ Controller/Api/V3Controller.php
Controller/Api/V1Controller.php
@@ -6400,8 +6407,8 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
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
@@ -6445,7 +6452,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Controller/Admin/CollectionController.php
Controller/Admin/CollectionController.php
Controller/Admin/CollectionController.php
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
web/admin/databases.html.twig
admin/collection/collection.html.twig
admin/collection/suggested_value.html.twig
@@ -6460,9 +6467,9 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Valeurs suggérées
admin/collection/suggested_value.html.twig
-
+
Suppr
- Suppr
+ Suppression
Controller/Prod/LanguageController.php
@@ -6725,7 +6732,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Theme
Thème
- web/prod/index.html.twig
+ web/prod/index.html.twig
There is no one to validate orders, please contact an administrator
@@ -6745,13 +6752,13 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Thesaurus Min score
Hits minimum du Thésaurus
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
Thesaurus branch
Branche de thésaurus
- admin/fields/templates.html.twig
+ admin/fields/templates.html.twig
Thesaurus ou CTerms invalide
@@ -6818,7 +6825,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
This user does not participate to the validation but is only viewer.
Cet utilisateur ne participe pas à la demande de validation
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
This user has no rights
@@ -6868,9 +6875,9 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
admin/publications/list.html.twig
admin/publications/list.html.twig
-
+
Toggle loop
- Boucle
+ Activer la répétition
Controller/Prod/LanguageController.php
@@ -6928,7 +6935,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Trier par
Trier par
- web/prod/index.html.twig
+ web/prod/index.html.twig
Try to extract embedded thumbnails
@@ -6953,7 +6960,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Type de documents
Type de document
- web/prod/index.html.twig
+ web/prod/index.html.twig
Type nombre
@@ -7076,7 +7083,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Une question personnelle
La question
- web/prod/index.html.twig
+ web/prod/index.html.twig
Une selection
@@ -7168,7 +7175,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Uploaded by : %username%
Ajouté par : %username%
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
Use Google Chart API
@@ -7180,15 +7187,15 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Utiliser un serveur SMTP
Form/Configuration/EmailFormType.php
-
+
Use an existing index
- Use an existing index
+ Utiliser un index existant
web/setup/step2.html.twig
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
@@ -7245,10 +7252,10 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Controller/Prod/LanguageController.php
prod/templates/push.html.twig
prod/templates/push.html.twig
- prod/templates/push.html.twig
prod/templates/push.html.twig
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
prod/templates/push.html.twig
+ prod/templates/push.html.twig
User can see others choices
@@ -7327,8 +7334,8 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Validations
Validations
- mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
web/lightbox/index.html.twig
lightbox/IE6/validate.html.twig
web/lightbox/validate.html.twig
@@ -7373,10 +7380,10 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Codec Vidéos
Media/Subdef/Video.php
-
+
Video codec
- Video codec
- SearchEngine/Elastic/ElasticsearchOptions.php
+ Codec vidéo
+ SearchEngine/Elastic/ElasticsearchOptions.php
Videos
@@ -7397,18 +7404,18 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Vocabulary type
Liste de vocabulaire
- admin/fields/templates.html.twig
+ admin/fields/templates.html.twig
Voici vos paniers
Paniers disponibles
- mobile/lightbox/index.html.twig
- web/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
+ web/lightbox/index.html.twig
Voici vos validations en cours
Demandes de validations en cours
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
web/lightbox/index.html.twig
@@ -7444,7 +7451,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Vous avez envoye une demande de validation de document sur ce panier
Vous avez envoyé ce panier pour validation
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
Vous avez recu des documents
@@ -7563,7 +7570,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
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 !
@@ -7664,8 +7671,8 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
YYYY/MM/DD
YYYY/MM/DD
- web/prod/index.html.twig
- web/prod/index.html.twig
+ web/prod/index.html.twig
+ web/prod/index.html.twig
Yes
@@ -7973,7 +7980,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
a propos
A propos
mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
action : ajouter au panier
@@ -7986,21 +7993,21 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
action : bridge
Bridge
- web/prod/index.html.twig
+ web/prod/index.html.twig
action : collection
Déplacer
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
action : editer
Editer
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
prod/preview/caption.html.twig
@@ -8008,12 +8015,12 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Exporter
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
prod/results/record.html.twig
prod/results/record.html.twig
prod/results/record.html.twig
prod/preview/tools.html.twig
- web/prod/index.html.twig
+ web/prod/index.html.twig
web/lightbox/feed.html.twig
lightbox/IE6/feed.html.twig
lightbox/IE6/validate.html.twig
@@ -8024,14 +8031,14 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Outils
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
action : print
Imprimer
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
prod/results/record.html.twig
prod/results/record.html.twig
prod/results/record.html.twig
@@ -8042,31 +8049,29 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Publier
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
- web/prod/toolbar.html.twig
- web/prod/index.html.twig
+ web/prod/toolbar.html.twig
+ web/prod/index.html.twig
action : push
Push
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
action : status
Propriétés
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
action : supprimer
Supprimer
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- web/prod/toolbar.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ web/prod/toolbar.html.twig
action:: nouveau panier
@@ -8085,37 +8090,37 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
action::Valider
Valider
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
action::detacher
Détacher
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
action::editer
Editer
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
action::exporter
Exporter
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
action::renommer
Renommer
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
actual status
@@ -8365,9 +8370,9 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis
Êtes-vous sûr de vouloir vider la collection ?
admin/collection/collection.html.twig
-
+
admin::base:collection: identifiant
- Collection id ("base_id" coté API)
+ Collection id ("base_id" coté API)
admin/collection/collection.html.twig
@@ -9066,7 +9071,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
alert
Alerte
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
actions/Tools/index.html.twig
@@ -9131,15 +9136,15 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
Ré-indexer la base maintenant (selon le nombre de documents, cette opération peut durer plusieurs heures)
admin/databox/databox.html.twig
-
+
basket:action:delete record form basket
- basket:action:delete record form basket
+ Retirer du panier
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
-
+
basket:action:delete record form database
- basket:action:delete record form database
+ Supprimer l'enregistrement de la base
prod/WorkZone/Story.html.twig
prod/WorkZone/Basket.html.twig
@@ -9151,12 +9156,12 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
boutton:: selectionner aucune base
Aucune
- web/prod/index.html.twig
+ web/prod/index.html.twig
boutton:: selectionner toutes les bases
Toutes
- web/prod/index.html.twig
+ web/prod/index.html.twig
boutton::ajouter
@@ -9287,7 +9292,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
boutton::imprimer
Imprimer
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
boutton::modifier
@@ -9461,7 +9466,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
prod/actions/edit_default.html.twig
prod/actions/edit_default.html.twig
prod/Story/Reorder.html.twig
- web/prod/index.html.twig
+ web/prod/index.html.twig
web/thesaurus/export-text-dialog.html.twig
web/thesaurus/thesaurus.html.twig
web/thesaurus/import-dialog.html.twig
@@ -9587,7 +9592,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/databox/databox.html.twig
admin/collection/create.html.twig
@@ -9631,14 +9636,14 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
Réglage de la sous definition
web/admin/subdefs.html.twig
-
+
create_subdef_modal_access_class_document
- Droits Document
+ Droits Document
web/admin/subdefs.html.twig
-
+
create_subdef_modal_access_class_no_restriction
- Libre accès
+ Libre accès
web/admin/subdefs.html.twig
@@ -9646,30 +9651,30 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
Droits sous-définition
web/admin/subdefs.html.twig
-
+
create_subdef_modal_presets
- create_subdef_modal_presets
+ Réglage prédéfini
web/admin/subdefs.html.twig
-
+
create_subdef_modal_preview_mediatype
- create_subdef_modal_preview_mediatype
+ Format de fichier pour la sous définition
web/admin/subdefs.html.twig
-
+
create_subdef_modal_record_phraseanet_type
- create_subdef_modal_record_phraseanet_type
+ Sous définition définie pour le type
web/admin/subdefs.html.twig
-
+
create_subdef_modal_subdefinition_name
- create_subdef_modal_subdefinition_name
+ Nom de la sous définition
web/admin/subdefs.html.twig
created_on
créé le
- web/prod/index.html.twig
+ web/prod/index.html.twig
dans %category%
@@ -9700,7 +9705,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
delete
Supprimer
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
descendant
@@ -9729,7 +9734,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
edit
Editer
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
web/account/account.html.twig
web/account/account.html.twig
web/account/account.html.twig
@@ -9809,7 +9814,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
export:: erreur : aucun document selectionne
Erreur : aucun document sélectionné
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
export:: telechargement
@@ -9817,9 +9822,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
web/common/dialog_export.html.twig
web/common/dialog_export.html.twig
-
+
export::export-email: email-invalid
- export::export-email: email-invalid
+ Email invalide
web/common/dialog_export.html.twig
@@ -9940,39 +9945,35 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
Modifications effectuées
admin/databox/databox.html.twig
-
- generate_cterms
- generate_cterms
- admin/fields/templates.html.twig
+
+ help::help-search: OR
+ Ou
+ prod/results/help.html.twig
-
- gui_editable
- gui_editable
- admin/fields/templates.html.twig
+
+ help::help-search: relaunch search without filter
+ Supprimer tous les filtres et relancer la recherche
+ prod/results/help.html.twig
+ web/prod/index.html.twig
-
- gui_visible
- gui_visible
- admin/fields/templates.html.twig
-
-
+
help::help-section-bullet: check-spelling
- help::help-section-bullet: check-spelling
+ Vérifier l'orthographe ou les erreurs de frappe
prod/results/help.html.twig
-
+
help::help-section-bullet: default-operator-between-terms
- help::help-section-bullet: default-operator-between-terms
+ L'opérateur par défaut entre les termes est un ET, exemple: voiture rouge, cherchera le terme «voiture» ET le terme «rouge»
prod/results/help.html.twig
-
+
help::help-section-bullet: expand search
- help::help-section-bullet: expand search
+ Elargir la recherche en utilisant moins de mots clefs
prod/results/help.html.twig
-
+
help::help-section-bullet: quotation-marks-allow
- help::help-section-bullet: quotation-marks-allow
+ Ajouter des guillemets pour chercher une expression exacte, cela permet aussi d'exclure un opérateur de la recherche, exemple : « Pile Ou face » , «Sain et sauf»
prod/results/help.html.twig
@@ -9980,9 +9981,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
Supprimer les filtres de recherche avancée
prod/results/help.html.twig
-
+
help::help-section-bullet: search-in-a-specific-field
- help::help-section-bullet: search-in-a-specific-field
+ Pour limiter la recherche à un champ spécifique, utiliser la syntaxe Nom du champ suivi du signe «:» pour contient ou du signe «=» pour une correspondance exacte. Exemple: Titre="Et on tuera tous les affreux" ou Auteur:"Sullivan"
prod/results/help.html.twig
@@ -10030,42 +10031,42 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
index::advance_search: disable-facet
Ne pas afficher les facettes contenant un seul résultat (expérimental)
- web/prod/index.html.twig
+ web/prod/index.html.twig
index::advance_search: facet
Préférences sur les facettes
- web/prod/index.html.twig
+ web/prod/index.html.twig
index::advance_search: facet-order
Ordre d'affichage des facettes
- web/prod/index.html.twig
+ web/prod/index.html.twig
index::advance_search: facet-tech-order
Ordre par défaut
- web/prod/index.html.twig
+ web/prod/index.html.twig
index::advance_search: facet-values-order
Ordre des valeurs de facettes
- web/prod/index.html.twig
+ web/prod/index.html.twig
-
+
index::advance_search: hidden-facet-values-order
- Facettes Masquées
- web/prod/index.html.twig
+ Facettes masquées
+ web/prod/index.html.twig
index::advance_search: order-by-hits
Trier les facettes par hits
- web/prod/index.html.twig
+ web/prod/index.html.twig
index:advanced-preferences:: use truncation
Activer la troncature
- web/prod/index.html.twig
+ web/prod/index.html.twig
invite:: Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annulez
@@ -10089,7 +10090,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
language
- Langue
+ Langue actuelle
login/include/language-block.html.twig
@@ -10097,18 +10098,38 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
Le service sera de nouveau disponible dans quelques minutes.
actions/Bridge/deactivated.html.twig
-
+
+ lightbox::See_less_feedback
+ Voir moins de validations
+ web/lightbox/index.html.twig
+
+
+ lightbox::See_more_feedback
+ Voir plus de Validations
+ web/lightbox/index.html.twig
+
+
lightbox::list
- lightbox::list
- mobile/lightbox/validate.html.twig
+ Vignette
+ mobile/lightbox/validate.html.twig
lightbox::recaptitulatif
Récapitulatif
- mobile/lightbox/validate.html.twig
+ mobile/lightbox/validate.html.twig
web/lightbox/agreement_box.html.twig
web/lightbox/validate.html.twig
+
+ lightbox::see_less_basket
+ Voir moins de Paniers
+ web/lightbox/index.html.twig
+
+
+ lightbox::see_more_basket
+ Voir plus de paniers
+ web/lightbox/index.html.twig
+
login:: Changer mon adresse email
Changer mon adresse e-mail
@@ -10127,6 +10148,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
login:: Mon compte
Mon Compte
+ mobile/common/menubar.html.twig
web/account/account.html.twig
web/common/menubar.html.twig
web/common/menubar.html.twig
@@ -10263,7 +10285,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/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
actions/Tools/index.html.twig
@@ -10305,9 +10327,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
Votre commande du :
prod/orders/order_item.html.twig
-
+
order-manager::order-item: accepted-item
- order-manager::order-item: accepted-item
+ Media délivré
prod/orders/order_item.html.twig
@@ -10397,9 +10419,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
prod/orders/order_item.html.twig
prod/orders/order_item.html.twig
-
+
order-manager::order-item: rejected-item
- order-manager::order-item: rejected-item
+ Media Non délivré
prod/orders/order_item.html.twig
@@ -10414,9 +10436,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
Tout sélectionner
prod/orders/order_item.html.twig
-
+
order-manager::order-item: selected-item
- order-manager::order-item: selected-item
+ Media sélectionnés
prod/orders/order_item.html.twig
@@ -10581,17 +10603,17 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
panier:: ordre Validation ascendante
Mieux noté
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
panier:: ordre Validation descendante
Moins noté
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
panier:: ordre du panier
Ordre du panier
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
panier:: renommer le panier
@@ -10616,7 +10638,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
paniers:: panier recu de %pusher%
Panier reçu de %pusher%
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
paniers::Vous etes sur le point de supprimer ce panier. Cette action est irreversible. Souhaitez-vous continuer ?
@@ -10705,9 +10727,14 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
web/common/menubar.html.twig
web/common/menubar.html.twig
-
+
+ phraseanet:: basket feedback
+ Rapport de validation avec Notice
+ prod/actions/printer_default.html.twig
+
+
phraseanet:: baskets
- phraseanet:: baskets
+ Zone de travail
web/prod/tab_headers.html.twig
@@ -10782,7 +10809,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
phraseanet:: preview
Prévisualisation
prod/actions/edit_default.html.twig
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
phraseanet:: propositions
@@ -10928,9 +10955,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
Controller/Root/AccountController.php
Controller/Root/AccountController.php
-
+
phraseanet::error: failed to revoke some user access
- phraseanet::error: failed to revoke some user access
+ Erreur pendant la révocation de droits utilisateur
Controller/Root/AccountController.php
@@ -11016,12 +11043,12 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
phraseanet::time:: a
A
- web/prod/index.html.twig
+ web/prod/index.html.twig
phraseanet::time:: de
De
- web/prod/index.html.twig
+ web/prod/index.html.twig
phraseanet::type:: audios
@@ -11067,17 +11094,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
@@ -11134,40 +11161,135 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
prod/Share/record.html.twig
prod/Share/record.html.twig
-
+
+ print:: basket feedback
+ Rapport de validation avec description
+ prod/actions/printer_default.html.twig
+
+
+ print:: basket feedback only
+ Rapport de validation
+ prod/actions/printer_default.html.twig
+
+
print:: description
- Description
- prod/actions/printer_default.html.twig
+ Notice seule
+ prod/actions/printer_default.html.twig
print:: image de choix et description
- Prévisualisation et Légende
- prod/actions/printer_default.html.twig
+ Prévisualisation et notice d'indexation
+ prod/actions/printer_default.html.twig
print:: image de choix et description avec planche contact
- Prévisualisation et Légende avec planche contact
- prod/actions/printer_default.html.twig
+ Prévisualisation et notice avec planche contact
+ prod/actions/printer_default.html.twig
print:: image de choix seulement
Prévisualisation
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
print:: imagette
- Imagette
- prod/actions/printer_default.html.twig
+ Vignette
+ prod/actions/printer_default.html.twig
print:: liste d'imagettes
- Liste de vignettes
- prod/actions/printer_default.html.twig
+ Liste de vignette(s) avec notice(s)
+ prod/actions/printer_default.html.twig
print:: planche contact (mosaique)
Planche contact
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
+
+
+ print_feedback:: Document generated on :
+ Impression générée le :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback active
+ Validation en cours
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback expired
+ Validation Fermée
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback expiring on :
+ Expire le :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback initiated by :
+ Validation envoyée par :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback initiated on :
+ Début de validation le :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Feedback on basket %name%
+ Rapport de validation de : %name%
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Non
+ Non
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Oui
+ Oui
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Participants :
+ Participants :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: Votes :
+ Approbations :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: base name:
+ Base :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: document Uuid:
+ Id unique de document :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: non voté
+ Non exprimé
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: originale filename:
+ Nom de fichier :
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: record id:
+ Record id:
+ Out/Module/PDFRecords.php
+
+
+ print_feedback:: record title:
+ Titre :
+ Out/Module/PDFRecords.php
prive
@@ -11184,7 +11306,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
processing
En cours...
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
actions/Tools/index.html.twig
@@ -11201,12 +11323,12 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
prod::advancesearch:tooltips:datefield_restriction_explanation
Limiter la recherche des résultats à des dates
- web/prod/index.html.twig
+ web/prod/index.html.twig
-
+
prod::advancesearch:tooltips:field_restriction_explanation
- prod::advancesearch:tooltips:field_restriction_explanation
- web/prod/index.html.twig
+ Effectuer une recherche sur le contenu d'un champ documentaire de type texte
+ web/prod/index.html.twig
prod::collection deplacer egalement les documents rattaches a ce(s) regroupement(s)
@@ -11226,12 +11348,12 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants
%not_actionable% document(s) éditables, vous ne disposez pas des autorisations nécessaires
- prod/actions/edit_default.html.twig
+ prod/actions/edit_default.html.twig
prod::editing: 1 document ne peut etre edite car vos droits sont induffisants
Vous ne possédez pas les autorisations d'accès requises pour éditer 1 document
- prod/actions/edit_default.html.twig
+ prod/actions/edit_default.html.twig
prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants
@@ -11326,17 +11448,27 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
prod::facet:base_label
Bases
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
prod::facet:collection_label
Collections
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
prod::facet:doctype_label
Types de documents
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
+
+
+ prod::feedback:feedback_set_title
+ Nom de la validation
+ prod/templates/push.html.twig
+
+
+ prod::push:push_set_title
+ Nom du panier de Push
+ prod/templates/push.html.twig
prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee.
@@ -11461,7 +11593,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
prod::toolbar : video editor
Outils vidéo
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
prod::tools: document
@@ -11479,64 +11611,70 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
enregistrement(s) définitivement supprimé(s) !
prod/actions/delete_records_confirm.html.twig
-
+
prod:app trash: record-move-to-trash
- prod:app trash: record-move-to-trash
+ Enregistrement(s) déplacé(s) dans la corbeille.
prod/actions/delete_records_confirm.html.twig
-
+
prod:app trash: title-trash
- prod:app trash: title-trash
+ prod:app trash: title-trash
Controller/Prod/LanguageController.php
-
+
prod:edit: chapters
- prod:edit: chapters
- Controller/Prod/LanguageController.php
-
-
- prod:edit: no overlaps for chapters
- prod:edit: no overlaps for chapters
+ Edition des chapitres
Controller/Prod/LanguageController.php
-
- prod:edit: only a media of type video can be edited
- prod:edit: only a media of type video can be edited
- Controller/Prod/LanguageController.php
-
-
- prod:edit: suggested_values
- prod:edit: suggested_values
+
+ prod:edit: no overlaps for chapters
+ Pas de recouvrement entre les chapitres
Controller/Prod/LanguageController.php
-
- prod:edit: video-editor
- prod:edit: video-editor
- Controller/Prod/LanguageController.php
+
+ prod:edit: only a media of type video can be edited
+ Seuls les enregistrements de type vidéo peuvent être édités
+ Controller/Prod/LanguageController.php
-
- prod:mapboxgl: description notice
- prod:mapboxgl: description notice
- Controller/Prod/LanguageController.php
-
-
- prod:mapboxgl: title map dialog
- prod:mapboxgl: title map dialog
- Controller/Prod/LanguageController.php
-
-
- prod:mapboxgl: title notice
- prod:mapboxgl: title notice
+
+ prod:edit: suggested_values
+ Valeurs suggérées
Controller/Prod/LanguageController.php
-
- prod:push: create new user
- prod:push: create new user
+
+ prod:edit: video-editor
+ Outils vidéo
+ Controller/Prod/LanguageController.php
+
+
+ prod:mapboxgl: description notice
+ — Faire un clic droit pour ajouter une zone de recherche, il est possible de cumuler plusieurs zones.
+
+— Un simple clic sur une zone de recherche permet de la supprimer.
+
+— Utiliser les poignées sur le périmètre de la zone pour agrandir ou réduire la zone de recherche.
+
+— Utiliser la poignée centrale pour déplacer la zone de recherche sur la carte.
+ Controller/Prod/LanguageController.php
+
+
+ prod:mapboxgl: title map dialog
+ Recherche géolocalisée.
Controller/Prod/LanguageController.php
-
+
+ prod:mapboxgl: title notice
+ Fonctionnement des zones de recherche
+ Controller/Prod/LanguageController.php
+
+
+ prod:push: create new user
+ Créer un nouvel utilisateur.
+ Controller/Prod/LanguageController.php
+
+
prod:push: delete selection
- prod:push: delete selection
+ Supprimer la selection
prod/actions/Push.html.twig
@@ -11574,8 +11712,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications.
Voici votre fil RSS personnel. Il vous permettra d'être tenu informé des publications.
- Controller/Prod/FeedController.php
- Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
publications:: s'abonner aux publications
@@ -11586,14 +11724,14 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
publications::Ne le partagez pas, il est strictement confidentiel
Ne le partagez pas, il est strictement confidentiel
- Controller/Prod/FeedController.php
- Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
publications::votre rss personnel
Votre rss personnel
- Controller/Prod/FeedController.php
- Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
push::mail:: Rapport de validation de %user% pour %title%
@@ -11613,12 +11751,12 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
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
@@ -11639,39 +11777,39 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
Régénération des sous-définitions
actions/Tools/index.html.twig
-
+
registration:collection.accepted
- registration:collection.accepted
+ Accepté
web/account/access.html.twig
-
+
registration:collection.active
- registration:collection.active
+ Active
web/account/access.html.twig
-
+
registration:collection.in-time
- registration:collection.in-time
+ Accès limité dans le temps (actif)
web/account/access.html.twig
-
+
registration:collection.out-dated
- registration:collection.out-dated
+ Date dépassée
web/account/access.html.twig
-
+
registration:collection.pending
- registration:collection.pending
+ En attente
web/account/access.html.twig
-
+
registration:collection.registrable
- registration:collection.registrable
+ Faire une demande
web/account/access.html.twig
-
+
registration:collection.rejected
- registration:collection.rejected
+ Demande refusée
web/account/access.html.twig
@@ -11687,17 +11825,17 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
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
@@ -11719,7 +11857,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
reponses:: taille des images :
Taille des vignettes
- web/prod/index.html.twig
+ web/prod/index.html.twig
reponses::document sans titre
@@ -12176,17 +12314,17 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
same UUID
Un fichier avec le même UUID existe déjà dans la base de données
- Border/Checker/UUID.php
+ Border/Checker/UUID.php
same checksum
Un fichier avec la même somme de contrôle existe déjà dans la base de données
- Border/Checker/Sha256.php
+ Border/Checker/Sha256.php
same filename
Un fichier avec le même nom existe déjà dans la base de données
- Border/Checker/Filename.php
+ Border/Checker/Filename.php
scheduled status
@@ -12253,65 +12391,65 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
Tests d'envois d'e-mails
web/admin/dashboard.html.twig
-
+
setup::custom-link:add-link
- setup::custom-link:add-link
+ Ajouter un lien
web/admin/setup.html.twig
-
+
setup::custom-link:help-menu
- setup::custom-link:help-menu
+ Menu «Aide»
Form/Configuration/CustomLinkFormType.php
-
+
setup::custom-link:language-link
- setup::custom-link:language-link
+ Affiché en
web/admin/setup.html.twig
-
+
setup::custom-link:link-url
- setup::custom-link:link-url
+ Url de destination
web/admin/setup.html.twig
-
+
setup::custom-link:location
- setup::custom-link:location
+ Sélectionner un emplacement
Form/Configuration/CustomLinkFormType.php
-
+
setup::custom-link:location-link
- setup::custom-link:location-link
+ Emplacement
web/admin/setup.html.twig
-
+
setup::custom-link:name-link
- setup::custom-link:name-link
+ Nom du lien
Form/Configuration/CustomLinkFormType.php
web/admin/setup.html.twig
-
+
setup::custom-link:navigation-bar
- setup::custom-link:navigation-bar
+ Barre de navigation
Form/Configuration/CustomLinkFormType.php
-
+
setup::custom-link:order-link
- setup::custom-link:order-link
+ Ordre d'affichage
web/admin/setup.html.twig
-
+
setup::custom-link:placeholder-link-url
- setup::custom-link:placeholder-link-url
+ ex: https://docs.phraseanet.com
Form/Configuration/CustomLinkFormType.php
-
+
setup::custom-link:select-language
- setup::custom-link:select-language
+ Choisir une langue d'affichage
Form/Configuration/CustomLinkFormType.php
-
+
setup::custom-link:title-custom-link
- setup::custom-link:title-custom-link
+ Nom du lien
web/admin/setup.html.twig
@@ -12319,9 +12457,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
Réglage avancé
prod/Share/record.html.twig
-
+
share::share-record: select-shared-def
- share::share-record: select-shared-def
+ Sélectionnez la sous-définition à partager
prod/Share/record.html.twig
@@ -13067,7 +13205,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
thumbnail validation
Validation de la vignette
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
actions/Tools/index.html.twig
@@ -13103,7 +13241,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
updated_on
mis à jour le
- web/prod/index.html.twig
+ web/prod/index.html.twig
upload:: Destination (collection) :
@@ -13116,7 +13254,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
Appliquer les status
prod/upload/upload.html.twig
prod/upload/upload-flash.html.twig
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
users rights have been reseted
@@ -13126,7 +13264,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
validate
Valider
- actions/Tools/videoEditor.html.twig
+ actions/Tools/videoEditor.html.twig
actions/Tools/index.html.twig
actions/Tools/index.html.twig
actions/Tools/index.html.twig
@@ -13135,24 +13273,24 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
validation:: NON
Non
- mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/basket_element.html.twig
web/lightbox/agreement_box.html.twig
validation:: OUI
Oui
- mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/basket_element.html.twig
web/lightbox/agreement_box.html.twig
validation:: editer ma note
Modifier mon annotation
- mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/basket_element.html.twig
validation:: note
Annotation
- mobile/lightbox/sc_note.html.twig
+ mobile/lightbox/sc_note.html.twig
validation:: votre note
@@ -13162,8 +13300,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
validation::envoyer mon rapport
Envoyer mon rapport
- mobile/lightbox/validate.html.twig
- mobile/lightbox/validate.html.twig
+ mobile/lightbox/validate.html.twig
+ mobile/lightbox/validate.html.twig
web/lightbox/basket_options.html.twig
web/lightbox/basket_options.html.twig
@@ -13183,9 +13321,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le
web/admin/subdefs.html.twig
task-manager/task-editor/subdefs.html.twig
-
+
video range extractor
- video range extractor
+ Chapitrage
actions/Tools/videoEditor.html.twig
diff --git a/resources/locales/messages.nl.xlf b/resources/locales/messages.nl.xlf
index 5b9362ba05..30b26066a0 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.
@@ -28,7 +28,7 @@
This avoids anonymous users to access to the content of the push if they were able to get the display
url through a forwarded mail for example.
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
{0} No results|{1} Result|]1,Inf[ Results
@@ -121,9 +121,9 @@
%basket_length% documents
%basket_length% documenten
- mobile/lightbox/validate.html.twig
- web/lightbox/index.html.twig
- web/lightbox/index.html.twig
+ mobile/lightbox/validate.html.twig
+ web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
%countable% documents can not be modified.
@@ -282,7 +282,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.
@@ -387,17 +387,17 @@
(validation) a envoyer
te versturen
- web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
(validation) envoyee
verstuurd
- web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
(validation) session terminee
sessie beïndigd
- web/lightbox/index.html.twig
+ web/lightbox/index.html.twig
*Phraseanet Navigator* is a smartphone application that allow user to connect on this instance
@@ -478,22 +478,22 @@
A file with the same UUID already exists in database
Een bestand met dezelfde UUID bestaat al in de database
- Border/Checker/UUID.php
+ Border/Checker/UUID.php
A file with the same checksum already exists in database
Een bestand met dezelfde checksum bestaat al in de database
- Border/Checker/Sha256.php
+ Border/Checker/Sha256.php
A file with the same filename already exists in database
Een bestand met dezelfde bestandsnaam bestaat al in de database
- Border/Checker/Filename.php
+ Border/Checker/Filename.php
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
@@ -621,7 +621,7 @@
Accuse de reception
Ontvangstbevestiging
Controller/Prod/LanguageController.php
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
Accuse de reception indisponible, vous n'avez pas declare d'adresse email
@@ -631,7 +631,7 @@
Action Forbidden : You are not the publisher
Verboden actie : U bent niet de publisher
- Controller/Prod/FeedController.php
+ Controller/Prod/FeedController.php
Actions
@@ -646,7 +646,7 @@
Activate highlight
Activate highlight
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
@@ -680,9 +680,9 @@
Add
Toevoegen
prod/actions/Push.html.twig
- prod/upload/lazaret.html.twig
- prod/upload/lazaret.html.twig
- prod/User/Add.html.twig
+ prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
+ prod/User/Add.html.twig
Add a
@@ -781,37 +781,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 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
+ Aggregated
+ admin/search-engine/general-aggregation.html.twig
Aggregation
@@ -821,7 +826,7 @@
Aide
Help
- web/prod/index.html.twig
+ web/prod/index.html.twig
Aide sur les expressions regulieres
@@ -873,12 +878,7 @@
All these conditions
All these conditions
- web/prod/index.html.twig
-
-
- All values
- All values
- admin/fields/templates.html.twig
+ web/prod/index.html.twig
Aller a
@@ -943,14 +943,14 @@
Alphabetic asc
Alphabetic asc
- 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
Alphabetic desc
Alphabetic desc
- web/prod/index.html.twig
+ web/prod/index.html.twig
Also delete records that rely on groupings.
@@ -1037,9 +1037,10 @@
Er is een fout opgetreden
Order/Controller/ProdOrderController.php
Controller/Admin/DataboxController.php
- Controller/Admin/SearchEngineController.php
+ Controller/Admin/SearchEngineController.php
Controller/Admin/CollectionController.php
Controller/Prod/BasketController.php
+ Controller/Api/V3Controller.php
Controller/Api/V1Controller.php
Controller/Api/V1Controller.php
web/admin/statusbit.html.twig
@@ -1072,7 +1073,7 @@
Aperture
Diafragma
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
web/common/technical_datas.html.twig
@@ -1160,8 +1161,8 @@
Archive
Archief
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
Are you sure you want delete users rights ?
@@ -1285,7 +1286,7 @@
Audio Samplerate
Audio Samplerate
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Audio channel
@@ -1295,7 +1296,7 @@
Audio codec
Audio codec
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
AudioSamplerate
@@ -1399,10 +1400,10 @@
Back
Terug
- mobile/lightbox/basket_element.html.twig
- mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
- mobile/lightbox/index.html.twig
+ mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
mobile/lightbox/validate.html.twig
@@ -1455,6 +1456,11 @@
Database met succes geledigd
Controller/Admin/DataboxController.php
+
+ Basket
+ Basket
+ prod/WorkZone/Macros.html.twig
+
Basket created
Mandje werd aangemaakt
@@ -1553,7 +1559,7 @@
By field
By field
- web/prod/index.html.twig
+ web/prod/index.html.twig
CHAMPS
@@ -1563,7 +1569,7 @@
Camera Model
Cameramodel
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
web/common/technical_datas.html.twig
@@ -1573,7 +1579,7 @@
prod/actions/delete_records_confirm.html.twig
actions/Property/type.html.twig
actions/Property/index.html.twig
- prod/User/Add.html.twig
+ prod/User/Add.html.twig
task-manager/task-editor/task.html.twig
user/import/view.html.twig
admin/fields/templates.html.twig
@@ -1765,11 +1771,6 @@
Kies een naam voor het document bij de export
Form/Configuration/ActionsFormType.php
-
- City
- Stad
- prod/User/Add.html.twig
-
Civility
Beleefdheid
@@ -1827,7 +1828,7 @@
Collection
Collectie
prod/Story/Create.html.twig
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
admin/databox/details.html.twig
@@ -1844,7 +1845,7 @@
Collection order
Collection order
- web/prod/index.html.twig
+ web/prod/index.html.twig
Color Depth
@@ -1859,7 +1860,7 @@
Colorspace
Colorspace
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Commande
@@ -1915,7 +1916,7 @@
Configuration
Configuratie
- web/prod/index.html.twig
+ web/prod/index.html.twig
Confirm new email address
@@ -1971,7 +1972,7 @@
Contains
Contains
- web/prod/index.html.twig
+ web/prod/index.html.twig
Continuer ?
@@ -2026,7 +2027,7 @@
Couleur de selection
Kleur van de selectie
- web/prod/index.html.twig
+ web/prod/index.html.twig
Country
@@ -2047,7 +2048,7 @@
Create index
Create index
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
Creation date
@@ -2137,7 +2138,7 @@
errors
Current configuration contains some
errors
- admin/fields/templates.html.twig
+ admin/fields/templates.html.twig
Current operations cannot be executed because the site is temporarily in maintenance mode. Wait a few minutes and try your request again
@@ -2235,12 +2236,12 @@
Date
Datum
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
Date Added
Date Added
- web/prod/index.html.twig
+ web/prod/index.html.twig
Date Creation
@@ -2250,7 +2251,7 @@
Date Updated
Date Updated
- web/prod/index.html.twig
+ web/prod/index.html.twig
Date de connexion
@@ -2279,7 +2280,7 @@
Date(s) from field(s)
Date(s) from field(s)
- web/prod/index.html.twig
+ web/prod/index.html.twig
De
@@ -2307,7 +2308,7 @@
Deconnexion
Log out
- mobile/lightbox/index.html.twig
+ mobile/lightbox/index.html.twig
Decouvrez la documentation
@@ -2357,7 +2358,7 @@
Defined by admin
Defined by admin
- web/prod/index.html.twig
+ web/prod/index.html.twig
Defined in Apache configuration
@@ -2377,8 +2378,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
@@ -2535,7 +2536,7 @@
Display technical data
Display technical data
- web/prod/index.html.twig
+ web/prod/index.html.twig
Display thumbnails
@@ -2545,7 +2546,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
@@ -2645,7 +2646,7 @@
Drop index
Drop index
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
Duree
@@ -2753,19 +2754,19 @@
ElasticSearch index name
ElasticSearch index name
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
ElasticSearch server host
ElasticSearch server host
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
ElasticSearch service port
ElasticSearch service port
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
web/setup/step2.html.twig
@@ -2979,7 +2980,7 @@
End Range
End Range
- Controller/Prod/LanguageController.php
+ Controller/Prod/LanguageController.php
End session activity
@@ -3019,7 +3020,7 @@
Equals
Equals
- web/prod/index.html.twig
+ web/prod/index.html.twig
Erreur
@@ -3162,7 +3163,7 @@
Ex : Paris, bleu, montagne
Ex : Paris, bleu, montagne
- web/prod/index.html.twig
+ web/prod/index.html.twig
Executables externes
@@ -3184,7 +3185,7 @@
Export ranges
Export ranges
- Controller/Prod/LanguageController.php
+ Controller/Prod/LanguageController.php
Export saved in the waiting queue
@@ -3221,9 +3222,9 @@
Feedback
Controller/Prod/LanguageController.php
prod/WorkZone/Story.html.twig
+ prod/WorkZone/Macros.html.twig
prod/WorkZone/Basket.html.twig
- web/prod/toolbar.html.twig
- web/prod/toolbar.html.twig
+ web/prod/toolbar.html.twig
Feeds
@@ -3312,7 +3313,7 @@
Filename
Bestandsnaam
- prod/upload/lazaret.html.twig
+ prod/upload/lazaret.html.twig
Fils disponibles
@@ -3351,7 +3352,7 @@
FlashFired
FlashFired
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Flatten layers
@@ -3367,7 +3368,7 @@
Force authentication
Force authentication
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
Force sending of the document ?
@@ -3410,7 +3411,7 @@
FrameRate
FrameRate
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Frequence d'echantillonage
@@ -3496,7 +3497,7 @@
Get setting form index
Get setting form index
- SearchEngine/Elastic/ElasticsearchSettingsFormType.php
+ SearchEngine/Elastic/ElasticsearchSettingsFormType.php
Gives the option to your application to communicate with Phraseanet. This webhook can be used to trigger some actions on your application side.
@@ -3506,22 +3507,22 @@
Go 1 frame backward
Go 1 frame backward
- Controller/Prod/LanguageController.php
+ Controller/Prod/LanguageController.php
Go 1 frame forward
Go 1 frame forward
- Controller/Prod/LanguageController.php
+ Controller/Prod/LanguageController.php
Go to end point
Go to end point
- Controller/Prod/LanguageController.php
+ Controller/Prod/LanguageController.php
Go to start point
Go to start point
- Controller/Prod/LanguageController.php
+ Controller/Prod/LanguageController.php
Good
@@ -3556,7 +3557,7 @@
Graphiste (preview au rollover)
Graficus (preview au rollover)
- web/prod/index.html.twig
+ web/prod/index.html.twig
Great
@@ -3571,6 +3572,7 @@
Guest
Gast
+ mobile/common/menubar.html.twig
web/common/menubar.html.twig
web/common/menubar.html.twig
@@ -3624,7 +3626,7 @@
Home
Startpagina
- mobile/lightbox/basket_element.html.twig
+ mobile/lightbox/basket_element.html.twig
mobile/lightbox/feed.html.twig
mobile/lightbox/validate.html.twig
login/include/language-block.html.twig
@@ -3654,7 +3656,7 @@
ISO
ISO
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
ISO sensibility
@@ -3664,7 +3666,7 @@
Iconographe (description au rollover)
Iconographe (beschrijving bij de rollover)
- web/prod/index.html.twig
+ web/prod/index.html.twig
Id
@@ -3735,7 +3737,7 @@
In the answer grid
In the answer grid
- web/prod/index.html.twig
+ web/prod/index.html.twig
Include Business-fields in caption
@@ -3903,17 +3905,17 @@
L'utilisateur approuve ce document
De gebruiker keurt dit document goed
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
L'utilisateur desapprouve ce document
De gebruiker keurt dit document af
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
L'utilisateur n'a pas encore donne son avis sur ce document
De gebruiker heeft nog zijn mening niet gegeven over dit document
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
La connection vers le serveur distant est OK
@@ -3959,7 +3961,7 @@
Language
Language
- web/prod/index.html.twig
+ web/prod/index.html.twig
Last Name
@@ -3989,7 +3991,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
@@ -4096,7 +4098,7 @@
Les termes apparaissent dans le(s) champs
De termen verschijnen in de veld(en)
- web/prod/index.html.twig
+ web/prod/index.html.twig
Light Value
@@ -4106,8 +4108,8 @@
Lightbox
Lightbox
- prod/WorkZone/Macros.html.twig
- prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
+ prod/WorkZone/Macros.html.twig
Limite temporelle
@@ -4226,7 +4228,7 @@
Ma derniere question
Mijn laatste vraag
- web/prod/index.html.twig
+ web/prod/index.html.twig
Mail line %line% is empty
@@ -4312,7 +4314,7 @@
Message
Bericht
Controller/Prod/LanguageController.php
- prod/templates/push.html.twig
+ prod/templates/push.html.twig
Message automatique de Phraseanet
@@ -4332,7 +4334,7 @@
MimeType
MimeType
- SearchEngine/Elastic/ElasticsearchOptions.php
+ SearchEngine/Elastic/ElasticsearchOptions.php
Minimum number of letters before truncation
@@ -4383,7 +4385,7 @@
Mode de presentation
Presentatie mode
- web/prod/index.html.twig
+ web/prod/index.html.twig
Modele de donnees
@@ -4425,7 +4427,7 @@
Move down range
Move down range
- Controller/Prod/LanguageController.php
+ Controller/Prod/LanguageController.php
Move one record to the chosen collection in the list.
@@ -4435,7 +4437,7 @@
Move up range
Move up range
- Controller/Prod/LanguageController.php
+ Controller/Prod/LanguageController.php
Moves records
@@ -4676,7 +4678,7 @@
None of the selected records can be printed
Geen enkele van de geselecteerde records kunnen geprint worden
- prod/actions/printer_default.html.twig
+ prod/actions/printer_default.html.twig
None of the selected records can be pushed.
@@ -4696,7 +4698,8 @@
Not aggregated
Not aggregated
- admin/fields/templates.html.twig
+ admin/search-engine/general-aggregation.html.twig
+ admin/fields/templates.html.twig
Notification par email
@@ -4762,13 +4765,13 @@