diff --git a/.travis.yml b/.travis.yml index 90a39dad13..cb25c24b65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_script: - echo "extension=zmq.so" > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/zmq.ini - yes | pecl install imagick - mysql -e 'create database update39_test;create database ab_test;create database db_test;' - - mysql -e 'SET @@global.sql_mode= "";' + - mysql -e 'SET @@global.sql_mode= STRICT_ALL_TABLES;' - mysql -e 'SET @@global.max_allowed_packet= 33554432;' - mysql -e 'SET @@global.wait_timeout= 999999;' - git clone git://github.com/alchemy-fr/Phraseanet-Extension.git diff --git a/Gruntfile.js b/Gruntfile.js index e756df99c8..df13011b63 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -332,16 +332,6 @@ module.exports = function(grunt) { "dest": "<%= path.asset %>/underscore-amd/", "flatten": true }, - "web-socket-js": { - "expand": true, - "src": [ - "<%= path.bower %>/web-socket-js/LICENSE.txt", - "<%= path.bower %>/web-socket-js/WebSocketMain.swf", - "<%= path.bower %>/web-socket-js/web_socket.js" - ], - "dest": "<%= path.asset %>/web-socket-js", - "flatten": true - }, "zxcvbn": { "expand": true, "src": [ @@ -440,7 +430,6 @@ module.exports = function(grunt) { "copy:swfobject", "copy:tinymce", "copy:underscore", - "copy:web-socket-js", "copy:zxcvbn" ]); grunt.registerTask("install-assets", [ diff --git a/bower.json b/bower.json index 2fd44faa1b..73df375a6a 100644 --- a/bower.json +++ b/bower.json @@ -27,7 +27,6 @@ "jquery.cookie": "~1.4", "autobahn": "http://autobahn.s3.amazonaws.com/js/autobahn.min.js", "when": "~2.7.0", - "web-socket-js": "~1.0.1", "jquery.treeview": "1.4.1", "fancytree": "~2.7", "joyride": "https://github.com/zurb/joyride/archive/v2.0.0.zip" diff --git a/composer.json b/composer.json index 040611b8f4..12a706f228 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,10 @@ { "type": "vcs", "url": "https://github.com/alchemy-fr/phpexiftool" + }, + { + "type": "vcs", + "url": "https://github.com/alchemy-fr/JMSTranslationBundle" } ], "require": { @@ -29,7 +33,6 @@ "alchemy/phlickr" : "0.2.9", "alchemy/task-manager" : "2.0.x-dev@dev", "alchemy/zippy" : "0.2.x-dev@dev", - "cboden/ratchet" : "~0.3", "dailymotion/sdk" : "~1.5", "data-uri/data-uri" : "~0.1.0", "doctrine/orm" : "~2.4.0", @@ -45,7 +48,7 @@ "igorw/get-in" : "~1.0", "ircmaxell/random-lib" : "~1.0", "jms/serializer" : "~0.10", - "jms/translation-bundle" : "~1.1", + "jms/translation-bundle" : "dev-master as 1.1.0", "justinrainbow/json-schema" : "~1.3", "mediavorus/mediavorus" : "~0.4.0", "media-alchemyst/media-alchemyst" : "~0.4", @@ -60,7 +63,6 @@ "php-ffmpeg/php-ffmpeg" : "~0.5.0", "php-xpdf/php-xpdf" : "~0.2.1", "phpexiftool/phpexiftool" : "dev-0.4.1-mwg-metadata-copy as 0.4.1", - "react/zmq" : "~0.2", "rhumsaa/uuid" : "~2.7", "silex/silex" : "1.1.x-dev@dev", "silex/web-profiler" : "~1.0.0@dev", diff --git a/composer.lock b/composer.lock index 2d5d10f8a8..ed236b3572 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "f5e0457425e2c151f1a6b27e0bad160d", + "hash": "9727062f8f765284d232f9204bdd3a0b", "packages": [ { "name": "alchemy-fr/tcpdf-clone", @@ -428,55 +428,6 @@ ], "time": "2014-05-05 13:39:00" }, - { - "name": "cboden/ratchet", - "version": "v0.3.2", - "source": { - "type": "git", - "url": "https://github.com/ratchetphp/Ratchet.git", - "reference": "d36a8699df04354147a4f47845035b1ea8239189" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/d36a8699df04354147a4f47845035b1ea8239189", - "reference": "d36a8699df04354147a4f47845035b1ea8239189", - "shasum": "" - }, - "require": { - "guzzle/http": "~3.6", - "php": ">=5.3.9", - "react/socket": "0.3.*|0.4.*", - "symfony/http-foundation": "~2.2", - "symfony/routing": "~2.2" - }, - "type": "library", - "autoload": { - "psr-0": { - "Ratchet": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "http://res.im", - "role": "Developer" - } - ], - "description": "PHP WebSocket library", - "homepage": "http://socketo.me", - "keywords": [ - "Ratchet", - "WebSockets", - "server", - "sockets" - ], - "time": "2014-06-08 15:19:45" - }, { "name": "dailymotion/sdk", "version": "1.6.2", @@ -2368,17 +2319,17 @@ }, { "name": "jms/translation-bundle", - "version": "1.1.0", + "version": "dev-master", "target-dir": "JMS/TranslationBundle", "source": { "type": "git", - "url": "https://github.com/schmittjoh/JMSTranslationBundle.git", - "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf" + "url": "https://github.com/alchemy-fr/JMSTranslationBundle.git", + "reference": "808d11543fc9c1abc20dcf6b4d99e066c6a955da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/6f03035a38badaf8c48767c7664c3196df1eebdf", - "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf", + "url": "https://api.github.com/repos/alchemy-fr/JMSTranslationBundle/zipball/808d11543fc9c1abc20dcf6b4d99e066c6a955da", + "reference": "808d11543fc9c1abc20dcf6b4d99e066c6a955da", "shasum": "" }, "require": { @@ -2414,16 +2365,13 @@ "JMS\\TranslationBundle": "" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "Apache2" ], "authors": [ { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "https://github.com/schmittjoh", - "role": "Developer of wrapped JMSSerializerBundle" + "name": "Johannes M. Schmitt", + "email": "schmittjoh@gmail.com" } ], "description": "Puts the Symfony2 Translation Component on steroids", @@ -2438,7 +2386,10 @@ "ui", "webinterface" ], - "time": "2013-06-08 14:08:19" + "support": { + "source": "https://github.com/alchemy-fr/JMSTranslationBundle/tree/master" + }, + "time": "2015-03-09 17:01:23" }, { "name": "justinrainbow/json-schema", @@ -3591,181 +3542,6 @@ ], "time": "2012-12-21 11:40:51" }, - { - "name": "react/event-loop", - "version": "v0.3.4", - "target-dir": "React/EventLoop", - "source": { - "type": "git", - "url": "https://github.com/reactphp/event-loop.git", - "reference": "235cddfa999a392e7d63dc9bef2e042492608d9f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/event-loop/zipball/235cddfa999a392e7d63dc9bef2e042492608d9f", - "reference": "235cddfa999a392e7d63dc9bef2e042492608d9f", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-libev": "*", - "ext-libevent": ">=0.0.5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.3-dev" - } - }, - "autoload": { - "psr-0": { - "React\\EventLoop": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Event loop abstraction layer that libraries can use for evented I/O.", - "keywords": [ - "event-loop" - ], - "time": "2013-07-21 02:23:09" - }, - { - "name": "react/socket", - "version": "v0.3.4", - "target-dir": "React/Socket", - "source": { - "type": "git", - "url": "https://github.com/reactphp/socket.git", - "reference": "19bc0c4309243717396022ffb2e59be1cc784327" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/socket/zipball/19bc0c4309243717396022ffb2e59be1cc784327", - "reference": "19bc0c4309243717396022ffb2e59be1cc784327", - "shasum": "" - }, - "require": { - "evenement/evenement": "1.0.*", - "php": ">=5.3.3", - "react/event-loop": "0.3.*", - "react/stream": "0.3.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.3-dev" - } - }, - "autoload": { - "psr-0": { - "React\\Socket": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Library for building an evented socket server.", - "keywords": [ - "Socket" - ], - "time": "2014-02-17 22:32:00" - }, - { - "name": "react/stream", - "version": "v0.3.4", - "target-dir": "React/Stream", - "source": { - "type": "git", - "url": "https://github.com/reactphp/stream.git", - "reference": "feef56628afe3fa861f0da5f92c909e029efceac" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/stream/zipball/feef56628afe3fa861f0da5f92c909e029efceac", - "reference": "feef56628afe3fa861f0da5f92c909e029efceac", - "shasum": "" - }, - "require": { - "evenement/evenement": "1.0.*", - "php": ">=5.3.3" - }, - "suggest": { - "react/event-loop": "0.3.*", - "react/promise": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.3-dev" - } - }, - "autoload": { - "psr-0": { - "React\\Stream": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Basic readable and writable stream interfaces that support piping.", - "keywords": [ - "pipe", - "stream" - ], - "time": "2014-02-16 19:48:52" - }, - { - "name": "react/zmq", - "version": "v0.2.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/zmq.git", - "reference": "b69d97f99f2127e27d130d7fe3b2cec2a63b2c4e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/zmq/zipball/b69d97f99f2127e27d130d7fe3b2cec2a63b2c4e", - "reference": "b69d97f99f2127e27d130d7fe3b2cec2a63b2c4e", - "shasum": "" - }, - "require": { - "evenement/evenement": "~1.0", - "ext-zmq": "*", - "php": ">=5.3.2", - "react/event-loop": "0.3.*" - }, - "require-dev": { - "ext-pcntl": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.2-dev" - } - }, - "autoload": { - "psr-0": { - "React\\ZMQ": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "ZeroMQ bindings for React.", - "keywords": [ - "zeromq", - "zmq" - ], - "time": "2013-09-18 11:02:06" - }, { "name": "rhumsaa/uuid", "version": "2.8.0", @@ -5034,6 +4810,55 @@ ], "time": "2014-09-29 13:12:12" }, + { + "name": "cboden/ratchet", + "version": "v0.3.2", + "source": { + "type": "git", + "url": "https://github.com/ratchetphp/Ratchet.git", + "reference": "d36a8699df04354147a4f47845035b1ea8239189" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/d36a8699df04354147a4f47845035b1ea8239189", + "reference": "d36a8699df04354147a4f47845035b1ea8239189", + "shasum": "" + }, + "require": { + "guzzle/http": "~3.6", + "php": ">=5.3.9", + "react/socket": "0.3.*|0.4.*", + "symfony/http-foundation": "~2.2", + "symfony/routing": "~2.2" + }, + "type": "library", + "autoload": { + "psr-0": { + "Ratchet": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "http://res.im", + "role": "Developer" + } + ], + "description": "PHP WebSocket library", + "homepage": "http://socketo.me", + "keywords": [ + "Ratchet", + "WebSockets", + "server", + "sockets" + ], + "time": "2014-06-08 15:19:45" + }, { "name": "fabpot/goutte", "version": "v1.0.7", @@ -5749,6 +5574,181 @@ "xunit" ], "time": "2013-01-13 10:24:48" + }, + { + "name": "react/event-loop", + "version": "v0.3.4", + "target-dir": "React/EventLoop", + "source": { + "type": "git", + "url": "https://github.com/reactphp/event-loop.git", + "reference": "235cddfa999a392e7d63dc9bef2e042492608d9f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/event-loop/zipball/235cddfa999a392e7d63dc9bef2e042492608d9f", + "reference": "235cddfa999a392e7d63dc9bef2e042492608d9f", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-libev": "*", + "ext-libevent": ">=0.0.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.3-dev" + } + }, + "autoload": { + "psr-0": { + "React\\EventLoop": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Event loop abstraction layer that libraries can use for evented I/O.", + "keywords": [ + "event-loop" + ], + "time": "2013-07-21 02:23:09" + }, + { + "name": "react/socket", + "version": "v0.3.4", + "target-dir": "React/Socket", + "source": { + "type": "git", + "url": "https://github.com/reactphp/socket.git", + "reference": "19bc0c4309243717396022ffb2e59be1cc784327" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/socket/zipball/19bc0c4309243717396022ffb2e59be1cc784327", + "reference": "19bc0c4309243717396022ffb2e59be1cc784327", + "shasum": "" + }, + "require": { + "evenement/evenement": "1.0.*", + "php": ">=5.3.3", + "react/event-loop": "0.3.*", + "react/stream": "0.3.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.3-dev" + } + }, + "autoload": { + "psr-0": { + "React\\Socket": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Library for building an evented socket server.", + "keywords": [ + "Socket" + ], + "time": "2014-02-17 22:32:00" + }, + { + "name": "react/stream", + "version": "v0.3.4", + "target-dir": "React/Stream", + "source": { + "type": "git", + "url": "https://github.com/reactphp/stream.git", + "reference": "feef56628afe3fa861f0da5f92c909e029efceac" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/stream/zipball/feef56628afe3fa861f0da5f92c909e029efceac", + "reference": "feef56628afe3fa861f0da5f92c909e029efceac", + "shasum": "" + }, + "require": { + "evenement/evenement": "1.0.*", + "php": ">=5.3.3" + }, + "suggest": { + "react/event-loop": "0.3.*", + "react/promise": "~1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.3-dev" + } + }, + "autoload": { + "psr-0": { + "React\\Stream": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Basic readable and writable stream interfaces that support piping.", + "keywords": [ + "pipe", + "stream" + ], + "time": "2014-02-16 19:48:52" + }, + { + "name": "react/zmq", + "version": "v0.2.0", + "source": { + "type": "git", + "url": "https://github.com/reactphp/zmq.git", + "reference": "b69d97f99f2127e27d130d7fe3b2cec2a63b2c4e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/zmq/zipball/b69d97f99f2127e27d130d7fe3b2cec2a63b2c4e", + "reference": "b69d97f99f2127e27d130d7fe3b2cec2a63b2c4e", + "shasum": "" + }, + "require": { + "evenement/evenement": "~1.0", + "ext-zmq": "*", + "php": ">=5.3.2", + "react/event-loop": "0.3.*" + }, + "require-dev": { + "ext-pcntl": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.2-dev" + } + }, + "autoload": { + "psr-0": { + "React\\ZMQ": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "ZeroMQ bindings for React.", + "keywords": [ + "zeromq", + "zmq" + ], + "time": "2013-09-18 11:02:06" } ], "aliases": [ @@ -5758,6 +5758,12 @@ "version": "dev-alchemy-0.6.2", "package": "imagine/imagine" }, + { + "alias": "1.1.0", + "alias_normalized": "1.1.0.0", + "version": "9999999-dev", + "package": "jms/translation-bundle" + }, { "alias": "0.4.1", "alias_normalized": "0.4.1.0", @@ -5771,6 +5777,7 @@ "alchemy/zippy": 20, "goodby/csv": 20, "imagine/imagine": 20, + "jms/translation-bundle": 20, "neutron/process-manager": 20, "phpexiftool/phpexiftool": 20, "silex/silex": 20, diff --git a/config/configuration.sample.yml b/config/configuration.sample.yml index 093160879c..90ee18bbdd 100644 --- a/config/configuration.sample.yml +++ b/config/configuration.sample.yml @@ -32,23 +32,15 @@ main: task-manager: status: started enabled: true - logger: - max-files: 10 - enabled: true - level: INFO - listener: + options: protocol: tcp host: 127.0.0.1 port: 6660 linger: 500 - websocket-server: - host: local.phrasea - port: 9090 - ip: 0.0.0.0 - subscriber: - protocol: tcp - host: 127.0.0.1 - port: 13598 + logger: + max-files: 10 + enabled: true + level: INFO session: type: 'file' options: [] diff --git a/lib/Alchemy/Phrasea/Authentication/Authenticator.php b/lib/Alchemy/Phrasea/Authentication/Authenticator.php index f25a28d666..92f092a4be 100644 --- a/lib/Alchemy/Phrasea/Authentication/Authenticator.php +++ b/lib/Alchemy/Phrasea/Authentication/Authenticator.php @@ -88,13 +88,7 @@ class Authenticator { $user = $session->getUser(); - $rights = []; - if ($this->app['acl']->get($user)->has_right('taskmanager')) { - $rights[] = 'task-manager'; - } - $this->session->set('usr_id', $user->getId()); - $this->session->set('websockets_rights', $rights); $this->session->set('session_id', $session->getId()); } diff --git a/lib/Alchemy/Phrasea/CLI.php b/lib/Alchemy/Phrasea/CLI.php index 9bb63c8783..687375561e 100644 --- a/lib/Alchemy/Phrasea/CLI.php +++ b/lib/Alchemy/Phrasea/CLI.php @@ -13,7 +13,6 @@ namespace Alchemy\Phrasea; use Alchemy\Phrasea\Command\CommandInterface; use Alchemy\Phrasea\Core\CLIProvider\TranslationExtractorServiceProvider; -use Alchemy\Phrasea\Core\CLIProvider\WebsocketServerServiceProvider; use Alchemy\Phrasea\Core\Event\Subscriber\BridgeSubscriber; use Alchemy\Phrasea\Core\PhraseaCLIExceptionHandler; use Alchemy\Phrasea\Exception\RuntimeException; @@ -67,7 +66,6 @@ class CLI extends Application ); $this->register(new PluginServiceProvider()); - $this->register(new WebsocketServerServiceProvider()); $this->register(new ComposerSetupServiceProvider()); $this->register(new CLIDriversServiceProvider()); $this->register(new LessBuilderServiceProvider()); diff --git a/lib/Alchemy/Phrasea/Command/WebsocketServer.php b/lib/Alchemy/Phrasea/Command/WebsocketServer.php deleted file mode 100644 index af506ada8e..0000000000 --- a/lib/Alchemy/Phrasea/Command/WebsocketServer.php +++ /dev/null @@ -1,37 +0,0 @@ -setDescription("Runs the websocket server"); - } - - public function doExecute(InputInterface $input, OutputInterface $output) - { - $sessionConf = $this->container['conf']->get(['main', 'session', 'type'], 'file'); - - if (!in_array($sessionConf, ['memcached', 'memcache', 'redis'])) { - throw new RuntimeException(sprintf('Running the websocket server requires a server session storage, type `%s` provided', $sessionConf)); - } - - $this->container['ws.server']->run(); - } -} diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Push.php b/lib/Alchemy/Phrasea/Controller/Prod/Push.php index 5f268549d7..1874d89a43 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Push.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Push.php @@ -509,41 +509,37 @@ class Push implements ControllerProviderInterface $user = null; $email = $request->request->get('email'); - try { - $user = $app['repo.users']->findByEmail($email); - + if (null !== $user = $app['repo.users']->findByEmail($email)) { $result['message'] = $app->trans('User already exists'); $result['success'] = true; $result['user'] = $userFormatter($user); - } catch (\Exception $e) { + return $app->json($result); } - if (!$user instanceof User) { - try { - $password = $app['random.medium']->generateString(128); + try { + $password = $app['random.medium']->generateString(128); - $user = $app['manipulator.user']->createUser($email, $password, $email); + $user = $app['manipulator.user']->createUser($email, $password, $email); - $user->setFirstName($request->request->get('firstname')) - ->setLastName($request->request->get('lastname')); + $user->setFirstName($request->request->get('firstname')) + ->setLastName($request->request->get('lastname')); - if ($request->request->get('company')) { - $user->setCompany($request->request->get('company')); - } - if ($request->request->get('job')) { - $user->setCompany($request->request->get('job')); - } - if ($request->request->get('form_geonameid')) { - $app['manipulator.user']->setGeonameId($user, $request->request->get('form_geonameid')); - } - - $result['message'] = $app->trans('User successfully created'); - $result['success'] = true; - $result['user'] = $userFormatter($user); - } catch (\Exception $e) { - $result['message'] = $app->trans('Error while creating user'); + if ($request->request->get('company')) { + $user->setCompany($request->request->get('company')); } + if ($request->request->get('job')) { + $user->setCompany($request->request->get('job')); + } + if ($request->request->get('form_geonameid')) { + $app['manipulator.user']->setGeonameId($user, $request->request->get('form_geonameid')); + } + + $result['message'] = $app->trans('User successfully created'); + $result['success'] = true; + $result['user'] = $userFormatter($user); + } catch (\Exception $e) { + $result['message'] = $app->trans('Error while creating user'); } return $app->json($result); diff --git a/lib/Alchemy/Phrasea/Core/CLIProvider/TaskManagerServiceProvider.php b/lib/Alchemy/Phrasea/Core/CLIProvider/TaskManagerServiceProvider.php index 850dda08f7..061b7a026b 100644 --- a/lib/Alchemy/Phrasea/Core/CLIProvider/TaskManagerServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/CLIProvider/TaskManagerServiceProvider.php @@ -31,9 +31,9 @@ class TaskManagerServiceProvider implements ServiceProviderInterface }); $app['task-manager'] = $app->share(function (Application $app) { - $options = $app['task-manager.listener.options']; + $options = $app['task-manager.options']; - $manager = TaskManager::create( + return TaskManager::create( $app['dispatcher'], $app['task-manager.logger'], $app['task-manager.task-list'], @@ -44,9 +44,6 @@ class TaskManagerServiceProvider implements ServiceProviderInterface 'tick_period' => 1, ] ); - $manager->addSubscriber($app['ws.task-manager.broadcaster']); - - return $manager; }); $app['task-manager.logger.configuration'] = $app->share(function (Application $app) { diff --git a/lib/Alchemy/Phrasea/Core/CLIProvider/WebsocketServerServiceProvider.php b/lib/Alchemy/Phrasea/Core/CLIProvider/WebsocketServerServiceProvider.php deleted file mode 100644 index 94e5dcc75f..0000000000 --- a/lib/Alchemy/Phrasea/Core/CLIProvider/WebsocketServerServiceProvider.php +++ /dev/null @@ -1,108 +0,0 @@ -share(function (Application $app) { - return array_replace([ - 'protocol' => 'tcp', - 'host' => '127.0.0.1', - 'port' => 13598, - ], $app['conf']->get(['main', 'websocket-server', 'subscriber'], [])); - }); - - $app['ws.task-manager.broadcaster'] = $app->share(function (Application $app) { - return TaskManagerBroadcasterSubscriber::create($app['ws.publisher.options']); - }); - - $app['ws.event-loop'] = $app->share(function () { - return EventLoopFactory::create(); - }); - - $app['ws.server.subscriber'] = $app->share(function (Application $app) { - return new TaskManagerSubscriberPlugin($app['ws.publisher.options'], $app['ws.event-loop'], $app['ws.server.logger']); - }); - - $app['ws.server.application'] = $app->share(function (Application $app) { - return new SessionProvider( - new WampServer($app['ws.server.phraseanet-server']), $app['session.storage.handler'] - ); - }); - - $app['ws.server.phraseanet-server'] = $app->share(function (Application $app) { - return new PhraseanetWampServer($app['ws.server.topics-manager'], $app['ws.server.logger']); - }); - - $app['ws.server.logger'] = $app->share(function (Application $app) { - return $app['task-manager.logger']; - }); - - $app['ws.server.topics-manager.directives.conf'] = $app->share(function (Application $app) { - return [ - new Directive(TopicsManager::TOPIC_TASK_MANAGER, true, ['task-manager']), - ]; - }); - - $app['ws.server.topics-manager.directives'] = $app->share(function (Application $app) { - return new DirectivesManager($app['ws.server.topics-manager.directives.conf']); - }); - - $app['ws.server.consumer-manager'] = $app->share(function (Application $app) { - return new ConsumerManager(); - }); - - $app['ws.server.topics-manager'] = $app->share(function (Application $app) { - $manager = new TopicsManager($app['ws.server.topics-manager.directives'], $app['ws.server.consumer-manager']); - $manager->attach($app['ws.server.subscriber']); - - return $manager; - }); - - $app['ws.server.options'] = $app->share(function (Application $app) { - return array_replace([ - 'host' => 'localhost', - 'port' => 9090, - 'ip' => '127.0.0.1', - ], $app['conf']->get(['main', 'websocket-server'], [])); - }); - - $app['ws.server'] = $app->share(function (Application $app) { - $options = $app['ws.server.options']; - - $server = new App($options['host'], $options['port'], $options['ip'], $app['ws.event-loop']); - $server->route('/websockets', $app['ws.server.application']); - - return $server; - }); - } - - public function boot(Application $app) - { - } -} diff --git a/lib/Alchemy/Phrasea/Core/Provider/TasksServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/TasksServiceProvider.php index 6cbaccba01..b494781563 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/TasksServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/TasksServiceProvider.php @@ -34,16 +34,16 @@ class TasksServiceProvider implements ServiceProviderInterface public function register(Application $app) { $app['task-manager.notifier'] = $app->share(function (Application $app) { - return Notifier::create($app['monolog'], $app['task-manager.listener.options']); + return Notifier::create($app['monolog'], $app['task-manager.options']); }); - $app['task-manager.listener.options'] = $app->share(function (Application $app) { + $app['task-manager.options'] = $app->share(function (Application $app) { return array_replace([ 'protocol' => 'tcp', 'host' => '127.0.0.1', 'port' => 6660, 'linger' => 500, - ], $app['conf']->get(['main', 'task-manager', 'listener'], [])); + ], $app['conf']->get(['main', 'task-manager', 'options'], [])); }); $app['task-manager.job-factory'] = $app->share(function (Application $app) { diff --git a/lib/Alchemy/Phrasea/Form/Configuration/EmailFormType.php b/lib/Alchemy/Phrasea/Form/Configuration/EmailFormType.php index c4e3344f58..b42adf5954 100644 --- a/lib/Alchemy/Phrasea/Form/Configuration/EmailFormType.php +++ b/lib/Alchemy/Phrasea/Form/Configuration/EmailFormType.php @@ -44,7 +44,7 @@ class EmailFormType extends AbstractType 'label' => 'SMTP user', ]); $builder->add('hidden-password', 'password', [ - 'label' => false, + 'label' => '', 'attr' => [ 'style' => 'display:none' ] diff --git a/lib/Alchemy/Phrasea/Form/Login/PhraseaAuthenticationForm.php b/lib/Alchemy/Phrasea/Form/Login/PhraseaAuthenticationForm.php index 7b41e73938..32c6a2f592 100644 --- a/lib/Alchemy/Phrasea/Form/Login/PhraseaAuthenticationForm.php +++ b/lib/Alchemy/Phrasea/Form/Login/PhraseaAuthenticationForm.php @@ -48,7 +48,7 @@ class PhraseaAuthenticationForm extends AbstractType if ($this->app['phraseanet.configuration']['session']['idle'] < 1) { $builder->add('remember-me', 'checkbox' , [ - 'label' => _('Remember me'), + 'label' => 'Remember me', 'mapped' => false, 'required' => false, 'attr' => [ diff --git a/lib/Alchemy/Phrasea/Helper/DatabaseHelper.php b/lib/Alchemy/Phrasea/Helper/DatabaseHelper.php index 2d39b5f0c7..1fd0ca9ff6 100644 --- a/lib/Alchemy/Phrasea/Helper/DatabaseHelper.php +++ b/lib/Alchemy/Phrasea/Helper/DatabaseHelper.php @@ -34,7 +34,14 @@ class DatabaseHelper extends Helper 'dbname' => $db_name, ]); - if (false !== $dbOK = $connection->isConnected()) { + try { + $connection->connect(); + $dbOK = true; + } catch (\Exception $exception) { + $dbOK = false; + } + + if ($dbOK && false !== $connection->isConnected()) { $sql = "SHOW TABLE STATUS"; $stmt = $connection->prepare($sql); $stmt->execute(); diff --git a/lib/Alchemy/Phrasea/Model/Entities/ApiAccount.php b/lib/Alchemy/Phrasea/Model/Entities/ApiAccount.php index 4db97031fc..07c3766034 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/ApiAccount.php +++ b/lib/Alchemy/Phrasea/Model/Entities/ApiAccount.php @@ -33,7 +33,7 @@ class ApiAccount /** * @var integer * - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $revoked = false; diff --git a/lib/Alchemy/Phrasea/Model/Entities/ApiApplication.php b/lib/Alchemy/Phrasea/Model/Entities/ApiApplication.php index 87904c4224..c32107beab 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/ApiApplication.php +++ b/lib/Alchemy/Phrasea/Model/Entities/ApiApplication.php @@ -80,14 +80,14 @@ class ApiApplication /** * @var string * - * @ORM\Column(name="client_id", type="string", length=32, nullable=false) + * @ORM\Column(name="client_id", type="string", length=128, nullable=false) */ private $clientId; /** * @var string * - * @ORM\Column(name="client_secret", type="string", length=32, nullable=false) + * @ORM\Column(name="client_secret", type="string", length=128, nullable=false) */ private $clientSecret; diff --git a/lib/Alchemy/Phrasea/Model/Entities/Basket.php b/lib/Alchemy/Phrasea/Model/Entities/Basket.php index f2dde8f3f1..c75e4d46bc 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/Basket.php +++ b/lib/Alchemy/Phrasea/Model/Entities/Basket.php @@ -51,7 +51,7 @@ class Basket private $user; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $is_read = false; @@ -64,7 +64,7 @@ class Basket private $pusher; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $archived = false; diff --git a/lib/Alchemy/Phrasea/Model/Entities/Feed.php b/lib/Alchemy/Phrasea/Model/Entities/Feed.php index c9c843dbe3..2f78758198 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/Feed.php +++ b/lib/Alchemy/Phrasea/Model/Entities/Feed.php @@ -30,12 +30,12 @@ class Feed implements FeedInterface private $id; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $public = false; /** - * @ORM\Column(type="boolean", name="icon_url") + * @ORM\Column(type="boolean", name="icon_url", options={"default" = 0}) */ private $iconUrl = false; diff --git a/lib/Alchemy/Phrasea/Model/Entities/FeedPublisher.php b/lib/Alchemy/Phrasea/Model/Entities/FeedPublisher.php index ba7d30b1c4..b826ae76b1 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/FeedPublisher.php +++ b/lib/Alchemy/Phrasea/Model/Entities/FeedPublisher.php @@ -36,7 +36,7 @@ class FeedPublisher private $user; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $owner = false; diff --git a/lib/Alchemy/Phrasea/Model/Entities/FtpCredential.php b/lib/Alchemy/Phrasea/Model/Entities/FtpCredential.php index 536c276af6..3adacd9fd2 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/FtpCredential.php +++ b/lib/Alchemy/Phrasea/Model/Entities/FtpCredential.php @@ -34,47 +34,47 @@ class FtpCredential private $user; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $active = false; /** - * @ORM\Column(type="string", length=128) + * @ORM\Column(type="string", length=128, options={"default" = ""}) */ private $address = ''; /** - * @ORM\Column(type="string", length=128) + * @ORM\Column(type="string", length=128, options={"default" = ""}) */ private $login = ''; /** - * @ORM\Column(type="string", length=128) + * @ORM\Column(type="string", length=128, options={"default" = ""}) */ private $password = ''; /** - * @ORM\Column(type="string", length=128, name="reception_folder") + * @ORM\Column(type="string", length=128, name="reception_folder", options={"default" = ""}) */ private $receptionFolder = ''; /** - * @ORM\Column(type="string", length=128, name="repository_prefix_name") + * @ORM\Column(type="string", length=128, name="repository_prefix_name", options={"default" = ""}) */ private $repositoryPrefixName = ''; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $passive = false; /** - * @ORM\Column(type="boolean", name="tls") + * @ORM\Column(type="boolean", name="tls", options={"default" = 0}) */ private $ssl = false; /** - * @ORM\Column(type="integer", name="max_retry") + * @ORM\Column(type="integer", name="max_retry", options={"default" = 5}) */ private $maxRetry = 5; diff --git a/lib/Alchemy/Phrasea/Model/Entities/FtpExport.php b/lib/Alchemy/Phrasea/Model/Entities/FtpExport.php index 335dd7a0df..7af4de0a21 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/FtpExport.php +++ b/lib/Alchemy/Phrasea/Model/Entities/FtpExport.php @@ -29,62 +29,62 @@ class FtpExport private $id; /** - * @ORM\Column(type="integer") + * @ORM\Column(type="integer", options={"default" = 0}) */ private $crash = 0; /** - * @ORM\Column(type="integer") + * @ORM\Column(type="integer", options={"default" = 3}) */ private $nbretry = 3; /** - * @ORM\Column(type="text", nullable=true) + * @ORM\Column(type="string", length=128, nullable=true) */ private $mail; /** - * @ORM\Column(type="text") + * @ORM\Column(type="string", length=128) */ private $addr; /** - * @ORM\Column(type="boolean", name="use_ssl") + * @ORM\Column(type="boolean", name="use_ssl", options={"default" = 0}) */ private $ssl = false; /** - * @ORM\Column(type="text", nullable=true) + * @ORM\Column(type="string", length=128, nullable=true) */ private $login; /** - * @ORM\Column(type="text", nullable=true) + * @ORM\Column(type="string", length=128, nullable=true) */ private $pwd; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $passif = false; /** - * @ORM\Column(type="text") + * @ORM\Column(type="string", length=128, options={"default" = "/"}) */ private $destfolder = '/'; /** - * @ORM\Column(type="text", nullable=true) + * @ORM\Column(type="string", length=128, nullable=true, options={"default" = 1}) */ private $sendermail; /** - * @ORM\Column(type="text", name="text_mail_sender", nullable=true) + * @ORM\Column(type="string", length=128, name="text_mail_sender", nullable=true) */ private $textMailSender; /** - * @ORM\Column(type="text", name="text_mail_receiver", nullable=true) + * @ORM\Column(type="string", length=128, name="text_mail_receiver", nullable=true) */ private $textMailReceiver; @@ -97,12 +97,12 @@ class FtpExport private $user; /** - * @ORM\Column(type="text", nullable=true) + * @ORM\Column(type="string", length=128, nullable=true) */ private $foldertocreate; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $logfile = false; diff --git a/lib/Alchemy/Phrasea/Model/Entities/FtpExportElement.php b/lib/Alchemy/Phrasea/Model/Entities/FtpExportElement.php index 8df8476f89..3300a7e28b 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/FtpExportElement.php +++ b/lib/Alchemy/Phrasea/Model/Entities/FtpExportElement.php @@ -63,12 +63,12 @@ class FtpExportElement /** * @var Boolean - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $error = false; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $done = false; @@ -79,7 +79,7 @@ class FtpExportElement private $export; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $businessfields = false; diff --git a/lib/Alchemy/Phrasea/Model/Entities/LazaretFile.php b/lib/Alchemy/Phrasea/Model/Entities/LazaretFile.php index 2aac26cf90..cf0b43eb2f 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/LazaretFile.php +++ b/lib/Alchemy/Phrasea/Model/Entities/LazaretFile.php @@ -59,7 +59,7 @@ class LazaretFile private $sha256; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $forced = false; diff --git a/lib/Alchemy/Phrasea/Model/Entities/Registration.php b/lib/Alchemy/Phrasea/Model/Entities/Registration.php index af2c0517ca..304a2bca65 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/Registration.php +++ b/lib/Alchemy/Phrasea/Model/Entities/Registration.php @@ -44,12 +44,12 @@ class Registration private $baseId; /** - * @ORM\Column(type="boolean", name="pending") + * @ORM\Column(type="boolean", name="pending", options={"default" = 1}) */ private $pending = true; /** - * @ORM\Column(type="boolean", name="rejected") + * @ORM\Column(type="boolean", name="rejected", options={"default" = 0}) */ private $rejected = false; diff --git a/lib/Alchemy/Phrasea/Model/Entities/Task.php b/lib/Alchemy/Phrasea/Model/Entities/Task.php index ef771134b5..761fe7a593 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/Task.php +++ b/lib/Alchemy/Phrasea/Model/Entities/Task.php @@ -47,22 +47,22 @@ class Task private $settings = ''; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $completed = false; /** - * @ORM\Column(type="string") + * @ORM\Column(type="string", options={"default" = "started"}) */ private $status = self::STATUS_STARTED; /** - * @ORM\Column(type="integer") + * @ORM\Column(type="integer", options={"default" = 0}) */ private $crashed = 0; /** - * @ORM\Column(type="boolean", name="single_run") + * @ORM\Column(type="boolean", name="single_run", options={"default" = 0}) */ private $singleRun = false; @@ -84,7 +84,7 @@ class Task private $lastExecution; /** - * @ORM\Column(type="integer") + * @ORM\Column(type="integer", options={"default" = 0}) */ private $period = 0; diff --git a/lib/Alchemy/Phrasea/Model/Entities/Token.php b/lib/Alchemy/Phrasea/Model/Entities/Token.php index 62ca7260ef..cb0cd40aee 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/Token.php +++ b/lib/Alchemy/Phrasea/Model/Entities/Token.php @@ -22,7 +22,7 @@ class Token { /** * @ORM\Id - * @ORM\Column(type="string", length=16) + * @ORM\Column(type="string", length=128) */ private $value; diff --git a/lib/Alchemy/Phrasea/Model/Entities/User.php b/lib/Alchemy/Phrasea/Model/Entities/User.php index 30930e7a19..e6fdc18d8f 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/User.php +++ b/lib/Alchemy/Phrasea/Model/Entities/User.php @@ -73,17 +73,17 @@ class User private $nonce; /** - * @ORM\Column(type="boolean", name="salted_password") + * @ORM\Column(type="boolean", name="salted_password", options={"default" = 1}) */ private $saltedPassword = true; /** - * @ORM\Column(type="string", length=64, name="first_name") + * @ORM\Column(type="string", length=64, name="first_name", options={"default" = ""}) */ private $firstName = ''; /** - * @ORM\Column(type="string", length=64, name="last_name") + * @ORM\Column(type="string", length=64, name="last_name", options={"default" = ""}) */ private $lastName = ''; @@ -93,22 +93,22 @@ class User private $gender; /** - * @ORM\Column(type="text") + * @ORM\Column(type="string", length=255, options={"default" = ""}) */ private $address = ''; /** - * @ORM\Column(type="string", length=64) + * @ORM\Column(type="string", length=64, options={"default" = ""}) */ private $city = ''; /** - * @ORM\Column(type="string", length=64, nullable=true) + * @ORM\Column(type="string", length=64, nullable=true, options={"default" = ""}) */ private $country = ''; /** - * @ORM\Column(type="string", length=32, name="zip_code") + * @ORM\Column(type="string", length=32, name="zip_code", options={"default" = ""}) */ private $zipCode = ''; @@ -123,57 +123,57 @@ class User private $locale; /** - * @ORM\Column(type="string", length=128) + * @ORM\Column(type="string", length=128, options={"default" = ""}) */ private $timezone = ''; /** - * @ORM\Column(type="string", length=128) + * @ORM\Column(type="string", length=128, options={"default" = ""}) */ private $job = ''; /** - * @ORM\Column(type="string", length=256) + * @ORM\Column(type="string", length=256, options={"default" = ""}) */ private $activity = ''; /** - * @ORM\Column(type="string", length=64) + * @ORM\Column(type="string", length=64, options={"default" = ""}) */ private $company = ''; /** - * @ORM\Column(type="string", length=32) + * @ORM\Column(type="string", length=32, options={"default" = ""}) */ private $phone = ''; /** - * @ORM\Column(type="string", length=32) + * @ORM\Column(type="string", length=32, options={"default" = ""}) */ private $fax = ''; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $admin = false; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $guest = false; /** - * @ORM\Column(type="boolean", name="mail_notifications") + * @ORM\Column(type="boolean", name="mail_notifications", options={"default" = 0}) */ private $mailNotificationsActivated = false; /** - * @ORM\Column(type="boolean", name="request_notifications") + * @ORM\Column(type="boolean", name="request_notifications", options={"default" = 0}) */ private $requestNotificationsActivated = false; /** - * @ORM\Column(type="boolean", name="ldap_created") + * @ORM\Column(type="boolean", name="ldap_created", options={"default" = 0}) */ private $ldapCreated = false; @@ -184,17 +184,17 @@ class User private $lastAppliedTemplate; /** - * @ORM\Column(type="text", name="push_list") + * @ORM\Column(type="string", length=255, name="push_list", options={"default" = ""}) */ private $pushList = ''; /** - * @ORM\Column(type="boolean", name="can_change_profil") + * @ORM\Column(type="boolean", name="can_change_profil", options={"default" = 1}) */ private $canChangeProfil = true; /** - * @ORM\Column(type="boolean", name="can_change_ftp_profil") + * @ORM\Column(type="boolean", name="can_change_ftp_profil", options={"default" = 1}) */ private $canChangeFtpProfil = true; @@ -204,12 +204,12 @@ class User private $lastConnection; /** - * @ORM\Column(type="boolean", name="mail_locked") + * @ORM\Column(type="boolean", name="mail_locked", options={"default" = 0}) */ private $mailLocked = false; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $deleted = false; diff --git a/lib/Alchemy/Phrasea/Model/Entities/ValidationParticipant.php b/lib/Alchemy/Phrasea/Model/Entities/ValidationParticipant.php index f042865007..9322f00050 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/ValidationParticipant.php +++ b/lib/Alchemy/Phrasea/Model/Entities/ValidationParticipant.php @@ -27,22 +27,22 @@ class ValidationParticipant private $id; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $is_aware = false; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $is_confirmed = false; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $can_agree = false; /** - * @ORM\Column(type="boolean") + * @ORM\Column(type="boolean", options={"default" = 0}) */ private $can_see_others = false; diff --git a/lib/Alchemy/Phrasea/Model/Entities/WebhookEvent.php b/lib/Alchemy/Phrasea/Model/Entities/WebhookEvent.php index 9b1f86894f..a634edb141 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/WebhookEvent.php +++ b/lib/Alchemy/Phrasea/Model/Entities/WebhookEvent.php @@ -41,7 +41,7 @@ class WebhookEvent /** * @var boolean * - * @ORM\Column(type="boolean", nullable=false) + * @ORM\Column(type="boolean", nullable=false, options={"default" = 0}) */ private $processed = false; diff --git a/lib/Alchemy/Phrasea/Model/Entities/WebhookEventDelivery.php b/lib/Alchemy/Phrasea/Model/Entities/WebhookEventDelivery.php index d5c6cbbfdc..9e63da730e 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/WebhookEventDelivery.php +++ b/lib/Alchemy/Phrasea/Model/Entities/WebhookEventDelivery.php @@ -41,12 +41,12 @@ class WebhookEventDelivery private $event; /** - * @ORM\Column(type="boolean", nullable=false) + * @ORM\Column(type="boolean", nullable=false, options={"default" = 0}) */ private $delivered = false; /** - * @ORM\Column(type="integer", nullable=false) + * @ORM\Column(type="integer", nullable=false, options={"default" = 0}) */ private $deliveryTries = 0; diff --git a/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/ApiMigration.php b/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/ApiMigration.php index ed00c46e35..0182292364 100644 --- a/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/ApiMigration.php +++ b/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/ApiMigration.php @@ -35,10 +35,22 @@ class ApiMigration extends AbstractMigration $this->addSql("ALTER TABLE ApiOauthTokens ADD CONSTRAINT FK_4FD469539B6B5FBA FOREIGN KEY (account_id) REFERENCES ApiAccounts (id)"); $this->addSql("ALTER TABLE ApiAccounts ADD CONSTRAINT FK_2C54E637A76ED395 FOREIGN KEY (user_id) REFERENCES Users (id)"); $this->addSql("ALTER TABLE ApiAccounts ADD CONSTRAINT FK_2C54E6373E030ACD FOREIGN KEY (application_id) REFERENCES ApiApplications (id)"); + + $this->addSql('ALTER TABLE ApiAccounts CHANGE revoked revoked TINYINT(1) DEFAULT \'0\' NOT NULL'); + $this->addSql('ALTER TABLE ApiApplications CHANGE client_id client_id VARCHAR(128) NOT NULL, CHANGE client_secret client_secret VARCHAR(128) NOT NULL'); + $this->addSql('ALTER TABLE ApiOauthCodes CHANGE expires expires INT NOT NULL'); + $this->addSql('ALTER TABLE ApiOauthRefreshTokens CHANGE expires expires INT NOT NULL'); + $this->addSql('ALTER TABLE ApiOauthTokens CHANGE expires expires INT DEFAULT NULL'); } public function doDownSql(Schema $schema) { + $this->addSql('ALTER TABLE ApiAccounts CHANGE revoked revoked TINYINT(1) NOT NULL'); + $this->addSql('ALTER TABLE ApiApplications CHANGE client_id client_id VARCHAR(32) NOT NULL, CHANGE client_secret client_secret VARCHAR(32) NOT NULL'); + $this->addSql('ALTER TABLE ApiOauthCodes CHANGE expires expires DATETIME DEFAULT NULL'); + $this->addSql('ALTER TABLE ApiOauthRefreshTokens CHANGE expires expires DATETIME NOT NULL'); + $this->addSql('ALTER TABLE ApiOauthTokens CHANGE expires expires DATETIME DEFAULT NULL'); + $this->addSql("ALTER TABLE ApiAccounts DROP FOREIGN KEY FK_2C54E6373E030ACD"); $this->addSql("ALTER TABLE ApiLogs DROP FOREIGN KEY FK_91E90F309B6B5FBA"); $this->addSql("ALTER TABLE ApiOauthCodes DROP FOREIGN KEY FK_BE6B11809B6B5FBA"); diff --git a/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/FeedMigration.php b/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/FeedMigration.php index 68bffe345e..459ac38eff 100644 --- a/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/FeedMigration.php +++ b/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/FeedMigration.php @@ -34,10 +34,18 @@ class FeedMigration extends AbstractMigration $this->addSql("ALTER TABLE FeedItems ADD CONSTRAINT FK_7F9CDFA6BA364942 FOREIGN KEY (entry_id) REFERENCES FeedEntries (id)"); $this->addSql("ALTER TABLE FeedTokens ADD CONSTRAINT FK_9D1CA848A76ED395 FOREIGN KEY (user_id) REFERENCES Users (id)"); $this->addSql("ALTER TABLE FeedTokens ADD CONSTRAINT FK_9D1CA84851A5BC03 FOREIGN KEY (feed_id) REFERENCES Feeds (id)"); + + $this->addSql('ALTER TABLE Feeds CHANGE public public TINYINT(1) DEFAULT \'0\' NOT NULL, CHANGE icon_url icon_url TINYINT(1) DEFAULT \'0\' NOT NULL'); + $this->addSql('ALTER TABLE FeedPublishers CHANGE owner owner TINYINT(1) DEFAULT \'0\' NOT NULL'); + $this->addSql('ALTER TABLE FeedTokens CHANGE value value VARCHAR(64) DEFAULT NULL'); } public function doDownSql(Schema $schema) { + $this->addSql('ALTER TABLE FeedPublishers CHANGE owner owner TINYINT(1) NOT NULL'); + $this->addSql('ALTER TABLE FeedTokens CHANGE value value VARCHAR(12) DEFAULT NULL'); + $this->addSql('ALTER TABLE Feeds CHANGE public public TINYINT(1) NOT NULL, CHANGE icon_url icon_url TINYINT(1) NOT NULL'); + $this->addSql("ALTER TABLE FeedPublishers DROP FOREIGN KEY FK_31AFAB251A5BC03"); $this->addSql("ALTER TABLE FeedEntries DROP FOREIGN KEY FK_5FC892F951A5BC03"); $this->addSql("ALTER TABLE FeedTokens DROP FOREIGN KEY FK_9D1CA84851A5BC03"); diff --git a/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/FtpCredentialMigration.php b/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/FtpCredentialMigration.php index 7180488fd4..3f7c93017b 100644 --- a/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/FtpCredentialMigration.php +++ b/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/FtpCredentialMigration.php @@ -24,10 +24,12 @@ class FtpCredentialMigration extends AbstractMigration { $this->addSql("CREATE TABLE FtpCredential (id INT AUTO_INCREMENT NOT NULL, user_id INT NOT NULL, active TINYINT(1) NOT NULL, address VARCHAR(128) NOT NULL, login VARCHAR(128) NOT NULL, password VARCHAR(128) NOT NULL, reception_folder VARCHAR(128) NOT NULL, repository_prefix_name VARCHAR(128) NOT NULL, passive TINYINT(1) NOT NULL, tls TINYINT(1) NOT NULL, max_retry INT NOT NULL, updated DATETIME NOT NULL, UNIQUE INDEX UNIQ_62DA9661A76ED395 (user_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB"); $this->addSql("ALTER TABLE FtpCredential ADD CONSTRAINT FK_62DA9661A76ED395 FOREIGN KEY (user_id) REFERENCES Users (id)"); + $this->addSql('ALTER TABLE FtpCredential CHANGE active active TINYINT(1) DEFAULT \'0\' NOT NULL, CHANGE address address VARCHAR(128) DEFAULT \'\' NOT NULL, CHANGE login login VARCHAR(128) DEFAULT \'\' NOT NULL, CHANGE password password VARCHAR(128) DEFAULT \'\' NOT NULL, CHANGE reception_folder reception_folder VARCHAR(128) DEFAULT \'\' NOT NULL, CHANGE repository_prefix_name repository_prefix_name VARCHAR(128) DEFAULT \'\' NOT NULL, CHANGE passive passive TINYINT(1) DEFAULT \'0\' NOT NULL, CHANGE tls tls TINYINT(1) DEFAULT \'0\' NOT NULL, CHANGE max_retry max_retry INT DEFAULT 5 NOT NULL'); } public function doDownSql(Schema $schema) { + $this->addSql('ALTER TABLE FtpCredential CHANGE active active TINYINT(1) NOT NULL, CHANGE address address VARCHAR(128) NOT NULL, CHANGE login login VARCHAR(128) NOT NULL, CHANGE password password VARCHAR(128) NOT NULL, CHANGE reception_folder reception_folder VARCHAR(128) NOT NULL, CHANGE repository_prefix_name repository_prefix_name VARCHAR(128) NOT NULL, CHANGE passive passive TINYINT(1) NOT NULL, CHANGE tls tls TINYINT(1) NOT NULL, CHANGE max_retry max_retry INT NOT NULL'); $this->addSql("DROP TABLE FtpCredential"); } } diff --git a/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/UserMigration.php b/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/UserMigration.php index 6a750fb74f..a33af0d89c 100644 --- a/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/UserMigration.php +++ b/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/UserMigration.php @@ -25,10 +25,12 @@ class UserMigration extends AbstractMigration $this->addSql("CREATE TABLE Users (id INT AUTO_INCREMENT NOT NULL, last_model INT DEFAULT NULL, model_of INT DEFAULT NULL, login VARCHAR(128) NOT NULL, email VARCHAR(128) DEFAULT NULL, password VARCHAR(128) DEFAULT NULL, nonce VARCHAR(64) DEFAULT NULL, salted_password TINYINT(1) NOT NULL, first_name VARCHAR(64) NOT NULL, last_name VARCHAR(64) NOT NULL, gender SMALLINT DEFAULT NULL, address LONGTEXT NOT NULL, city VARCHAR(64) NOT NULL, country VARCHAR(64) DEFAULT NULL, zip_code VARCHAR(32) NOT NULL, geoname_id INT DEFAULT NULL, locale VARCHAR(8) DEFAULT NULL, timezone VARCHAR(128) NOT NULL, job VARCHAR(128) NOT NULL, activity VARCHAR(256) NOT NULL, company VARCHAR(64) NOT NULL, phone VARCHAR(32) NOT NULL, fax VARCHAR(32) NOT NULL, admin TINYINT(1) NOT NULL, guest TINYINT(1) NOT NULL, mail_notifications TINYINT(1) NOT NULL, request_notifications TINYINT(1) NOT NULL, ldap_created TINYINT(1) NOT NULL, push_list LONGTEXT NOT NULL, can_change_profil TINYINT(1) NOT NULL, can_change_ftp_profil TINYINT(1) NOT NULL, last_connection DATETIME DEFAULT NULL, mail_locked TINYINT(1) NOT NULL, deleted TINYINT(1) NOT NULL, created DATETIME NOT NULL, updated DATETIME NOT NULL, INDEX IDX_D5428AEDB5DE44C2 (last_model), INDEX IDX_D5428AEDC121714D (model_of), INDEX salted_password (salted_password), INDEX admin (admin), INDEX guest (guest), UNIQUE INDEX email_unique (email), UNIQUE INDEX login_unique (login), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB"); $this->addSql("ALTER TABLE Users ADD CONSTRAINT FK_D5428AEDB5DE44C2 FOREIGN KEY (last_model) REFERENCES Users (id)"); $this->addSql("ALTER TABLE Users ADD CONSTRAINT FK_D5428AEDC121714D FOREIGN KEY (model_of) REFERENCES Users (id)"); + $this->addSql('ALTER TABLE Users CHANGE login login VARCHAR(128) COLLATE utf8_bin NOT NULL, CHANGE password password VARCHAR(128) COLLATE utf8_bin DEFAULT NULL, CHANGE nonce nonce VARCHAR(64) COLLATE utf8_bin DEFAULT NULL, CHANGE salted_password salted_password TINYINT(1) DEFAULT \'1\' NOT NULL, CHANGE first_name first_name VARCHAR(64) DEFAULT \'\' NOT NULL, CHANGE last_name last_name VARCHAR(64) DEFAULT \'\' NOT NULL, CHANGE address address VARCHAR(255) DEFAULT \'\' NOT NULL, CHANGE city city VARCHAR(64) DEFAULT \'\' NOT NULL, CHANGE country country VARCHAR(64) DEFAULT \'\', CHANGE zip_code zip_code VARCHAR(32) DEFAULT \'\' NOT NULL, CHANGE timezone timezone VARCHAR(128) DEFAULT \'\' NOT NULL, CHANGE job job VARCHAR(128) DEFAULT \'\' NOT NULL, CHANGE activity activity VARCHAR(256) DEFAULT \'\' NOT NULL, CHANGE company company VARCHAR(64) DEFAULT \'\' NOT NULL, CHANGE phone phone VARCHAR(32) DEFAULT \'\' NOT NULL, CHANGE fax fax VARCHAR(32) DEFAULT \'\' NOT NULL, CHANGE admin admin TINYINT(1) DEFAULT \'0\' NOT NULL, CHANGE guest guest TINYINT(1) DEFAULT \'0\' NOT NULL, CHANGE mail_notifications mail_notifications TINYINT(1) DEFAULT \'0\' NOT NULL, CHANGE request_notifications request_notifications TINYINT(1) DEFAULT \'0\' NOT NULL, CHANGE ldap_created ldap_created TINYINT(1) DEFAULT \'0\' NOT NULL, CHANGE push_list push_list VARCHAR(255) DEFAULT \'\' NOT NULL, CHANGE can_change_profil can_change_profil TINYINT(1) DEFAULT \'1\' NOT NULL, CHANGE can_change_ftp_profil can_change_ftp_profil TINYINT(1) DEFAULT \'1\' NOT NULL, CHANGE mail_locked mail_locked TINYINT(1) DEFAULT \'0\' NOT NULL, CHANGE deleted deleted TINYINT(1) DEFAULT \'0\' NOT NULL'); } public function doDownSql(Schema $schema) { + $this->addSql('ALTER TABLE Users CHANGE login login VARCHAR(128) NOT NULL, CHANGE password password VARCHAR(128) DEFAULT NULL, CHANGE nonce nonce VARCHAR(64) DEFAULT NULL, CHANGE salted_password salted_password TINYINT(1) NOT NULL, CHANGE first_name first_name VARCHAR(64) NOT NULL, CHANGE last_name last_name VARCHAR(64) NOT NULL, CHANGE address address LONGTEXT NOT NULL, CHANGE city city VARCHAR(64) NOT NULL, CHANGE country country VARCHAR(64) DEFAULT NULL, CHANGE zip_code zip_code VARCHAR(32) NOT NULL, CHANGE timezone timezone VARCHAR(128) NOT NULL, CHANGE job job VARCHAR(128) NOT NULL, CHANGE activity activity VARCHAR(256) NOT NULL, CHANGE company company VARCHAR(64) NOT NULL, CHANGE phone phone VARCHAR(32) NOT NULL, CHANGE fax fax VARCHAR(32) NOT NULL, CHANGE admin admin TINYINT(1) NOT NULL, CHANGE guest guest TINYINT(1) NOT NULL, CHANGE mail_notifications mail_notifications TINYINT(1) NOT NULL, CHANGE request_notifications request_notifications TINYINT(1) NOT NULL, CHANGE ldap_created ldap_created TINYINT(1) NOT NULL, CHANGE push_list push_list LONGTEXT NOT NULL, CHANGE can_change_profil can_change_profil TINYINT(1) NOT NULL, CHANGE can_change_ftp_profil can_change_ftp_profil TINYINT(1) NOT NULL, CHANGE mail_locked mail_locked TINYINT(1) NOT NULL, CHANGE deleted deleted TINYINT(1) NOT NULL'); $this->addSql("ALTER TABLE Users DROP FOREIGN KEY FK_D5428AEDB5DE44C2"); $this->addSql("ALTER TABLE Users DROP FOREIGN KEY FK_D5428AEDC121714D"); $this->addSql("DROP TABLE Users"); diff --git a/lib/Alchemy/Phrasea/Setup/Requirements/SystemRequirements.php b/lib/Alchemy/Phrasea/Setup/Requirements/SystemRequirements.php index 15da4e21a5..75cc37fa71 100644 --- a/lib/Alchemy/Phrasea/Setup/Requirements/SystemRequirements.php +++ b/lib/Alchemy/Phrasea/Setup/Requirements/SystemRequirements.php @@ -242,12 +242,6 @@ class SystemRequirements extends RequirementCollection implements RequirementInt 'Install and enable the twig extension.' ); - $this->addRecommendation( - function_exists('event_base_new'), - 'LibEvent extension is strongly recommended in production', - 'Install and enable the LibEvent extension.' - ); - $this->addRequirement( extension_loaded('zmq'), 'ZMQ extension is required.', diff --git a/lib/Alchemy/Phrasea/Setup/Version/PreSchemaUpgrade/Upgrade39Users.php b/lib/Alchemy/Phrasea/Setup/Version/PreSchemaUpgrade/Upgrade39Users.php index ce0477cba6..aa7cc52d72 100644 --- a/lib/Alchemy/Phrasea/Setup/Version/PreSchemaUpgrade/Upgrade39Users.php +++ b/lib/Alchemy/Phrasea/Setup/Version/PreSchemaUpgrade/Upgrade39Users.php @@ -339,7 +339,7 @@ class Upgrade39Users implements PreSchemaUpgradeInterface mail_locked, last_model, mail_notifications, nonce, password, push_list, request_notifications, salted_password, gender, phone, timezone, zip_code, - created, updated + created, updated, deleted ) ( SELECT @@ -351,7 +351,7 @@ class Upgrade39Users implements PreSchemaUpgradeInterface mail_locked, NULL AS lastModel, mail_notifications, '.($this->hasField($em, 'nonce') ? 'nonce' : 'NULL AS nonce').', usr_password, push_list, request_notifications, '.($this->hasField($em, 'salted_password') ? 'salted_password' : '0 AS salted_password').', usr_sexe, tel, timezone, cpostal, - usr_creationdate, usr_modificationdate + usr_creationdate, usr_modificationdate, 0 FROM usr )' ); diff --git a/lib/Alchemy/Phrasea/Websocket/Consumer/Consumer.php b/lib/Alchemy/Phrasea/Websocket/Consumer/Consumer.php deleted file mode 100644 index 685d311e20..0000000000 --- a/lib/Alchemy/Phrasea/Websocket/Consumer/Consumer.php +++ /dev/null @@ -1,43 +0,0 @@ -usrId = $usrId; - $this->rights = $rights; - } - - /** - * {@inheritdoc} - */ - public function isAuthenticated() - { - return $this->usrId !== null; - } - - /** - * {@inheritdoc} - */ - public function hasRights($rights) - { - return count(array_intersect($this->rights, (array) $rights)) === count($rights); - } -} diff --git a/lib/Alchemy/Phrasea/Websocket/Consumer/ConsumerInterface.php b/lib/Alchemy/Phrasea/Websocket/Consumer/ConsumerInterface.php deleted file mode 100644 index 998f62547e..0000000000 --- a/lib/Alchemy/Phrasea/Websocket/Consumer/ConsumerInterface.php +++ /dev/null @@ -1,31 +0,0 @@ -has('usr_id') ? $session->get('usr_id') : null; - $rights = $session->has('websockets_rights') ? $session->get('websockets_rights') : []; - - return new Consumer($usrId, $rights);; - } -} diff --git a/lib/Alchemy/Phrasea/Websocket/PhraseanetWampServer.php b/lib/Alchemy/Phrasea/Websocket/PhraseanetWampServer.php deleted file mode 100644 index 11c88bfa35..0000000000 --- a/lib/Alchemy/Phrasea/Websocket/PhraseanetWampServer.php +++ /dev/null @@ -1,94 +0,0 @@ -logger = $logger; - $this->manager = $manager; - } - - /** - * {@inheritdoc} - */ - public function onPublish(Conn $conn, $topic, $event, array $exclude, array $eligible) - { - $this->logger->error(sprintf('Publishing on topic %s', $topic->getId()), ['event' => $event, 'topic' => $topic]); - $topic->broadcast($event); - } - - /** - * {@inheritdoc} - */ - public function onCall(Conn $conn, $id, $topic, array $params) - { - $this->logger->error(sprintf('Received RPC call on topic %s', $topic->getId()), ['topic' => $topic]); - $conn->callError($id, $topic, 'RPC not supported on this demo'); - } - - /** - * {@inheritdoc} - */ - public function onSubscribe(Conn $conn, $topic) - { - if ($this->manager->subscribe($conn, $topic)) { - $this->logger->debug(sprintf('Subscription received on topic %s', $topic->getId()), ['topic' => $topic]); - } else { - $this->logger->error(sprintf('Subscription received on topic %s, user is not allowed', $topic->getId()), ['topic' => $topic]); - } - } - - /** - * {@inheritdoc} - */ - public function onUnSubscribe(Conn $conn, $topic) - { - $this->logger->debug(sprintf('Unsubscription received on topic %s', $topic->getId()), ['topic' => $topic]); - $this->manager->unsubscribe($conn, $topic); - } - - /** - * {@inheritdoc} - */ - public function onOpen(Conn $conn) - { - $this->logger->debug('[WS] Connection request accepted'); - $this->manager->openConnection($conn); - } - - /** - * {@inheritdoc} - */ - public function onClose(Conn $conn) - { - $this->logger->debug('[WS] Connection closed'); - $this->manager->closeConnection($conn); - } - - /** - * {@inheritdoc} - */ - public function onError(Conn $conn, \Exception $e) - { - $this->logger->error('[WS] Connection error', ['exception' => $e]); - } -} diff --git a/lib/Alchemy/Phrasea/Websocket/Subscriber/TaskManagerBroadcasterSubscriber.php b/lib/Alchemy/Phrasea/Websocket/Subscriber/TaskManagerBroadcasterSubscriber.php deleted file mode 100644 index f8939ef60a..0000000000 --- a/lib/Alchemy/Phrasea/Websocket/Subscriber/TaskManagerBroadcasterSubscriber.php +++ /dev/null @@ -1,88 +0,0 @@ -formater = new StateFormater(); - - $this->broadcaster = $broadcaster; - $this->broadcaster->bind(); - - usleep(300000); - } - - public function onManagerStart(TaskManagerEvent $event) - { - $this->broadcaster->send(json_encode([ - 'topic' => TopicsManager::TOPIC_TASK_MANAGER, - 'event' => TaskManagerEvents::MANAGER_START, - ])); - } - - public function onManagerStop(TaskManagerEvent $event) - { - $this->broadcaster->send(json_encode([ - 'topic' => TopicsManager::TOPIC_TASK_MANAGER, - 'event' => TaskManagerEvents::MANAGER_STOP, - ])); - } - - public function onManagerRequest(TaskManagerRequestEvent $event) - { - $this->broadcaster->send(json_encode([ - 'topic' => TopicsManager::TOPIC_TASK_MANAGER, - 'event' => TaskManagerEvents::MANAGER_REQUEST, - 'request' => $event->getRequest(), - 'response' => $event->getResponse(), - ])); - } - - public function onManagerTick(TaskManagerEvent $event) - { - $this->broadcaster->send(json_encode([ - 'topic' => TopicsManager::TOPIC_TASK_MANAGER, - 'event' => TaskManagerEvents::MANAGER_TICK, - 'message' => $this->formater->toArray( - $event->getManager()->getProcessManager()->getManagedProcesses() - ), - ])); - } - - public static function getSubscribedEvents() - { - return [ - TaskManagerEvents::MANAGER_START => 'onManagerStart', - TaskManagerEvents::MANAGER_STOP => 'onManagerStop', - TaskManagerEvents::MANAGER_REQUEST => 'onManagerRequest', - TaskManagerEvents::MANAGER_TICK => 'onManagerTick', - ]; - } - - public static function create(array $options) - { - return new static(ZMQSocket::create(new \ZMQContext(), \ZMQ::SOCKET_PUB, $options['protocol'], $options['host'], $options['port'])); - } -} diff --git a/lib/Alchemy/Phrasea/Websocket/Topics/Directive.php b/lib/Alchemy/Phrasea/Websocket/Topics/Directive.php deleted file mode 100644 index 8d3e4a2877..0000000000 --- a/lib/Alchemy/Phrasea/Websocket/Topics/Directive.php +++ /dev/null @@ -1,75 +0,0 @@ -topic = $topic; - $this->requireAuthentication = (Boolean) $requireAuthentication; - $this->requiredRights = $requiredRights; - } - - /** - * @return string - */ - public function getTopic() - { - return $this->topic; - } - - /** - * Returns true if the topic requires an authenticated consumer - * - * @return Boolean - */ - public function requireAuthentication() - { - return $this->requireAuthentication; - } - - /** - * Returns an array of required rights for the authenticated consumer - * - * @return array - */ - public function getRequiredRights() - { - return $this->requiredRights; - } - - /** - * Returns true if the consumer satisfies the directive - * - * @param ConsumerInterface $consumer - * - * @return Boolean - */ - public function isStatisfiedBy(ConsumerInterface $consumer) - { - if ($this->requireAuthentication() && !$consumer->isAuthenticated()) { - return false; - } - - return $consumer->hasRights($this->getRequiredRights()); - } -} diff --git a/lib/Alchemy/Phrasea/Websocket/Topics/DirectivesManager.php b/lib/Alchemy/Phrasea/Websocket/Topics/DirectivesManager.php deleted file mode 100644 index 5ab6fdca9c..0000000000 --- a/lib/Alchemy/Phrasea/Websocket/Topics/DirectivesManager.php +++ /dev/null @@ -1,61 +0,0 @@ -directives = $directives; - } - - /** - * Returns true if the consumer has access to the given topic - * - * @param ConsumerInterface $consumer - * @param Topic $topic - * - * @return Boolean - */ - public function hasAccess(ConsumerInterface $consumer, Topic $topic) - { - foreach ($this->getDirectives($topic) as $directive) { - if (!$directive->isStatisfiedBy($consumer)) { - return false; - } - } - - return true; - } - - /** - * @param Topic $topic - * - * @return Directive[] - */ - private function getDirectives(Topic $topic) - { - return array_filter($this->directives, function (Directive $directive) use ($topic) { - return $directive->getTopic() === $topic->getId(); - }); - } -} diff --git a/lib/Alchemy/Phrasea/Websocket/Topics/Plugin/PluginInterface.php b/lib/Alchemy/Phrasea/Websocket/Topics/Plugin/PluginInterface.php deleted file mode 100644 index 2edd0eb74c..0000000000 --- a/lib/Alchemy/Phrasea/Websocket/Topics/Plugin/PluginInterface.php +++ /dev/null @@ -1,24 +0,0 @@ -logger = $logger; - $context = new Context($loop); - - $this->pull = $context->getSocket(\ZMQ::SOCKET_SUB); - $this->pull->setSockOpt(\ZMQ::SOCKOPT_SUBSCRIBE, ""); - $this->pull->connect(sprintf('%s://%s:%s', $options['protocol'], $options['host'], $options['port'])); - - $this->pull->on('error', function ($e) use ($logger) { - $logger->error('TaskManager Subscriber received an error.', ['exception' => $e]); - }); - } - - /** - * {@inheritdoc} - */ - public function attach(TopicsManager $manager) - { - $this->pull->on('message', function ($msg) use ($manager) { - $data = @json_decode($msg, true); - - if (json_last_error() !== JSON_ERROR_NONE) { - $this->logger->error(sprintf('[WS] Received invalid message %s : invalid json', $msg)); - - return; - } - - if (!isset($data['topic'])) { - $this->logger->error(sprintf('[WS] Received invalid message %s : no topic', $msg)); - - return; - } - - $this->logger->debug(sprintf('[WS] Received message %s', $msg)); - - $manager->broadcast($data['topic'], json_encode($msg)); - }); - } -} diff --git a/lib/Alchemy/Phrasea/Websocket/Topics/TopicsManager.php b/lib/Alchemy/Phrasea/Websocket/Topics/TopicsManager.php deleted file mode 100644 index 9abb76901d..0000000000 --- a/lib/Alchemy/Phrasea/Websocket/Topics/TopicsManager.php +++ /dev/null @@ -1,163 +0,0 @@ -directives = $directives; - $this->consumerManager = $consumerManagaer; - } - - /** - * Attaches a plugin to the TopicsManager - * - * @param PluginInterface $plugin - * - * @return TopicsManager - */ - public function attach(PluginInterface $plugin) - { - $plugin->attach($this); - - return $this; - } - - /** - * Checks if the consumer related to the connection has access to the topic, - * removes the connection from topic if the consumer is not granted. - * - * @param Conn $conn - * @param Topic $topic - * - * @return Boolean Return true if the consumer is granted, false otherwise - */ - public function subscribe(Conn $conn, Topic $topic) - { - if (!$this->directives->hasAccess($conn->User, $topic)) { - $topic->remove($conn); - - return false; - } - - $this->topics[$topic->getId()] = $topic; - - return true; - } - - /** - * Triggered on unsubscription. - * - * Removes internal references to the topic if no more consumers are listening. - * - * @param Conn $conn - * @param Topic $topic - * - * @return TopicsManager - */ - public function unsubscribe(Conn $conn, Topic $topic) - { - $this->cleanupReferences($conn, $topic); - - return $this; - } - - /** - * Triggered on connection, populates the connection with a consumer. - * - * @param Conn $conn - * - * @return TopicsManager - */ - public function openConnection(Conn $conn) - { - try { - $conn->User = $this->consumerManager->create($conn->Session); - } catch (\RuntimeException $e) { - $conn->close(); - } - - return $this; - } - - /** - * Triggered on deconnexion. - * - * Removes internal references to topics if no more consumers are listening. - * - * @param Conn $conn - * - * @return TopicsManager - */ - public function closeConnection(Conn $conn) - { - $this->cleanupReferences($conn); - - return $this; - } - - /** - * Brodcasts a message to a topic, if it exists - * - * @param $topicId string - * @param $message string - * - * @return TopicsManager - */ - public function broadcast($topicId, $message) - { - if (isset($this->topics[$topicId])) { - $this->topics[$topicId]->broadcast($message); - } - - return $this; - } - - /** - * Removes internal references to topics if they do not contains any reference to an active connection. - * - * @param Conn $conn - * @param null|Topic $topic Restrict to this topic, if provided - */ - private function cleanupReferences(Conn $conn, Topic $topic = null) - { - $storage = $this->topics; - $updated = []; - - foreach ($storage as $id => $storedTopic) { - if (null !== $topic && $id !== $topic->getId()) { - continue; - } - if ($storedTopic->has($conn)) { - $storedTopic->remove($conn); - } - if (count($storedTopic) > 0) { - $updated[] = $storedTopic; - } - } - - $this->topics = $updated; - } -} diff --git a/lib/classes/caption/record.php b/lib/classes/caption/record.php index f2abb7479a..5bd27c801a 100644 --- a/lib/classes/caption/record.php +++ b/lib/classes/caption/record.php @@ -193,7 +193,7 @@ class caption_record implements caption_interface, cache_cacheableInterface $fields[$field->get_name()] = [ 'values' => $values, 'name' => $field->get_name(), - 'label' => $field->get_databox_field()->get_label($this->app['locale']), + 'label_name' => $field->get_databox_field()->get_label($this->app['locale']), 'separator' => $field->get_databox_field()->get_separator(), 'sbas_id' => $field->get_databox_field()->get_databox()->get_sbas_id() ]; diff --git a/lib/classes/databox/field.php b/lib/classes/databox/field.php index a43a461c53..1f531a9a47 100644 --- a/lib/classes/databox/field.php +++ b/lib/classes/databox/field.php @@ -1009,12 +1009,12 @@ class databox_field implements cache_cacheableInterface } $sql = "INSERT INTO metadatas_structure - (`id`, `name`, `src`, `readonly`, `indexable`, `type`, `tbranch`, + (`id`, `name`, `src`, `readonly`, `required`, `indexable`, `type`, `tbranch`, `thumbtitle`, `multi`, `business`, `aggregable`, - `report`, `sorter`) - VALUES (null, :name, '', 0, 1, 'string', '', + `report`, `sorter`, `separator`) + VALUES (null, :name, '', 0, 0, 1, 'string', '', null, :multi, - 0, 0, 1, :sorter)"; + 0, 0, 1, :sorter, '')"; $name = self::generateName($name); diff --git a/lib/classes/patch/390alpha11a.php b/lib/classes/patch/390alpha11a.php index 855da48e15..abc9379fc8 100644 --- a/lib/classes/patch/390alpha11a.php +++ b/lib/classes/patch/390alpha11a.php @@ -58,21 +58,12 @@ class patch_390alpha11a extends patchAbstract public function apply(base $appbox, Application $app) { $app['conf']->set(['main', 'task-manager', 'status'], 'started'); - $app['conf']->set(['main', 'websocket-server'], [ - 'host' => parse_url($app['conf']->get('servername'), PHP_URL_HOST), - 'port' => 9090, - 'ip' => '0.0.0.0', - ]); - $app['conf']->set(['main', 'task-manager', 'listener'], [ + + $app['conf']->set(['main', 'task-manager', 'options'], [ 'protocol' => 'tcp', 'host' => '127.0.0.1', 'port' => 6660, 'linger' => 500, ]); - $app['conf']->set(['main', 'websocket-server', 'subscriber'], [ - 'protocol' => 'tcp', - 'host' => '127.0.0.1', - 'port' => 13598, - ]); } } diff --git a/lib/conf.d/bases_structure.xml b/lib/conf.d/bases_structure.xml index f2a36d7f61..ea7cc2e024 100644 --- a/lib/conf.d/bases_structure.xml +++ b/lib/conf.d/bases_structure.xml @@ -1974,18 +1974,15 @@ pwd char(64) YES - - viewname char(128) - + YES - diff --git a/lib/conf.d/configuration.yml b/lib/conf.d/configuration.yml index 120bd5df31..4af1bb984f 100644 --- a/lib/conf.d/configuration.yml +++ b/lib/conf.d/configuration.yml @@ -34,23 +34,15 @@ main: task-manager: status: started enabled: true - logger: - max-files: 10 - enabled: true - level: INFO - listener: + options: protocol: tcp host: 127.0.0.1 port: 6660 linger: 500 - websocket-server: - host: local.phrasea - port: 9090 - ip: 0.0.0.0 - subscriber: - protocol: tcp - host: 127.0.0.1 - port: 13598 + logger: + max-files: 10 + enabled: true + level: INFO session: type: 'file' options: [] diff --git a/lib/conf.d/minifyGroupsConfig.php b/lib/conf.d/minifyGroupsConfig.php index 05d1a69a4f..cd7fa475d4 100644 --- a/lib/conf.d/minifyGroupsConfig.php +++ b/lib/conf.d/minifyGroupsConfig.php @@ -56,7 +56,6 @@ $groups = [ , '//assets/blueimp-load-image/load-image.js' , '//assets/jquery-file-upload/jquery.iframe-transport.js' , '//assets/jquery-file-upload/jquery.fileupload.js' - , '//assets/autobahn/autobahn.js' ], 'report' => [ '//assets/jquery.ui/i18n/jquery-ui-i18n.js' diff --git a/resources/locales/messages.de.xlf b/resources/locales/messages.de.xlf index 4d04a3ec6a..e0a832e532 100644 --- a/resources/locales/messages.de.xlf +++ b/resources/locales/messages.de.xlf @@ -1,1755 +1,1833 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.
+ + + + Form/Configuration/EmailFormType.php + Form/Login/PhraseaAuthenticationForm.php + + + The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account + to see its contents. + This avoids anonymous users to access to the content of the push if they were able to get the display + url through a forwarded mail for example. + + The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account + to see its contents. + This avoids anonymous users to access to the content of the push if they were able to get the display + url through a forwarded mail for example. + + prod/templates/push.html.twig + - WorkZone/Browser/Basket.html.twig %ElementsCount% records %ElementsCount% Datensätze + WorkZone/Browser/Basket.html.twig - WorkZone/Browser/Results.html.twig - WorkZone/Browser/Results.html.twig %Total% results %Total% Ergebnisse + WorkZone/Browser/Results.html.twig + WorkZone/Browser/Results.html.twig + %basket_length% documents + %basket_length% dokument(e) mobile/lightbox/validate.html.twig lightbox/IE6/index.html.twig lightbox/IE6/index.html.twig web/lightbox/index.html.twig web/lightbox/index.html.twig - %basket_length% documents - %basket_length% dokument(e) - prod/actions/collection_default.html.twig %countable% documents can not be modified. %countable% dokumente können nicht geändert werden + prod/actions/collection_default.html.twig - Controller/Root/Login.php %d collection selected %d Kollektion ausgewählt + Controller/Root/Login.php - Controller/Root/Login.php %d collections selected %d Kollektionen ausgewählt + Controller/Root/Login.php - Controller/Prod/Language.php %d fields have been updated %d Felder wurden aktualisiert + Controller/Prod/Language.php - prod/orders/order_item.html.twig %displayName% wants to place an order %displayName% möchtet, eine Bestellung aufzugeben + prod/orders/order_item.html.twig - web/common/dialog_export.html.twig %docs_not_orderable% documents ne peuvent pas etre commandes %docs_not_orderable% dokumente können nicht bestellt werden + web/common/dialog_export.html.twig - web/common/dialog_export.html.twig %docs_orderable% documents commandes %docs_orderable% bestellte Dokumente + web/common/dialog_export.html.twig - mobile/lightbox/feed.html.twig %entry_length% documents %entry_length% documents + mobile/lightbox/feed.html.twig - actions/Feedback/list.html.twig - actions/Feedback/ListsMacros.html.twig %length% peoples %length% Leute + actions/Feedback/list.html.twig + actions/Feedback/ListsMacros.html.twig - Bridge/Flickr/upload.html.twig %n_elements% elements ne peuvent etre uploades %n_elements% Elemente können nicht hochgeladen werden + Bridge/Flickr/upload.html.twig - web/admin/users.html.twig - web/admin/users.html.twig - web/admin/users.html.twig %n_par_page% par page %n_par_page% pro Seite + web/admin/users.html.twig + web/admin/users.html.twig + web/admin/users.html.twig - actions/Bridge/deactivated.html.twig %name% est momentanement indisponible a cause d'un trop grand nombre de requetes %name% wird jetzt unverfügbar, zu viele Anfragen + actions/Bridge/deactivated.html.twig - Bridge/Dailymotion/element_informations.html.twig %nb_rating% like %nb_rating% « Gefällt mir » + Bridge/Dailymotion/element_informations.html.twig - Bridge/Dailymotion/element_informations.html.twig %nb_rating% likes %nb_rating% « Gefällt mir » + Bridge/Dailymotion/element_informations.html.twig - prod/Tooltip/Basket.html.twig - prod/Tooltip/Story.html.twig %nb_records% records %nb_records% Datensätze + prod/Tooltip/Basket.html.twig + prod/Tooltip/Story.html.twig + %nb_view% vue + %nb_view% Ansicht Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig Bridge/Youtube/element_informations.html.twig - %nb_view% vue - %nb_view% Ansicht + %nb_view% vues + %nb_view% Ansichten Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig Bridge/Youtube/element_informations.html.twig - %nb_view% vues - %nb_view% Ansichten - Controller/Prod/WorkZone.php %quantity% Stories attached to the WorkZone %quantity% Stories attached to the WorkZone + Controller/Prod/WorkZone.php - Controller/Prod/WorkZone.php %quantity% Stories attached to the WorkZone, %quantity_already% already attached %quantity% Stories attached to the WorkZone, %quantity_already% already attached + Controller/Prod/WorkZone.php - Controller/Prod/WorkZone.php %quantity% Story attached to the WorkZone %quantity% Story attached to the WorkZone + Controller/Prod/WorkZone.php - Controller/Prod/WorkZone.php %quantity% Story attached to the WorkZone, %quantity_already% already attached %quantity% Story attached to the WorkZone, %quantity_already% already attached + Controller/Prod/WorkZone.php - Controller/Prod/UsrLists.php %quantity% User added to list %quantity% User added to list + Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php %quantity% Users added to list %quantity% Users added to list + Controller/Prod/UsrLists.php - Controller/Prod/Bridge.php %quantity% elements en attente %quantity% elements en attente + Controller/Prod/Bridge.php - Controller/Prod/BasketController.php - Controller/Prod/Story.php %quantity% records added %quantity% records added + Controller/Prod/BasketController.php + Controller/Prod/Story.php - Controller/Prod/BasketController.php %quantity% records moved %quantity% records moved + Controller/Prod/BasketController.php - prod/upload/upload.html.twig %quantity% selected files %quantity% selected files + prod/upload/upload.html.twig - Controller/Prod/Push.php %quantity_records% records have been sent for validation to %quantity_users% users %quantity_records% records have been sent for validation to %quantity_users% users + Controller/Prod/Push.php - Controller/Prod/Push.php %quantity_records% records have been sent to %quantity_users% users %quantity_records% records have been sent to %quantity_users% users + Controller/Prod/Push.php - prod/upload/lazaret.html.twig %record_count% records match the unique identifier : %record_count% Datensätze entsprechen dem eindeutigen Bezeichner : + prod/upload/lazaret.html.twig - Controller/Admin/Fields.php %s field has been created with success. %s Feld wurde erfolgreich erstellt + Controller/Admin/Fields.php - Controller/Admin/Fields.php %s field has been deleted with success. %s Feld wurde erfolgreich gelöscht + Controller/Admin/Fields.php + + + %total% reponses + %total% reponses + Controller/Prod/Query.php - web/report/generate_tab.html.twig %total_count% results %total_count% Ergebnisse + web/report/generate_tab.html.twig - eventsmanager/notify/validationdone.php %user% a envoye son rapport de validation de %title% %user% a envoye son rapport de validation de %title% + eventsmanager/notify/validationdone.php - eventsmanager/notify/order.php %user% a passe une %opening_link% commande %end_link% %user% a passe une %opening_link% commande %end_link% + eventsmanager/notify/order.php - Notification/Mail/MailInfoOrderCancelled.php %user% a refuse %quantity% elements de votre commande %user% a refuse %quantity% elements de votre commande + Notification/Mail/MailInfoOrderCancelled.php - eventsmanager/notify/ordernotdelivered.php %user% a refuse la livraison de %quantity% document(s) pour votre commande %user% a refuse la livraison de %quantity% document(s) pour votre commande + eventsmanager/notify/ordernotdelivered.php - eventsmanager/notify/register.php %user% demande votre approbation sur une ou plusieurs %before_link% collections %after_link% %user% demande votre approbation sur une ou plusieurs %before_link% collections %after_link% + eventsmanager/notify/register.php - Notification/Mail/MailInfoValidationDone.php %user% has just sent its validation report, you can now see it %user% has just sent its validation report, you can now see it + Notification/Mail/MailInfoValidationDone.php - Notification/Mail/MailInfoNewOrder.php %user% has ordered documents %user% has ordered documents + Notification/Mail/MailInfoNewOrder.php - eventsmanager/notify/feed.php %user% has published %title% %user% has published %title% + eventsmanager/notify/feed.php - eventsmanager/notify/autoregister.php %user% s'est enregistre sur une ou plusieurs %before_link% scollections %after_link% %user% s'est enregistre sur une ou plusieurs %before_link% scollections %after_link% + eventsmanager/notify/autoregister.php - Notification/Mail/MailInfoNewPublication.php %user% vient de publier %title% %user% vient de publier %title% + Notification/Mail/MailInfoNewPublication.php - eventsmanager/notify/orderdeliver.php %user% vous a delivre %quantity% document(s) pour votre commande %title% %user% vous a delivre %quantity% document(s) pour votre commande %title% + eventsmanager/notify/orderdeliver.php - Notification/Mail/MailInfoOrderDelivered.php %user% vous a delivre votre commande, consultez la en ligne a l'adresse suivante %user% vous a delivre votre commande, consultez la en ligne a l'adresse suivante + Notification/Mail/MailInfoOrderDelivered.php - eventsmanager/notify/push.php %user% vous a envoye un %before_link% panier %after_link% %user% vous a envoye un %before_link% panier %after_link% + eventsmanager/notify/push.php - eventsmanager/notify/validate.php %user% vous demande de valider %title% %user% vous demande de valider %title% + eventsmanager/notify/validate.php - web/admin/users.html.twig %user_count% users have been created. %user_count% benutzer wurden erstellt + web/admin/users.html.twig - Bridge/Youtube/element_informations.html.twig %value% like %value% « Gefällt mir » + Bridge/Youtube/element_informations.html.twig - Bridge/Youtube/element_informations.html.twig %value% likes %value% « Gefällt mir » + Bridge/Youtube/element_informations.html.twig - lightbox/IE6/index.html.twig - web/lightbox/index.html.twig (validation) a envoyer zu senden + lightbox/IE6/index.html.twig + web/lightbox/index.html.twig - lightbox/IE6/index.html.twig - web/lightbox/index.html.twig (validation) envoyee gesendet + lightbox/IE6/index.html.twig + web/lightbox/index.html.twig - lightbox/IE6/index.html.twig - web/lightbox/index.html.twig (validation) session terminee Session beendet + lightbox/IE6/index.html.twig + web/lightbox/index.html.twig - prod/results/help.html.twig * , ? , ET , OU , SAUF , DANS , DERNIERS , TOUT (ou AND , OR , EXCEPT , LAST , ALL) *, ? , UND , ODER , OHNE , IN , LETZTE , ALLE (oder AND , OR , EXCEPT , LAST , ALL) + prod/results/help.html.twig - Form/Configuration/APIClientsFormType.php *Phraseanet Navigator* is a smartphone application that allow user to connect on this instance *Phraseanet Navigator* ist eine Smartphone Anwendung, die dem Benutzer ermöglicht, sich auf diese Instanz zu verbinden. + Form/Configuration/APIClientsFormType.php - WorkZone/Browser/Basket.html.twig 1 record 1 Datensatz + WorkZone/Browser/Basket.html.twig - WorkZone/Browser/Results.html.twig - WorkZone/Browser/Results.html.twig - web/report/generate_tab.html.twig 1 result 1 Ergebnis + WorkZone/Browser/Results.html.twig + WorkZone/Browser/Results.html.twig + web/report/generate_tab.html.twig - Bridge/Dailymotion/upload.html.twig 10 tags maximum 10 Tags maximal + Bridge/Dailymotion/upload.html.twig - Bridge/Youtube/upload.html.twig 100 caracteres maximum 100 Zeichen max. + Bridge/Youtube/upload.html.twig - Bridge/Dailymotion/upload.html.twig 1000 caracteres maximum 1000 Zeichen max. + Bridge/Dailymotion/upload.html.twig - Bridge/Youtube/upload.html.twig 2000 caracteres maximum 2000 Zeichen max. + Bridge/Youtube/upload.html.twig - Bridge/Flickr/upload.html.twig 2000 caracteres maximum, separe par des espaces 2000 Zeichen max., durch Leerzeichen getrennt + Bridge/Flickr/upload.html.twig - Bridge/Dailymotion/upload.html.twig 250 caracteres maximum 250 Zeichen max. + Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/upload.html.twig 255 caracteres maximum 255 Zeichen max. + Bridge/Dailymotion/upload.html.twig - Bridge/Youtube/upload.html.twig 500 caracteres maximum 500 Zeichen max. + Bridge/Youtube/upload.html.twig - web/admin/editusers_timelimit.html.twig - web/admin/editusers_timelimit_sbas.html.twig A zu + web/admin/editusers_timelimit.html.twig + web/admin/editusers_timelimit_sbas.html.twig - Notification/Mail/MailInfoRecordQuarantined.php A document has been quarantined Ein Dokument wurde unter Quarantäne gestellt + Notification/Mail/MailInfoRecordQuarantined.php - Bridge/Api/Youtube.php A field value contains an invalid character Ein Feldwert beinhaltet ein ungültiges Zeichen + Bridge/Api/Youtube.php - Notification/Mail/MailInfoRecordQuarantined.php A file has been thrown to the quarantine. Eine Datei wurde in der Quarantäne gestellt + Notification/Mail/MailInfoRecordQuarantined.php - Border/Checker/UUID.php 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/Sha256.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/Filename.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 - prod/upload/lazaret.html.twig A record matches the unique identifier : Ein Datensatz entspricht dem eindeutigen Bezeichner : + prod/upload/lazaret.html.twig - Bridge/Api/Youtube.php A required field is missing or has an empty value Ein Plichtfeld fehlt oder wurde nicht ausgefüllt + Bridge/Api/Youtube.php - Controller/Admin/Databox.php A task has been created, please run it to complete empty collection Eine Aufgabe wurde erschafft, bitte führen Sie sie aus, um die Kollektion zu leeren + Controller/Admin/Databox.php - Controller/Admin/Collection.php A task has been creted, please run it to complete empty collection Eine Aufgabe wurde erstellt. Bitte führen Sie diese aus um die Leerung der Kollektion fertigstellen zu können + Controller/Admin/Collection.php - web/account/authorized_apps.html.twig A third-party application is a product developed apart from Phraseanet and that would access Phraseanet data. Eine Drittanwendung ist ein Produkt, das ausser Phraseanet entwickelt wird und das auf Phraseanet Daten einen Zugriff haben kann. - - - classes/User/Adapter.php - A user already exists with email addres %email% - A user already exists with email addres %email% + web/account/authorized_apps.html.twig - Bridge/Api/Youtube.php A value does not match an expected format Ein Wert passt nicht für das erwartete Format + Bridge/Api/Youtube.php - Bridge/Api/Youtube.php A value exceeds the maximum allowable length Ein Wert überschreitet die zulässige Maximallänge + Bridge/Api/Youtube.php - Bridge/Api/Youtube.php A value has been deprecated and is no longer valid Ein Wert ist veraltet und ist nicht mehr gültig + Bridge/Api/Youtube.php + + + API Webhook + API Webhook + TaskManager/Job/WebhookJob.php - actions/Feedback/List-Share.html.twig About Roles : Über die Funktionen : + actions/Feedback/List-Share.html.twig - web/account/base.html.twig Acces Zugriff + web/account/base.html.twig - web/admin/editusers.html.twig - actions/Feedback/List-Share.html.twig Access Viewer + web/admin/editusers.html.twig + actions/Feedback/List-Share.html.twig - login/oauth/desktop-code.html.twig Access code Zugangscode + login/oauth/desktop-code.html.twig - web/account/sessions.html.twig Access history auf Geschichte zugreifen + web/account/sessions.html.twig - Notification/Mail/MailInfoRecordQuarantined.php Access quarantine Quarantäne zugreifen + Notification/Mail/MailInfoRecordQuarantined.php - web/admin/editusers.html.twig Access to HD Zugriff auf HD + web/admin/editusers.html.twig - web/admin/editusers.html.twig Access to image tools Zugriff auf Bild Werkzeug wird erlaubt + web/admin/editusers.html.twig - web/admin/editusers.html.twig Access to preview Zugriff auf Vorschaubild + web/admin/editusers.html.twig + + + Access to the above bases constitutes acceptance of the following Terms of Use (TOU). + Access to the above bases constitutes acceptance of the following Terms of Use (TOU). + web/account/access.html.twig - actions/Feedback/List-Share.html.twig Access user have readonly access Viewer haben nur einen - Lese Zugriff + actions/Feedback/List-Share.html.twig - Controller/Root/Login.php - Controller/Root/Login.php Account has been unlocked, you can now login. Konto wurde freigeschaltet, Sie dürfen nun einloggen + Controller/Root/Login.php + Controller/Root/Login.php - Controller/Root/Login.php Account has been unlocked, you still have to wait for admin approval. Konto wurde freigeschaltet, Sie müssen auf eine Administrator Genehmigung warten. + Controller/Root/Login.php - Controller/Root/Login.php Account is already unlocked, you can login. Konto ist schon freigeschaltet, Sie dürfen einloggen + Controller/Root/Login.php - Controller/Prod/Bridge.php Account is not found. Konto wurde nicht gefunden + Controller/Prod/Bridge.php - Controller/Prod/Language.php - prod/templates/push.html.twig Accuse de reception Empfangsbestätigung + Controller/Prod/Language.php + prod/templates/push.html.twig - web/common/dialog_export.html.twig Accuse de reception indisponible, vous n'avez pas declare d'adresse email Es ist nicht möglich, eine Empfangsbestätigung zu erhalten. Grund: eine fehlende E-Mail Adresse + web/common/dialog_export.html.twig - Controller/Prod/Feed.php Action Forbidden : You are not the publisher Aktion verboten: Sie sind nicht der Veröffentlicher + Controller/Prod/Feed.php + Actions + Handlungen Bridge/Dailymotion/actioncontainers.html.twig Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Flickr/actionelements.html.twig Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig - Actions - Handlungen - web/admin/editusers.html.twig Active Aktiv + web/admin/editusers.html.twig - Form/Configuration/ClassicFormType.php Active tab position Lage von der Registerkarte "Aktiv" + Form/Configuration/ClassicFormType.php - admin/databox/databox.html.twig - web/admin/editusers_timelimit.html.twig - web/admin/editusers_timelimit_sbas.html.twig Activer aktivieren + admin/databox/databox.html.twig + web/admin/editusers_timelimit.html.twig + web/admin/editusers_timelimit_sbas.html.twig - web/developers/application.html.twig Activer le grant_type de type password pour votre application Passwort Typgenehmigung für Ihre Anwendung aktivieren + web/developers/application.html.twig - admin/databox/databox.html.twig Activer une collection eine Kollektion aktivieren + admin/databox/databox.html.twig - actions/Feedback/list.html.twig Activite Aktivität + actions/Feedback/list.html.twig + Add + Hinzufügen admin/fields/templates.html.twig actions/Feedback/lists-all.html.twig prod/actions/Push.html.twig - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig prod/User/Add.html.twig - Add - Hinzufügen - admin/fields/templates.html.twig - admin/fields/templates.html.twig Add a new field ein neues Feld hinzufügen + admin/fields/templates.html.twig + admin/fields/templates.html.twig - web/admin/dashboard.html.twig Add an admin einen Administrator hinzufügen + web/admin/dashboard.html.twig - prod/actions/Push.html.twig Add user Benutzer hinzufügen + prod/actions/Push.html.twig - Form/Configuration/MainConfigurationFormType.php Additionnal modules Zusatzmodule + Form/Configuration/MainConfigurationFormType.php + + + Adds an option to the push form submission to restrict push recipient(s) to Phraseanet users only. + Adds an option to the push form submission to restrict push recipient(s) to Phraseanet users only. + Form/Configuration/ActionsFormType.php - actions/Feedback/List-Share.html.twig Admin Admin + actions/Feedback/List-Share.html.twig - actions/Feedback/List-Share.html.twig Admin can edit shares, modify content Admin kann Anteile bearbeiten und Inhalte verändern + actions/Feedback/List-Share.html.twig - web/admin/index.html.twig Adresse email du nouvel utilisateur Email Adresse der neuen Benutzer + web/admin/index.html.twig - web/prod/index.html.twig Advanced Search Erweiterte Suche + web/prod/index.html.twig - admin/fields/templates.html.twig Advanced field parameters erweiterte Felder Parameter + admin/fields/templates.html.twig - Form/Configuration/ClassicFormType.php Advanced search tab position Lage von der Registerkarte "Erweiterte Suche" + Form/Configuration/ClassicFormType.php - web/prod/index.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 - Afficher - zeigen - - - web/prod/index.html.twig - Afficher dans la notice - in Beschreibung zeigen + 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 Zustände anzeigen + web/prod/index.html.twig - web/prod/index.html.twig Afficher une icone eine Ikone anzeigen + web/prod/index.html.twig + + + After metadata + After metadata + web/prod/index.html.twig + + + Aggregable fields + Aggregable fields + admin/fields/templates.html.twig - web/prod/index.html.twig Aide die Hilfe + web/prod/index.html.twig - prod/actions/edit_default.html.twig Aide sur les expressions regulieres Hilfe zu reguläre Ausdrücken + prod/actions/edit_default.html.twig + Ajouter a + Hinzufügen zu Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actionelements.html.twig Bridge/Youtube/actionelements.html.twig - Ajouter a - Hinzufügen zu + + + Ajouter au panier + Ajouter au panier + web/prod/index.html.twig - prod/Baskets/Create.html.twig - prod/Story/Create.html.twig Ajouter ma selection courrante Meine aktuelle Auswahl hinzufügen + prod/Baskets/Create.html.twig + prod/Story/Create.html.twig - web/admin/index.html.twig Ajouter un nouvel utilisateur einen neuen Benutzer hinzufügen + web/admin/index.html.twig - admin/publications/fiche.html.twig Ajouter un publisher einen Veröffentlicher hinzufügen + admin/publications/fiche.html.twig - admin/publications/list.html.twig Ajouter une publication eine Veröffentlichung hinzufügen + admin/publications/list.html.twig + + + Ajoutez des médias simplement en les faisant glisser vers le panier + désiré et en relachant au dessus. + Ajoutez des médias simplement en les faisant glisser vers le panier + désiré et en relachant au dessus. + web/prod/index.html.twig - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - WorkZone/Browser/Browser.html.twig All Alle + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + WorkZone/Browser/Browser.html.twig - prod/feeds/feeds.html.twig Aller a Gehen Sie zu + prod/feeds/feeds.html.twig - Form/Configuration/GeneralFormType.php Allow the website to be indexed by search engines like Google Die Website ermöglichen, von Suchmaschinen wie Google indexiert zu werden. + Form/Configuration/GeneralFormType.php - web/account/authorized_apps.html.twig Allowed Erlaubt + web/account/authorized_apps.html.twig + + + Allowed access to the following collections + Allowed access to the following collections + web/account/access.html.twig - web/admin/editusers.html.twig Allowed to access report Zugriff auf Report wird erlaubt + web/admin/editusers.html.twig - web/admin/editusers.html.twig Allowed to add Hinzufügen wird erlaubt + web/admin/editusers.html.twig - web/admin/editusers.html.twig Allowed to add in basket Erlaubt, Dokumente in Sammelkörbe hinzuzufügen + web/admin/editusers.html.twig - web/admin/editusers.html.twig Allowed to change statuses Status Veränderungen werden erlaubt + web/admin/editusers.html.twig - web/admin/editusers.html.twig Allowed to delete Löschen wird erlaubt + web/admin/editusers.html.twig - web/admin/editusers.html.twig Allowed to edit Verarbeitung wird erlaubt + web/admin/editusers.html.twig - web/admin/editusers.html.twig Allowed to order Ordnen wird erlaubt + web/admin/editusers.html.twig - web/admin/editusers.html.twig Allowed to publish Veröffentlichen wird erlaubt + web/admin/editusers.html.twig - web/admin/editusers.html.twig Allowed to push Push wird erlaubt + web/admin/editusers.html.twig - prod/actions/delete_records_confirm.html.twig Also delete records that rely on groupings. Auch Datensätze, die auf Geschichten angewiesen sind, löschen + prod/actions/delete_records_confirm.html.twig - Controller/Admin/Collection.php - Controller/Admin/Collection.php + An error occured + Ein Fehler ist aufgetreten + Controller/Admin/Collection.php + Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databoxes.php - Controller/Prod/BasketController.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/MoveCollection.php - Controller/Prod/Order.php - Controller/Prod/Story.php - Controller/Prod/Tools.php - Controller/Prod/Tools.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databoxes.php + Controller/Api/V1.php + Controller/Api/V1.php + Controller/Prod/BasketController.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/MoveCollection.php + Controller/Prod/Order.php + Controller/Prod/Story.php + Controller/Prod/Tools.php + Controller/Prod/Tools.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig admin/databox/databox.html.twig task-manager/task-editor/task.html.twig - web/admin/users.html.twig - An error occured - Ein Fehler ist aufgetreten + web/admin/users.html.twig - Controller/Prod/Order.php An error occured while denying, please retry or contact an admin if problem persists Ein Fehler ist aufgetreten bei der Verweigerung. Bitte versuchen Sie es erneut oder wenden Sie sich an Ihren Systemadministrator + Controller/Prod/Order.php - Controller/Prod/Order.php An error occured while sending, please retry or contact an admin if problem persists Ein Fehler ist aufgetreten beim Senden. Bitte versuchen Sie es erneut oder wenden Sie sich an Ihren Systemadministrator + Controller/Prod/Order.php - user/import/file.html.twig An error occured while upload the file. Please retry Ein Fehler ist aufgetreten beim Datei Hochladen. Bitte versuchen Sie es erneut. + user/import/file.html.twig - Controller/Prod/Language.php An error occured, please retry Ein Fehler ist aufgetreten, bitte versuchen Sie nochmal + Controller/Prod/Language.php - admin/collection/create.html.twig An error occured, please retry or contact an admin if problem persist Ein Fehler ist aufgetreten, bitte bitte wiederholen Sie oder wenden Sie sich an Ihren Systemadministrator + admin/collection/create.html.twig - prod/orders/order_box.html.twig - prod/orders/order_item.html.twig An error occured, please retry or contact an admin if problem persists Ein Fehler ist aufgetreten, bitte wiederholen Sie oder wenden Sie sich an Ihren Systemadministrator + prod/orders/order_box.html.twig + prod/orders/order_item.html.twig - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Prod/BasketController.php - web/admin/statusbit.html.twig An error occurred Ein Fehler ist aufgetreten + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Prod/BasketController.php + web/admin/statusbit.html.twig - Controller/Prod/Language.php An error occurred reading this file Ein Fehler ist beim Lesen dieser Datei aufgetreten + Controller/Prod/Language.php - Controller/Root/Login.php An unexpected error occured during authentication process, please contact an admin Ein Fehler ist bei Ihre Authentifizierung aufgetreten. Bitte wenden Sie sich an Ihren Systemadministrator + Controller/Root/Login.php - Notification/Mail/MailInfoBridgeUploadFailed.php An upload on %bridge_adapter% failed, the resaon is : %reason% An upload on %bridge_adapter% failed, the resaon is : %reason% + Notification/Mail/MailInfoBridgeUploadFailed.php - Form/Configuration/ModulesFormType.php Anonymous report anonymer Bericht + Form/Configuration/ModulesFormType.php - WorkZone/Browser/Browser.html.twig Any time Jederzeit + WorkZone/Browser/Browser.html.twig - web/common/technical_datas.html.twig Aperture Blende + web/common/technical_datas.html.twig - prod/preview/appears_in.html.twig Apparait aussi dans ces paniers erscheint auch in diesen Sammelkörben + prod/preview/appears_in.html.twig - prod/preview/appears_in.html.twig Apparait aussi dans ces reportages ercheint auch in diesen Reportagen + prod/preview/appears_in.html.twig - Phrasea/Controller/Setup.php Appbox is unreachable Appbox ist unerreichbar + Phrasea/Controller/Setup.php - web/developers/application.html.twig Application Anwendung + web/developers/application.html.twig - Form/Configuration/GeneralFormType.php Application description Anwendung Bezeichnung + Form/Configuration/GeneralFormType.php - web/developers/application_form.html.twig Application desktop Desktopanwendung + web/developers/application_form.html.twig - Form/Configuration/GeneralFormType.php Application title Anwendung Titel + Form/Configuration/GeneralFormType.php - web/developers/application_form.html.twig Application web Webanwendung + web/developers/application_form.html.twig - web/setup/step2.html.twig ApplicationBox is a Mysql database. ApplicationBox ist eine MySQL Datenbank + web/setup/step2.html.twig - web/account/base.html.twig Applications Anwendungen + web/account/base.html.twig - user/import/view.html.twig Apply a model eine Vorlage anwenden + user/import/view.html.twig - web/admin/editusers.html.twig - web/admin/users.html.twig Apply a template Eine Schablone anwenden + web/admin/editusers.html.twig + web/admin/users.html.twig - actions/Property/index.html.twig - actions/Property/type.html.twig Apply changes Änderungen anwenden + actions/Property/index.html.twig + actions/Property/type.html.twig - actions/Property/index.html.twig Apply status on stories children. Status auf die Kinder Berichte anwenden + actions/Property/index.html.twig - actions/Property/index.html.twig Apply status on story children. Status auf den Kinder Bericht anwenden + actions/Property/index.html.twig - web/admin/index.html.twig Apply template Vorlage anwenden + web/admin/index.html.twig - actions/Property/type.html.twig Apply to all selected documents auf alle ausgewählte Dokumente anwenden - - - lib/classes/base.php - lib/classes/base.php - Applying patches on %databox_name% - Applying patches on %databox_name% + actions/Property/type.html.twig - prod/WorkZone/Macros.html.twig Archive Archivieren + prod/WorkZone/Macros.html.twig - web/admin/users.html.twig Are you sure you want delete users rights ? Sind Sie sicher, dass Sie die Benutzerzugriffe löschen möchten? + web/admin/users.html.twig - web/developers/applications.html.twig Are you sure you want to delete this application? Sind Sie sicher, diese Anwendung zu löschen? + web/developers/applications.html.twig - Controller/Prod/Language.php - prod/templates/push.html.twig Are you sure you want to delete this list ? Wollen Sie diese Liste sicher löschen? + Controller/Prod/Language.php + prod/templates/push.html.twig + + + Are you sure you want to rebuild the sub-definitions of selected records? + Are you sure you want to rebuild the sub-definitions of selected records? + actions/Tools/index.html.twig - web/admin/editusers.html.twig Are you sure you want to reset rights? Sind Sie sicher, die Rechte zurückzusetzen? + web/admin/editusers.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig At the beginning Am Anfang + task-manager/task-editor/phraseanet-indexer.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig At the end Am Ende + task-manager/task-editor/phraseanet-indexer.html.twig - Controller/Prod/Language.php - web/admin/index.html.twig - prod/results/help.html.twig Attention Vorsicht + Controller/Prod/Language.php + web/admin/index.html.twig + prod/results/help.html.twig - Controller/Prod/Language.php Attention ! Achtung ! + Controller/Prod/Language.php - actions/Tools/index.html.twig Attention, certain documents ont des sous-definitions substituees Vorsicht, einige Dokumente haben ersetzte Unterauflösungen + actions/Tools/index.html.twig - Controller/Prod/Language.php Attention, en supprimant ce preregalge, vous ne pourrez plus modifier ou supprimer de publications prealablement effectues avec celui-ci Achtung: Wenn Sie diese Voreinstellung löschen, können Sie Veröffentlichungen die mit diesen Voreinstellungen ausgeführt wurden weder verändern noch löschen + Controller/Prod/Language.php - admin/fields/templates.html.twig Aucun Kein(e) + admin/fields/templates.html.twig - actions/Bridge/index.html.twig Aucun bridge disponible. Veuillez contacter un administrateur. Bridge unverfügbar. Bitte kontaktieren Sie einen Administrator. + actions/Bridge/index.html.twig - Controller/Prod/Language.php Aucun document selectionne kein ausgewähltes Dokument + Controller/Prod/Language.php - prod/actions/edit_default.html.twig Aucun statut editable Kein editierbarer Status + prod/actions/edit_default.html.twig - prod/orders/order_box.html.twig Aucune Kein + prod/orders/order_box.html.twig - web/developers/applications.html.twig Aucune application creee. keine Anwendung erstellt + web/developers/applications.html.twig - web/account/authorized_apps.html.twig Aucune application n'a accés à vos données. Keine Anwendung hat einen Zugriff auf Ihre Daten + web/account/authorized_apps.html.twig - actions/Bridge/element_list.html.twig Aucune description. Keine Beschreibung + actions/Bridge/element_list.html.twig - prod/feeds/feeds.html.twig Aucune entree pour le moment Keine Angaben zur Zeit + prod/feeds/feeds.html.twig - web/prod/notifications.html.twig Aucune notification keine Benachrichtigungen + web/prod/notifications.html.twig - Controller/Prod/Language.php Aucune publication effectuee, verifiez vos parametres keine Veröffentlichung ausgeführt, überprüfen Sie Ihre Parameter + Controller/Prod/Language.php - web/prod/index.html.twig Audio Audio + web/prod/index.html.twig - Media/Subdef/Audio.php Audio Birate Audio-Bitrate + Media/Subdef/Audio.php - Media/Subdef/Audio.php - Media/Subdef/Video.php Audio Codec Audio Codec + Media/Subdef/Audio.php + Media/Subdef/Video.php - Media/Subdef/Audio.php AudioSamplerate Audio Samplerate + Media/Subdef/Audio.php - Form/Configuration/ExecutablesFormType.php Auth_token directory path Auth_token Verzeichnispfad + Form/Configuration/ExecutablesFormType.php - Form/Configuration/ExecutablesFormType.php Auth_token mount point Auth_token Mount-Punkt + Form/Configuration/ExecutablesFormType.php - Form/Configuration/ExecutablesFormType.php Auth_token passphrase Auth_token Passphrase + Form/Configuration/ExecutablesFormType.php - web/account/authorized_apps.html.twig Authoriser l'access Zugriff genehmigen + web/account/authorized_apps.html.twig - login/oauth/authorize-access.html.twig - login/oauth/authorize-access.html.twig Authorization Access Zugangsberechtigung + login/oauth/authorize-access.html.twig + login/oauth/authorize-access.html.twig - login/oauth/desktop-code.html.twig Authorization code Autorisierungscode + login/oauth/desktop-code.html.twig - login/oauth/authorize-access.html.twig Authorize berechtigen + login/oauth/authorize-access.html.twig - Form/Configuration/APIClientsFormType.php Authorize *Phraseanet Navigator* *Phraseanet Navigator* aktivieren + Form/Configuration/APIClientsFormType.php - Form/Configuration/APIClientsFormType.php Authorize Microsoft Office Plugin to connect. Verbindung mit Microsoft Office Plugin erlauben + Form/Configuration/APIClientsFormType.php - Form/Configuration/ExecutablesFormType.php Auto Auto + Form/Configuration/ExecutablesFormType.php - Form/Configuration/RegistrationFormType.php Auto select databases automatische Wahl von Datenbanken + Form/Configuration/RegistrationFormType.php - eventsmanager/notify/autoregister.php AutoRegister information Auto Registrierungs Informationen + eventsmanager/notify/autoregister.php - api/auth/end_user_authorization.html.twig Autorisation d'acces Autorisation d'acces + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - api/auth/end_user_authorization.html.twig Autoriser Berechtigen + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - api/auth/end_user_authorization.html.twig Autorisez-vous l'application %application_name% a acceder a votre contenu sur %home_title% ? Autorisez-vous l'application %application_name% a acceder a votre contenu sur %home_title% ? + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - Form/Configuration/FtpExportFormType.php Available in multi-export tab In der Mehrfachexport Registerkarte verfügbar + Form/Configuration/FtpExportFormType.php - web/setup/step2.html.twig Avant de continuer, prenez connaissance des points ci-dessous. Vous pouvez continuer sans corriger ces problèmes. Bevor Sie fortfahren, lesen Sie die folgenden Punkte. Sie können ohne Korrektur dieser Probleme fortsetzen. + web/setup/step2.html.twig - mobile/lightbox/index.html.twig - mobile/lightbox/validate.html.twig Back Zurück + mobile/lightbox/index.html.twig + mobile/lightbox/validate.html.twig - prod/actions/Push.html.twig Back to Feedback Zurück zum Feedback + prod/actions/Push.html.twig - prod/actions/Push.html.twig Back to Push Zurück zum Push + prod/actions/Push.html.twig - WorkZone/Browser/Basket.html.twig Back to basket list Zurück zur Sammelkörbe Liste + WorkZone/Browser/Basket.html.twig - Controller/Admin/Databox.php - Controller/Admin/Root.php - Controller/Admin/Root.php - Controller/Root/Account.php Bad request format, only JSON is allowed Bad Request Format, nur JSON wird erlaubt + Controller/Admin/Databox.php + Controller/Admin/Root.php + Controller/Admin/Root.php + Controller/Root/Account.php - prod/upload/upload-flash.html.twig Bad request, please contact an admin Bad Request. Bitte kontaktieren Sie einen Administrator. + prod/upload/upload-flash.html.twig + + + Barre d'outils + Barre d'outils + web/prod/index.html.twig - actions/Download/prepare.html.twig Base Datenbank + actions/Download/prepare.html.twig + Base %base% + Datenbank %base% web/admin/editusers_quotas.html.twig web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - Base %base% - Datenbank %base% - Controller/Admin/Databoxes.php Base could not be created Datenbank konnte nicht erstellt werden + Controller/Admin/Databoxes.php - Controller/Admin/Databox.php Base empty successful Datenbank Leerung wurde erfolgreich + Controller/Admin/Databox.php - Controller/Prod/BasketController.php Basket created Sammelkorb wurde erstellt + Controller/Prod/BasketController.php - Controller/Prod/BasketController.php Basket has been archived Sammelkorb wurde archiviert + Controller/Prod/BasketController.php - Controller/Prod/BasketController.php Basket has been deleted Sammelkorb wurde gelöscht + Controller/Prod/BasketController.php - Controller/Prod/BasketController.php Basket has been unarchived Sammelkorb wurde nicht mehr archiviert + Controller/Prod/BasketController.php - Controller/Prod/BasketController.php Basket has been updated Sammelkorb wurde aktualisiert + Controller/Prod/BasketController.php - Controller/Prod/BasketController.php Basket updated Sammelkorb wurde aktualisiert + Controller/Prod/BasketController.php - Media/Subdef/Video.php Bitrate Bitrate + Media/Subdef/Video.php - api/auth/end_user_authorization.html.twig Bonjour, veuillez vous identifier sur %home_title% : Guten Tag! Bitte melden Sie sich auf %home_title% an : + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - web/setup/step2.html.twig Bonjour, vous etes sur le point d'installer Phraseanet. Hallo! Sie sind im Begriff Phraseanet IV zu installieren. + web/setup/step2.html.twig - eventsmanager/notify/bridgeuploadfail.php Bridge upload fail Bridge Upload fehlgeschlagen + eventsmanager/notify/bridgeuploadfail.php - TaskManager/Job/BridgeJob.php Bridge uploader Bridge uploader + TaskManager/Job/BridgeJob.php - web/prod/index.html.twig - web/prod/index.html.twig Browse Baskets Sammelkörbe durchsuchen + web/prod/index.html.twig + web/prod/index.html.twig - web/account/sessions.html.twig Browser Browser + web/account/sessions.html.twig - admin/fields/templates.html.twig Business Fields Geschäftsfelder + admin/fields/templates.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig By checking this box, you accept %beginning_link% Terms of Use %end_link% Wenn Sie dieses Kästchen anwählen, akzeptieren Sie die %beginning_link% Nutzeungsbedingungen %end_link% + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - Form/Configuration/FtpExportFormType.php By default it is available for admins Standardmässig ist es für die Administratoren verfügbar + Form/Configuration/FtpExportFormType.php - prod/results/help.html.twig C dans l'air Tagesschau + prod/results/help.html.twig - web/admin/tree.html.twig CHAMPS Felder + web/admin/tree.html.twig + + + CSV export + CSV export + web/report/generate_tab.html.twig - web/common/technical_datas.html.twig Camera Model Kameramodell + web/common/technical_datas.html.twig + Cancel + Abbrechen admin/fields/templates.html.twig task-manager/task-editor/task.html.twig user/import/view.html.twig prod/actions/delete_records_confirm.html.twig actions/Property/index.html.twig - actions/Property/type.html.twig + actions/Property/type.html.twig prod/User/Add.html.twig - Cancel - Abbrechen - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig Cancel all Alle abbrechen + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - prod/upload/upload-flash.html.twig Cannot upload Zero Byte files Kann nicht Null-Byte Dateien hochladen + prod/upload/upload-flash.html.twig - prod/Tooltip/Caption.html.twig Caption Beschreibung + prod/Tooltip/Caption.html.twig - prod/results/help.html.twig Caractères de troncature abgeschnittene Zeichen + prod/results/help.html.twig - Form/Configuration/GeneralFormType.php Carousel Karussell + Form/Configuration/GeneralFormType.php + Categorie + Kategorie Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - Categorie - Kategorie - prod/Tooltip/DataboxField.html.twig Ce champ est decrit comme element du %DublinCoreElementSet% Dieses Feld wird als Element der %DublinCoreElementSet% beschrieben. + prod/Tooltip/DataboxField.html.twig - prod/Tooltip/DCESFieldInfo.html.twig Ce champ est decrit comme l'element DublinCore %element_name% Dieses Feld wird wie das DublinCore %element_name% Element beschrieben + prod/Tooltip/DCESFieldInfo.html.twig - prod/actions/edit_default.html.twig Ce champ est decrit comme un element DublinCore Dieses Feld wird als einen Dublin Core Element beschrieben + prod/actions/edit_default.html.twig - prod/Tooltip/DataboxField.html.twig Ce champ est en lecture seule Dieses Feld ist schreibgeschützt + prod/Tooltip/DataboxField.html.twig - prod/Tooltip/DataboxField.html.twig Ce champ est multivalue Dieses Feld ist ein mehrwertiges Feld + prod/Tooltip/DataboxField.html.twig + Ce champ est obligatoire + Dieses Feld ist ein Pflichtfeld Bridge/Api/Dailymotion.php Bridge/Api/Dailymotion.php Bridge/Api/Flickr.php Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Ce champ est obligatoire - Dieses Feld ist ein Pflichtfeld + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php - prod/Tooltip/DataboxField.html.twig Ce champ est relie a une branche de thesaurus Dieses Feld ist mit einem Thesaurus Zweig verbunden + prod/Tooltip/DataboxField.html.twig - prod/Tooltip/DataboxField.html.twig Ce champ est requis Dieses Feld wird benötigt + prod/Tooltip/DataboxField.html.twig - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php Ce champ est trop court %length% caracteres min Ce champ est trop court %length% caracteres min + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Ce champ est trop long %length% caracteres max + Ce champ est trop long %length% caracteres max Bridge/Api/Dailymotion.php Bridge/Api/Dailymotion.php Bridge/Api/Flickr.php Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Ce champ est trop long %length% caracteres max - Ce champ est trop long %length% caracteres max + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php - prod/Tooltip/DataboxField.html.twig Ce champ est utilise en titre a l'affichage Dieses Feld wird bei der Anzeige als Titel benutzt + prod/Tooltip/DataboxField.html.twig - prod/Tooltip/DataboxField.html.twig Ce champ n'est pas indexe Dieses Feld ist nicht indiziert + prod/Tooltip/DataboxField.html.twig + + + Ce lien est valable jusqu'au + Ce lien est valable jusqu'au + templates/web/email-template.html.twig - Bridge/Api/Flickr.php Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr Dieses Produkt verwendet das Flickr API, wird jedoch nicht von Flickr zugelassen oder lizenziert. + Bridge/Api/Flickr.php - prod/WorkZone/Basket.html.twig Certaines donnees du panier ont change Einige Daten des Sammelkorbs wurden verändert + prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig Certaines donnees du reportage ont change Einige Daten von dem Bericht wurden verändert + prod/WorkZone/Story.html.twig - Controller/Prod/Language.php Certaines publications n'ont pu etre effectuees, verifiez vos parametres einige Veröffentlichung wurden nicht ausgeführt, überprüfen Sie Ihre Parameter + Controller/Prod/Language.php - web/common/dialog_export.html.twig Certains champs sont obligatoires, veuillez les remplir Bitte füllen Sie die erforderlichen Felder aus + web/common/dialog_export.html.twig - prod/Tooltip/DataboxFieldRestrictions.html.twig Ces informations sont directement fournies par la norme de metadonnees de ce champ : %norm_name% Diese Informationen werden direkt von Metadaten Norm von diesem Feld: %norm_name% + prod/Tooltip/DataboxFieldRestrictions.html.twig - web/account/reset-email.html.twig Change my email address meine E-Mail Adresse verändern + web/account/reset-email.html.twig + + + Changes for rotation will be applied only on the sub-definitions of "image" type. + Changes for rotation will be applied only on the sub-definitions of "image" type. + actions/Tools/index.html.twig - web/common/technical_datas.html.twig Channels Kanäle + web/common/technical_datas.html.twig - web/prod/index.html.twig Chargement Ladend + web/prod/index.html.twig - admin/search-engine/sphinx-search.html.twig Charset to use for indexation Zeichensatz für die Indexierung zu benutzen + admin/search-engine/sphinx-search.html.twig - Form/Configuration/ClassicFormType.php Check-box Kontrollkästchen + Form/Configuration/ClassicFormType.php - web/thesaurus/search.html.twig Chercher Suchen + web/thesaurus/thesaurus.html.twig + Choisir + wählen web/admin/subdefs.html.twig web/admin/subdefs.html.twig prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig - Choisir - wählen + prod/Story/Reorder.html.twig - web/account/change-password.html.twig - web/login/renew-password.html.twig Choose a new password Wählen Sie ein neues Passwort aus + web/account/change-password.html.twig + web/login/renew-password.html.twig - Form/Configuration/ActionsFormType.php Choose the title of the document to export Wählen Sie den Titel des Dokuments zu exportieren + Form/Configuration/ActionsFormType.php - prod/User/Add.html.twig City Stadt + prod/User/Add.html.twig - web/common/dialog_export.html.twig Civility Anrede + web/common/dialog_export.html.twig - admin/task-manager/log.html.twig Clear Klar + admin/task-manager/log.html.twig - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig Clear list Liste löschen + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - Form/Configuration/MainConfigurationFormType.php Client Kunde + Form/Configuration/MainConfigurationFormType.php - web/developers/application.html.twig Client application Client Anwendung + web/developers/application.html.twig + + + Client application is deprecated + Client application is deprecated + web/prod/index.html.twig - web/developers/applications.html.twig Client applications Client Anwendungen + web/developers/applications.html.twig - admin/fields/templates.html.twig Close schliessen + admin/fields/templates.html.twig - web/prod/index.html.twig Close the WorkZone WorkZone schliessen + web/prod/index.html.twig - web/admin/index.html.twig Cocher toute la colonne die ganze Spalte markieren + web/admin/index.html.twig - web/report/listColumn.html.twig Cochez les cases correspondantes aux colonnes que vous desirez voire apparaitre dans le report Markieren Sie die Felder, die Sie im Report sehen möchten + web/report/listColumn.html.twig - api/auth/native_app_access_token.html.twig Code d'acces Zugangscode + api/auth/native_app_access_token.html.twig - web/common/technical_datas.html.twig Codec Audio Audio Codec + web/common/technical_datas.html.twig - web/common/technical_datas.html.twig Codec Video Video Codec + web/common/technical_datas.html.twig - admin/databox/details.html.twig - prod/Story/Create.html.twig - prod/upload/lazaret.html.twig Collection Kollektion + admin/databox/details.html.twig + prod/Story/Create.html.twig + prod/upload/lazaret.html.twig - web/admin/editusers_quotas.html.twig - web/admin/editusers_timelimit.html.twig Collection %collection% %collection% Kollektion + web/admin/editusers_quotas.html.twig + web/admin/editusers_timelimit.html.twig - Controller/Admin/Collection.php Collection empty successful Die Leerung der Kollektion wurde erfolgreich abgeschlossen + Controller/Admin/Collection.php - Form/Configuration/ClassicFormType.php Collections display mode Anzeigemodus der Kollektionen + Form/Configuration/ClassicFormType.php - web/common/technical_datas.html.twig Color Depth Farbtiefe + web/common/technical_datas.html.twig - web/common/technical_datas.html.twig Color space Farbraum + web/common/technical_datas.html.twig - eventsmanager/notify/orderdeliver.php - eventsmanager/notify/ordernotdelivered.php Commande Bestellung + eventsmanager/notify/orderdeliver.php + eventsmanager/notify/ordernotdelivered.php - Controller/Prod/Order.php Commande du %date% Commande du %date% + Controller/Prod/Order.php - web/common/menubar.html.twig Commandes Bestellungen + web/common/menubar.html.twig - actions/Feedback/list.html.twig - actions/Feedback/ListsMacros.html.twig - prod/User/Add.html.twig Company Unternehmen + actions/Feedback/list.html.twig + actions/Feedback/ListsMacros.html.twig + prod/User/Add.html.twig - web/login/register-classic.html.twig Complete the fields below to register on %instance_title%! Füllen Sie die Felder unten aus, um auf %instance_title% zu registrieren ! + web/login/register-classic.html.twig - web/login/register-provider.html.twig Completion of your registration Ausfüllen von Ihrer Registrierung + web/login/register-provider.html.twig + Confidentialite + Vertraulichkeit Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - Confidentialite - Vertraulichkeit - actions/Bridge/element_list.html.twig Confidentialite : privee Datenschutz: privat + actions/Bridge/element_list.html.twig - actions/Bridge/element_list.html.twig Confidentialite : publique Datenschutz: öffentlich + actions/Bridge/element_list.html.twig - web/prod/index.html.twig Configuration Konfiguration + web/prod/index.html.twig - Notification/Mail/MailRequestEmailUpdate.php Confirm new email address neue E-Mail Adresse bestätigen + Notification/Mail/MailRequestEmailUpdate.php - web/admin/index.html.twig Confirm reset users rights before applying template Zurücksetzung von Benutzerrechten bestätigen, bevor Sie die Vorlage anwenden + web/admin/index.html.twig - web/setup/step2.html.twig Confirmation de votre mot de passe Passwort Bestätigung + web/setup/step2.html.twig - admin/databox/databox.html.twig Confirmez-vous la re-indexation de la base ? Bestätigen Sie die Re- Indizierung der Datenbank? + admin/databox/databox.html.twig + Connection + Verbindung web/login/index.html.twig web/login/index.html.twig login/oauth/login.html.twig @@ -1757,445 +1835,450 @@ login/providers/bind.html.twig login/providers/mapping.html.twig login/providers/mapping.html.twig - Connection - Verbindung - web/setup/step2.html.twig Connection is OK but database does not exists or can not be accessed Verbindung ist OK aber die Datenbank existiert nicht oder es kann nicht zugegriffen werden + web/setup/step2.html.twig - prod/upload/upload-flash.html.twig Connection terminates unexpetecdly, please retry Verbindung beendet unerwartet. Bitte wiederholen. + prod/upload/upload-flash.html.twig - Controller/Prod/Export.php Connection to FTP succeed FTP Verbindung erfolgreich + Controller/Prod/Export.php + + + Consulter et administrer vos paniers dans cet onglet. + Pour créer un panier et affichez le menu déroulant en cliquant sue la + flèche blanche. + Consulter et administrer vos paniers dans cet onglet. + Pour créer un panier et affichez le menu déroulant en cliquant sue la + flèche blanche. + web/prod/index.html.twig - web/setup/step2.html.twig Consultez en ligne les pré-requis et la configuration du serveur web Bitte lesen Sie Online die Voraussetzungen und die Web-Server Konfiguration + web/setup/step2.html.twig - module/console/systemUpgrade.php Continuer ? Fortsetzen? + module/console/systemUpgrade.php - admin/collection/suggested_value.html.twig Continuer quand meme Continuer quand meme + admin/collection/suggested_value.html.twig - prod/actions/Push.html.twig Contributor Benutzer + prod/actions/Push.html.twig - Form/Configuration/GeneralFormType.php Cooliris Cooliris + Form/Configuration/GeneralFormType.php - api/auth/native_app_access_token.html.twig Copiez le code ci-dessous, retournez dans votre application et collez-le a l'endroit requis : Copiez le code ci-dessous, retournez dans votre application et collez-le a l'endroit requis : + api/auth/native_app_access_token.html.twig - login/oauth/desktop-code.html.twig Copy the code below, return to your application and paste the code to the right place. Kopieren Sie bitte die Kode unten, gehen Sie in Ihre Anwendung zurück und fügen Sie die Kode am richtigen Ort ein. - - - lib/classes/appbox.php - Copying files - Dateien werden kopiert + login/oauth/desktop-code.html.twig - prod/upload/upload-flash.html.twig Could not initiate upload, please retry Upload konnte nicht initialisieren werden. Bitte wiederholen. + prod/upload/upload-flash.html.twig - Controller/Root/Account.php Could not perform request, please contact an administrator. Antrag konnte nicht durchgeführt werden. Bitte wenden Sie sich an Ihren Systemadministrator + Controller/Root/Account.php - prod/upload/upload-flash.html.twig Could not retrieve the file ID, please retry or contact an admin if problem persist Datei-ID konnte nicht abgerufen werden. Bitte versuchen Sie es einmal oder kontaktieren Sierneinen Administrator, wenn das Problem bestehen bleibt. + prod/upload/upload-flash.html.twig - Controller/Admin/Dashboard.php Could not send email E-Mail konnte nicht gesendet werden + Controller/Admin/Dashboard.php - web/prod/index.html.twig Couleur de selection Farbauswahl + web/prod/index.html.twig - actions/Feedback/list.html.twig - actions/Feedback/ListsMacros.html.twig Country Land + actions/Feedback/list.html.twig + actions/Feedback/ListsMacros.html.twig - web/login/register.html.twig Create an account manually Ein Konto manuell erstellen + web/login/register.html.twig - web/admin/subdefs.html.twig Create new subdef Neuen subdef erstellen - - - lib/classes/appbox.php - Creating new tables - Neue Tabellen erstellen - - - lib/classes/base.php - Creating table %table_name% - Creating table %table_name% + web/admin/subdefs.html.twig - actions/Feedback/ListsMacros.html.twig Creation date Erstellungsdatum + actions/Feedback/ListsMacros.html.twig - web/setup/step2.html.twig Creation de votre compte Erstellung Ihres Benutzerkontos + web/setup/step2.html.twig - web/setup/step2.html.twig Creation des taches Erstellung von Aufgaben + web/setup/step2.html.twig + Creer + erstellen Bridge/Dailymotion/actioncontainers.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Youtube/actioncontainers.html.twig - Creer - erstellen - web/setup/step2.html.twig Creer la tache d'ecriture des metadonnees Aufgabe erstellen für das Schreiben der Metadaten + web/setup/step2.html.twig - web/setup/step2.html.twig Creer la tache d'indexation Indexierung Aufgabe erstellen + web/setup/step2.html.twig - web/setup/step2.html.twig Creer la tache de creation des sous-definitions Aufgabe erstellen für die Unterauflösungen Erstellungen + web/setup/step2.html.twig - Bridge/Flickr/photoset_createcontainer.html.twig Creer un Photoset ein Fotoset erstellen + Bridge/Flickr/photoset_createcontainer.html.twig - web/admin/index.html.twig Creer un model eine Vorlage erstellen + web/admin/index.html.twig - web/admin/index.html.twig Creer un modele eine Vorlage erstellen + web/admin/index.html.twig - web/admin/index.html.twig Creer un utilisateur einen Benutzer erstellen + web/admin/index.html.twig - web/developers/applications.html.twig Creer une nouvelle applications eine neue Anwendung erstellen + web/developers/applications.html.twig - Bridge/Dailymotion/playlist_createcontainer.html.twig - Bridge/Youtube/playlist_createcontainer.html.twig Creer une playlist eine neue Playlist erstellen + Bridge/Dailymotion/playlist_createcontainer.html.twig + Bridge/Youtube/playlist_createcontainer.html.twig - web/developers/applications.html.twig Creez une application pour commencer a utiliser l'API Phraseanet Erstellen Sie zuerst eine Applikation, um das Phraseanet API danach zu benutzen. + web/developers/applications.html.twig - admin/databox/details.html.twig Cumulative total Gesamtzahl + admin/databox/details.html.twig - admin/fields/templates.html.twig Current configuration contains some errors Die aktuelle Konfiguration beinhaltet einige Fehler + admin/fields/templates.html.twig - Bridge/Api/Youtube.php Current operations cannot be executed because the site is temporarily in maintenance mode. Wait a few minutes and try your request again Aktuelle Operationen können nicht ausgeführt werden, da die Website kurzzeitig im Wartungs-Modus ist. Bitte warten Sie oder versuchen Sie es später noch einmal. + Bridge/Api/Youtube.php - Form/Login/PhraseaRenewPasswordForm.php Current password aktuelles Passwort + Form/Login/PhraseaRenewPasswordForm.php - web/account/sessions.html.twig Current session Aktuelle Session + web/account/sessions.html.twig - admin/fields/templates.html.twig DCES DCES + admin/fields/templates.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig Database Datenbank + web/setup/step2.html.twig + web/setup/step2.html.twig - Controller/Admin/Databoxes.php Database can not be empty Datenbank kann nicht leer sein + Controller/Admin/Databoxes.php - Controller/Admin/Databoxes.php Database could not be mounted Datenbank konnte nicht eingebaut werden + Controller/Admin/Databoxes.php - Controller/Admin/Databoxes.php Database does not exists or can not be accessed Verbindung ist OK aber die Datenbank existiert nicht oder es kann nicht zugegriffen werden. + Controller/Admin/Databoxes.php - Controller/Admin/Databoxes.php Database name can not contains special characters Datenbank kann keine Sonderzeichen beinhalten + Controller/Admin/Databoxes.php + + + Database server does not support InnoDB storage engine + Database server does not support InnoDB storage engine + web/setup/step2.html.twig - web/setup/step2.html.twig Database user Datenbank Benutzer + web/setup/step2.html.twig - Phrasea/Controller/Setup.php Databox is unreachable Databox ist unerreichbar + Phrasea/Controller/Setup.php - web/setup/step2.html.twig Databoxes store records, metadatas and their classifications Databoxes speichern Datensätze, Metadaten und ihre Klassifizierungen + web/setup/step2.html.twig - prod/upload/lazaret.html.twig Date Datum + prod/upload/lazaret.html.twig - admin/publications/list.html.twig Date Creation Erstellungsdatum + admin/publications/list.html.twig - prod/orders/order_item.html.twig Date de commande Bestelldatum + prod/orders/order_item.html.twig - web/account/sessions.html.twig Date de connexion Verbindungsdatum + web/account/sessions.html.twig - prod/orders/order_box.html.twig Date de demande Abfrage Datum + prod/orders/order_box.html.twig - admin/search-engine/sphinx-search.html.twig Date fields available for search verfügbare Datumsfelder für die Suche + admin/search-engine/sphinx-search.html.twig - web/admin/editusers_timelimit.html.twig - web/admin/editusers_timelimit_sbas.html.twig De von + web/admin/editusers_timelimit.html.twig + web/admin/editusers_timelimit_sbas.html.twig - prod/orders/order_box.html.twig - prod/orders/order_item.html.twig Deadline Termin + prod/orders/order_box.html.twig + prod/orders/order_item.html.twig - Notification/Mail/MailSuccessEmailUpdate.php Dear %user%, Dear %user%, + Notification/Mail/MailSuccessEmailUpdate.php - task-manager/task-editor/phraseanet-indexer.html.twig Debug binary mask binäre Maske austesten + task-manager/task-editor/phraseanet-indexer.html.twig - web/admin/index.html.twig Decocher toute la colonne die ganze Spalte unmarkieren + web/admin/index.html.twig - mobile/lightbox/index.html.twig Deconnexion Abmeldung + mobile/lightbox/index.html.twig - web/developers/applications.html.twig Decouvrez la documentation Lesen Sie die Dokumentation + web/developers/applications.html.twig - Phrasea/Helper/WorkZone.php Default basket Standard Sammelkorb + Phrasea/Helper/WorkZone.php - Form/Configuration/ActionsFormType.php Default export title Standard Export Titel + Form/Configuration/ActionsFormType.php - task-manager/task-editor/phraseanet-indexer.html.twig Default language for thesaurus candidates Standardsprache für mögliche Begriffe im Thesaurus + task-manager/task-editor/phraseanet-indexer.html.twig - Form/Configuration/EmailFormType.php Default mail sender address Standard E-Mail Absenderadresse + Form/Configuration/EmailFormType.php - Form/Configuration/SearchEngineFormType.php Default query Standardsuche + Form/Configuration/SearchEngineFormType.php - Form/Configuration/SearchEngineFormType.php Default searched type Standard Suchoptionen + Form/Configuration/SearchEngineFormType.php - admin/search-engine/phrasea.html.twig Default sort Standard-Sortierung + admin/search-engine/phrasea.html.twig - Form/Configuration/ActionsFormType.php Default validation links duration Standarddauer für die Validierungslinke + Form/Configuration/ActionsFormType.php + + + Define a webhook URL + Define a webhook URL + web/developers/application.html.twig - Form/Configuration/ExecutablesFormType.php Defined in Apache configuration in der Apache Konfiguration definiert + Form/Configuration/ExecutablesFormType.php - web/setup/step2.html.twig Delai depasse lors du contact avec le serveur WEB Zeit überschritten beim Kontakt mit Web Server + web/setup/step2.html.twig - Media/Subdef/Gif.php Delay Verspätung + Media/Subdef/Gif.php - admin/task-manager/list.html.twig - prod/actions/delete_records_confirm.html.twig - actions/Feedback/list.html.twig - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig Delete Löschen + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + prod/actions/delete_records_confirm.html.twig + actions/Feedback/list.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - web/admin/editusers.html.twig - web/admin/users.html.twig Delete all users rights Alle Nutzerrechte löschen + web/admin/editusers.html.twig + web/admin/users.html.twig - WorkZone/Browser/Results.html.twig Delete basket Sammelkorb löschen + WorkZone/Browser/Results.html.twig - Controller/Prod/Language.php Delete records Datensätze löschen + Controller/Prod/Language.php - web/admin/subdefs.html.twig Delete the subdef ? Subdef löschen? + web/admin/subdefs.html.twig - web/developers/applications.html.twig Demarrer avec l'API Phraseanet Mit dem Phraseanet API beginnen + web/developers/applications.html.twig - login/oauth/authorize-access.html.twig - prod/orders/order_item.html.twig Deny verweigern + login/oauth/authorize-access.html.twig + prod/orders/order_item.html.twig + Deplacement %n_element% elements + Bewegung von %n_element% Elemente Bridge/Dailymotion/video_moveinto_playlist.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig - Deplacement %n_element% elements - Bewegung von %n_element% Elemente - web/account/sessions.html.twig Dernier access Letzter Zugriff + web/account/sessions.html.twig - prod/feeds/entry_macro.html.twig Derniere mise a jour le %updated_on% letztes Update am %updated_on% + prod/feeds/entry_macro.html.twig - TaskManager/Job/FtpJob.php Des difficultes ont ete rencontres a la connection au serveur distant Probleme sind bei der Verbindung mit dem entfernten Server aufgetreten + TaskManager/Job/FtpJob.php + Description + Beschreibung web/developers/application_form.html.twig Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig @@ -2206,4227 +2289,4378 @@ Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig prod/Tooltip/DCESFieldInfo.html.twig - Description - Beschreibung - prod/actions/Push.html.twig - web/report/form_date_and_base.html.twig Deselect all Alle abwählen + prod/actions/Push.html.twig + web/report/form_date_and_base.html.twig - prod/orders/order_item.html.twig Destinataire Empfänger + prod/orders/order_item.html.twig - prod/Share/record.html.twig Detailed view URL Detailansicht URL + prod/Share/record.html.twig - admin/collection/details.html.twig - admin/databox/details.html.twig Details Details + admin/collection/details.html.twig + admin/databox/details.html.twig - web/account/base.html.twig Developpeur Entwickler + web/account/base.html.twig - web/account/authorized_apps.html.twig Developpeurs Entwickler + web/account/authorized_apps.html.twig - Media/Subdef/Image.php - Media/Subdef/Video.php Dimension Grösse + Media/Subdef/Image.php + Media/Subdef/Video.php - Form/Configuration/ActionsFormType.php Disabled Deaktiviert + Form/Configuration/ActionsFormType.php + + + Disallow the possibility for the end user to disable push authentication + Disallow the possibility for the end user to disable push authentication + Form/Configuration/ActionsFormType.php - admin/fields/templates.html.twig Anzeige und Aktions-Einstellungen + admin/fields/templates.html.twig - Form/Configuration/ClassicFormType.php Display proposals tab Registerkarte der Vorschläge anzeigen + Form/Configuration/ClassicFormType.php + + + Display technical data + Display technical data + web/prod/index.html.twig - Form/Configuration/ClassicFormType.php Display the name of databases and collections Zeigen Sie den Name der Datenbanken und Kollektionen an + Form/Configuration/ClassicFormType.php - Form/Configuration/ClassicFormType.php Display the total size of the document basket Gesamtgröße des Sammelkorbes anzeigen + Form/Configuration/ClassicFormType.php - admin/fields/templates.html.twig Display thumbnails Vorschaubilder anschauen + admin/fields/templates.html.twig + + + Do not display + Do not display + web/prod/index.html.twig - web/admin/databases.html.twig Do not forget to restart the tasks scheduler Vergessen Sie nicht, den Aufgabe Scheduler neuzustarten + web/admin/databases.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig Do not log, output to console Kein SysLog, Augsgabe an die Konsole + task-manager/task-editor/phraseanet-indexer.html.twig - login/oauth/authorize-access.html.twig Do you authorize the application %application_name% to access to your Phraseanet content? Erlauben Sie, die %application_name% Anwendung, zu Ihrem Phraseanet Inhalt zu zugreifen? + login/oauth/authorize-access.html.twig - Controller/Admin/Fields.php Do you really want to delete the field %s ? Möchten Sie wirklich das Feld %s löschen ? + Controller/Admin/Fields.php - web/account/sessions.html.twig Do you really want to end the activity of this session? Möchten Sie wirklich, die Aktivität von dieser Session beenden? + web/account/sessions.html.twig - Phrasea/Controller/Lightbox.php - mobile/lightbox/validate.html.twig - web/lightbox/validate.html.twig Do you want to send your report ? Möchten Sie Ihren Bericht senden ? + Phrasea/Controller/Lightbox.php + mobile/lightbox/validate.html.twig + web/lightbox/validate.html.twig - web/prod/index.html.twig Document Dokument + web/prod/index.html.twig - prod/orders/order_item.html.twig Document envoye par %name% Dokument wurde von %name% gesendet + prod/orders/order_item.html.twig - Controller/Prod/Tools.php Document has been successfully substitued Dokument wurde erfolgreich ersetzt + Controller/Prod/Tools.php - prod/orders/order_item.html.twig Document refuse par %name% Dokument wurde von %name% abgelehnt + prod/orders/order_item.html.twig - Form/Configuration/ActionsFormType.php Document title Titel des Dokuments + Form/Configuration/ActionsFormType.php - Form/Configuration/SearchEngineFormType.php Documents Dokumente + Form/Configuration/SearchEngineFormType.php - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig Documents indisponibles Dokument(e) nicht verfügbar + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - web/setup/step2.html.twig Don't worry, You can modify your configuration later Keine Sorge: Sie können die Konfiguration später verändern. + web/setup/step2.html.twig - Notification/Mail/MailRecordsExport.php Download Download + Notification/Mail/MailRecordsExport.php - actions/Download/prepare.html.twig Download of documents Download von Dokumenten + actions/Download/prepare.html.twig - web/admin/editusers_quotas.html.twig Droits Rechte + web/admin/editusers_quotas.html.twig - Form/Configuration/ClassicFormType.php - Form/Configuration/ClassicFormType.php Drop-down Dropdown + Form/Configuration/ClassicFormType.php + Form/Configuration/ClassicFormType.php - web/common/technical_datas.html.twig Duree Dauer + web/common/technical_datas.html.twig - actions/Feedback/ListsMacros.html.twig E-Mail Email + actions/Feedback/ListsMacros.html.twig - Form/Login/PhraseaForgotPasswordForm.php - Form/Login/PhraseaRegisterForm.php E-mail E-Mail Adresse + Form/Login/PhraseaForgotPasswordForm.php + Form/Login/PhraseaRegisterForm.php - lib/classes/databox.php ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" + lib/classes/databox.php - lib/classes/databox.php ERREUR : Les name de subdef sont uniques par groupe de subdefs et necessaire FEHLER : das "name" Attribut des Knotens "subdef" ist zwingend und einzigartig durch Gruppe von subdef + lib/classes/databox.php - lib/classes/databox.php ERREUR : TOUTES LES BALISES subdefgroup necessitent un attribut name FEHLER : Alle "subdefgroup" tags brauchen ein "name" Attribut + lib/classes/databox.php - admin/task-manager/list.html.twig - actions/Feedback/list.html.twig Edit Bearbeiten + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + actions/Feedback/list.html.twig + + + Editer + Editer + actions/publish/publish_edit.html.twig - admin/publications/fiche.html.twig Edition Bearbeitung + admin/publications/fiche.html.twig + Edition de 1 element + Bearbeitung von 1 Element Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig Bridge/Youtube/video_modify.html.twig - Edition de 1 element - Bearbeitung von 1 Element - web/admin/editusers.html.twig Edition des droits de %display_name% Bearbeitung von %display_name% Rechten + web/admin/editusers.html.twig - web/admin/editusers.html.twig Edition des droits de %number% utilisateurs Bearbeitung von %number% Benutzer Rechten + web/admin/editusers.html.twig - prod/actions/edit_default.html.twig Edition impossible Bearbeitung nicht möglich + prod/actions/edit_default.html.twig - actions/Feedback/List-Share.html.twig Editor Editor + actions/Feedback/List-Share.html.twig - actions/Feedback/List-Share.html.twig Editor can modify content Editor kann Inhalte verändern + actions/Feedback/List-Share.html.twig - admin/search-engine/elastic-search.html.twig ElasticSearch configuration ElasticSearch configuration + admin/search-engine/elastic-search.html.twig - admin/search-engine/elastic-search.html.twig ElasticSearch connection configuration ElasticSearch connection configuration + admin/search-engine/elastic-search.html.twig - admin/search-engine/elastic-search.html.twig ElasticSearch server ElasticSearch server + admin/search-engine/elastic-search.html.twig - web/admin/dashboard.html.twig - admin/publications/fiche.html.twig Email Email + web/admin/dashboard.html.twig + admin/publications/fiche.html.twig - Controller/Admin/Users.php Email '%email%' for login '%login%' already exists in database Email '%email%' for login '%login%' already exists in database + Controller/Admin/Users.php - prod/User/Add.html.twig Email Name Email Adresse + prod/User/Add.html.twig - eventsmanager/notify/downloadmailfail.php Email export fails Email Export schlägt fehl + eventsmanager/notify/downloadmailfail.php - Controller/Prod/Push.php Email is invalid Ungültige Email Adresse + Controller/Prod/Push.php - Controller/Prod/Push.php Email is required Email Adresse erforderlich + Controller/Prod/Push.php - Notification/Mail/MailSuccessEmailConfirmationRegistered.php - Notification/Mail/MailSuccessEmailConfirmationUnregistered.php Email successfully confirmed E-Mail erfolgreich bestätigt + Notification/Mail/MailSuccessEmailConfirmationRegistered.php + Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - web/admin/dashboard.html.twig Email test result : %email_status% E-Mail Test Ergebnis: %email_status% + web/admin/dashboard.html.twig - Form/Configuration/MainConfigurationFormType.php Emails E-Mail Adressen + Form/Configuration/MainConfigurationFormType.php - prod/Share/record.html.twig Embed code Embed-Code + prod/Share/record.html.twig - TaskManager/Job/EmptyCollectionJob.php Empty a collection Empty a collection + TaskManager/Job/EmptyCollectionJob.php - Form/Configuration/ExecutablesFormType.php Empty if not used leer, wenn nicht benutzt + Form/Configuration/ExecutablesFormType.php - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig Empty quarantine Quarantäne leeren + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig Empty quarantine will remove all items, are you sure you want to continue ? Wenn Sie die Quarantäne leeren, werden Sie alle Dokumente löschen. Fortfahren? + prod/upload/lazaret.html.twig - Controller/Admin/Collection.php - Controller/Admin/Collection.php Empty the collection before removing Kollektion leeren bevor Entfernung + Controller/Admin/Collection.php + Controller/Admin/Collection.php - actions/Bridge/records_list.html.twig En attente schwebend + actions/Bridge/records_list.html.twig - Bridge/Youtube/upload.html.twig 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 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% + Bridge/Youtube/upload.html.twig - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php - actions/Bridge/records_list.html.twig En cours d'encodage Kodierung läuft + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php + actions/Bridge/records_list.html.twig - actions/Bridge/records_list.html.twig En cours d'envoi wird gesendet + actions/Bridge/records_list.html.twig - Form/Configuration/FtpExportFormType.php Enable FTP export FTP Export aktivieren + Form/Configuration/FtpExportFormType.php - Form/Configuration/FtpExportFormType.php Enable FTP for users FTP für die Benutzer aktivieren + Form/Configuration/FtpExportFormType.php + + + Enable Forcing authentication to see push content + Enable Forcing authentication to see push content + Form/Configuration/ActionsFormType.php - Form/Configuration/ExecutablesFormType.php Enable H264 stream mode H264 Stream Modus aktivieren + Form/Configuration/ExecutablesFormType.php - Form/Configuration/ModulesFormType.php Enable HD substitution HD Ersetzung aktivieren + Form/Configuration/ModulesFormType.php - Form/Configuration/EmailFormType.php Enable SMTP authentication SMTP Authentifizierung aktivieren + Form/Configuration/EmailFormType.php - Form/Configuration/RegistrationFormType.php Enable auto registration Automatische Anmeldung aktivieren + Form/Configuration/RegistrationFormType.php - Form/Configuration/MaintenanceFormType.php Enable maintenance message broadcast Aussendung von Wartungsmeldungen aktivieren + Form/Configuration/MaintenanceFormType.php - Form/Configuration/ModulesFormType.php Enable multi-doc mode MultiDoc modus aktivieren + Form/Configuration/ModulesFormType.php + + + Enable possibility to notify users when publishing a new feed entry + Enable possibility to notify users when publishing a new feed entry + Form/Configuration/ActionsFormType.php - Form/Configuration/ClassicFormType.php Enable roll-over on basket elements Rollover auf die Sammelkorb Elemente + Form/Configuration/ClassicFormType.php - Form/Configuration/ClassicFormType.php Enable roll-over on stories Rollover auf die Berichte aktivieren + Form/Configuration/ClassicFormType.php - admin/search-engine/phrasea.html.twig Enable stemming Stemming erlauben + admin/search-engine/phrasea.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig Enable stemming languages stemmende Sprachen aktivieren + task-manager/task-editor/phraseanet-indexer.html.twig - Form/Configuration/ModulesFormType.php Enable thesaurus Thesaurus aktivieren + Form/Configuration/ModulesFormType.php - Form/Configuration/ActionsFormType.php Enable this setting to share on Facebook and Twitter Aktivieren Sie diese Einstellung, um Dateien auf Facebook und Twitter zu teilen + Form/Configuration/ActionsFormType.php - Form/Configuration/ModulesFormType.php Enable thumbnail substitution Miniaturansicht Ersetzung aktivieren + Form/Configuration/ModulesFormType.php - Form/Configuration/ActionsFormType.php Enabled Aktiviert + Form/Configuration/ActionsFormType.php - web/account/sessions.html.twig End Activity Aktivität beenden + web/account/sessions.html.twig + web/account/sessions.html.twig - web/account/sessions.html.twig End session activity Session Aktivität beenden + web/account/sessions.html.twig - web/login/forgot-password.html.twig Enter your e-mail address to retrieve your password Geben Sie bitte Ihre E-Mail Adresse ein, um Ihr Passwort abzurufen + web/login/forgot-password.html.twig - web/common/dialog_export.html.twig Entrez plusieurs adresses email en les separant par des points-virgules Trennen Sie die E-Mail Adressen mit Strichpunkten wenn sie an mehrere Empfänger gleichzeitig Dokumente senden wollen + web/common/dialog_export.html.twig - Controller/Prod/UsrLists.php Entry removed from list Eingabe wurde von der Liste entfernt + Controller/Prod/UsrLists.php - prod/preview/short_history.html.twig Envoi par ftp a %dest% de %content% durch ftp zu %dest% von %content% + prod/preview/short_history.html.twig - prod/preview/short_history.html.twig Envoi par mail a %dest% de %content% durch Email zu %dest% von %content% senden + prod/preview/short_history.html.twig - Phrasea/Controller/Lightbox.php Envoie avec succes erfolgreich versendet + Phrasea/Controller/Lightbox.php - api/auth/native_app_access_token.html.twig Erreur Fehler + api/auth/native_app_access_token.html.twig - mobile/lightbox/error.html.twig - web/lightbox/error.html.twig Erreur ! Fehler ! + mobile/lightbox/error.html.twig + web/lightbox/error.html.twig - Controller/Prod/Language.php Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas Falsche Parameter oder entfernter Server antwortet nicht + Controller/Prod/Language.php - Bridge/Api/Youtube.php Erreur YouTube a rencontré une erreur lors du traitement de la requête. Fehler: YouTube hat einen Fehler bei der Bearbeitung der Anfrage gefunden. + Bridge/Api/Youtube.php - Bridge/Api/Dailymotion.php Erreur d'encodage Kodierungsfehler + Bridge/Api/Dailymotion.php - api/auth/end_user_authorization.html.twig Erreur de login / mot de passe Benutzername / Passwort Fehler + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - Bridge/Api/Youtube.php Erreur la requête a été mal formée ou contenait des données valides. Die Anfrage wurde schlecht formuliert oder beinhaltet ungültige Zeichen + Bridge/Api/Youtube.php - Bridge/Api/Youtube.php Erreur la ressource que vous tentez de modifier n'existe pas. Fehler: die Ressource die Sie versuchen zu verändern, existiert nicht. + Bridge/Api/Youtube.php - Bridge/Api/Youtube.php Erreur le service Youtube n'est pas accessible pour le moment. Veuillez réessayer plus tard. Fehler: die YouTube Dienstleistung ist zurzeit nicht erreichbar. Bitte versuchen Sie es später noch einmal. + Bridge/Api/Youtube.php - Bridge/Api/Youtube.php Erreur lors de l'authentification au service Youtube, Veuillez vous déconnecter, puis vous reconnecter. Fehler bei der Youtube Authentifizierung. Bitte loggen Sie sich zuerst aus und dann wieder ein. + Bridge/Api/Youtube.php - Phrasea/Controller/Lightbox.php Erreur lors de l'enregistrement des donnees Fehler bei Speicherung der Daten + Phrasea/Controller/Lightbox.php - Bridge/Api/Youtube.php Erreur lors de l'envoi de la requête. Erreur d'authentification. Fehler beim Versenden einer Anfrage. Authentifizierungsfehler. + Bridge/Api/Youtube.php - Phrasea/Controller/Lightbox.php Erreur lors de la mise a jour des donnes Fehler während Datenaktualisierung + Phrasea/Controller/Lightbox.php - lib/classes/base.php - lib/classes/base.php - lib/classes/base.php - lib/classes/base.php Erreur lors de la tentative ; errreur : %message% Erreur lors de la tentative ; errreur : %message% + lib/classes/base.php + lib/classes/base.php + lib/classes/base.php + lib/classes/base.php - actions/Bridge/callback.html.twig Erreur lors de votre authentification Anmeldungsfehler + actions/Bridge/callback.html.twig - web/setup/step2.html.twig Erreur lors du contact avec le serveur WEB Fehler beim Kontakt mit WebServer + web/setup/step2.html.twig - Bridge/Api/Youtube.php Erreur vous avez essayé d'exécuter une requête non prise en charge par Youtube Fehler: Sie haben versucht eine Anfrage die von YouTube nicht unterstützt wird auszuführen. - - - Controller/Prod/Export.php - Error while connecting to FTP - Fehler bei FTP Verbindung + Bridge/Api/Youtube.php - Controller/Prod/Push.php Error while creating user Fehler bei der Erstellung des Benutzers + Controller/Prod/Push.php - Controller/User/Preferences.php - Controller/User/Preferences.php Error while saving preference Beim Speichern der Einstellungen ist ein Fehler aufgetreten + Controller/User/Preferences.php + Controller/User/Preferences.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php Error while sending the file Fehler beim Datei Senden + Controller/Admin/Collection.php + Controller/Admin/Databox.php - prod/upload/upload-flash.html.twig Error while uploading Fehler beim Hochladen + prod/upload/upload-flash.html.twig - prod/results/help.html.twig Et Dieu créa la femme Das Leben der Anderen + prod/results/help.html.twig - admin/publications/fiche.html.twig - admin/publications/list.html.twig Etendue de la publication Erweiterung der Veröffentlichung + admin/publications/fiche.html.twig + admin/publications/list.html.twig - Bridge/Flickr/photo_deleteelement.html.twig Etes vous sur de supprimer %number% photos ? Sind Sie sicher, %number% Fotos zu löschen? + Bridge/Flickr/photo_deleteelement.html.twig - Bridge/Flickr/photoset_deleteelement.html.twig Etes vous sur de supprimer %number% photosets ? Sind Sie sicher, %number% Fotosets zu löschen? + Bridge/Flickr/photoset_deleteelement.html.twig - Bridge/Dailymotion/playlist_deleteelement.html.twig - Bridge/Youtube/playlist_deleteelement.html.twig Etes vous sur de supprimer %number% playlists ? Sind Sie sicher, %number% Playlisten zu löschen? + Bridge/Dailymotion/playlist_deleteelement.html.twig + Bridge/Youtube/playlist_deleteelement.html.twig - Bridge/Dailymotion/video_deleteelement.html.twig - Bridge/Youtube/video_deleteelement.html.twig Etes vous sur de supprimer %number% videos ? Sind Sie sicher, %number% Videos zu löschen? + Bridge/Dailymotion/video_deleteelement.html.twig + Bridge/Youtube/video_deleteelement.html.twig - web/setup/step2.html.twig Executables externes externe ausführbare Programme + web/setup/step2.html.twig - Form/Configuration/MainConfigurationFormType.php Executables settings Einstellungen von ausführbaren Programme + Form/Configuration/MainConfigurationFormType.php - Controller/Prod/DoDownload.php - Controller/Prod/DoDownload.php - Controller/Prod/Language.php Export Exportieren + Controller/Prod/DoDownload.php + Controller/Prod/DoDownload.php + Controller/Prod/Language.php - Controller/Prod/Export.php Export saved in the waiting queue Export in der Warteschlange gespeichert + Controller/Prod/Export.php - web/account/account.html.twig FTP FTP + web/account/account.html.twig - Form/Configuration/MainConfigurationFormType.php FTP Export FTP Export + Form/Configuration/MainConfigurationFormType.php - api/auth/native_app_access_token.html.twig Fail Fehler + api/auth/native_app_access_token.html.twig - admin/publications/list.html.twig Feed name Feed Name + admin/publications/list.html.twig - Controller/Prod/Language.php - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig Feedback Feedback + Controller/Prod/Language.php + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - eventsmanager/notify/feed.php Feeds Feeds + eventsmanager/notify/feed.php - web/thesaurus/import-dialog.html.twig Fichier ASCII tabule tabellierte ASCII Datei + web/thesaurus/import-dialog.html.twig - actions/Bridge/wrapper.html.twig Fichiers envoyes Dateien gesendet + actions/Bridge/wrapper.html.twig - Controller/Admin/Fields.php Field %name% could not be created, please try again or contact an admin. Field %name% could not be created, please try again or contact an admin. + Controller/Admin/Fields.php - Controller/Admin/Fields.php Field %name% could not be saved, please try again or contact an admin. Field %name% could not be saved, please try again or contact an admin. + Controller/Admin/Fields.php - Controller/Admin/Fields.php Field %s contains errors. Feld %s beinhaltet Fehler + Controller/Admin/Fields.php - Controller/Admin/Fields.php Field can not be blank. Feld kann nicht leer sein + Controller/Admin/Fields.php - Controller/Admin/Fields.php Field name already exists. Feldname existiert schon + Controller/Admin/Fields.php - Controller/Admin/Fields.php Field name is not valid. Feldname is nicht gültig + Controller/Admin/Fields.php - Controller/Admin/Fields.php Field source is not valid. Feldquelle ist nicht gültig + Controller/Admin/Fields.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php File is not present in quarantine anymore, please refresh Datei befindet sich nicht mehr in der Quarantäne, bitte aktualisieren + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php - Controller/Admin/Root.php File is too big : 64k max Datei ist gross: 64k max. + Controller/Admin/Root.php - prod/upload/upload-flash.html.twig File upload has been cancelled Datei-Upload wurde abgebrochen + prod/upload/upload-flash.html.twig - prod/upload/upload-flash.html.twig File upload has been stopped Datei-Upload wurde gestoppt + prod/upload/upload-flash.html.twig - prod/upload/upload-flash.html.twig File upload limit (%maxFileSizeReadable%) has been reached Datei-Upload Begrenzung (%maxFileSizeReadable%) wurde erreicht. + prod/upload/upload-flash.html.twig - prod/upload/upload-flash.html.twig File validation failed Dateivalidierung ist fehlgeschlagen + prod/upload/upload-flash.html.twig - prod/upload/lazaret.html.twig Filename Dateiname + prod/upload/lazaret.html.twig - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig Fils disponibles verfügbare Threads + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - web/admin/users.html.twig Filter Filtern + web/admin/users.html.twig - web/report/generate_tab.html.twig Filtrer Filtern + web/report/generate_tab.html.twig - actions/Feedback/List-Share.html.twig Find a user Einen Benutzer suchen + actions/Feedback/List-Share.html.twig - prod/User/Add.html.twig First Name Vorname + prod/User/Add.html.twig - Controller/Prod/Push.php First name is required Vorname erforderlich + Controller/Prod/Push.php + First/Last Name + Vorname / Nachname web/admin/users.html.twig web/admin/users.html.twig actions/Feedback/ListsMacros.html.twig - First/Last Name - Vorname / Nachname - web/common/technical_datas.html.twig - web/prod/index.html.twig Flash Flash + web/common/technical_datas.html.twig + web/prod/index.html.twig - - lib/classes/appbox.php - lib/classes/appbox.php - Flushing cache - Cache wird geleert + + Flatten layers + Flatten layers + Media/Subdef/Image.php - web/common/technical_datas.html.twig Focal length Brennweite + web/common/technical_datas.html.twig + + + Force authentication + Force authentication + prod/templates/push.html.twig - Controller/Prod/Language.php Force sending of the document ? Senden von dem Dokument zwingen? + Controller/Prod/Language.php - prod/orders/order_item.html.twig Forcer l'envoi du document Senden des Dokumentes außer Kraft setzen + prod/orders/order_item.html.twig - actions/Tools/index.html.twig Forcer la reconstruction sur les enregistrements ayant des thumbnails substituees Wiederaufbau auf Datensätze, die ersetzte Miniaturansichten haben, zwingen + actions/Tools/index.html.twig + Forgot password? + Passwort vergessen ? web/login/index.html.twig login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig - Forgot password? - Passwort vergessen ? - web/login/forgot-password.html.twig Forgot your password? Passwort vergessen? + web/login/forgot-password.html.twig - web/login/forgot-password.html.twig Forgotten password vergessenes Passwort + web/login/forgot-password.html.twig - Media/Subdef/Video.php Frame Rate Bildfrequenz + Media/Subdef/Video.php - web/common/technical_datas.html.twig Frequence d'echantillonage Abtastfrequenz + web/common/technical_datas.html.twig - Form/Configuration/ExecutablesFormType.php GD GD + Form/Configuration/ExecutablesFormType.php - Media/Subdef/Video.php GOP size GOP Grösse + Media/Subdef/Video.php - Form/Configuration/GeneralFormType.php Gallery Gallery + Form/Configuration/GeneralFormType.php - Form/Configuration/MainConfigurationFormType.php General configuration General configuration + Form/Configuration/MainConfigurationFormType.php - web/admin/dashboard.html.twig General settings Allgemeine Einstellungen + web/admin/dashboard.html.twig + + + Generate + Generate + web/report/report_layout_child.html.twig + + + Generate dashboard + Generate dashboard + web/report/report_layout_child.html.twig - Media/Subdef/Image.php Generates a Jpeg image Erstellt ein JPG-Bild + Media/Subdef/Image.php - Media/Subdef/FlexPaper.php Generates a flexpaper flash file Erstellt eine Flexpaper Flash Datei + Media/Subdef/FlexPaper.php - Media/Subdef/Video.php Generates a video file Erstellt eine Video Datei + Media/Subdef/Video.php - Media/Subdef/Gif.php Generates an animated Gif file Erstellt eine animierte Gif Datei + Media/Subdef/Gif.php - Media/Subdef/Audio.php Generates an audio file Erstellt eine Audio Datei + Media/Subdef/Audio.php - Form/Configuration/WebservicesFormType.php Geonames server address GeoNames Serveradresse + Form/Configuration/WebservicesFormType.php - eventsmanager/notify/downloadmailfail.php Get a notification when a mail export fails Eine Nachricht erhalten wenn ein Email Export fehlschlägt + eventsmanager/notify/downloadmailfail.php + + + Gives the option to your application to communicate with Phraseanet. This webhook can be used to trigger some actions on your application side. + Gives the option to your application to communicate with Phraseanet. This webhook can be used to trigger some actions on your application side. + web/developers/application.html.twig - Controller/Root/Login.php Good Gut + Controller/Root/Login.php - Form/Configuration/GeneralFormType.php Google Analytics identifier Google Analytics Bezeichner + Form/Configuration/GeneralFormType.php - prod/actions/Push.html.twig Grant rights Rechte gewähren + prod/actions/Push.html.twig - web/account/access.html.twig Granted bases gewährte Datenbanken + web/account/access.html.twig - web/account/authorized_apps.html.twig Granted third party applications gewährte Drittanwendungen + web/account/authorized_apps.html.twig - Form/Configuration/ExecutablesFormType.php GraphicsMagick GraphicsMagick + Form/Configuration/ExecutablesFormType.php - web/prod/index.html.twig Graphiste (preview au rollover) Grafiker (Voransicht mit Rollover) + web/prod/index.html.twig - Controller/Root/Login.php Great Großartig + Controller/Root/Login.php - Controller/Report/Activity.php - Controller/Report/Root.php Groupement des resultats sur le champ %name% Groupement des resultats sur le champ %name% + Controller/Report/Activity.php + Controller/Report/Root.php - web/report/generate_tab.html.twig Grouper Gruppieren + web/report/generate_tab.html.twig - Bridge/Dailymotion/upload.html.twig Groupez 2 ou plusieurs mots avec des guillemets: "Michael Jackson" Groupez 2 ou plusieurs mots avec des guillemets: "Michael Jackson" + Bridge/Dailymotion/upload.html.twig - web/common/menubar.html.twig Guest Gast + web/common/menubar.html.twig - login/include/guest-access-block.html.twig Guest access Gast Zugriff + login/include/guest-access-block.html.twig + + + Guest, you must be authenticated to have the right to download. + Guest, you must be authenticated to have the right to download. + web/common/dialog_export.html.twig - prod/actions/Push.html.twig HD Download HD Download + prod/actions/Push.html.twig - api/auth/end_user_authorization.html.twig - api/auth/native_app_access_token.html.twig Hello %username% Hallo %username% + api/auth/end_user_authorization.html.twig + api/auth/native_app_access_token.html.twig + api/auth/end_user_authorization.html.twig - login/layout/base-layout.html.twig Help Hilfe + login/layout/base-layout.html.twig - login/oauth/login.html.twig Hi, Please log in Hallo, Bitte loggen Sie sich ein + login/oauth/login.html.twig - Form/Configuration/ModulesFormType.php Hide information about users Informationen über die Benutzer ausblenden + Form/Configuration/ModulesFormType.php - task-manager/task-editor/phraseanet-indexer.html.twig Hide records Datensätze ausblenden + task-manager/task-editor/phraseanet-indexer.html.twig + Home + Home mobile/lightbox/feed.html.twig mobile/lightbox/validate.html.twig login/include/language-block.html.twig - login/layout/base-layout.html.twig - Home - Home + login/layout/base-layout.html.twig - Form/Configuration/GeneralFormType.php Homepage slideshow Homeseite Diashow + Form/Configuration/GeneralFormType.php - web/common/technical_datas.html.twig Hyperfocal distance Hyperfokale Entfernung + web/common/technical_datas.html.twig - web/login/register-classic.html.twig - web/login/register-provider.html.twig I have read the terms of use Ich habe die Nutzungsbedingungen gelesen + web/login/register-classic.html.twig + web/login/register-provider.html.twig - web/account/sessions.html.twig IP IP + web/account/sessions.html.twig - web/common/technical_datas.html.twig ISO sensibility ISO Empfindlichkeit + web/common/technical_datas.html.twig - web/prod/index.html.twig Iconographe (description au rollover) Bildredakteur (Beschreibung mit Rollover) + web/prod/index.html.twig - admin/publications/fiche.html.twig Id ID + admin/publications/fiche.html.twig - Form/Configuration/ActionsFormType.php If request is bigger, then mail is still available Wenn die Anfrage ist grösser, können Sie durch E-Mail senden + Form/Configuration/ActionsFormType.php - Form/Configuration/ActionsFormType.php If set to 0, duration is permanent Ist es auf null gestellt, ist die Zeitdauer bleibend + Form/Configuration/ActionsFormType.php - - web/account/sessions.html.twig - If you notice any unfamiliar devices or locations, click 'End Activity' to end the session. - Wenn Sie ungewohnte Geräte oder Orten bemerken, klicken Sie auf "Aktivität beenden", um die Session zu schliessen + + If you notice any unfamiliar devices or locations, click on button %button% to end the session. + If you notice any unfamiliar devices or locations, click on button %button% to end the session. + web/account/sessions.html.twig - web/setup/step2.html.twig If you plan to store large files, be sure it will fit in these directories. Wenn Sie vorhaben, grossen Dateien zu speichern, bitte vergewissern Sie, dass sie in diese Verzeichnisse einpassen werden. + web/setup/step2.html.twig - Notification/Mail/MailInfoValidationReminder.php Il ne vous reste plus que %quantity% jours pour terminer votre validation Il ne vous reste plus que %quantity% jours pour terminer votre validation + Notification/Mail/MailInfoValidationReminder.php - prod/orders/order_item.html.twig Il se peux que vous ne voyez pas tous les elements. Vous ne verrez que les elements correspondants aux collections sur lesquelles vous gerez les commandes Es ist möglich, dass Sie nicht alle Dokumente sehen können. Sie sehen nur die Bestandteile der Kollektionen in denen Sie Bestellungen verwalten können. + prod/orders/order_item.html.twig - web/setup/step2.html.twig Il y a des erreurs, merci de les corriger avant de continuer Fehler bei der Eingabe. Bitte korrigieren Sie diese bevor Sie fortfahren + web/setup/step2.html.twig - web/prod/index.html.twig Image Bild + web/prod/index.html.twig - Form/Configuration/ExecutablesFormType.php ImageMagick ImageMagick + Form/Configuration/ExecutablesFormType.php - web/common/technical_datas.html.twig Images par secondes Bilder pro Sekunde + web/common/technical_datas.html.twig - actions/Bridge/element_list.html.twig Imagette indisponible Vorschaubild nicht verfügbar + actions/Bridge/element_list.html.twig - Form/Configuration/ExecutablesFormType.php Imagine driver Imagine driver + Form/Configuration/ExecutablesFormType.php + + + In the answer grid + In the answer grid + web/prod/index.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig Include Business-fields in caption Geschäftsfelder in Beschriftung enthalten + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - web/common/macros.html.twig Incorrect please try again Falsch, bitte versuchen Sie es erneut + web/common/macros.html.twig - admin/fields/templates.html.twig Indexable indizierbar + admin/fields/templates.html.twig - web/account/base.html.twig - web/admin/dashboard.html.twig - admin/task-manager/list.html.twig - admin/user/demand.html.twig Informations Informationen + web/account/base.html.twig + web/admin/dashboard.html.twig + admin/user/registrations.html.twig - web/account/account.html.twig Informations personnelles vertrauliche Informationen - - - web/prod/index.html.twig - Informations techniques - Technische Informationen + web/account/account.html.twig - web/admin/editusers.html.twig Infos Informationen + web/admin/editusers.html.twig - web/login/register-classic.html.twig - web/login/register.html.twig Inscription Anmeldung + web/login/register-classic.html.twig + web/login/register.html.twig - web/setup/step2.html.twig Install in progess Installation wird durchgeführt + web/setup/step2.html.twig - web/setup/step2.html.twig Installation is currenlty processing, please wait... Installation wird derzeit bearbeitet, bitte warten Sie... + web/setup/step2.html.twig - login/layout/base-layout.html.twig Installer Google Chrome Google Chrome installieren + login/layout/base-layout.html.twig - login/layout/base-layout.html.twig Installer Google Chrome Frame Google Chrome Frame installieren + login/layout/base-layout.html.twig - Controller/Root/Login.php Invalid captcha answer. ungültige CAPTCHA Antwort + Controller/Root/Login.php - Controller/Root/Login.php Invalid email address ungültige E-Mail Adresse + Controller/Root/Login.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php Invalid file format Ungültiges Datei Format + Controller/Admin/Collection.php + Controller/Admin/Databox.php - admin/collection/collection.html.twig - prod/upload/upload-flash.html.twig Invalid file type Ungültiger Dateityp + admin/collection/collection.html.twig + prod/upload/upload-flash.html.twig - admin/databox/databox.html.twig - admin/statusbit/edit.html.twig - user/import/file.html.twig Invalid file type, only (%supported_file_types%) file formats are supported ungültiger Dateityp, nur (%supported_file_types%) Dateitypen werden unterstützt + admin/databox/databox.html.twig + admin/statusbit/edit.html.twig + user/import/file.html.twig - admin/collection/collection.html.twig Invalid file type, only (%supported_file_types%) file formats are supported' Invalid file type, only (%supported_file_types%) file formats are supported' + admin/collection/collection.html.twig - Controller/Admin/Collection.php - Controller/Admin/Databox.php Invalid labels parameter ungültige Labels Parameter + Controller/Admin/Collection.php + Controller/Admin/Databox.php - Controller/Root/Login.php Invalid link. ungültiges Link + Controller/Root/Login.php - Controller/Root/Account.php Invalid password provided ungültiges Passwort geliefert + Controller/Root/Account.php - Controller/Prod/MoveCollection.php Invalid target collection ungültige Zielkollektion + Controller/Prod/MoveCollection.php - Controller/Root/Login.php - Controller/Root/Login.php - Controller/Root/Login.php Invalid unlock link. ungültiges freigeschaltet Link + Controller/Root/Login.php + Controller/Root/Login.php - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig Inverser umkehren + prod/Baskets/Reorder.html.twig + prod/Story/Reorder.html.twig - Phrasea/Controller/Setup.php It is not recommended to install Phraseanet without HTTPS support Es wird nicht empfehlenswert Phraseanet ohne HTTPS Unterstützung zu installieren. + Phrasea/Controller/Setup.php - web/setup/step2.html.twig It stores users datas, rights, and references to DataBoxes where records are stored. Es speichert Benutzer Daten, Rechte und Referenzen zu DataBoxes, wo Datensätze gespeichert werden. + web/setup/step2.html.twig - prod/User/Add.html.twig Job Beruf + prod/User/Add.html.twig - TaskManager/Job/BridgeJob.php Keep synchronization between bridge and client APIs. Keep synchronization between bridge and client APIs. + TaskManager/Job/BridgeJob.php - Form/Configuration/GeneralFormType.php Keywords used for indexing purposes by search engines robots Schlüsselwörter, die für Indexierung Zwecke von Suchroboter benutzt werden + Form/Configuration/GeneralFormType.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php L'upload a echoue Upload ist fehlgeschlagen + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php - eventsmanager/notify/bridgeuploadfail.php L'upload concernant le record %title% sur le compte %bridge_name% a echoue pour les raisons suivantes : %reason% L'upload concernant le record %title% sur le compte %bridge_name% a echoue pour les raisons suivantes : %reason% + eventsmanager/notify/bridgeuploadfail.php - prod/WorkZone/Macros.html.twig 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 - prod/results/help.html.twig LAST 20 LETZTE 20 + prod/results/help.html.twig - TaskManager/Job/FtpJob.php La connection vers le serveur distant est OK Verbindung mit dem entfernten Server ist OK + TaskManager/Job/FtpJob.php - prod/results/help.html.twig La recherche s'effectue grâce à la boîte de dialogue qui se trouve en haut à gauche de l'écran. Die Suche wird mit dem Dialogfenster links oben vorgeführt + prod/results/help.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig La sous resolution n'est pas disponible pour les documents suivants Unterauflösung für die folgende Dokumente ist nicht verfügbar + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php La taille maximale d'une video est de %duration% minutes. La taille maximale d'une video est de %duration% minutes. + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php La video a ete rejetee Das Video wurde abgelehnt + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php La video a ete supprimee Das Video wurde gelöscht + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - Bridge/Api/Youtube.php La video est restreinte Das Video ist beschränkt + Bridge/Api/Youtube.php - admin/statusbit/edit.html.twig - admin/statusbit/edit.html.twig Labels Labels + admin/statusbit/edit.html.twig + admin/statusbit/edit.html.twig - prod/User/Add.html.twig Last Name Nachname + prod/User/Add.html.twig - actions/Feedback/ListsMacros.html.twig Last Template Letzte Schablone + actions/Feedback/ListsMacros.html.twig - web/admin/users.html.twig Last applied template letzte angewandte Vorlage + web/admin/users.html.twig - Controller/Prod/Push.php Last name is required Nachname erforderlich + Controller/Prod/Push.php - admin/task-manager/list.html.twig Last update on %updateTime% Last update on %updateTime% + admin/task-manager/index.html.twig - prod/upload/lazaret.html.twig Last uploaded version zuletzte geladene Version + prod/upload/lazaret.html.twig - Bridge/Dailymotion/upload.html.twig Le bridge Dailymotion ne prend en charge que les videos Dailymotion Bridge unterstüzt nur Videos + Bridge/Dailymotion/upload.html.twig - Bridge/Flickr/upload.html.twig Le bridge FlickR ne prend en charge que les photos Flickr Bridge unterstützt nur Fotos + Bridge/Flickr/upload.html.twig - Bridge/Youtube/upload.html.twig Le bridge Youtube ne prend en charge que les videos YouTube Bridge unterstützt nur Videos + Bridge/Youtube/upload.html.twig - prod/Tooltip/DataboxFieldRestrictions.html.twig Le champ doit contenir %minLength% caracteres minimum. Dieses Feld muss min. %minLength% Zeichen beinhalten. + prod/Tooltip/DataboxFieldRestrictions.html.twig - prod/Tooltip/DataboxFieldRestrictions.html.twig Le champ ne peut contenir plus de %maxLength% caracteres. Dieses Feld muss max. %maxLength% Zeichen beinhalten. + prod/Tooltip/DataboxFieldRestrictions.html.twig - actions/Bridge/notconfigured.html.twig Le connecteur API requis n'est pas configure correctement, veuillez contacter un administrateur Der benötigte API Connector wurde falsch konfiguriert. Bitte kontaktieren Sie einen Administrator. + actions/Bridge/notconfigured.html.twig - templates/web/email-template.html.twig Le contenu de cet email est confidentiel, ne le divulguez pas. Der Inhalt von dieser Email ist geheim, bitte nicht enthüllen + templates/web/email-template.html.twig - web/setup/step2.html.twig Le nom de base de donnee est incorrect falsche Datenbankname + web/setup/step2.html.twig - mobile/lightbox/error.html.twig Le panier demande nexiste plus Sammelkorb existiert nicht mehr + mobile/lightbox/error.html.twig - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php Le poids maximum d'un fichier est de %size% Le poids maximum d'un fichier est de %size% + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php Le record n'a pas de fichier physique Der Datensatz hat keine physikalische Datei + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php - web/developers/application.html.twig Le token n'a pas encore ete genere das Token wurde nicht noch erstellt + web/developers/application.html.twig - web/account/authorized_apps.html.twig Les developpeurs peuvent editer l'enregistrement de leurs application grace a l'onglet 'developpeurs' ci-dessus Entwickler dürfen die Registrierung ihrer Anwendungen bearbeiten. Bitte den Tab "Entwickler" unten benutzen. + web/account/authorized_apps.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig Les documents ne peuvent pas etre exportes Dokumente können nicht heruntergeladen werden + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + Les elements ne peuvent etre uploades (problemes de type ou de droit) + Die Elemente können nicht hochgeladen werden (Typ oder Rechte Problem). Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig Bridge/Youtube/upload.html.twig - Les elements ne peuvent etre uploades (problemes de type ou de droit) - Die Elemente können nicht hochgeladen werden (Typ oder Rechte Problem). - prod/Tooltip/DataboxFieldRestrictions.html.twig Les indications donnees ci dessous sont a titre informatif. Diese Informationen dienen nur zur Orientierung. + prod/Tooltip/DataboxFieldRestrictions.html.twig - web/developers/application.html.twig Les parametres oauth de votre application. Die oauth Parameter Ihrer Applikation + web/developers/application.html.twig - Controller/Prod/Language.php Les parametres sont corrects, le serveur distant est operationnel die Parameter sind korrekt, entfernter Server ist betriebsfähig + Controller/Prod/Language.php - web/developers/application.html.twig Les paramétres oauth de votre application. Ihre Anwendung OAuth Parameter + web/developers/application.html.twig - prod/actions/edit_default.html.twig Les status de certains documents ne sont pas accessibles par manque de droits Status von einigen Dokumenten werden nicht erreichbar, fehlende Rechte + prod/actions/edit_default.html.twig - web/prod/index.html.twig Les termes apparaissent dans le(s) champs Die Begriffe befinden sich in Feld(er): + web/prod/index.html.twig - web/common/technical_datas.html.twig Light Value Lichtwert + web/common/technical_datas.html.twig - web/admin/editusers_timelimit.html.twig - web/admin/editusers_timelimit_sbas.html.twig Limite temporelle zeitliche Beschränkung + web/admin/editusers_timelimit.html.twig + web/admin/editusers_timelimit_sbas.html.twig - admin/fields/templates.html.twig Limited vocabulary begrenzter Wortschatz + admin/fields/templates.html.twig - Controller/Prod/UsrLists.php List %name% has been created List %name% has been created + Controller/Prod/UsrLists.php - prod/actions/Push.html.twig - prod/actions/Push.html.twig List Manager Liste Manager + prod/actions/Push.html.twig + prod/actions/Push.html.twig - actions/Feedback/list.html.twig List Name Name der Liste + actions/Feedback/list.html.twig - Controller/Prod/UsrLists.php List has been deleted Liste wurde gelöscht + Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php List has been updated Liste wurde aktualisiert + Controller/Prod/UsrLists.php - Controller/Prod/Language.php List name can not be empty Name der Liste muss nicht leer sein + Controller/Prod/Language.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php List name is required Name der Liste wird erfordert + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php List shared to user Liste mit Benuzer geteilt + Controller/Prod/UsrLists.php - admin/publications/fiche.html.twig Liste des personnes habilitees a publier sur ce fil Liste der Personen, die auf diesen Thread veröffentlichen dürfen + admin/publications/fiche.html.twig - actions/Feedback/lists-all.html.twig - prod/actions/Push.html.twig Lists Liste + actions/Feedback/lists-all.html.twig + prod/actions/Push.html.twig - admin/fields/templates.html.twig Live search Live Suche + admin/fields/templates.html.twig - actions/Bridge/index.html.twig - actions/Property/index.html.twig Loading Ladend + actions/Bridge/index.html.twig + actions/Property/index.html.twig - admin/fields/index.html.twig Loading database documentary structure ... Laden der dokumentarischen Datenbankstruktur… + admin/fields/index.html.twig - task-manager/task-editor/record-mover.html.twig Log changes Protokolle Änderungen + task-manager/task-editor/record-mover.html.twig - Form/Login/PhraseaAuthenticationForm.php + Login + Benutzername + Form/Login/PhraseaAuthenticationForm.php login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig actions/Feedback/ListsMacros.html.twig - Login - Benutzername - Controller/Admin/Users.php Login %login% already exists in database Login %login% already exists in database + Controller/Admin/Users.php - Controller/Admin/Users.php Login %login% is already defined in the file at line %line% Login %login% is already defined in the file at line %line% + Controller/Admin/Users.php - Controller/Admin/Users.php Login line %line% is empty Login line %line% is empty + Controller/Admin/Users.php - login/providers/bind.html.twig - login/providers/mapping.html.twig Login to link your account Einloggen, um Ihr Konto zu verknüpfen + login/providers/bind.html.twig + login/providers/mapping.html.twig - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig Logs Logs - - - lib/classes/base.php - Looking for patches - Patches werden gesucht + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig - web/prod/index.html.twig Ma derniere question meine letzte Suchabfrage + web/prod/index.html.twig - Controller/Admin/Users.php Mail line %line% is empty Mail line %line% is empty + Controller/Admin/Users.php - Controller/Admin/Dashboard.php Mail sent E-Mail wurde gesendet + Controller/Admin/Dashboard.php - Form/Configuration/MaintenanceFormType.php Maintenance message Wartungsmeldung + Form/Configuration/MaintenanceFormType.php - Form/Configuration/MainConfigurationFormType.php Maintenance state Wartungszustand + Form/Configuration/MainConfigurationFormType.php - web/admin/editusers.html.twig Manage DB fields Datenbank Felder verwalten + web/admin/editusers.html.twig - web/admin/editusers.html.twig Manage Database Datenbank verwalten + web/admin/editusers.html.twig - web/admin/editusers.html.twig Manage Thesaurus Thesaurus verwalten + web/admin/editusers.html.twig - web/admin/editusers.html.twig Manage collection Kollektion verwalten + web/admin/editusers.html.twig - web/admin/editusers.html.twig Manage users Benutzer verwalten + web/admin/editusers.html.twig - web/admin/editusers.html.twig Manage values lists Wertelisten verwalten + web/admin/editusers.html.twig - admin/fields/templates.html.twig Mandatory erforderlich + admin/fields/templates.html.twig - web/login/register-provider.html.twig Mandatory fields Pflichtfelder + web/login/register-provider.html.twig + + + Masks + Masks + web/admin/editusers_masks.html.twig - Form/Configuration/ActionsFormType.php Maximum megabytes allowed for download genehmigte Menge in Megabytes für Download + Form/Configuration/ActionsFormType.php - Form/Configuration/ExecutablesFormType.php Maximum number of pages to be extracted from PDF Seitenhöchstzahl aus PDF extrahiert + Form/Configuration/ExecutablesFormType.php - web/developers/applications.html.twig Mes applications meine Anwendungen + web/developers/applications.html.twig - Controller/Prod/Language.php - prod/templates/push.html.twig Message Nachricht + Controller/Prod/Language.php + prod/templates/push.html.twig - templates/web/email-template.html.twig Message automatique de Phraseanet Phraseanet Automatische Meldung + templates/web/email-template.html.twig - login/layout/base-layout.html.twig Mettez à jour votre navigateur ou téléchargez un navigateur plus récent. Aktualisieren Sie Ihr Webbrowser oder herunterladen Sie die neueste Version eines Webbrowsers. + login/layout/base-layout.html.twig - admin/databox/cgus.html.twig Mettre a jour aktualisieren + admin/databox/cgus.html.twig - Form/Configuration/SearchEngineFormType.php Minimum number of letters before truncation Mindestzeichenzahl vor der Kürzung + Form/Configuration/SearchEngineFormType.php - Controller/Admin/Root.php Missing "structure" parameter Missing "structure" parameter + Controller/Admin/Root.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php Missing labels parameter Labels-Parameter fehlt + Controller/Admin/Collection.php + Controller/Admin/Databox.php - Controller/Prod/Push.php Missing mandatory parameter %parameter% Missing mandatory parameter %parameter% + Controller/Prod/Push.php - Controller/Admin/Collection.php Missing name parameter Name-Parameter fehlt + Controller/Admin/Collection.php - Controller/Admin/Root.php Missing path parameter Path Parameter fehlen + Controller/Admin/Root.php - Controller/Prod/MoveCollection.php Missing target collection Zielkollektion fehlt + Controller/Prod/MoveCollection.php - Controller/Admin/Root.php Missing tests parameter Tests Parameter fehlen + Controller/Admin/Root.php - Controller/Admin/Databox.php Missing view name parameter View Name-Parameter fehlt + Controller/Admin/Databox.php - web/prod/index.html.twig Mode de presentation Anzeigemodus + web/prod/index.html.twig - web/setup/step2.html.twig Modele de donnees Daten-Templates + web/setup/step2.html.twig - admin/user/demand.html.twig Models Vorlage + admin/user/registrations.html.twig - web/developers/application.html.twig Modify verändern + web/developers/application.html.twig + web/developers/application.html.twig - admin/databox/databox.html.twig Monter la collection %name% Monter la collection %name% + admin/databox/databox.html.twig - login/layout/sidebar-layout.html.twig More Mehr + login/layout/sidebar-layout.html.twig - Controller/Prod/Language.php Move Verschieben + Controller/Prod/Language.php - prod/actions/collection_default.html.twig Move %countable% records to the chosen collection in the list. %countable% Datensätze zur ausgewählten Kollektion verschieben + prod/actions/collection_default.html.twig - prod/actions/collection_default.html.twig Move one record to the chosen collection in the list. Einen Datensatz zur ausgewählten Kollektion verschieben + prod/actions/collection_default.html.twig - TaskManager/Job/RecordMoverJob.php Moves records Moves records + TaskManager/Job/RecordMoverJob.php - admin/fields/templates.html.twig - admin/fields/templates.html.twig Multivalued mehrwertiges + admin/fields/templates.html.twig + admin/fields/templates.html.twig - WorkZone/Browser/Browser.html.twig My baskets Meine Sammelkörbe + WorkZone/Browser/Browser.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig MySQL Database MySQL-Datenbank + task-manager/task-editor/phraseanet-indexer.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig MySQL Host MySQL-Host + task-manager/task-editor/phraseanet-indexer.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig MySQL Login MySQL- Login + task-manager/task-editor/phraseanet-indexer.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig MySQL Port MySQL-Port + task-manager/task-editor/phraseanet-indexer.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig MySQL connection charset Zeichensatz / Kollation der MySQL-Verbindung + task-manager/task-editor/phraseanet-indexer.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig MySQL database connection parameters MySQL Datenbank Verbindungsparameter + web/setup/step2.html.twig + web/setup/step2.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig MySQL password MySQL-Passwort + task-manager/task-editor/phraseanet-indexer.html.twig - Controller/Prod/Language.php + Name + Name + Controller/Prod/Language.php admin/fields/templates.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig actions/Download/prepare.html.twig - prod/templates/push.html.twig - Name - Name + prod/templates/push.html.twig - admin/publications/fiche.html.twig Name or email Name oder Email - - - web/prod/index.html.twig - Ne pas afficher - verstecken + admin/publications/fiche.html.twig - api/auth/end_user_authorization.html.twig Ne pas autoriser Nicht berechtigen + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - web/setup/step2.html.twig Ne pas creer de DataBox maintenant Databox nicht nun erstellen + web/setup/step2.html.twig - Controller/Prod/Language.php - prod/templates/push.html.twig New list name ? Neuer Name der Liste? + Controller/Prod/Language.php + prod/templates/push.html.twig - Form/Login/PhraseaRecoverPasswordForm.php - Form/Login/PhraseaRenewPasswordForm.php New password Neues Passwort + Form/Login/PhraseaRecoverPasswordForm.php + Form/Login/PhraseaRenewPasswordForm.php - Form/Login/PhraseaRecoverPasswordForm.php - Form/Login/PhraseaRenewPasswordForm.php New password (confirmation) Neues Passwort (Bestätigung) + Form/Login/PhraseaRecoverPasswordForm.php + Form/Login/PhraseaRenewPasswordForm.php + + + New task + New task + admin/task-manager/index.html.twig - actions/Feedback/ListsMacros.html.twig - prod/orders/order_box.html.twig Next Weiter + actions/Feedback/ListsMacros.html.twig + prod/orders/order_box.html.twig - web/developers/applications.html.twig No Nein + web/developers/applications.html.twig - prod/Share/record.html.twig No URL available keine verfügbare URL + prod/Share/record.html.twig - login/include/register-link-block.html.twig No account yet? Noch keinen Zugang ? + login/include/register-link-block.html.twig - Controller/Prod/Language.php No active basket Kein aktiver Sammekorb + Controller/Prod/Language.php - admin/user/demand.html.twig No application for registration has been recorded Keine Anmeldung für Registrierung wurde verzeichnet + admin/user/registrations.html.twig - Controller/Root/Login.php No collection selected Keine Kollektion ausgewählt + Controller/Root/Login.php - prod/upload/lazaret.html.twig No document in quarantine Kein Dokument in der Quarantäne + prod/upload/lazaret.html.twig - prod/actions/delete_records_confirm.html.twig No document selected Kein ausgewähltes Dokument + prod/actions/delete_records_confirm.html.twig - Controller/Prod/Push.php No elements to push Keine Dokumente für den Push + Controller/Prod/Push.php - Controller/Prod/Push.php No elements to validate Keine Dokumente zu bestätigen + Controller/Prod/Push.php - web/geonames/city_list.html.twig No matches found Keine Übereinstimmung gefunden + web/geonames/city_list.html.twig - Controller/Prod/Push.php No participants specified Keine Teilnehmer ausgewählt + Controller/Prod/Push.php - prod/Share/record.html.twig No permalink available. Kein Permalink verfügbar + prod/Share/record.html.twig - actions/Tools/index.html.twig No preview available Keine Voransicht verfügbar + actions/Tools/index.html.twig - prod/Share/record.html.twig No preview available. Keine Voransicht verfügbar + prod/Share/record.html.twig - Controller/Prod/Push.php No receivers specified Kein Empfänger ausgewählt + Controller/Prod/Push.php - WorkZone/Browser/Basket.html.twig No records Keine Datensätze + WorkZone/Browser/Basket.html.twig - WorkZone/Browser/Results.html.twig - WorkZone/Browser/Results.html.twig No results Keine Ergebnisse + WorkZone/Browser/Results.html.twig + WorkZone/Browser/Results.html.twig - SearchEngine/Phrasea/PhraseaEngine.php No sort keine Sortierung + SearchEngine/Phrasea/PhraseaEngine.php + web/prod/index.html.twig - Controller/Prod/Language.php No users selected Kein Benutzer ausgewählt + Controller/Prod/Language.php - web/developers/application_form.html.twig Nom Name + web/developers/application_form.html.twig - web/common/technical_datas.html.twig Nom Original Originaler Name + web/common/technical_datas.html.twig - web/common/dialog_export.html.twig Nom des fichiers a l'export Name der Dateien für den download + web/common/dialog_export.html.twig - web/admin/index.html.twig Nom du nouveau modele Name der neue Vorlage + web/admin/index.html.twig - prod/Baskets/Create.html.twig Nom du nouveau panier Titel + prod/Baskets/Create.html.twig - prod/orders/order_item.html.twig Nombre total d'element commandes Gesamtanzahl von bestellten Dokumenten + prod/orders/order_item.html.twig - admin/publications/fiche.html.twig - admin/publications/list.html.twig Non-Restreinte (publique) Nicht eingeschränkt (öffentlich) + admin/publications/fiche.html.twig + admin/publications/list.html.twig - Form/Configuration/EmailFormType.php - admin/user/demand.html.twig - web/admin/users.html.twig None Keine + Form/Configuration/EmailFormType.php + admin/user/registrations.html.twig + web/admin/users.html.twig - actions/Property/index.html.twig None of the records can be modified. Kein Datensatz kann geändert werden + actions/Property/index.html.twig - prod/actions/printer_default.html.twig 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/Push.html.twig None of the selected records can be pushed. Keines der ausgewählten Datensätze können via Push gesendet werden. + prod/actions/Push.html.twig - 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. + prod/actions/Push.html.twig - web/account/authorized_apps.html.twig Not Allowed Nicht erlaubt + web/account/authorized_apps.html.twig - web/account/account.html.twig Notification par email E-Mail Benachrichtigungen + web/account/account.html.twig - web/common/menubar.html.twig Notifications Benachrichtigungen + web/common/menubar.html.twig - classes/eventsmanager/broker.php Notifications globales Allgemeine Benachrichtigungen + classes/eventsmanager/broker.php - actions/Feedback/List-Share.html.twig Notify Benachrichtigen + actions/Feedback/List-Share.html.twig + + + Notify third party application when an event occurs in Phraseanet + Notify third party application when an event occurs in Phraseanet + TaskManager/Job/WebhookJob.php - actions/publish/publish.html.twig Notify users about this publication Die Benutzer über diese Veröffentlichung informieren + actions/publish/publish.html.twig - Bridge/Dailymotion/upload.html.twig Nous vous rappelons qu'il est de votre responsabilité de vous assurer que le contenu de la vidéo que vous allez mettre en ligne est conforme aux conditions d'utilisations Sie erklären hiemit Ihr Einverständnis: Sie sind alleine für den von Ihnen hochgeladenen Inhalt der Videos verantwortlich und haben auch die Rechte für diese Videos + Bridge/Dailymotion/upload.html.twig - Controller/Prod/Language.php Nouveau modele Neue Vorlage + Controller/Prod/Language.php - eventsmanager/notify/order.php Nouvelle commande Neue Bestellung + eventsmanager/notify/order.php - Notification/Mail/MailInfoNewPublication.php Nouvelle publication : %title% Nouvelle publication : %title% + Notification/Mail/MailInfoNewPublication.php - admin/databox/details.html.twig Number Anzahl + admin/databox/details.html.twig - Form/Configuration/ActionsFormType.php Number of days before the end of the validation to send a reminder email Anzahl von Tagen vor der Ende der Validierung, um eine E-Mail Errinerung zu senden + Form/Configuration/ActionsFormType.php - Form/Configuration/ExecutablesFormType.php Number of threads to use for FFMpeg Anzahl von Fäden für FFMpeg zu benutzen + Form/Configuration/ExecutablesFormType.php - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php OK OK + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - admin/fields/templates.html.twig Ok OK + admin/fields/templates.html.twig - prod/actions/collection_default.html.twig One document can not be modified. Ein Dokument kann nicht geändert werden + prod/actions/collection_default.html.twig - actions/Property/index.html.twig Only %nbEditableDocuments% records can be modified. Nur %nbEditableDocuments% Datensätze können nicht geändert werden + actions/Property/index.html.twig - actions/Property/index.html.twig Only one record can be modified. Nur einen Datensatz kann geändert werden - - - classes/caption/record.php - Open the URL in a new window - URL in einem neuen Fenster öffnen + actions/Property/index.html.twig + Or login with + Oder Anmeldung mit web/login/index.html.twig login/oauth/login.html.twig web/login/register.html.twig - Or login with - Oder Anmeldung mit - admin/fields/templates.html.twig Order bestellen + admin/fields/templates.html.twig - Controller/Prod/Order.php - prod/orders/order_box.html.twig - prod/orders/order_item.html.twig Order has been denied Bestellung wurde verweigert + Controller/Prod/Order.php + prod/orders/order_box.html.twig + prod/orders/order_item.html.twig - Controller/Prod/Order.php - prod/orders/order_box.html.twig - prod/orders/order_item.html.twig Order has been sent Bestellung wurde gesendet + Controller/Prod/Order.php + prod/orders/order_box.html.twig + prod/orders/order_item.html.twig - eventsmanager/notify/order.php - web/common/menubar.html.twig Orders manager Bestellungen Manager + eventsmanager/notify/order.php + web/common/menubar.html.twig - Controller/Root/Login.php Ordinary Einfach + Controller/Root/Login.php - Form/Configuration/ActionsFormType.php Original name ursprünglicher Name + Form/Configuration/ActionsFormType.php - actions/Bridge/error.html.twig Oups ! something went wrong ! Hoppla! Etwas ist schiefgegangen + actions/Bridge/error.html.twig + + + Outdated access to the following collections + Outdated access to the following collections + web/account/access.html.twig - admin/publications/fiche.html.twig Owner Besitzer + admin/publications/fiche.html.twig - Controller/Prod/UsrLists.php Owner removed from list Besitzer wurde von der Liste entfernt + Controller/Prod/UsrLists.php - actions/Bridge/paginator.html.twig Page Seite + actions/Bridge/paginator.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - prod/orders/order_box.html.twig Page %page% Seite %page% + prod/orders/order_box.html.twig + Paniers + Sammelkörbe mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig - lightbox/IE6/validate.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig - web/lightbox/validate.html.twig - Paniers - Sammelkörbe + web/lightbox/validate.html.twig + web/prod/index.html.twig - mobile/lightbox/feed.html.twig - prod/feeds/entry_macro.html.twig Par %author% Von %author% + mobile/lightbox/feed.html.twig + prod/feeds/entry_macro.html.twig - Form/Login/PhraseaAuthenticationForm.php - Form/Login/PhraseaRegisterForm.php - web/account/account.html.twig Password Passwort + Form/Login/PhraseaAuthenticationForm.php + Form/Login/PhraseaRegisterForm.php + web/account/account.html.twig - Form/Login/PhraseaRegisterForm.php Password (confirmation) Passwort (Bestätigung) + Form/Login/PhraseaRegisterForm.php - Controller/Admin/Users.php Password is empty at line %line% Password is empty at line %line% + Controller/Admin/Users.php - Notification/Mail/MailRequestPasswordUpdate.php Password renewal for login "%login%" has been requested Password renewal for login "%login%" has been requested + Notification/Mail/MailRequestPasswordUpdate.php - WorkZone/Browser/Browser.html.twig Past year Letztes Jahr + WorkZone/Browser/Browser.html.twig + + + Pending access to the following collections + Pending access to the following collections + web/account/access.html.twig - TaskManager/Job/FtpPullJob.php Periodically fetches an FTP repository content locally Periodically fetches an FTP repository content locally + TaskManager/Job/FtpPullJob.php - TaskManager/Job/FtpJob.php Periodically push data to FTP servers. Periodically push data to FTP servers. + TaskManager/Job/FtpJob.php - Bridge/Flickr/photoset_createcontainer.html.twig Photo principale Hauptbild + Bridge/Flickr/photoset_createcontainer.html.twig - Bridge/Api/Flickr.php Photos Bilder + Bridge/Api/Flickr.php - Bridge/Api/Flickr.php - Bridge/Flickr/actionelements.html.twig Photosets Fotosets + Bridge/Api/Flickr.php + Bridge/Flickr/actionelements.html.twig - TaskManager/Job/PhraseanetIndexerJob.php Phrasea indexation task Phrasea indexation task + TaskManager/Job/PhraseanetIndexerJob.php - admin/search-engine/phrasea.html.twig Phrasea search-engine configuration Phrasea Suchmaschine Konfiguration + admin/search-engine/phrasea.html.twig - web/setup/step2.html.twig Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox. Phraseanet DataBoxes sind MySQL Datenbanken, die von Phraseanet ApplicationBox abgefragt werden können. + web/setup/step2.html.twig - Form/Configuration/MainConfigurationFormType.php Phraseanet client API Phraseanet Kunde API + Form/Configuration/MainConfigurationFormType.php - web/setup/step2.html.twig Phraseanet embarque un moteur de taches pour la lecture / ecriture des metadonnes, et autre operations Phraseanet hat eine Aufgabe Suchmaschine für das Lesen/Schreiben der Metadaten und andere Arbeitsgänge + web/setup/step2.html.twig - Controller/Root/Login.php Phraseanet guest-access is disabled Phraseanet Gast Zugriff ist deaktiviert + Controller/Root/Login.php - web/setup/step2.html.twig Phraseanet may require many binaries. Phraseanet kann mehrere Binärprogramme erfordern + web/setup/step2.html.twig - web/setup/step2.html.twig Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL. Phraseanet empfiehlt dringend die Benutzung von %link_start%MariaDB%link_end%, um MySQL zu ersetzen + web/setup/step2.html.twig - Bridge/Dailymotion/actionelements.html.twig - Bridge/Youtube/actionelements.html.twig Playlist Playlist + Bridge/Dailymotion/actionelements.html.twig + Bridge/Youtube/actionelements.html.twig - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php Playlists Playlisten + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - Controller/Root/Login.php Please accept the terms of use to register. Bitte nehmen Sie die Nutzungsbedingungen an, um zu registrieren + Controller/Root/Login.php - web/setup/step2.html.twig Please be sure it is still valid and you can access it Bitte beachten Sie, dass sie immer noch gültig ist und das Sie einen Zugriff darauf haben + web/setup/step2.html.twig - web/login/register-provider.html.twig Please complete the information to complete your registration Bitte füllen Sie die Information aus, um Ihre Registrierung abzuschliessen + web/login/register-provider.html.twig - prod/actions/Push.html.twig Please consider send this push to the following users : %recommendation% Vorschläge: Sie können auch diesen Push zu den folgenden Benutzern senden: %recommendation% + prod/actions/Push.html.twig - prod/actions/Push.html.twig Please consider send this validation to the following users : %recommendation% Bitte prüfen Sie, ob Sie dieseBewertung zu folgenden Benutzern senden möchten: %recommendation% + prod/actions/Push.html.twig - Controller/Client/Root.php Please create a basket before adding an element Bitte erstellen Sie einen Sammelkorb, bevor Sie Elemente hinzufügen + Controller/Client/Root.php - Controller/Root/Login.php Please fill the captcha Füllen Sie bitte die CAPTCHA aus + Controller/Root/Login.php - Controller/Admin/Databoxes.php Please fix the database before starting Bitte herstellen Sie die Datenbank wieder, bevor Sie starten + Controller/Admin/Databoxes.php - Controller/Root/Login.php Please provide a longer value. It should have %s character or more. Bitte geben Sie einen längeren Wert: %s Zeichen oder mehr + Controller/Root/Login.php - Controller/Prod/Language.php Please provide a name for this selection. Bitte benennen Sie diese Kollektion + Controller/Prod/Language.php - Controller/Root/Login.php Please provide a valid IP address. Bitte geben Sie eine gültige IP Adresse ein. + Controller/Root/Login.php - Controller/Root/Login.php Please provide a valid email address. Bitte geben Sie eine gültige E-Mail Adresse ein. + Controller/Root/Login.php - Controller/Root/Login.php Please provide a value. Bitte bieten Sie einen Wert an. + Controller/Root/Login.php - Controller/Root/Login.php Please provide the same emails. Bitte geben Sie die gleiche E-Mail Adressen ein + Controller/Root/Login.php - Controller/Root/Login.php Please provide the same passwords. Bitte geben Sie die selbe Passwörter ein + Controller/Root/Login.php - Controller/Root/Login.php Please select at least %s choice. Bitte markieren Sie mindestens %s Auwahl. + Controller/Root/Login.php - prod/upload/upload-flash.html.twig Please select at least one valid file Bitte wählen Sie mindestens eine gültige Datei aus. + prod/upload/upload-flash.html.twig - Controller/Prod/Language.php Please select one record Bitte wählen Sie einen Datensatz aus + Controller/Prod/Language.php - actions/Download/prepare.html.twig Please wait while your files are being gathered for the download, this operation may take a few minutes. Bitte warten Sie, während Dateien, die für den Download versammelt sind, kann dieser Vorgang einige Minuten dauern. + actions/Download/prepare.html.twig - actions/Feedback/list.html.twig Position Funktion - - - lib/classes/appbox.php - Post upgrade - Nach der Aktualisierung + actions/Feedback/list.html.twig - prod/Tooltip/DCESFieldInfo.html.twig Pour davantage d'informations, consulter le lien suivant %lien% Für weitere Informationen klicken Sie folgenden link %lien% + prod/Tooltip/DCESFieldInfo.html.twig + + + Pour des raisons techniques cette interface n'est plus maintenue et serta bientôt rendue + inacessible. Nous vous invitons si vous le souhaitez à utiliser production dés maintenant. + Pour des raisons techniques cette interface n'est plus maintenue et serta bientôt rendue + inacessible. Nous vous invitons si vous le souhaitez à utiliser production dés maintenant. + web/client/index.html.twig - templates/web/email-template.html.twig Pour gérer l'envoi d'email automatique, connectez-vous à %link% Bitte besuchen Sie %link%, um automatisierte Meldungen zu verwalten + templates/web/email-template.html.twig - Controller/User/Preferences.php - Controller/User/Preferences.php Preference saved ! Einstellungen gespeichert ! + Controller/User/Preferences.php + Controller/User/Preferences.php - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig Preferences Einstellungen + web/prod/index.html.twig + web/prod/index.html.twig - Form/Configuration/EmailFormType.php Prefix for notification emails Präfix für Benachrichtigungs-E-Mails + Form/Configuration/EmailFormType.php - web/setup/step2.html.twig Prerequisite and Configuration Voraussetzungen und Konfiguration + web/setup/step2.html.twig - web/prod/index.html.twig 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 - actions/Feedback/ListsMacros.html.twig - prod/orders/order_box.html.twig Previous Zurück + actions/Feedback/ListsMacros.html.twig + prod/orders/order_box.html.twig - Controller/Client/Root.php - Controller/Prod/Language.php Print Drucken + Controller/Client/Root.php + Controller/Prod/Language.php - api/auth/end_user_authorization.html.twig Problemes de connexion ? Problemes de connexion ? + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - Notification/Mail/MailInfoUserRegistered.php Process the registration Registrierung verarbeiten + Notification/Mail/MailInfoUserRegistered.php - Model/Entities/ValidationSession.php Processus de validation recu de %user% Processus de validation recu de %user% + Model/Entities/ValidationSession.php - Model/Entities/ValidationSession.php Processus de validation recu de %user% et concernant %n% utilisateurs Processus de validation recu de %user% et concernant %n% utilisateurs + Model/Entities/ValidationSession.php + + + Production + Production + web/client/index.html.twig - web/admin/databases.html.twig Propositions de modifications des tables Vorschläge für die Veränderungen der Tabellen + web/admin/databases.html.twig - admin/publications/list.html.twig Public Öffentlich + admin/publications/list.html.twig - admin/publications/wrapper.html.twig - web/admin/tree.html.twig - web/common/menubar.html.twig - web/prod/index.html.twig Publications Veröffentlichungen + admin/publications/wrapper.html.twig + web/admin/tree.html.twig + web/common/menubar.html.twig + web/prod/index.html.twig + + + Publier + Publier + actions/publish/publish.html.twig - admin/publications/fiche.html.twig - admin/publications/list.html.twig Publique öffentliche + admin/publications/fiche.html.twig + admin/publications/list.html.twig - Form/Configuration/ActionsFormType.php Publishers Veröffentlicher - - - lib/classes/appbox.php - Purging directories - Verzeichnisse werden gereinigt + Form/Configuration/ActionsFormType.php - Controller/Prod/Language.php - eventsmanager/notify/push.php Push Push + Controller/Prod/Language.php + eventsmanager/notify/push.php - Form/Configuration/MainConfigurationFormType.php Push configuration Push Konfiguration + Form/Configuration/MainConfigurationFormType.php - Controller/Prod/Push.php Push from %user% Push from %user% + Controller/Prod/Push.php - web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on companies Unternehmensname + web/admin/users.html.twig + actions/Feedback/list.html.twig - web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on countries Land + web/admin/users.html.twig + actions/Feedback/list.html.twig - web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on emails E-Mail + web/admin/users.html.twig + actions/Feedback/list.html.twig - web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on login Benutzername + web/admin/users.html.twig + actions/Feedback/list.html.twig - actions/Feedback/list.html.twig Push::filter on name Nachname/Vorname + actions/Feedback/list.html.twig - actions/Feedback/list.html.twig Push::filter on templates Letzte Vorlage + actions/Feedback/list.html.twig - web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter starts beginnt mit + web/admin/users.html.twig + actions/Feedback/list.html.twig - prod/actions/Push.html.twig Push::une validation est une demande d'appreciation a d'autres personnes "Bewertung" erlaubt es Dokumente an Empfänger zu senden. In einem E-Mai ist ein link, der das Modul Phraseanet Lightbox startet. In diesem können Sie die Dokumente mittels 3 verschieden Symbolen bewerten und bei Berechtigung auch downloaden. Für eingeloggte Benutzer ist die "Bewertung" im Modul Prod als Sammelkorb verfügbar. + prod/actions/Push.html.twig - prod/actions/Push.html.twig Push::unpush permet d'envoyer un lot d'image a des destinataires Das Modul Push ermöglicht es einen Stapel Bilder an Emfänger zu senden. Diese erhalten eine E-Mail mit einem link, der das Modul Phraseanet Lightbox startet. In diesem Modul kann man die Dokumente anschauen und bei Berechtigung auch downloaden. Für registrierte Benutze rerscheinen die mit Push gesendeten Daten im Modul Prod als "Sammelkorb erhalten" + prod/actions/Push.html.twig - Media/Subdef/Image.php Quality Qualität + Media/Subdef/Image.php - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig Quarantine Quarantäne + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - eventsmanager/notify/uploadquarantine.php Quarantine notificaton Quarantäne Benachrichtigung + eventsmanager/notify/uploadquarantine.php - web/admin/editusers_quotas.html.twig Quotas Quoten + web/admin/editusers_quotas.html.twig - web/prod/index.html.twig 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 - 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 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 - eventsmanager/notify/validationreminder.php Rappel : Il vous reste %number% jours pour valider %title% de %user% Rappel : Il vous reste %number% jours pour valider %title% de %user% + eventsmanager/notify/validationreminder.php - eventsmanager/notify/validationreminder.php Rappel pour une demande de validation Erinnerung für eine Bestätigungsanfrage + eventsmanager/notify/validationreminder.php - eventsmanager/notify/validationdone.php Rapport de Validation Bestätigungsbericht + eventsmanager/notify/validationdone.php - prod/Baskets/Reorder.html.twig - web/prod/index.html.twig - prod/Story/Reorder.html.twig Re-initialiser Zurücksetzen + prod/Baskets/Reorder.html.twig + web/prod/index.html.twig + prod/Story/Reorder.html.twig - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig Re-ordonner wieder ordnen + prod/Baskets/Reorder.html.twig + prod/Story/Reorder.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig - admin/fields/templates.html.twig Read-only schreibgeschützt + admin/fields/templates.html.twig - Form/Configuration/WebservicesFormType.php Recaptcha private key geheimer Schlüssel für ReCaptcha + Form/Configuration/WebservicesFormType.php - Form/Configuration/WebservicesFormType.php Recaptcha public key öffentlicher Schlüssel für ReCaptcha + Form/Configuration/WebservicesFormType.php - eventsmanager/notify/push.php Receive notification when I receive a push Eine Benachrichtigung bekommen, wenn einen Push empfangen wird + eventsmanager/notify/push.php - eventsmanager/notify/feed.php Receive notification when a publication is available Eine Benachrichtigung bekommen, wenn eine Veröffentlichung verfügbar ist + eventsmanager/notify/feed.php - WorkZone/Browser/Browser.html.twig Received baskets Erhaltene Sammelkörbe + WorkZone/Browser/Browser.html.twig - WorkZone/Browser/Basket.html.twig - WorkZone/Browser/Results.html.twig Received from %user_name% Von %user_name% bekommen + WorkZone/Browser/Basket.html.twig + WorkZone/Browser/Results.html.twig - Controller/Report/Activity.php Receiver Empfänger + Controller/Report/Activity.php - eventsmanager/notify/validationdone.php Reception d'un rapport de validation Empfang eines Bestätigungsberichtes + eventsmanager/notify/validationdone.php - eventsmanager/notify/orderdeliver.php Reception d'une commande Eingang einer Bestellung + eventsmanager/notify/orderdeliver.php - eventsmanager/notify/orderdeliver.php Reception de commande Empfangskontrolle + eventsmanager/notify/orderdeliver.php - Notification/Mail/MailInfoPushReceived.php Reception of %basket_name% Reception of %basket_name% + Notification/Mail/MailInfoPushReceived.php - eventsmanager/notify/validate.php Recevoir des notifications lorsqu'on me demande une validation Benachrichtigungen per E-mail erhalten + eventsmanager/notify/validate.php - eventsmanager/notify/bridgeuploadfail.php Recevoir des notifications lorsqu'un upload echoue sur un bridge Mitteilung im Falle eines Fehlschlagens von Bridge Upload + eventsmanager/notify/bridgeuploadfail.php - eventsmanager/notify/order.php Recevoir des notifications lorsqu'un utilisateur commande des documents Bestellung von Dokumenten + eventsmanager/notify/order.php - eventsmanager/notify/register.php Recevoir des notifications lorsqu'un utilisateur demande une inscription necessitant mon approbation Eine Registrierung muß bearbeitet werden + eventsmanager/notify/register.php - eventsmanager/notify/autoregister.php Recevoir des notifications lorsqu'un utilisateur s'inscrit sur une collection Benutzer Anmeldung + eventsmanager/notify/autoregister.php - web/common/dialog_export.html.twig Recevoir un accuse de reception a %my_email% Empfangsbestätigung zu %my_email% bekommen + web/common/dialog_export.html.twig + + + Recherche Avancée + Recherche Avancée + web/prod/index.html.twig - prod/results/help.html.twig Recherche multicritères Multikriterien Suche + prod/results/help.html.twig + + + Rechercher + Rechercher + web/prod/index.html.twig - web/prod/index.html.twig Rechercher dans un champ date im Feld "Datum" suchen + web/prod/index.html.twig - web/admin/dashboard.html.twig Recommendations Empfehlungen + web/admin/dashboard.html.twig - actions/Tools/index.html.twig Reconstruire les sous definitions Unterauflösungen wiederaufbauen + actions/Tools/index.html.twig - TaskManager/Job/RecordMoverJob.php Record Mover Record Mover + TaskManager/Job/RecordMoverJob.php - API/V1/adapter.php Record Not Found Datensatz wurde nicht gefunden + Controller/Api/V1.php - Controller/Prod/BasketController.php Record removed from basket Datensatz wurde aus dem Sammelkorb gelöscht + Controller/Prod/BasketController.php - Controller/Prod/Story.php Record removed from story Datensatz wurde vom Bericht entfernt + Controller/Prod/Story.php - web/common/technical_datas.html.twig Record_id Record_id + web/common/technical_datas.html.twig - actions/Property/index.html.twig Records Statut Datensätze Status + actions/Property/index.html.twig - Controller/Prod/MoveCollection.php Records have been successfuly moved Datensätze wurden erfolgreich bewegt + Controller/Prod/MoveCollection.php - actions/Property/index.html.twig Records status edition Datensätzestatus Bearbeitung + actions/Property/index.html.twig - actions/Property/index.html.twig Records type Datensätze Typ + actions/Property/index.html.twig - actions/Feedback/lists-all.html.twig Refresh Aktualisieren + actions/Feedback/lists-all.html.twig - eventsmanager/notify/ordernotdelivered.php - eventsmanager/notify/ordernotdelivered.php Refus d'elements de commande Ablehnung für Bestandteile Ihrer Bestellung + eventsmanager/notify/ordernotdelivered.php + eventsmanager/notify/ordernotdelivered.php + Register + Registrieren login/include/register-link-block.html.twig web/login/register-classic.html.twig web/login/register-provider.html.twig web/login/register.html.twig - Register - Registrieren - eventsmanager/notify/register.php Register approbation Anmeldung Zustimmung + eventsmanager/notify/register.php - Form/Configuration/MainConfigurationFormType.php Registration Anmeldung + Form/Configuration/MainConfigurationFormType.php - web/admin/editusers.html.twig - web/admin/users.html.twig Reglages:: reglages d acces guest Gast Zugriff Einstellungen + web/admin/editusers.html.twig + web/admin/users.html.twig - web/admin/editusers.html.twig - web/admin/users.html.twig Reglages:: reglages d inscitpition automatisee Auto Register Einstellungen + web/admin/editusers.html.twig + web/admin/users.html.twig + + + Rejected access to the following collections + Rejected access to the following collections + web/account/access.html.twig - Form/Login/PhraseaAuthenticationForm.php Remember me Mich erinnern + Form/Login/PhraseaAuthenticationForm.php - Notification/Mail/MailInfoValidationReminder.php Reminder : validate '%title%' Reminder : validate '%title%' + Notification/Mail/MailInfoValidationReminder.php - actions/Feedback/List-Share.html.twig Remove Löschen + actions/Feedback/List-Share.html.twig - Media/Subdef/Image.php Remove ICC Profile Entfernt ICC-Profil + Media/Subdef/Image.php - prod/preview/tools.html.twig Remove from basket aus dem Sammelkorb entfernen + prod/preview/tools.html.twig - web/admin/editusers.html.twig Remove watermark Wasserzeichen entfernen + web/admin/editusers.html.twig - admin/databox/databox.html.twig Rename umbenennen + admin/databox/databox.html.twig + Renew password + Passwort erneuern Notification/Mail/MailRequestPasswordUpdate.php web/account/change-password.html.twig web/login/renew-password.html.twig - Renew password - Passwort erneuern - admin/collection/reorder.html.twig Reorder collections Kollektionen neu anzuordnen + admin/collection/reorder.html.twig - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig Reordonner automatiquement automatisch neu anordnen + prod/Baskets/Reorder.html.twig + prod/Story/Reorder.html.twig - web/setup/step2.html.twig Repertoire de stockage des fichiers Ablageordner der Dateien + web/setup/step2.html.twig - admin/fields/templates.html.twig Report Report + admin/fields/templates.html.twig + + + Report generation may take a long time to generate, depending on the number of collections and the period selected. + Report generation may take a long time to generate, depending on the number of collections and the period selected. + web/report/report_layout_child.html.twig - web/login/register-classic.html.twig Request access Zugriff anfordern + web/login/register-classic.html.twig - Controller/Prod/Bridge.php - Controller/Prod/Bridge.php Request contains invalid datas Die Anfrage enthält ungültige Daten + Controller/Prod/Bridge.php + Controller/Prod/Bridge.php - admin/user/demand.html.twig Requests for the application registrations were recorded successfully Anforderungen für die Anwendungs-Registrierungen wurden erfolgreich verzeichnet + admin/user/registrations.html.twig - Form/Configuration/ActionsFormType.php Require authentication to download documents Authentifizierung benötigen, um Dokumente zu herunterladen + Form/Configuration/ActionsFormType.php - web/admin/index.html.twig Require email validation to activate the account Email Validierung erfordern, um Konto zu aktivieren + web/admin/index.html.twig - web/setup/step2.html.twig Required erforderlich + web/setup/step2.html.twig - web/setup/step2.html.twig Required field Pflichtfeld + web/setup/step2.html.twig - web/admin/dashboard.html.twig Requirements Anforderungen + web/admin/dashboard.html.twig - web/admin/index.html.twig Reset and apply Reset and apply + web/admin/index.html.twig - web/admin/index.html.twig Reset and apply template Zurücksetzen und Vorlage anwenden + web/admin/index.html.twig - web/admin/dashboard.html.twig Reset cache Den Cache zurücksetzen + web/admin/dashboard.html.twig - web/admin/index.html.twig Reset rights before applying template? Möchten Sie die Benutzerrechte zurücksetzen, bevor Sie die Vorlage anwenden? + web/admin/index.html.twig - Media/Subdef/Image.php Resolution Unterauflösung + Media/Subdef/Image.php - prod/Share/record.html.twig Resource URL Resource URL + prod/Share/record.html.twig - web/login/register-provider.html.twig Resquest access Zugangsanforderung + web/login/register-provider.html.twig - web/admin/editusers_quotas.html.twig Reste Rückstand + web/admin/editusers_quotas.html.twig - web/admin/editusers_quotas.html.twig - admin/publications/list.html.twig Restriction Einschränkung + web/admin/editusers_quotas.html.twig + admin/publications/list.html.twig - web/admin/editusers_quotas.html.twig Restrictions de telechargement Download Einschränkungen + web/admin/editusers_quotas.html.twig - Bridge/Youtube/upload.html.twig Retour Zurück + Bridge/Youtube/upload.html.twig - mobile/lightbox/error.html.twig Retour a l'accueil Zurück zur Startseite + mobile/lightbox/error.html.twig - web/lightbox/error.html.twig Retour a laccueil Zurück zur Startseite + web/lightbox/error.html.twig - prod/orders/order_item.html.twig Retour aux commandes Zurück zur Bestellung + prod/orders/order_item.html.twig - admin/task-manager/log.html.twig Return Return + admin/task-manager/log.html.twig - Notification/Mail/MailInfoNewOrder.php Review order on %website% Review order on %website% + Notification/Mail/MailInfoNewOrder.php - web/setup/step2.html.twig Review system configuration Systemkonfiguration prüfen + web/setup/step2.html.twig - web/account/authorized_apps.html.twig Revoquer l'access Zugriff widerrufen + web/account/authorized_apps.html.twig - web/admin/editusers.html.twig Rights Rechte + web/admin/editusers.html.twig - web/admin/index.html.twig Rights will be erased before applying template, do you confirm? Benutzerrechte werden gelöscht, bevor Sie die Vorlage anwenden. Bestätigen? + web/admin/index.html.twig - actions/Feedback/List-Share.html.twig Role Funktion + actions/Feedback/List-Share.html.twig - user/import/file.html.twig Row login is missing, script has stopped Row Login fehlt, Skript wurde gestoppt. + user/import/file.html.twig - user/import/file.html.twig Row mail is missing, script has stopped Mail Zeile fehlt, Skript wurde gestoppt + user/import/file.html.twig - user/import/file.html.twig Row password is missing, script has stopped Row Passwort fehlt, Skript wurde gestoppt. + user/import/file.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig Run as application, not as service Läuft als Anwendung, nicht als Dienst + task-manager/task-editor/phraseanet-indexer.html.twig - Form/Configuration/EmailFormType.php SMTP encryption SMTP Verschlüsselung + Form/Configuration/EmailFormType.php - Form/Configuration/EmailFormType.php SMTP host SMTP Host + Form/Configuration/EmailFormType.php - Form/Configuration/EmailFormType.php SMTP password SMTP Passwort + Form/Configuration/EmailFormType.php - Form/Configuration/EmailFormType.php SMTP port SMTP Port + Form/Configuration/EmailFormType.php - Form/Configuration/EmailFormType.php SMTP user SMTP Benutzer + Form/Configuration/EmailFormType.php - Form/Configuration/EmailFormType.php SSL SSL + Form/Configuration/EmailFormType.php - web/admin/tree.html.twig SUBDEFS Unterauflösungen + web/admin/tree.html.twig - prod/results/help.html.twig Sachez que vous pouvez utiliser les opérateurs ou caractères spéciaux suivants : Sie dürfen die folgende Operator- und Sonderzeichen benutzen: + prod/results/help.html.twig + Save + Speichern web/account/change-password.html.twig task-manager/task-editor/task.html.twig web/developers/application.html.twig + web/developers/application.html.twig web/login/renew-password.html.twig actions/Feedback/list.html.twig - Save - Speichern - admin/fields/templates.html.twig Save all changes Alle Änderungen speichern + admin/fields/templates.html.twig - prod/actions/Push.html.twig Save this list Diese Liste speichern + prod/actions/Push.html.twig - api/auth/end_user_authorization.html.twig Se connecter Sich einloggen + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - WorkZone/Browser/Browser.html.twig Search baskets Sammelkörbe suchen + WorkZone/Browser/Browser.html.twig - Form/Configuration/MainConfigurationFormType.php Search engine Suchmaschine + Form/Configuration/MainConfigurationFormType.php - Form/Configuration/ClassicFormType.php Search tab position Lage von der Registerkarte "Suchen" + Form/Configuration/ClassicFormType.php - web/admin/tree.html.twig SearchEngine settings Suchmaschine Einstellungen + web/admin/tree.html.twig - web/common/password_strength_widget.html.twig Security Sicherheit + web/common/password_strength_widget.html.twig - WorkZone/Browser/Browser.html.twig See Sehen + WorkZone/Browser/Browser.html.twig - Form/Configuration/ExecutablesFormType.php - Form/Configuration/WebservicesFormType.php See documentation at %url% See documentation at %url% + Form/Configuration/ExecutablesFormType.php + Form/Configuration/WebservicesFormType.php - Notification/Mail/MailInfoOrderCancelled.php - Notification/Mail/MailInfoOrderDelivered.php See my order Meine Bestellung ansehen + Notification/Mail/MailInfoOrderCancelled.php + Notification/Mail/MailInfoOrderDelivered.php - prod/actions/Push.html.twig See others Andere sehen + prod/actions/Push.html.twig - Notification/Mail/MailInfoValidationDone.php See validation results Bestätigung Ergebnisse ansehen + Notification/Mail/MailInfoValidationDone.php - prod/actions/Push.html.twig Select a list on the left and edit it ! Wählen Sie eine Liste auf der linken Seite aus und bearbeiten Sie diese. + prod/actions/Push.html.twig - prod/actions/Push.html.twig Select a user in the list Einen Benutzer in der Liste wählen + prod/actions/Push.html.twig - prod/actions/Push.html.twig - web/report/form_date_and_base.html.twig Select all Alle auswählen + prod/actions/Push.html.twig + web/report/form_date_and_base.html.twig - Controller/Root/Login.php Select all collections Alle Kollektionen auswählen + Controller/Root/Login.php + Select files... + Dateien auswählen... admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig - admin/collection/collection.html.twig admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig user/import/file.html.twig - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - Select files... - Dateien auswählen... - prod/upload/upload-flash.html.twig Selected files ausgewählte Dateien + prod/upload/upload-flash.html.twig - web/prod/index.html.twig Selecteur de theme Thema Selektor + web/prod/index.html.twig - prod/orders/order_item.html.twig Selectionnez des documents et Wählen sie Dokumente und + prod/orders/order_item.html.twig - Controller/Prod/Language.php - web/admin/dashboard.html.twig - web/login/forgot-password.html.twig - prod/actions/Push.html.twig - prod/orders/order_item.html.twig - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig Send Senden + Controller/Prod/Language.php + web/admin/dashboard.html.twig + web/login/forgot-password.html.twig + prod/actions/Push.html.twig + prod/orders/order_item.html.twig + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - web/admin/index.html.twig Send an email to the user to setup his password Eine Email zum Benutzer senden, um sein Passwort festzulegen + web/admin/index.html.twig - prod/Share/record.html.twig Send to Facebook Auf Facebook teilen + prod/Share/record.html.twig - prod/Share/record.html.twig Send to Twitter Auf Twitter teilen + prod/Share/record.html.twig - web/report/report_layout_child.html.twig Sent gesendet + web/report/report_layout_child.html.twig - module/report/sent.php Sent documents (mail) versendete Dokumente (E-Mail) + module/report/sent.php - WorkZone/Browser/Basket.html.twig - WorkZone/Browser/Results.html.twig Sent for validation to %list_participants% Für die Bestätigung zu %list_participants% gesendet + WorkZone/Browser/Basket.html.twig + WorkZone/Browser/Results.html.twig - admin/fields/templates.html.twig Separator Trennzeichen + admin/fields/templates.html.twig - Bridge/Api/Youtube.php Service youtube introuvable. YouTube Service nicht gefunden + Bridge/Api/Youtube.php - web/admin/connected-users.html.twig Session persistente anhaltende Session + web/admin/connected-users.html.twig - web/account/base.html.twig Sessions Sessions + web/account/base.html.twig - web/admin/editusers.html.twig Set download quotas Download Quoten festlegen + web/admin/editusers.html.twig - admin/collection/collection.html.twig - admin/databox/databox.html.twig Set labels Labels einstellen + admin/collection/collection.html.twig + admin/databox/databox.html.twig - actions/Feedback/list.html.twig Set sharing permission Legen sie die sharing Berechtigungen fest + actions/Feedback/list.html.twig - web/admin/editusers.html.twig Set statuses restrictions Status Beschränkungen festlegen + web/admin/editusers.html.twig - web/admin/editusers.html.twig Set time restrictions Zeitliche Beschränkungen festlegen + web/admin/editusers.html.twig - web/admin/setup.html.twig - web/admin/tree.html.twig Setup Aufstellung + web/admin/setup.html.twig + web/admin/tree.html.twig - Notification/Mail/MailRequestPasswordSetup.php Setup my password Mein Passwort einrichten + Notification/Mail/MailRequestPasswordSetup.php - Controller/Prod/Language.php Share Verteilen + Controller/Prod/Language.php - actions/Feedback/list.html.twig Share the list Die Liste teilen + actions/Feedback/list.html.twig - admin/publications/fiche.html.twig - admin/publications/list.html.twig Short description Kurzbeschreibung + admin/publications/fiche.html.twig + admin/publications/list.html.twig - web/common/technical_datas.html.twig Shutter speed Verschlusszeit + web/common/technical_datas.html.twig - templates/web/email-template.html.twig Si cet email contient des liens non cliquables, copiez/collez ces liens dans votre navigateur. Wenn diese Email nicht anklickbare Links enthält, bitte kopieren und fügen Sie sie in Ihrem Webbrowser ein. + templates/web/email-template.html.twig - actions/Bridge/callback.html.twig Si cette fenetre ne se ferme pas automatiquement, fermez la, et raffraichissez votre compte Wenn dieses Fenster nicht automatisch schließt, dann schließen Sie es und aktualisieren Sie Ihr Konto. + actions/Bridge/callback.html.twig - web/setup/step2.html.twig Si vous aviez besoin de plus de parametres, %debut_lien%Afficher d'avantage d'options%fin_lien% Sollten Sie noch mehrere Parameter benötigen, %debut_lien%mehr Optionen anzeigen%fin_lien% + web/setup/step2.html.twig - prod/Tooltip/DataboxFieldRestrictions.html.twig Si vous ne les respectez pas, les documents seront correctement indexes, mais les metadonnees inscrites risquent d'etre erronnees Wenn Sie sie nicht beachten werden die Dokumente korrekt indiziert aber die Metadaten könnten eventuell falsch sein. + prod/Tooltip/DataboxFieldRestrictions.html.twig - login/layout/base-layout.html.twig Si vous ne pouvez pas installer un autre navigateur, utilisez Google Chrome Frame. Wenn Sie nicht ein anderes Webbrowser installieren können, benutzen Sie Google Chrome Frame + login/layout/base-layout.html.twig - Form/Configuration/GeneralFormType.php Single image Einzelbild + Form/Configuration/GeneralFormType.php - web/developers/application_form.html.twig Site web Webseite + web/developers/application_form.html.twig - web/common/technical_datas.html.twig - actions/Download/prepare.html.twig Size Grösse + web/common/technical_datas.html.twig + actions/Download/prepare.html.twig - Form/Configuration/GeneralFormType.php Slide show Diashow + Form/Configuration/GeneralFormType.php - task-manager/task-editor/phraseanet-indexer.html.twig Socket port Socket Port + task-manager/task-editor/phraseanet-indexer.html.twig - Controller/Prod/Language.php Some files are being downloaded Einige Dateien werden heruntergeladen + Controller/Prod/Language.php - web/setup/step2.html.twig Some of them are required, like the indexer, Exiftool or ImageMagick components, some others are optionnal, like FFmpeg which is used to preview video files. Einige sind benötigt, wie den Indizierer, Exiftool oder ImageMagick. Einige sind fakultativ, wie FFmpeg (benutzt, um Videodateien anzusehen). + web/setup/step2.html.twig - Controller/Prod/Export.php Something went wrong Ein Fehler ist aufgetreten + Controller/Prod/Export.php - Controller/Prod/Bridge.php Something went wrong, please contact an administrator Es ist etwas schief gelaufen. Wenden Sie sich an den Administrator + Controller/Prod/Bridge.php - Controller/Admin/Root.php Something wrong happend Es ist etwas schief gelaufen ! + Controller/Admin/Root.php - WorkZone/Browser/Browser.html.twig Something wrong happened, please retry or contact an admin. Ein Fehler ist aufgetreten, bitte bitte wiederholen Sie oder wenden Sie sich an Ihren Systemadministrator + WorkZone/Browser/Browser.html.twig - Controller/Admin/Fields.php Something wrong happened, please try again or contact an admin. Ein Fehler ist aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an Ihren Systemadministrator + Controller/Admin/Fields.php - Phrasea/Core/PhraseaExceptionHandler.php Sorry, site is currently undergoing maintenance, come back soon. Wartungsarbeiten werden jetzt durchgeführt, bitte kommen Sie später zurück + Phrasea/Core/PhraseaExceptionHandler.php - Phrasea/Core/PhraseaExceptionHandler.php Sorry, the page you are looking for could not be found. Leider kann diese Seite nicht gefunden werden + Phrasea/Core/PhraseaExceptionHandler.php - Phrasea/Core/PhraseaExceptionHandler.php Sorry, you do have access to the page you are looking for. Leider haben Sie keinen Zugriff auf diese Seite + Phrasea/Core/PhraseaExceptionHandler.php - task-manager/task-editor/phraseanet-indexer.html.twig Sort records with an empty field Datensätze mit einem leeren Feld sortieren + task-manager/task-editor/phraseanet-indexer.html.twig + Source + Quelle admin/fields/templates.html.twig admin/fields/templates.html.twig prod/Tooltip/DataboxField.html.twig - Source - Quelle - admin/publications/fiche.html.twig - admin/publications/list.html.twig Sous-titre Untertitel + admin/publications/fiche.html.twig + admin/publications/list.html.twig - admin/search-engine/sphinx-search.html.twig Sphinx Search RealTime server Sphinx Search RealTime Server + admin/search-engine/sphinx-search.html.twig - admin/search-engine/sphinx-search.html.twig Sphinx Search connection configuration Sphinx Search Anschlusskonfiguration + admin/search-engine/sphinx-search.html.twig - admin/search-engine/sphinx-search.html.twig Sphinx Search server Sphinx Search Server + admin/search-engine/sphinx-search.html.twig + Sphinx server is offline + Sphinx Server ist offline SearchEngine/SphinxSearch/SphinxSearchEngine.php SearchEngine/SphinxSearch/SphinxSearchEngine.php SearchEngine/SphinxSearch/SphinxSearchEngine.php - Sphinx server is offline - Sphinx Server ist offline - admin/search-engine/sphinx-search.html.twig SphinxSearch search-engine configuration Sphinx Search Suchmachine Konfiguration + admin/search-engine/sphinx-search.html.twig - admin/collection/collection.html.twig Stamp logo Stempel Logo + admin/collection/collection.html.twig - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig Start Start + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig - prod/actions/Push.html.twig Start by creating one by using the "add" button on the left ! Start by creating one by using the "add" button on the left ! + prod/actions/Push.html.twig - Notification/Mail/MailInfoValidationReminder.php - Notification/Mail/MailInfoValidationRequest.php Start validation Bestätigung starten + Notification/Mail/MailInfoValidationReminder.php + Notification/Mail/MailInfoValidationRequest.php - Phrasea/Form/TaskForm.php Started Started + Phrasea/Form/TaskForm.php - web/prod/index.html.twig Status des documents a rechercher Zustand der Dokumente zu suchen + web/prod/index.html.twig - Controller/Admin/Root.php Status icon upload failed : can not write on disk Status Ikone Upload ist fehlgeschlagen: kann nicht auf die Platte beschreiben + Controller/Admin/Root.php - Controller/Admin/Root.php Status icon upload failed : upload error Status Ikone Upload ist fehlgeschlagen: Upload Fehler + Controller/Admin/Root.php - prod/orders/order_box.html.twig Statut Zustand + prod/orders/order_box.html.twig - admin/search-engine/phrasea.html.twig Stemming Stemming + admin/search-engine/phrasea.html.twig - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig Stop Stop + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - Phrasea/Form/TaskForm.php Stopped Stopped + Phrasea/Form/TaskForm.php - Form/Configuration/SearchEngineFormType.php Stories Berichte + Form/Configuration/SearchEngineFormType.php - actions/Property/index.html.twig Stories status edition Berichtestatus Bearbeitung + actions/Property/index.html.twig - API/V1/adapter.php Story Not Found Bericht wurde nicht gefunden + Controller/Api/V1.php - Controller/Prod/Story.php Story created Bericht wurde erfolgreich erstellt + Controller/Prod/Story.php - Controller/Prod/WorkZone.php Story detached from the WorkZone Bericht wurde vom Arbeitsbereich gelöst + Controller/Prod/WorkZone.php - prod/Story/Create.html.twig Story name Bericht Name + prod/Story/Create.html.twig - Controller/Prod/Story.php Story updated Bericht wurde aktualisiert + Controller/Prod/Story.php - web/common/technical_datas.html.twig Story_id Bericht_id + web/common/technical_datas.html.twig - web/admin/structure.html.twig Structure errors Strukturfehler + web/admin/structure.html.twig - web/admin/structure.html.twig Structure has been successfully updated Struktur wurde erfolgreich aktualisiert + web/admin/structure.html.twig - actions/Download/prepare.html.twig Sub definition Unterauflösung + actions/Download/prepare.html.twig - admin/databox/details.html.twig Subdef Unterauflösung + admin/databox/details.html.twig - web/admin/subdefs.html.twig Subdef name Subdef Name + web/admin/subdefs.html.twig - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig Substitute Ersatz + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - actions/Tools/index.html.twig Substitution is not possible for this kind of record Für diesen Typ von Aufnahme ist der Ersatz nicht verfügbar + actions/Tools/index.html.twig - api/auth/native_app_access_token.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig Success Erfolg + api/auth/native_app_access_token.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - web/admin/index.html.twig Successful install Erfolgreiche Installation + web/admin/index.html.twig - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php Successful removal erfolgreiches Löschen + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php + Successful update + Erfolgreiches Update + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig - Successful update - Erfolgreiches Update - web/setup/step2.html.twig Successfull connection Erfolgreiche Verbindung + web/setup/step2.html.twig - admin/collection/suggested_value.html.twig Suggested values Vorschlagswerte + admin/collection/suggested_value.html.twig - Bridge/Flickr/photo_deleteelement.html.twig Suppression de %n_element% photos Löschen von %n_element% Fotos + Bridge/Flickr/photo_deleteelement.html.twig - Bridge/Flickr/photoset_deleteelement.html.twig Suppression de %n_element% photosets Löschen von %n_element% Fotosets + Bridge/Flickr/photoset_deleteelement.html.twig - Bridge/Dailymotion/playlist_deleteelement.html.twig - Bridge/Youtube/playlist_deleteelement.html.twig Suppression de %n_element% playlists Löschen von %n_element% Playlisten + Bridge/Dailymotion/playlist_deleteelement.html.twig + Bridge/Youtube/playlist_deleteelement.html.twig - Bridge/Dailymotion/video_deleteelement.html.twig - Bridge/Youtube/video_deleteelement.html.twig Suppression de %n_element% videos Löschen von %n_element% Videos + Bridge/Dailymotion/video_deleteelement.html.twig + Bridge/Youtube/video_deleteelement.html.twig - web/admin/users.html.twig Supprimer Löschen + web/admin/users.html.twig - Controller/Prod/Language.php Supprimer egalement les documents rattaches a ces regroupements Auch die Dokumente die mit diesen Berichten verknüpft sind löschen? + Controller/Prod/Language.php + + + Suspended access to the following collections + Suspended access to the following collections + web/account/access.html.twig - admin/statusbit/edit.html.twig - admin/statusbit/edit.html.twig Symbolized by symbolisiert durch + admin/statusbit/edit.html.twig + admin/statusbit/edit.html.twig + + + Sélection et Prévisualisation de documents + Sélection et Prévisualisation de documents + web/prod/index.html.twig + + + Sélectionner les documents en cliquant dessus. + Pour sélectionner plusieurs documents, maintenez la touche maj enfoncée et + cliquez sur les documents souhaités. + Pour prévisualier un document cliquez dessus. + Sélectionner les documents en cliquant dessus. + Pour sélectionner plusieurs documents, maintenez la touche maj enfoncée et + cliquez sur les documents souhaités. + Pour prévisualier un document cliquez dessus. + web/prod/index.html.twig + + + Séléctionner ici le type de document que vous souhaitez rechercher. + Séléctionner ici le type de document que vous souhaitez rechercher. + web/prod/index.html.twig + + + Séléctionner les champs et les collections sur lesquels vous voulez rechercher. + Séléctionner les champs et les collections sur lesquels vous voulez rechercher. + web/prod/index.html.twig - Bridge/Dailymotion/upload.html.twig Séparez les tags par un espace: Paris vacances restaurant Bitte trennen Sie die Tags durch ein Leerzeichen: Paris Urlaub Restaurant + Bridge/Dailymotion/upload.html.twig - Form/Configuration/EmailFormType.php TLS TLS + Form/Configuration/EmailFormType.php - prod/results/help.html.twig TOUT ALLES + prod/results/help.html.twig - web/admin/tree.html.twig Tableau de bord Dashboard + web/admin/tree.html.twig + Tags + Tags Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/upload.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - Tags - Tags + + + Taper ici les termes de recherche afin de retrouver les documents souhaités. + Taper ici les termes de recherche afin de retrouver les documents souhaités. + web/prod/index.html.twig - classes/databox/subdef.php Target Device Zielgerät + classes/databox/subdef.php + + + Task Scheduler + Task Scheduler + Controller/Admin/TaskManager.php + Controller/Admin/TaskManager.php + admin/task-manager/index.html.twig - Phrasea/Form/TaskForm.php Task name Task name + Phrasea/Form/TaskForm.php - Phrasea/Form/TaskForm.php Task period (in seconds) Task period (in seconds) + Phrasea/Form/TaskForm.php - prod/Tooltip/TechnicalDatas.html.twig Technical Informations technische Informationen + prod/Tooltip/TechnicalDatas.html.twig - web/admin/subdefs.html.twig Telechargeable Herunterladbar + web/admin/subdefs.html.twig - actions/Feedback/list.html.twig Template Schablone + actions/Feedback/list.html.twig + + + Temporary access to the following collections + Temporary access to the following collections + web/account/access.html.twig - admin/databox/cgus.html.twig Terms Of Use Nutzungsbedingungen + admin/databox/cgus.html.twig - Form/Login/PhraseaRegisterForm.php - web/common/dialog_export.html.twig Terms of Use Nutzungsbedingungen + Form/Login/PhraseaRegisterForm.php + web/common/dialog_export.html.twig - actions/Bridge/wrapper.html.twig Terms of service Nutzungsbedingungen + actions/Bridge/wrapper.html.twig - Controller/Prod/TOU.php - web/login/cgus.html.twig - login/layout/base-layout.html.twig Terms of use Nutzungsbedingungen + Controller/Prod/TOU.php + web/admin/tree.html.twig + web/login/cgus.html.twig + login/layout/base-layout.html.twig - Phrasea/Controller/Lightbox.php The URL you used is out of date, please login Die URL, die Sie benutzt haben, ist nicht mehr gültig. Bitte loggen Sie sich ein + Phrasea/Controller/Lightbox.php - Bridge/Api/Youtube.php The Youtube servers have received too many calls from the same caller in a short amount of time. Die YouTube Server haben zu viele Anfragen vom gleichen Server in kurzer Zeit erhalten + Bridge/Api/Youtube.php - Controller/Root/Session.php The application is going down for maintenance, please logout. Die Anwendung wird wegen Überarbeitung heruntergefahren. Vielen Dank für Ihr Verständnis + Controller/Root/Session.php - Bridge/Api/Youtube.php The authentication token specified in the Authorization header has expired. Authentisierungs Token im angegebenen Authentisierungskopf ist abgelaufen + Bridge/Api/Youtube.php - Bridge/Api/Youtube.php The authentication token specified in the Authorization header is invalid Authentisierungs Token in angegebenen Authentisierungskopf ist nicht gültig + Bridge/Api/Youtube.php - eventsmanager/notify/downloadmailfail.php The delivery to %email% failed for the following reason : %reason% The delivery to %email% failed for the following reason : %reason% + eventsmanager/notify/downloadmailfail.php - Controller/Prod/Lazaret.php The destination record provided is not allowed Zieldatensatz wird nicht erlaubt + Controller/Prod/Lazaret.php - eventsmanager/notify/uploadquarantine.php The document %name% has been quarantined The document %name% has been quarantined + eventsmanager/notify/uploadquarantine.php - actions/Download/prepare.html.twig The file contains the following elements Die Datei enthält folgende Elemente + actions/Download/prepare.html.twig - user/import/file.html.twig The file does not contains any user to add Diese Datei beinhaltet keine Benutzer zu hinzufügen + user/import/file.html.twig - Border/Checker/Colorspace.php The file does not match available color Diese Datei passt verfügbare Farben nicht zusammen + Border/Checker/Colorspace.php - Border/Checker/Extension.php The file does not match available extensions Diese Datei passt verfügbare Erweiterungen nicht zusammen + Border/Checker/Extension.php - Border/Checker/Dimension.php The file does not match required dimension Diese Datei passt benötigte Grösse nicht zusammen + Border/Checker/Dimension.php - Border/Checker/MediaType.php The file does not match required media type Diese Datei passt benötigten Medientyp nicht zusammen + Border/Checker/MediaType.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php The file is too big Datei ist zu gross + Controller/Admin/Collection.php + Controller/Admin/Databox.php - Controller/Prod/Upload.php The file was moved to the quarantine Datei wurde unter Quarantäne gestellt + Controller/Prod/Upload.php - user/import/view.html.twig The following errors have been detected Die folgende Fehler wurden festgestellt + user/import/view.html.twig - Controller/Admin/Collection.php - Controller/Admin/Databox.php The publication has been stopped Veröffentlichung wurde gestoppt + Controller/Admin/Collection.php + Controller/Admin/Databox.php - Controller/Prod/Upload.php The record was successfully created Datensatz wurde erfolgreich erstellt + Controller/Prod/Upload.php - Controller/Prod/Order.php - prod/orders/order_box.html.twig The records have been properly ordered Datensäzte wurden richtig bestellt + Controller/Prod/Order.php + prod/orders/order_box.html.twig - Controller/Prod/BasketController.php The requested basket does not exist Der erforderte Sammelkorb existiert nicht + Controller/Prod/BasketController.php - Phrasea/Form/TaskForm.php The task status The task status + Phrasea/Form/TaskForm.php - Controller/Admin/Databoxes.php The upgrade is already started Upgrade hat schon begonnen + Controller/Admin/Databoxes.php - prod/upload/upload-flash.html.twig The upload violates a security restriction, please retry Upload verletzt eine Sicherheitseinschränkung, bitte wiederholen. + prod/upload/upload-flash.html.twig - web/admin/users.html.twig The user has been created. Der Benutzer wurde erstellt + web/admin/users.html.twig - web/prod/index.html.twig Theme Thema + web/prod/index.html.twig - Controller/Prod/Order.php There is no one to validate orders, please contact an administrator Niemand, um die Bestellungen zu bestätigen. Bitte wenden Sie sich an Ihren Systemadministrator. + Controller/Prod/Order.php - Controller/Prod/Order.php There is no record eligible for an order Es gibt keinen auswählbaren Datensatz für die Bestellung + Controller/Prod/Order.php - user/import/view.html.twig There is no user to add. Kein Benutzer zu hinzufügen + user/import/view.html.twig - admin/fields/templates.html.twig Thesaurus branch Thesaurus Sprung + admin/fields/templates.html.twig - web/thesaurus/load-thesaurus.html.twig Thesaurus ou CTerms invalide Thesaurus ou CTerms invalide + web/thesaurus/load-thesaurus.html.twig - login/providers/mapping.html.twig These informations do not match? Daten stimmen nicht überein? + login/providers/mapping.html.twig - prod/actions/delete_records_confirm.html.twig These records will be definitely deleted and can not be recovered Diese Datensätze werden endgültig gelöscht und können nicht wiederhergestellt werden + prod/actions/delete_records_confirm.html.twig - web/admin/subdefs.html.twig These subdef will be permanently deleted and cannot be recovered. Are you sure? Diese subdef wird entgültig gelöscht und kann nicht wiederhergestellt werden. Fortfahren? + web/admin/subdefs.html.twig - web/account/authorized_apps.html.twig Third-party applications Drittanwendungen + web/account/authorized_apps.html.twig - Controller/Prod/Language.php This feature is not supported by your browser Diese Funktion wird nicht von Ihrem Webbrowser unterhalten + Controller/Prod/Language.php - admin/publications/list.html.twig - actions/publish/publish.html.twig This feed is public Dieses Feed ist öffentlich + admin/publications/list.html.twig + actions/publish/publish.html.twig - web/admin/index.html.twig This field is required Dieses Feld ist erforderlich + web/admin/index.html.twig - prod/actions/edit_default.html.twig This field represents the title of the document This field represents the title of the document + prod/actions/edit_default.html.twig - Controller/Prod/Language.php - web/admin/index.html.twig This file is too big Datei ist zu gross + Controller/Prod/Language.php + web/admin/index.html.twig - web/admin/users.html.twig This is a template Hier ist eine Schablone + web/admin/users.html.twig - Form/Configuration/RegistrationFormType.php This option disables the selecting of the databases on which a user can register himself, and registration is made on all granted databases. Diese Option deaktiviert die Markierung der Datenbanken, auf denen ein Benutzer sich selbst anmelden kann und Anmeldung wird auf alle gewährte Datenbanken gehandelt. + Form/Configuration/RegistrationFormType.php - TaskManager/Job/PhraseanetIndexerJob.php This task is used to index records for Phrasea engine. Diese Aufgabe wird benutzt, um die Datensätze für die Phrasea Maschine zu indexieren + TaskManager/Job/PhraseanetIndexerJob.php - prod/WorkZone/Macros.html.twig This user does not participate to the validation but is only viewer. Dieser Benutzer darf nicht teilnehmen, nur ansehen. + prod/WorkZone/Macros.html.twig - web/admin/users.html.twig This user has no rights Dieser Benutzer besitzt keine Rechte + web/admin/users.html.twig - prod/upload/upload-flash.html.twig This version does not allow you to access all the features offered by the HTML5 uploader Diese Version erlaubt nicht einen Zugriff auf alle HTML5 Uploader Funktionen. + prod/upload/upload-flash.html.twig - WorkZone/Browser/Browser.html.twig This year In diesem Jahr + WorkZone/Browser/Browser.html.twig - actions/Download/prepare.html.twig Thumbnail Miniaturansicht + actions/Download/prepare.html.twig - Controller/Prod/Tools.php Thumbnail has been successfully substitued Vorschau wurde erfolgreich ersetzt + Controller/Prod/Tools.php - web/setup/step2.html.twig Thumbnails directory is mounted to be accessible via HTTP, while other files are not. Miniaturansichtenverzeichnis wird befestigt, um durch HTTP erreichbar zu werden, aber andere Dateien nicht. + web/setup/step2.html.twig - Controller/Prod/Language.php - prod/templates/push.html.twig Time for feedback (days) Zeit für Feedback (Tage) + Controller/Prod/Language.php + prod/templates/push.html.twig + Titre + Titel admin/publications/fiche.html.twig admin/publications/list.html.twig admin/publications/list.html.twig @@ -6439,299 +6673,299 @@ Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig - Titre - Titel + prod/Story/Reorder.html.twig - actions/Tools/index.html.twig To take a screenshot click on camera Klicken Sie auf die Kamera, um einen Screenshot zu erstellen + actions/Tools/index.html.twig - web/developers/application.html.twig Token Token + web/developers/application.html.twig - Controller/Prod/Language.php Tool box Toolbox + Controller/Prod/Language.php - Form/Configuration/ClassicFormType.php Topics display mode Themen Anzeigemodus + Form/Configuration/ClassicFormType.php - Form/Configuration/ClassicFormType.php Topics tab position Lage von der Registerkarte "Themen" + Form/Configuration/ClassicFormType.php - admin/collection/details.html.twig - admin/databox/details.html.twig Total Gesamt + admin/collection/details.html.twig + admin/databox/details.html.twig - admin/fields/templates.html.twig Tous Alle + admin/fields/templates.html.twig - web/prod/index.html.twig Tout type Bildschirmtyp + web/prod/index.html.twig - prod/feeds/feeds.html.twig Toutes les publications Alle Veröffentlichungen + prod/feeds/feeds.html.twig - TaskManager/Job/FtpJob.php Transfert Annule Übertragung abgebrochen + TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php Transfert OK Übertragung OK + TaskManager/Job/FtpJob.php - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig Transmited files Übermittelte Dateien + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - Form/Configuration/ClassicFormType.php Trees Bäume + Form/Configuration/ClassicFormType.php - web/report/generate_tab.html.twig - web/report/generate_tab.html.twig Trier Ordnen + web/report/generate_tab.html.twig + web/report/generate_tab.html.twig - web/prod/index.html.twig Trier par Sortieren nach + web/prod/index.html.twig - task-manager/task-editor/subdefs.html.twig Try to extract embedded thumbnails Versuchen, eingebettete Miniaturansichten zu entnehmen + task-manager/task-editor/subdefs.html.twig - admin/fields/templates.html.twig Type Typ + admin/fields/templates.html.twig - web/developers/application_form.html.twig Type d'application Anwendungstyp + web/developers/application_form.html.twig - prod/Tooltip/DataboxField.html.twig Type date Typ Datum + prod/Tooltip/DataboxField.html.twig - web/prod/index.html.twig Type de documents Dokumenttyp + web/prod/index.html.twig - prod/Tooltip/DataboxField.html.twig Type nombre Typ Zahl + prod/Tooltip/DataboxField.html.twig - prod/Tooltip/DataboxField.html.twig Type texte Typ Text + prod/Tooltip/DataboxField.html.twig + + + Types de documents + Types de documents + web/prod/index.html.twig - web/developers/application.html.twig - web/developers/application_form.html.twig URL de callback Callback URL + web/developers/application.html.twig + web/developers/application_form.html.twig - web/common/dialog_export.html.twig Un document commande Ein bestelltes Dokument + web/common/dialog_export.html.twig - web/common/dialog_export.html.twig Un document ne peut etre commande Ein Dokument kann nicht bestellt werden + web/common/dialog_export.html.twig - Controller/Admin/Publications.php - Controller/Prod/Upload.php Unable to add file to Phraseanet Unmöglich, Datei zu Phraseanet hinzuzufügen + Controller/Admin/Publications.php + Controller/Prod/Upload.php - Controller/Prod/UsrLists.php Unable to add usr to list Es ist nicht möglich den Benutzer zur Liste hinzufügen + Controller/Prod/UsrLists.php - Controller/Root/Login.php Unable to authenticate with %provider_name% Unable to authenticate with %provider_name% + Controller/Root/Login.php - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig Unable to connect to MySQL server Es ist nicht möglich eine Verbindung zum MySQL-Server aufzubauen + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig - Controller/Prod/UsrLists.php Unable to create list %name% Unable to create list %name% + Controller/Prod/UsrLists.php + + + Unable to create template, the name is already used. + Unable to create template, the name is already used. + Controller/Admin/Users.php + + + Unable to create the user. + Unable to create the user. + Controller/Admin/Users.php - Controller/Prod/UsrLists.php Unable to delete list Es ist nicht möglich, die Liste zu löschen + Controller/Prod/UsrLists.php - SearchEngine/Phrasea/PhraseaEngine.php Unable to execute query unmöglich, die Query auszuführen + SearchEngine/Phrasea/PhraseaEngine.php - Controller/Prod/UsrLists.php Unable to remove entry from list Es ist nicht möglich, die Eingabe von der Liste zu entfernen + Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php Unable to remove usr from list Es ist nicht möglich den Benutzer von der Liste zu entfernen + Controller/Prod/UsrLists.php - Controller/Root/Login.php Unable to retrieve provider identity unmöglich, Provider Identität abzurufen + Controller/Root/Login.php - Controller/Prod/Push.php - Controller/Prod/Push.php Unable to send the documents Es ist nicht möglich Dokumente zu senden + Controller/Prod/Push.php + Controller/Prod/Push.php - Controller/Root/Login.php - Controller/Root/Login.php Unable to send your account unlock email. unmöglich, Ihr freigeschaltet Konto E-Mail zu senden + Controller/Root/Login.php + Controller/Root/Login.php - Controller/Prod/UsrLists.php Unable to share the list with the usr Es ist nicht möglich, die Liste mit dem Benutzer zu teilen + Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php Unable to update list Es ist nicht möglich, die Liste zu aktualisieren + Controller/Prod/UsrLists.php + + + Unauthorized action + Unauthorized action + web/common/dialog_export.html.twig - admin/publications/list.html.twig Une fois la publication supprimee, les donnees publiees seront definitivement perdues. Continuer ? Nachdem Sie die Veröffentlichung gelöscht haben, gehen die veröffentlichen Daten eingültig verloren. Fortsetzen? + admin/publications/list.html.twig - web/prod/index.html.twig Une question personnelle eine persönliche Frage + web/prod/index.html.twig - eventsmanager/notify/validate.php - eventsmanager/notify/validate.php - eventsmanager/notify/validationreminder.php - eventsmanager/notify/validationreminder.php Une selection eine Auswahl ohne Titel + eventsmanager/notify/validate.php + eventsmanager/notify/validate.php + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationreminder.php - prod/upload/upload-flash.html.twig Unhandled Error Unbehandelte Fehler + prod/upload/upload-flash.html.twig - prod/upload/upload-flash.html.twig Unknow Error Unbekannter Fehler + prod/upload/upload-flash.html.twig - prod/upload/upload-flash.html.twig Unknow reason Unbekannter Grund + prod/upload/upload-flash.html.twig - Controller/Prod/Push.php Unknown user %user_id% Unknown user %user_id% + Controller/Prod/Push.php - Controller/Prod/Push.php Unknown user %usr_id% Unknown user %usr_id% - - - Model/Entities/User.php - Unnamed user - Unnamed user + Controller/Prod/Push.php - Controller/Admin/Databoxes.php Unreachable server Server nicht erreichbar + Controller/Admin/Databoxes.php - Notification/Mail/MailSuccessEmailUpdate.php Update of your email address on %application% Update of your email address on %application% + Notification/Mail/MailSuccessEmailUpdate.php - Notification/Mail/MailInfoSomebodyAutoregistered.php Update the account Konto aktualisieren + Notification/Mail/MailInfoSomebodyAutoregistered.php - web/admin/structure.html.twig Updated structure aktualisierte Struktur - - - lib/classes/base.php - Updating table %table_name% - Updating table %table_name% - - - lib/classes/appbox.php - Upgrading %databox_name% - Upgrading %databox_name% - - - lib/classes/appbox.php - Upgrading appbox - Appbox wird aktualisiert + web/admin/structure.html.twig - web/common/menubar.html.twig + Upload + upload + web/common/menubar.html.twig Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig @@ -6741,2091 +6975,2066 @@ Bridge/Youtube/upload.html.twig prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - Upload - upload - prod/upload/upload-flash.html.twig Upload URL is not set, please contact an admin Upload URL wurde nicht gesetzt, bitte kontaktieren Sie einen Administrator. + prod/upload/upload-flash.html.twig - user/import/file.html.twig Upload a csv file for users creation Hochladen Sie eine csv Datei, um Benutzer zu erstellen + user/import/file.html.twig - Notification/Mail/MailInfoBridgeUploadFailed.php Upload failed on %application% Upload failed on %application% + Notification/Mail/MailInfoBridgeUploadFailed.php - Bridge/Flickr/upload.html.twig Upload sur Flickr de %elements_length% elements Upload on Flickr of %elements_length% elements + Bridge/Flickr/upload.html.twig - prod/upload/lazaret.html.twig Uploaded by : %username% von: %username% hochgeladen + prod/upload/lazaret.html.twig - Form/Configuration/WebservicesFormType.php Use Google Chart API Use Google Chart API + Form/Configuration/WebservicesFormType.php - Form/Configuration/EmailFormType.php Use a SMTP server Benutzen Sie einen SMTP Server + Form/Configuration/EmailFormType.php - web/prod/index.html.twig Use latest search settings on Production loading Use latest search settings on Production loading + web/prod/index.html.twig - login/providers/mapping.html.twig Use my Phraseanet account Mein Phraseanet Konto benutzen + login/providers/mapping.html.twig - Form/Configuration/WebservicesFormType.php Use recaptcha API Benutzen Sie ReCaptcha API + Form/Configuration/WebservicesFormType.php - prod/upload/upload.html.twig Use the Flash uploader Benutzen Sie den Flash Uploader + prod/upload/upload.html.twig - prod/upload/upload-flash.html.twig Use the HTML5 uploader Benutzen Sie den HTML5 Uploader + prod/upload/upload-flash.html.twig - Form/Configuration/ExecutablesFormType.php Use with mod_token. Attention requires the apache modules and mod_h264_streaming mod_auth_token Mit mod_token benutzen. Vorsicht, benötigt die folgende Module: Apache und mod_h264_streaming mod_auth_token + Form/Configuration/ExecutablesFormType.php - Form/Configuration/ActionsFormType.php Used for guest account Für Gastkonto benutzt + Form/Configuration/ActionsFormType.php - Form/Configuration/SearchEngineFormType.php Used in search engine im Suchmaschine benutzt + Form/Configuration/SearchEngineFormType.php - Form/Configuration/SearchEngineFormType.php Used when opening the application wird benutzt beim Eröffnen der Anwendung + Form/Configuration/SearchEngineFormType.php - Controller/Prod/Push.php User already exists Benutzer existiert schon + Controller/Prod/Push.php - Controller/Prod/Language.php - prod/templates/push.html.twig - prod/templates/push.html.twig - prod/templates/push.html.twig - prod/templates/push.html.twig User can download HD Benutzer darf HD herunterladen + Controller/Prod/Language.php + 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 + Benutzer darf die andere Auswahlen sehen + Controller/Prod/Language.php + prod/templates/push.html.twig + prod/templates/push.html.twig + + + User contribute to the feedback + Benutzer darf Feedback geben Controller/Prod/Language.php prod/templates/push.html.twig prod/templates/push.html.twig - User can see others choices - Benutzer darf die andere Auswahlen sehen - - - Controller/Prod/Language.php - prod/templates/push.html.twig - prod/templates/push.html.twig - User contribute to the feedback - Benutzer darf Feedback geben - Controller/Prod/Push.php User successfully created Benutzer wurde erfolgreich erstellt + Controller/Prod/Push.php - Vocabulary/ControlProvider/UserProvider.php + Users + Benutzer + Vocabulary/ControlProvider/UserProvider.php user/import/view.html.twig web/admin/users.html.twig prod/actions/Push.html.twig - Users - Benutzer - Form/Configuration/ActionsFormType.php Users must accept Terms of Use for each export Die Benutzer müssen die Nutzungsbedingungen für jeden Export akzeptieren + Form/Configuration/ActionsFormType.php - prod/actions/Push.html.twig Users suggestion Benutzer Vorschlag + prod/actions/Push.html.twig - prod/orders/order_box.html.twig Utilisateur Benutzer + prod/orders/order_box.html.twig - prod/orders/order_box.html.twig - prod/orders/order_item.html.twig Utilisation prevue Verwendungszweck + prod/orders/order_box.html.twig + prod/orders/order_item.html.twig + + + Utilisez la barre d'outils pour télécharger les documents ou pour agir sur ces documents. + Utilisez la barre d'outils pour télécharger les documents ou pour agir sur ces documents. + web/prod/index.html.twig - web/lightbox/agreement_box.html.twig - lightbox/IE6/agreement_box.html.twig - web/lightbox/validate.html.twig VALIDATION Bestätigung + web/lightbox/agreement_box.html.twig + lightbox/IE6/agreement_box.html.twig + web/lightbox/validate.html.twig - Notification/Mail/MailRequestEmailConfirmation.php Validate e-mail address E-Mail Adresse bestätigen + Notification/Mail/MailRequestEmailConfirmation.php - eventsmanager/notify/validate.php - eventsmanager/notify/validate.php - eventsmanager/notify/validationdone.php - eventsmanager/notify/validationreminder.php - eventsmanager/notify/validationreminder.php - lightbox/IE6/validate.html.twig Validation Bestätigung + eventsmanager/notify/validate.php + eventsmanager/notify/validate.php + eventsmanager/notify/validationdone.php + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationreminder.php + lightbox/IE6/validate.html.twig - Controller/Prod/Push.php Validation from %user% Validation from %user% + Controller/Prod/Push.php - Notification/Mail/MailInfoValidationRequest.php Validation request from %user% for '%title%' Validation request from %user% for '%title%' + Notification/Mail/MailInfoValidationRequest.php + Validations + Bestätigung mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig - lightbox/IE6/validate.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig - web/lightbox/validate.html.twig - Validations - Bestätigung + web/lightbox/validate.html.twig - WorkZone/Browser/Browser.html.twig Validations received Erhaltene Bestätigungen + WorkZone/Browser/Browser.html.twig - WorkZone/Browser/Browser.html.twig Validations sent Gesendete Bestätigungen + WorkZone/Browser/Browser.html.twig - actions/Bridge/index.html.twig Vers quel API voulez vous vous connecter ? Mit welchem API möchten Sie sich verbinden ? + actions/Bridge/index.html.twig - Controller/Admin/Databoxes.php Veuillez arreter le planificateur avant la mise a jour Task Manager beenden bevor Sie die Update starten + Controller/Admin/Databoxes.php - web/setup/step2.html.twig Veuillez corriger les erreurs avant de poursuivre Bitte korrigieren Sie die Fehler bevor Sie fortsetzen + web/setup/step2.html.twig - TaskManager/Job/EmptyCollectionJob.php Vidage de collection Entleerung von Kollektionen + TaskManager/Job/EmptyCollectionJob.php - web/prod/index.html.twig Video Video + web/prod/index.html.twig - Media/Subdef/Video.php Video Codec Video Codec + Media/Subdef/Video.php - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php Videos Videos + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - actions/Feedback/list.html.twig View Ansehen + actions/Feedback/list.html.twig - Notification/Mail/MailInfoNewPublication.php View on %title% View on %title% + Notification/Mail/MailInfoNewPublication.php - prod/results/help.html.twig Visualiser tous les enregistrements / les derniers enregistrements Alle / die letzten Datensätze ansehen + prod/results/help.html.twig - Controller/Prod/Edit.php Vocabulary not found Vokabeln nicht gefunden + Controller/Prod/Edit.php - admin/fields/templates.html.twig Vocabulary type Wortschatz Typ + admin/fields/templates.html.twig + Voici vos paniers + Ihre Sammelkörbe mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig web/lightbox/index.html.twig - Voici vos paniers - Ihre Sammelkörbe + Voici vos validations en cours + Hier sind Ihre aktuellen Bewertungen mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig web/lightbox/index.html.twig - Voici vos validations en cours - Hier sind Ihre aktuellen Bewertungen - web/setup/step2.html.twig Votre adresse email Ihre Email Adresse + web/setup/step2.html.twig - web/setup/step2.html.twig Votre mot de passe Ihr Passwort + web/setup/step2.html.twig - prod/results/help.html.twig Votre recherche ne retourne aucun resultat Ihre Suche gibt kein Ergebnis zurück. + prod/results/help.html.twig - web/developers/application.html.twig Votre token d'access Ihr Zugriff Token + web/developers/application.html.twig - prod/results/answerabstract.html.twig - prod/results/help.html.twig Voulez-vous dire %link% ? Meinen Sie %link%? + prod/results/answerabstract.html.twig + prod/results/help.html.twig - web/setup/step2.html.twig Vous aurez besoin de spécifier un serveur MySQL, des repertoires de stockage pour vos documents, et de configurer votre serveur web pour qu'il publie certains de ces dossiers de stockage. Sie müssen einen MySQL Server und Ablageordner für Ihre Dokumente festlegen. Sie müssen auch Ihre Web Server einstellen, um einige Ablageordner zu veröffentlichen. + web/setup/step2.html.twig - web/account/authorized_apps.html.twig Vous avez autorise ces applications a acceder a votre compte Sie haben dieser Applikationen eine Zugriffsberechtigung auf Ihr Konto erteilt + web/account/authorized_apps.html.twig - Model/Entities/ValidationSession.php Vous avez envoye cette demande a %n% utilisateurs Vous avez envoye cette demande a %n% utilisateurs + Model/Entities/ValidationSession.php - prod/WorkZone/Macros.html.twig Vous avez envoye une demande de validation de document sur ce panier Sie haben eine Bewertung von Dokumenten angefordert + prod/WorkZone/Macros.html.twig - Notification/Mail/MailRecordsExport.php Vous avez recu des documents Sie haben Dokumente bekommen + Notification/Mail/MailRecordsExport.php - prod/WorkZone/Macros.html.twig Vous avez recu un nouveau panier Sie haben einen neuen Sammelkorb erhalten + prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig Vous avez recu une demande de validation de document sur ce panier Sie können eine Bewertung der Bilder in diesem Sammelkorb abgeben + prod/WorkZone/Macros.html.twig - Model/Entities/ValidationSession.php Vous aviez envoye cette demande a %n% utilisateurs Vous aviez envoye cette demande a %n% utilisateurs + Model/Entities/ValidationSession.php - Controller/Prod/Language.php Vous devez donner un titre Sie müssen einen Titel geben + Controller/Prod/Language.php - admin/publications/wrapper.html.twig Vous devez remplir les champs requis Sie müssen die erforderlichen Felder ausfüllen + admin/publications/wrapper.html.twig - web/common/dialog_export.html.twig Vous devez selectionner un type de sous definitions Sie müssen einen Typ von Unterauflösungen auswählen + web/common/dialog_export.html.twig - web/setup/step2.html.twig Vous devez specifier une adresse email et un mot de passe valides Sie müssen eine gültige E-Mail Adresse und Passwort eingeben + web/setup/step2.html.twig - Controller/Prod/Bridge.php Vous essayez de faire une action que je ne connais pas ! Sie versuchen eine unbekannte Aktion auszuführen ! + Controller/Prod/Bridge.php - actions/Bridge/disconnected.html.twig Vous etes actuellement deconnecte de votre compte, vous devez vous connecter pour continuer Sie sind zur Zeit abgemeldet. Loggen Sie sich bitte zuerst ein um fortzusetzen zu können. + actions/Bridge/disconnected.html.twig - actions/Bridge/callback.html.twig Vous etes authentifie avec succes Sie haben sich erfolgreich angemeldet. + actions/Bridge/callback.html.twig - Controller/Root/Login.php Vous etes maintenant deconnecte. A bientot. Sie sind nun erfolgreich abgemeldet. Bis bald! + Controller/Root/Login.php - actions/Bridge/index.html.twig Vous n'avez pas assez de droits sur certains elements selectionnes Sie haben nicht genügende Rechte auf einige ausgewählte Elemente. + actions/Bridge/index.html.twig - actions/Bridge/index.html.twig Vous n'avez pas assez de droits sur les elements selectionnes Sie haben nicht genügende Rechte auf die ausgewählte Elemente. + actions/Bridge/index.html.twig - Controller/Prod/Language.php Vous n'avez pas les droits pour supprimer certains documents Sie haben keinen Zugriffsrechte um einige Dokumente zu löschen + Controller/Prod/Language.php - Controller/Prod/Language.php Vous n'avez pas les droits pour supprimer ces documents Sie haben keine Zugriffsrechte um dieses Dokument zu löschen + Controller/Prod/Language.php - Controller/Prod/Language.php Vous n'avez pas rempli tous les champ requis Sie haben nicht alle erforderlichen Felder ausgefüllt + Controller/Prod/Language.php - Controller/Prod/Language.php Vous n'avez pas selectionne de fil de publication Sie haben den Veröffentlichungs - Thread nicht ausgewählt + Controller/Prod/Language.php - Bridge/Dailymotion/upload.html.twig - Bridge/Flickr/upload.html.twig - actions/Bridge/index.html.twig - Bridge/Youtube/upload.html.twig Vous n'avez selectionne aucun element Sie haben kein Element ausgewählt. + Bridge/Dailymotion/upload.html.twig + Bridge/Flickr/upload.html.twig + actions/Bridge/index.html.twig + Bridge/Youtube/upload.html.twig - Controller/Prod/Bridge.php - Controller/Prod/Bridge.php Vous ne pouvez pas editer plusieurs elements simultanement Sie können nicht mehrere Elemente gleichzeitig bearbeiten + Controller/Prod/Bridge.php + Controller/Prod/Bridge.php - Controller/Prod/Language.php Vous ne pouvez pas selectionner plus de 800 enregistrements Sie können nicht mehr als 800 Datensätze auswählen + Controller/Prod/Language.php - Bridge/Dailymotion/upload.html.twig Vous ne pouvez uploader des elements sur Dailymotion qu'un par un Auf Dailymotion dürfen Sie nur ein Element gleichzeitig hochladen. + Bridge/Dailymotion/upload.html.twig - Bridge/Youtube/upload.html.twig Vous ne pouvez uploader des elements sur Youtube qu'un par un Auf YouTube dürfen Sie nur ein Element gleichzeitig hochladen. + Bridge/Youtube/upload.html.twig - prod/results/help.html.twig Vous pouvez affiner votre recherche avec les opérateurs : ET, OU, SAUF ou DANS Sie können die Ergebnisse von Ihrer Suche mit folgenden Operatoren : UND, ODER, OHNE oder IN verfeinern + prod/results/help.html.twig - web/prod/index.html.twig 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/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig Warning ! Warnung ! + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - web/setup/step2.html.twig Warning, this database is not empty Achtung: Diese Datenbank ist nicht leer + web/setup/step2.html.twig - Notification/Mail/MailInfoPushReceived.php Watch it online Schauen Sie es Online an + Notification/Mail/MailInfoPushReceived.php - Notification/Mail/MailSuccessAccessRequest.php - Notification/Mail/MailSuccessEmailConfirmationUnregistered.php Watch my access requests status Meine Zugriffsanfrage Status anschauen + Notification/Mail/MailSuccessAccessRequest.php + Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - admin/collection/collection.html.twig Watermark Wasserzeichen + admin/collection/collection.html.twig - Controller/Root/Login.php Weak swach + Controller/Root/Login.php - Form/Configuration/MainConfigurationFormType.php Webservices connectivity Webservices Konnektivität + Form/Configuration/MainConfigurationFormType.php - admin/databox/details.html.twig Weight Gewicht + admin/databox/details.html.twig - prod/actions/Push.html.twig Welcome to the ListManager ! Herzlich Willkommen beim Liste Manager ! + prod/actions/Push.html.twig - WorkZone/Browser/Browser.html.twig When Wann + WorkZone/Browser/Browser.html.twig - Bridge/Flickr/photo_moveinto_photoset.html.twig Which photosets you want to put you %number% photos into ? Welche Fotosets möchten Sie benutzen, für die %number% Fotos? + Bridge/Flickr/photo_moveinto_photoset.html.twig - Bridge/Dailymotion/video_moveinto_playlist.html.twig - Bridge/Youtube/video_moveinto_playlist.html.twig Which playlist you want to put you %number% elements into ? Welche Playlist möchten Sie für Ihre %number% Elemente benutzen? + Bridge/Dailymotion/video_moveinto_playlist.html.twig + Bridge/Youtube/video_moveinto_playlist.html.twig + Whoops, looks like something went wrong. + Hoppla, etwas ist schiefgegangen. Event/Subscriber/ApiOauth2ErrorsSubscriber.php Phrasea/Core/PhraseaExceptionHandler.php Phrasea/Core/PhraseaExceptionHandler.php - Whoops, looks like something went wrong. - Hoppla, etwas ist schiefgegangen. - task-manager/task-editor/phraseanet-indexer.html.twig Windows specific Windows-spezifisch + task-manager/task-editor/phraseanet-indexer.html.twig - user/import/view.html.twig Would you like to continue ? Möchten Sie, fortzufahren? + user/import/view.html.twig - web/common/dialog_export.html.twig Would you like to receive an e-mail when your download is ready ? Möchten Sie eine Email erhalten wenn Ihr Download abgeschlossen ist ? + web/common/dialog_export.html.twig - web/admin/index.html.twig - web/admin/index.html.twig Would you like to reset rights before applying the template? Möchten Sie die Benutzerrechte zurücksetzen, bevor Sie die Vorlage anwenden? + web/admin/index.html.twig + web/admin/index.html.twig - web/admin/subdefs.html.twig Write Metas Meta schreiben + web/admin/subdefs.html.twig - web/prod/index.html.twig - web/prod/index.html.twig YYYY/MM/DD YYYY/MM/DD + web/prod/index.html.twig + web/prod/index.html.twig - user/import/view.html.twig - web/developers/applications.html.twig Yes Ja + user/import/view.html.twig + web/developers/applications.html.twig - actions/Feedback/List-Share.html.twig You are Admin Sie sind Admin + actions/Feedback/List-Share.html.twig - prod/actions/Push.html.twig You are about to ask for feedback for %nb_push_items% records, %nb_not_available% records can not be processed. Sie sind dabei, um Rückmeldung für %nb_push_items% Datensätze zu bitten, %nb_not_available% Datensätze können nicht verarbeitet werden + prod/actions/Push.html.twig - prod/actions/Push.html.twig You are about to ask for feedback for %nb_push_items% records. Sie sind dabei, um Rückmeldung für %nb_push_items% Datensätze zu bitten + prod/actions/Push.html.twig - actions/Bridge/index.html.twig You are about to delete this account. Would you like to continue ? Der Zugang wird gelöscht. Möchten Sie fortfahren? + actions/Bridge/index.html.twig - WorkZone/Browser/Browser.html.twig You are about to delete this basket. Would you like to continue ? Sie sind bereits, diesen Sammekork zu löschen. Möchten Sie fortfahren? + WorkZone/Browser/Browser.html.twig - prod/actions/Push.html.twig You are about to push %nb_push_items% records, %nb_not_available% records can not be processed. Sie sind dabei, %nb_push_items% Datensätze via Push zu senden, %nb_not_available% Datensätze können nicht verarbeitet werden. + prod/actions/Push.html.twig - prod/actions/Push.html.twig You are about to push %nb_push_items% records. Sie sind dabei, %nb_push_items% Datensätze via Push zu senden + prod/actions/Push.html.twig - Bridge/Api/Youtube.php You are attempting to exceed the storage limit on your account and must delete existing entries before inserting new entries Sie versuchen, die Speicherbegrenzung auf Ihrem Konto zu überschreiten. Zuerst müssen Sie alte Einträge löschen, bevor Sie neue Einträge einfügen können. + Bridge/Api/Youtube.php - Controller/Prod/Push.php You are not allowed to add users Sie werden nicht erlaubt, Benutzer zu hinzufügen + Controller/Prod/Push.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - actions/Feedback/List-Share.html.twig You are not authorized to do this Sie haben dafür keine Zugriffsrechte + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + actions/Feedback/List-Share.html.twig - admin/publications/fiche.html.twig You are not the feed owner Sie sind nicht der Besitzer von diesem Feed + admin/publications/fiche.html.twig - Controller/Admin/Publications.php You are not the owner of this feed, you can not edit it Sie sind nicht der Besitzer dieses Feeds: Sie können ihn deshalb nicht bearbeiten. + Controller/Admin/Publications.php - prod/upload/upload-flash.html.twig - prod/upload/upload-flash.html.twig You are using the Flash uploader. Sie benutzen den Flash Uploader + prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig - prod/upload/upload.html.twig You are using the HTML5 uploader. Sie benutzen den HTML5 Uploader + prod/upload/upload.html.twig + prod/upload/upload.html.twig - user/import/file.html.twig You can download an example by clicking here Sie können ein Vorbild hier herunterladen + user/import/file.html.twig - web/common/dialog_export.html.twig You can alternatively receive an email when the download is ready. Sie können zur Bestätigung eine Email erhalten wenn Ihr Download abgeschlossen ist. + web/common/dialog_export.html.twig - Controller/Prod/Language.php You can choose only one record Sie dürfen nur einen Datensatz auswählen + Controller/Prod/Language.php - user/import/file.html.twig You can download the documentation here Sie können die Dokumentation hier herunterladen + user/import/file.html.twig - web/common/dialog_export.html.twig You can not directly download more than %max_download% Mo ; time to package all documents is too long You can not download more than %max_download% Mo ; time to package all documents is too long + web/common/dialog_export.html.twig - Controller/Prod/Story.php You can not edit this story Sie können diesen Bericht nicht bearbeiten + Controller/Prod/Story.php - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig You can not upload files Sie dürfen Dateien nicht hochladen + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - Controller/Admin/Root.php You do not enough rights to update status Sie haben nicht die genügende Rechte, um den Status zu aktualisieren + Controller/Admin/Root.php - Controller/Prod/BasketController.php You do not have access to this basket Sie haben keinen Zugriff auf diesen Sammelkorb + Controller/Prod/BasketController.php - prod/upload/lazaret.html.twig You do not have enough rights to access quarantine Kein Zugriff auf die Quarantäne : fehlende Rechte + prod/upload/lazaret.html.twig - Controller/Prod/Export.php You do not have required rights to send these documents over FTP Sie besitzen nicht genügend Zugriffsrechte, diese Dokumente mit dem FTP zu senden + Controller/Prod/Export.php - prod/actions/delete_records_confirm.html.twig You do not have rights to remove all selected documents. Are you sure ? Sie besitzen nicht genügend Zugriffsrechte, alle ausgewählte Dokumente zu löschen. Sind Sie sicher? + prod/actions/delete_records_confirm.html.twig - prod/actions/delete_records_confirm.html.twig You do not have rights to remove selected documents Sie besitzen nicht genügend Zugriffsrechte, um die ausgewählte Dokumente zu löschen + prod/actions/delete_records_confirm.html.twig - Controller/Prod/MoveCollection.php You do not have the permission to move records to %collection% You do not have the permission to move records to %collection% + Controller/Prod/MoveCollection.php - Notification/Mail/MailInfoValidationRequest.php You have %d days to validate the selection. Sie haben %d Tage, um die Auswahl zu bestätigen + Notification/Mail/MailInfoValidationRequest.php - Notification/Mail/MailInfoValidationRequest.php You have 1 day to validate the selection. Sie haben 1 verbleibenden Tag, um Ihr Auswahl zu bestätigen + Notification/Mail/MailInfoValidationRequest.php - prod/upload/upload-flash.html.twig You have attempted to queue too many files Sie haben versucht, zuviele Dateien anzustehen + prod/upload/upload-flash.html.twig + + + You have been redirected to production application. + You have been redirected to production application. + web/prod/index.html.twig - actions/Property/index.html.twig You have selected %nbReceivedDocuments% records. Sie haben %nbReceivedDocuments% Datensätze ausgewählt + actions/Property/index.html.twig - actions/Property/index.html.twig You have selected one record. Sie haben einen Datensatz ausgewählt + actions/Property/index.html.twig - Phrasea/Controller/Lightbox.php You have to give your feedback at least on one document to send a report Sie müssen Ihr Feedback mindestens an einem Dokument geben, um einen Bericht zu senden + Phrasea/Controller/Lightbox.php - Notification/Mail/MailSuccessEmailConfirmationUnregistered.php You have to wait for an administrator approval for your access request Für Ihre Zugriffsanfrage müssen Sie eine Benehmigung von einem Administrator warten. + Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - Notification/Mail/MailInfoPushReceived.php You just received a push containing %quantity% documents from %user% You just received a push containing %quantity% documents from %user% + Notification/Mail/MailInfoPushReceived.php - web/common/dialog_export.html.twig You must agree to the Terms of Use to continue. Sie müssen die Nutzungsbedingungen akzeptieren, um fortzufahren + web/common/dialog_export.html.twig - Controller/Prod/Lazaret.php You must give a destination collection Geben Sie bitte eine Zielkollektion + Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php You must give a destination record Geben Sie bitte einen Zieldatensatz + Controller/Prod/Lazaret.php - user/import/view.html.twig You need define a model before importing a list of users Sie müssen zuerst eine Vorlage festlegen, um eine Liste von Benutzern zu importieren + user/import/view.html.twig - Notification/Mail/MailRequestPasswordSetup.php You now have to set up your pasword Nun müssen Sie Ihr Passwort einrichten + Notification/Mail/MailRequestPasswordSetup.php - Controller/Root/Login.php - Controller/Root/Login.php You tried to register with an unknown provider Sie haben es versucht, mit einem unbekannten Provider zu registrieren + Controller/Root/Login.php + Controller/Root/Login.php - Helper/User/Edit.php You will no longer receive notifications at %old_email% You will no longer receive notifications at %old_email% + Helper/User/Edit.php - Helper/User/Edit.php You will now receive notifications at %new_email% You will now receive notifications at %new_email% + Helper/User/Edit.php - login/providers/mapping.html.twig Your %provider_name% account matchs a Phraseanet account Ihr %provider_name% Konto entspricht einem vorhandenen Konto + login/providers/mapping.html.twig - Notification/Mail/MailSuccessEmailConfirmationRegistered.php Your access on %application% Your access on %application% + Notification/Mail/MailSuccessEmailConfirmationRegistered.php - web/login/index.html.twig Your account is locked, please follow the following link to unlock it Ihr Konto ist gesperrt, bitte folgen Sie das Link, um es freizuschalten + web/login/index.html.twig - Notification/Mail/MailRequestPasswordSetup.php Your account on %application% Your account on %application% + Notification/Mail/MailRequestPasswordSetup.php - Notification/Mail/MailRequestPasswordSetup.php Your account with the login %login% as been created Your account with the login %login% as been created + Notification/Mail/MailRequestPasswordSetup.php - prod/upload/upload.html.twig Your browser does not support all HTML5 features properly. Ihr Browser unterstützt nicht alle HTML5 Funktionen richtig. + prod/upload/upload.html.twig - Controller/Admin/Fields.php Your configuration has been successfuly saved. Ihre Konfiguration wurde erfolgreich gespeichert + Controller/Admin/Fields.php - Notification/Mail/MailSuccessEmailUpdate.php Your contact email address has been updated Ihre Email Adresse wurde aktualisiert + Notification/Mail/MailSuccessEmailUpdate.php - actions/Download/prepare.html.twig Your documents are ready. If the download does not start, %before_link%click here%after_link% Ihre Dokumente sind fertig. Falls das Herunterladen nicht startet, bitte %before_link%klicken Sie hier%after_link% + actions/Download/prepare.html.twig - web/setup/step2.html.twig Your email will be used to log in the application. Ihre Email wird für Ihre Anmeldung benötigt + web/setup/step2.html.twig - Controller/Root/Login.php Your identity is not recognized. Ihre Identität wird nicht erkannt + Controller/Root/Login.php - lib/classes/appbox.php Your install might need to build some sub-definitions Ihre Installation könnte benötigen, einige Unterauflösungen zu erstellen. + lib/classes/appbox.php - lib/classes/appbox.php Your install might need to re-read technical datas Ihre Installation erfordert vielleicht, technische Daten nochmal zu lesen. + lib/classes/appbox.php - lib/classes/appbox.php - lib/classes/appbox.php Your install requires data migration, please execute the following command Ihre Installation erfordert Datenmigration, bitte führen Sie folgenden Befehl aus. + lib/classes/appbox.php + lib/classes/appbox.php - web/setup/step2.html.twig Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories. Ihre Media und Unterauflösungen (Voransichten, Miniaturansichten..) werden in diese Verzeichnisse gespeichert. + web/setup/step2.html.twig + + + Your registration requests have been taken into account. + Your registration requests have been taken into account. + Controller/Root/Account.php - mobile/lightbox/index.html.twig - mobile/lightbox/index.html.twig a propos Über + mobile/lightbox/index.html.twig + mobile/lightbox/index.html.twig + action : ajouter au panier + Zum Sammelkorb hinzufügen web/client/answers.html.twig web/common/drop_down_options.html.twig prod/preview/tools.html.twig - action : ajouter au panier - Zum Sammelkorb hinzufügen - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig action : bridge Bridge + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig action : collection Verschieben + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - web/prod/index.html.twig - prod/preview/caption.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig action : editer Bearbeiten + web/prod/index.html.twig + prod/preview/caption.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig + action : exporter + Exportieren web/client/answers.html.twig web/client/baskets.html.twig web/client/baskets.html.twig - web/client/index.html.twig + web/client/index.html.twig web/common/drop_down_options.html.twig - web/lightbox/feed.html.twig - lightbox/IE6/feed.html.twig - lightbox/IE6/validate.html.twig - web/lightbox/validate.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 + web/lightbox/validate.html.twig + web/prod/index.html.twig + web/prod/index.html.twig prod/preview/tools.html.twig - prod/WorkZone/Basket.html.twig + prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig - action : exporter - Exportieren - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig action : outils Werkzeuge + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - web/client/baskets.html.twig action : ouvrir dans le comparateur im Lightbox öffnen + web/client/baskets.html.twig + action : print + Drucken web/client/answers.html.twig web/client/baskets.html.twig web/common/drop_down_options.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/preview/tools.html.twig - prod/WorkZone/Basket.html.twig + prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig - action : print - Drucken - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig action : publier Veröffentlichen + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig action : push Push + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig action : status Eigenschaften + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - web/client/baskets.html.twig - web/client/baskets.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Macros.html.twig - prod/WorkZone/Story.html.twig action : supprimer Löschen + web/client/baskets.html.twig + web/client/baskets.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Story.html.twig - web/client/baskets.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig action:: nouveau panier Neuer + web/client/baskets.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 - web/prod/index.html.twig action:: nouveau reportage Neuer Bericht + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig action::Valider Bestätigen + 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 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 action::renommer umbenennen + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig - - web/admin/tree.html.twig - admin:: CGUs - ANB + + actual status + actual status + admin/task-manager/index.html.twig - admin/collection/create.html.twig admin:: La collection n'a pas ete creee : vous devez donner un nom a votre collection Kollektion wurde nicht erstellt: sie müssen einen Namen eingeben + admin/collection/create.html.twig - admin/user/demand.html.twig admin:: appliquer le modele Vorlage anwenden + admin/user/registrations.html.twig - admin/user/demand.html.twig admin:: demandes en cours schwebende Anfragen + admin/user/registrations.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig admin:: donner les droits de telechargement et consultation de previews Ansicht und Herunterladen der Voransichten erlauben + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig admin:: donner les droits de telechargements de preview et hd Herunterladen der Voransichten und Dokumente erlauben + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig admin:: refuser l'acces Zugriff verboten + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig admin:: watermarquer les documents Wasserzeichen auf Voransichten anwenden + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - admin/databox/cgus.html.twig admin::CGU Les utilisateurs doivent imperativement revalider ces conditions ANB: Die Benutzer müssen unbedingt die ANB noch einmal bestätigen + admin/databox/cgus.html.twig - admin/databox/databox.html.twig admin::base: Alias Alias + admin/databox/databox.html.twig - admin/databox/databox.html.twig admin::base: Cette base est indexable Indexierung in dieser Datenbank möglich + admin/databox/databox.html.twig - admin/databox/databox.html.twig admin::base: Confirmer la suppression de la base Löschen der Datenbank bestätigen + admin/databox/databox.html.twig - admin/databox/databox.html.twig admin::base: Confirmer la suppression de tous les logs das Löschen aller Logdateien bestätigen? + admin/databox/databox.html.twig - admin/databox/databox.html.twig admin::base: Confirmer le vidage complet de la base Ganze Leerung der Datenbank bestätigen? + admin/databox/databox.html.twig - admin/databox/databox.html.twig admin::base: Confirmer vous l'arret de la publication de la base Ende der Datenbankveröffentlichung bestätigen? + admin/databox/databox.html.twig - web/admin/databases.html.twig admin::base: Monter une base eine Datenbank erstellen + web/admin/databases.html.twig - web/admin/databases.html.twig admin::base: Version Version + web/admin/databases.html.twig - admin/databox/databox.html.twig admin::base: arreter la publication de la base Veröffentlichung stoppen + admin/databox/databox.html.twig - Controller/Admin/Databox.php - admin/databox/databox.html.twig admin::base: aucun alias Kein Alias + Controller/Admin/Databox.php + admin/databox/databox.html.twig - web/admin/databases.html.twig admin::base: creer une base eine neue Datenbank erstellen + web/admin/databases.html.twig - admin/databox/databox.html.twig admin::base: document indexes en utilisant la fiche xml Volltext indexierte Dokumente + admin/databox/databox.html.twig - admin/databox/databox.html.twig admin::base: document indexes en utilisant le thesaurus Thesaurus indexierte Dokumente + admin/databox/databox.html.twig - admin/databox/databox.html.twig admin::base: envoyer un logo (jpeg 35px de hauteur max) Ein Logo senden (Höhe ist 35 px max., JPEG) + admin/databox/databox.html.twig - admin/databox/databox.html.twig admin::base: logo impression PDF Logo für das PDF-Drucken + admin/databox/databox.html.twig - admin/collection/details.html.twig admin::base: nombre Anzahl + admin/collection/details.html.twig - admin/databox/databox.html.twig admin::base: nombre d'enregistrements sur la base : Anzahl von Datensätzen auf der Datenbank + admin/databox/databox.html.twig - admin/databox/databox.html.twig admin::base: nombre de mots indexes sur la base indexierte Wörter : + admin/databox/databox.html.twig - admin/databox/databox.html.twig admin::base: nombre de mots uniques sur la base : einzelne Wörter : + admin/databox/databox.html.twig - admin/databox/databox.html.twig admin::base: nombre de termes de Thesaurus indexes : indexierte Thesaurus-Begriffe: + admin/databox/databox.html.twig - admin/collection/details.html.twig admin::base: objet Objekt + admin/collection/details.html.twig - admin/collection/details.html.twig - admin/collection/details.html.twig admin::base: poids Größe + admin/collection/details.html.twig + admin/collection/details.html.twig - web/admin/tree.html.twig admin::base: preferences de collection Kollektionseinstellungen + web/admin/tree.html.twig - web/admin/structure.html.twig admin::base: structure Struktur + web/admin/structure.html.twig + + + admin::base: subdefs to be created : + admin::base: subdefs to be created : + admin/databox/databox.html.twig - admin/databox/databox.html.twig admin::base: supprimer la base Datenbank löschen + admin/databox/databox.html.twig - admin/databox/databox.html.twig admin::base: supprimer tous les logs Alle Logdateien löschen + admin/databox/databox.html.twig - admin/databox/databox.html.twig admin::base: vider la base Datenbank leeren + admin/databox/databox.html.twig - Controller/Admin/Databox.php admin::base: vider la base avant de la supprimer Datenbank leeren bevor sie gelöscht wird + Controller/Admin/Databox.php - web/admin/structure.html.twig admin::base: xml invalide, les changements ne seront pas appliques XML ungültig, die Änderungen werden nicht angewendet + web/admin/structure.html.twig - admin/collection/create.html.twig - admin/databox/databox.html.twig admin::base:collection: Creer une collection eine Kollektion erstellen + admin/collection/create.html.twig + admin/databox/databox.html.twig - admin/databox/databox.html.twig - admin/databox/databox.html.twig admin::base:collection: Monter une collection eine Kollektion erstellen + admin/databox/databox.html.twig + admin/databox/databox.html.twig - admin/collection/create.html.twig admin::base:collection: Nom de la nouvelle collection : Name : + admin/collection/create.html.twig - admin/collection/create.html.twig - admin/databox/databox.html.twig admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces Benutzer und Rechte von der Kollektion anwenden : + admin/collection/create.html.twig + admin/databox/databox.html.twig - admin/collection/collection.html.twig - admin/collection/collection.html.twig admin::base:collection: activer la collection Kollektion aktivieren + admin/collection/collection.html.twig + admin/collection/collection.html.twig + admin::base:collection: aucun fichier (minilogo, watermark ...) + Keine Datei admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig - admin/collection/collection.html.twig - admin/databox/databox.html.twig - admin::base:collection: aucun fichier (minilogo, watermark ...) - Keine Datei + admin/databox/databox.html.twig - admin/collection/collection.html.twig - admin/collection/collection.html.twig admin::base:collection: descativer la collection Kollektion deaktivieren + admin/collection/collection.html.twig + admin/collection/collection.html.twig - admin/collection/collection.html.twig admin::base:collection: etat de la collection Kollektion Status + admin/collection/collection.html.twig - admin/collection/collection.html.twig admin::base:collection: etes vous sur darreter la publication de cette collection Ende der Kollektionveröffentlichung bestätigen + admin/collection/collection.html.twig - admin/collection/collection.html.twig admin::base:collection: etes vous sur de publier cette collection ? Veröffentlichung dieser Kollektion bestätigen? + admin/collection/collection.html.twig - admin/collection/collection.html.twig admin::base:collection: etes vous sur de vider la collection ? Sind Sie sicher, dass Sie die Kollektion leeren möchten? - - - admin/collection/collection.html.twig - admin::base:collection: image de presentation : - Kollektion Bildvorstellung + admin/collection/collection.html.twig - admin/collection/collection.html.twig admin::base:collection: minilogo actuel aktuelles Mini Logo + admin/collection/collection.html.twig - admin/collection/collection.html.twig admin::base:collection: numero de collection distante entfernte ID Kollektion + admin/collection/collection.html.twig - admin/collection/collection.html.twig admin::base:collection: renommer la collection umbenennen + admin/collection/collection.html.twig - admin/databox/databox.html.twig admin::base:collection: supprimer le logo Logo löschen + admin/databox/databox.html.twig - admin/collection/collection.html.twig admin::base:collection: vider la collection leeren + admin/collection/collection.html.twig - admin/collection/reorder.html.twig - admin/collection/suggested_value.html.twig admin::base:collorder: descendre absteigend + admin/collection/reorder.html.twig + admin/collection/suggested_value.html.twig - admin/collection/reorder.html.twig - admin/collection/suggested_value.html.twig admin::base:collorder: monter aufsteigend + admin/collection/reorder.html.twig + admin/collection/suggested_value.html.twig - admin/collection/reorder.html.twig - admin/collection/suggested_value.html.twig admin::base:collorder: reinitialiser en ordre alphabetique in alphabetischer Reihenfolge sortieren + admin/collection/reorder.html.twig + admin/collection/suggested_value.html.twig - admin/collection/collection.html.twig admin::colelction::presentation des elements : rien standardmässig + admin/collection/collection.html.twig - admin/collection/collection.html.twig admin::colelction::presentation des elements : stamp Stempel + admin/collection/collection.html.twig - admin/collection/collection.html.twig admin::colelction::presentation des elements : watermark Wasserzeichen Datei + admin/collection/collection.html.twig - admin/user/demand.html.twig admin::collection Kollektion + admin/user/registrations.html.twig - admin/collection/collection.html.twig admin::collection: Confirmez vous la suppression de cette collection ? Löschen der Kollektion bestätigen? + admin/collection/collection.html.twig - web/admin/tree.html.twig admin::collection: ordre des collections Kollektionen Ordnung + web/admin/tree.html.twig - admin/collection/collection.html.twig admin::collection:: Gestionnaires des commandes Bestellungen Manager + admin/collection/collection.html.twig - admin/collection/collection.html.twig admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications) Vorstellung von Elementen bei externen Veröffentlichungen + admin/collection/collection.html.twig - web/setup/step2.html.twig admin::compte-utilisateur A propos de la securite des mots de passe : über die Sicherheit den Passwörtern + web/setup/step2.html.twig - web/setup/step2.html.twig admin::compte-utilisateur Les mots de passe doivent etre clairement distincts du login et contenir au moins deux types parmis les caracteres suivants : Passwörter müssen eindeutig von Benutzernamen sein und mindestens zwei Zeichen enthalten, unter diesen : + web/setup/step2.html.twig - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig admin::compte-utilisateur activite Tätigkeit + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur adresse Adresse + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/common/dialog_export.html.twig - web/account/account.html.twig admin::compte-utilisateur changer mon mot de passe mein Passwort ändern + web/account/account.html.twig - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur code postal PLZ + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - web/account/reset-email.html.twig admin::compte-utilisateur confirmer la nouvelle adresse email E-mail Adresse bestätigen + web/account/reset-email.html.twig - web/admin/users.html.twig admin::compte-utilisateur date de creation Erstellungsdatum + web/admin/users.html.twig - web/admin/users.html.twig admin::compte-utilisateur dernier modele applique Letzte angewendete Vorlage + web/admin/users.html.twig - Controller/Admin/Users.php - eventsmanager/notify/autoregister.php - web/account/account.html.twig - web/admin/connected-users.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/admin/users.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur email E-Mail + Controller/Admin/Users.php + web/account/account.html.twig + web/admin/connected-users.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/admin/users.html.twig + web/common/dialog_export.html.twig - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur fax Fax + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - web/admin/users.html.twig admin::compte-utilisateur id utilisateur Benutzername + web/admin/users.html.twig - Core/Provider/RegistrationServiceProvider.php - api/auth/end_user_authorization.html.twig - web/account/account.html.twig - web/account/account.html.twig - web/account/reset-email.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/admin/users.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur identifiant Benutzername + Core/Provider/RegistrationServiceProvider.php + api/auth/end_user_authorization.html.twig + web/account/account.html.twig + web/account/account.html.twig + web/account/reset-email.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/admin/users.html.twig + api/auth/end_user_authorization.html.twig + web/common/dialog_export.html.twig - api/auth/end_user_authorization.html.twig - web/account/account.html.twig - web/account/reset-email.html.twig - web/common/dialog_export.html.twig - web/setup/step2.html.twig admin::compte-utilisateur mot de passe Passwort + api/auth/end_user_authorization.html.twig + web/account/account.html.twig + web/account/reset-email.html.twig + api/auth/end_user_authorization.html.twig + web/common/dialog_export.html.twig + web/setup/step2.html.twig - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - eventsmanager/notify/autoregister.php - web/account/account.html.twig - web/admin/connected-users.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur nom Name + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/connected-users.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/common/dialog_export.html.twig - web/account/reset-email.html.twig admin::compte-utilisateur nouvelle adresse email Neue E-Mail Adresse + web/account/reset-email.html.twig - Controller/Admin/Users.php - web/admin/users.html.twig admin::compte-utilisateur pays Land + Controller/Admin/Users.php + web/admin/users.html.twig - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur poste Beruf + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/common/dialog_export.html.twig - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - eventsmanager/notify/autoregister.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur prenom Vorname + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/common/dialog_export.html.twig - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig admin::compte-utilisateur sexe Anrede + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/connected-users.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/admin/users.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur societe Firma + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/connected-users.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/admin/users.html.twig + web/common/dialog_export.html.twig - Core/Provider/RegistrationServiceProvider.php admin::compte-utilisateur tel Benutzer Konto Telefon + Core/Provider/RegistrationServiceProvider.php - Controller/Admin/Users.php - web/account/account.html.twig - web/admin/connected-users.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur telephone Telefon + Controller/Admin/Users.php + web/account/account.html.twig + web/admin/connected-users.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/common/dialog_export.html.twig - Controller/Root/Account.php admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer Wir haben Ihnen eine Email Bestätigung geschickt. Bitte folgen Sie den Anweisungen um fortzusetzen. + Controller/Root/Account.php - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur ville Ort + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - Controller/Root/Account.php admin::compte-utilisateur: L'email a correctement ete mis a jour Die E-Mail wurde aktualisiert + Controller/Root/Account.php - web/account/reset-email.html.twig admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ? Warum brauche ich mein Passwort um meine E-mail Adresse zu ändern? + web/account/reset-email.html.twig - web/account/reset-email.html.twig admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer. Iher E-Mail Adresse wird als Sicherheitsabfrage benutzt falls Sie Ihr Passwort vergessen haben und zurücksetzen wollen. Nur der E-mail Besitzer kannmit seinem account das Passwort ändern + web/account/reset-email.html.twig - Notification/Mail/MailRequestEmailUpdate.php admin::compte-utilisateur: email changement de mot d'email Bonjour, nous avons bien recu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. SI vous recevez ce mail sans l'avoir sollicite, merci de le detruire et de l'ignorer. Guten Tag. Eine Anfrage zur Änderung Ihrer Email Adresse ist bei uns eingegangen. Damit Sie die Änderung durchführen können, klicken Sie auf den folgenden link. Sollten Sie keine Änderung wünschen so löschen Sie bitte dieses mail + Notification/Mail/MailRequestEmailUpdate.php - Controller/Root/Account.php admin::compte-utilisateur: erreur lors de la mise a jour Fehler beim Updaten + Controller/Root/Account.php - web/setup/step2.html.twig admin::compte-utilisateur::securite caracteres majuscules Grossbuchstaben + web/setup/step2.html.twig - web/setup/step2.html.twig admin::compte-utilisateur::securite caracteres minuscules Kleinbuchstaben + web/setup/step2.html.twig - web/setup/step2.html.twig admin::compte-utilisateur::securite caracteres numeriques Digitale + web/setup/step2.html.twig - web/setup/step2.html.twig admin::compte-utilisateur::securite caracteres speciaux Sonderzeichen + web/setup/step2.html.twig - web/account/account.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur:ftp: repertoire de destination ftp FTP Zielordner + web/account/account.html.twig + web/common/dialog_export.html.twig - web/account/account.html.twig admin::compte-utilisateur:ftp: Activer le compte FTP FTP-Funktion aktivieren + web/account/account.html.twig - Controller/Root/Account.php admin::compte-utilisateur:ftp: Le mot de passe est errone falsches Passwort + Controller/Root/Account.php - web/account/account.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur:ftp: Nombre d'essais max maximale Anzahl von Versuchen + web/account/account.html.twig + web/common/dialog_export.html.twig - web/account/account.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur:ftp: Utiliser le mode passif Passiv Mode benutzen + web/account/account.html.twig + web/common/dialog_export.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur:ftp: creer un dossier Directory erstellen + web/common/dialog_export.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur:ftp: ecrire un fichier de log eine Log Datei schreiben + web/common/dialog_export.html.twig - web/account/account.html.twig admin::compte-utilisateur:ftp: prefixe des noms de dossier ftp Ordner Namens-Prefix + web/account/account.html.twig - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur:sexe: madame Frau + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur:sexe: mademoiselle Fräulein + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur:sexe: monsieur Herr - - - web/common/menubar.html.twig - admin::monitor: Ancienne version (client) - Classic - - - web/common/menubar.html.twig - admin::monitor: Nouvelle version (prod) - Prod + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - web/admin/connected-users.html.twig admin::monitor: bases sur lesquelles l'utilisateur est connecte : eingeloggte Datenbanken + web/admin/connected-users.html.twig - web/admin/connected-users.html.twig admin::monitor: date de connexion Verbindungsdatum + web/admin/connected-users.html.twig - web/admin/connected-users.html.twig admin::monitor: dernier access Letzter Zugriff + web/admin/connected-users.html.twig - Controller/Admin/ConnectedUsers.php - lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig admin::monitor: module admin Admin + Controller/Admin/ConnectedUsers.php + lib/classes/phrasea.php + web/admin/connected-users.html.twig + web/common/menubar.html.twig - Controller/Admin/ConnectedUsers.php - lib/classes/phrasea.php - classes/record/preview.php - web/admin/connected-users.html.twig admin::monitor: module client Client + Controller/Admin/ConnectedUsers.php + lib/classes/phrasea.php + classes/record/preview.php + web/admin/connected-users.html.twig - Controller/Admin/ConnectedUsers.php - lib/classes/phrasea.php - web/admin/connected-users.html.twig admin::monitor: module comparateur Lightbox + Controller/Admin/ConnectedUsers.php + lib/classes/phrasea.php + web/admin/connected-users.html.twig - Controller/Admin/ConnectedUsers.php admin::monitor: module inconnu unbekannt + Controller/Admin/ConnectedUsers.php - Controller/Admin/ConnectedUsers.php - lib/classes/phrasea.php - classes/record/preview.php - web/admin/connected-users.html.twig admin::monitor: module production Prod + Controller/Admin/ConnectedUsers.php + lib/classes/phrasea.php + classes/record/preview.php + web/admin/connected-users.html.twig - Controller/Admin/ConnectedUsers.php - lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig admin::monitor: module report Report + Controller/Admin/ConnectedUsers.php + lib/classes/phrasea.php + web/admin/connected-users.html.twig + web/common/menubar.html.twig - Controller/Admin/ConnectedUsers.php - lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig admin::monitor: module thesaurus Thesaurus + Controller/Admin/ConnectedUsers.php + lib/classes/phrasea.php + web/admin/connected-users.html.twig + web/common/menubar.html.twig - Controller/Admin/ConnectedUsers.php - lib/classes/phrasea.php - web/common/menubar.html.twig admin::monitor: module upload Upload + Controller/Admin/ConnectedUsers.php + lib/classes/phrasea.php + web/common/menubar.html.twig - Controller/Admin/ConnectedUsers.php - Phrasea/Controller/Lightbox.php - Phrasea/Controller/Lightbox.php - Phrasea/Controller/Lightbox.php - lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig admin::monitor: module validation Lightbox + Controller/Admin/ConnectedUsers.php + Phrasea/Controller/Lightbox.php + Phrasea/Controller/Lightbox.php + Phrasea/Controller/Lightbox.php + lib/classes/phrasea.php + web/common/menubar.html.twig - web/admin/connected-users.html.twig admin::monitor: modules Module + web/admin/connected-users.html.twig - web/common/menubar.html.twig admin::monitor: production Prod + web/common/menubar.html.twig - web/admin/connected-users.html.twig admin::monitor: total des utilisateurs uniques : Gesamtzahl der einzelnen Benutzer + web/admin/connected-users.html.twig - web/admin/connected-users.html.twig admin::monitor: utilisateur Benutzer + web/admin/connected-users.html.twig - Notification/Mail/MailInfoSomebodyAutoregistered.php admin::register: Inscription automatique sur %application% admin::register: Inscription automatique sur %application% + Notification/Mail/MailInfoSomebodyAutoregistered.php - Notification/Mail/MailInfoNewOrder.php admin::register: Nouvelle commande sur %s Neue Bestellung auf %s + Notification/Mail/MailInfoNewOrder.php - Notification/Mail/MailInfoUserRegistered.php admin::register: demande d'inscription sur %application% admin::register: demande d'inscription sur %application% + Notification/Mail/MailInfoUserRegistered.php - Notification/Mail/MailInfoUserRegistered.php admin::register: un utilisateur a fait une demande d'inscription Ein Nutzer hat eine Anmeldungsanfrage geschickt + Notification/Mail/MailInfoUserRegistered.php - Notification/Mail/MailInfoSomebodyAutoregistered.php admin::register: un utilisateur s'est inscrit Ein Benutzer hat sich angemeldet + Notification/Mail/MailInfoSomebodyAutoregistered.php - admin/statusbit/edit.html.twig admin::status: case A Off + admin/statusbit/edit.html.twig - admin/statusbit/edit.html.twig admin::status: case B On + admin/statusbit/edit.html.twig - web/admin/tree.html.twig admin::status: reglage des status Status Einstellungen + web/admin/tree.html.twig - admin/statusbit/edit.html.twig - admin/statusbit/edit.html.twig admin::status: texte a afficher Text angezeigt + admin/statusbit/edit.html.twig + admin/statusbit/edit.html.twig - admin/statusbit/edit.html.twig - admin/statusbit/edit.html.twig admin::status:: aucun symbole Bildzeichen löschen + admin/statusbit/edit.html.twig + admin/statusbit/edit.html.twig - web/admin/tree.html.twig admin::structure: reglage de la structure Struktur Einstellung + web/admin/tree.html.twig - admin/collection/suggested_value.html.twig admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. + admin/collection/suggested_value.html.twig - admin/collection/suggested_value.html.twig admin::sugval: Valeurs suggerees/Preferences de la collection Vorschlagswerte - Kollektion Einstellungen + admin/collection/suggested_value.html.twig - admin/collection/suggested_value.html.twig admin::sugval: champs Felder + admin/collection/suggested_value.html.twig - task-manager/task-editor/task.html.twig admin::tasks: Nombre de crashes : Fehler - - - admin/task-manager/list.html.twig - admin::tasks: Nouvelle tache - Neue Aufgabe - - - admin/task-manager/list.html.twig - admin::tasks: nom de la tache - Name - - - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig - admin::tasks: planificateur de taches - Aufgaben-Scheduler - - - admin/task-manager/list.html.twig - admin::tasks: process_id de la tache - Prozess id + task-manager/task-editor/task.html.twig - task-manager/task-editor/task.html.twig admin::tasks: reinitialiser el compteur de crashes den Fehlerzähler zurücksetzen - - - admin/task-manager/list.html.twig - admin::tasks: statut de la tache - Status + task-manager/task-editor/task.html.twig - web/admin/users.html.twig admin::user: export d'utilisateurs Export + web/admin/users.html.twig - web/admin/users.html.twig admin::user: import d'utilisateurs Import + web/admin/users.html.twig - web/admin/users.html.twig admin::user: nouveau template Neue Vorlage + web/admin/users.html.twig - web/admin/users.html.twig admin::user: nouvel utilisateur Neuer Benutzer + web/admin/users.html.twig - web/admin/tree.html.twig admin::utilisateurs: bases de donnees Datenbanken + web/admin/tree.html.twig - web/admin/tree.html.twig admin::utilisateurs: demandes en cours Anfragen + web/admin/tree.html.twig - web/admin/tree.html.twig admin::utilisateurs: gestionnaire de taches Aufgabe-Scheduler + web/admin/tree.html.twig - web/admin/tree.html.twig - web/admin/tree.html.twig - web/admin/tree.html.twig admin::utilisateurs: utilisateurs Benutzer + web/admin/tree.html.twig + web/admin/tree.html.twig + web/admin/tree.html.twig - web/admin/connected-users.html.twig - web/admin/tree.html.twig admin::utilisateurs: utilisateurs connectes eingeloggte Benutzer + web/admin/connected-users.html.twig + web/admin/tree.html.twig - SearchEngine/SphinxSearch/SphinxSearchEngine.php aleatoire zufällig + SearchEngine/SphinxSearch/SphinxSearchEngine.php - actions/Tools/index.html.twig alert Vorsicht + actions/Tools/index.html.twig - web/admin/dashboard.html.twig all caches services have been flushed Alle Cache Dienste wurden gespüllt + web/admin/dashboard.html.twig - Controller/Prod/Tools.php - actions/Tools/index.html.twig an error occured Ein Fehler ist aufgetreten + Controller/Prod/Tools.php + actions/Tools/index.html.twig - Phrasea/Controller/Setup.php an error occured : %message% an error occured : %message% + Phrasea/Controller/Setup.php - eventsmanager/notify/downloadmailfail.php an error occured while exporting records Fehler beim Export von Datensätzen + eventsmanager/notify/downloadmailfail.php - prod/actions/Push.html.twig and %n% more peoples und %n% mehr Leute + prod/actions/Push.html.twig - web/common/doctype_icons.html.twig animation flash Flash Animation + web/common/doctype_icons.html.twig - classes/module/report.php aout August + classes/module/report.php - SearchEngine/Elastic/ElasticSearchEngine.php - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php ascendant aufsteigend + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php - web/common/doctype_icons.html.twig audio Audio + web/common/doctype_icons.html.twig - prod/results/help.html.twig auto* auto* + prod/results/help.html.twig - prod/results/help.html.twig automobile Automobil + prod/results/help.html.twig - classes/module/report.php avril April + classes/module/report.php - Controller/Thesaurus/Thesaurus.php bad character at line %line% bad character at line %line% + Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php bad encoding at line %line% bad encoding at line %line% + Controller/Thesaurus/Thesaurus.php - admin/databox/databox.html.twig base:: re-indexer Jetzt die Datenbank neu indexieren (Dieser Vorgang kann bei vielen Datensätzen / ab 10.000/ Stunden dauern) + admin/databox/databox.html.twig - eventsmanager/notify/uploadquarantine.php be notified when a document is placed in quarantine Benachrichtigungen bekommen, wenn ein Dokument unter Quarantäne gestellt wird + eventsmanager/notify/uploadquarantine.php - prod/results/help.html.twig bijou en or in einem solchen Fall + prod/results/help.html.twig - web/client/index.html.twig - web/prod/index.html.twig boutton:: selectionner aucune base Keine + web/client/index.html.twig + web/prod/index.html.twig - web/client/index.html.twig - web/prod/index.html.twig boutton:: selectionner toutes les bases Alle + web/client/index.html.twig + web/prod/index.html.twig + boutton::ajouter + hinzufügen admin/collection/suggested_value.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig - boutton::ajouter - hinzufügen - Controller/Client/Root.php - Controller/Prod/Language.php - Controller/Prod/Language.php + boutton::annuler + abbrechen + Controller/Client/Root.php + Controller/Prod/Language.php + Controller/Prod/Language.php web/account/reset-email.html.twig admin/collection/create.html.twig - web/admin/index.html.twig + web/admin/index.html.twig admin/publications/fiche.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig @@ -8834,146 +9043,141 @@ Bridge/Youtube/video_modify.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/import-dialog.html.twig - web/thesaurus/link-field-step1.html.twig - web/thesaurus/link-field-step2.html.twig - web/thesaurus/new-synonym-dialog.html.twig - web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig - web/thesaurus/search.html.twig - boutton::annuler - abbrechen + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/import-dialog.html.twig + web/thesaurus/link-field-step1.html.twig + web/thesaurus/link-field-step2.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - web/admin/users.html.twig boutton::appliquer Anwenden + web/admin/users.html.twig + boutton::chercher + suchen lib/classes/queries.php lib/classes/queries.php web/admin/users.html.twig - actions/Feedback/list.html.twig - web/prod/thesaurus.js.twig - web/thesaurus/search.html.twig - boutton::chercher - suchen + actions/Feedback/list.html.twig + web/prod/thesaurus.js.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - web/admin/editusers.html.twig - web/admin/users.html.twig boutton::choisir Auswählen + web/admin/editusers.html.twig + web/admin/users.html.twig - web/common/dialog_export.html.twig boutton::commander bestellen + web/common/dialog_export.html.twig - Controller/Prod/Language.php - web/admin/databases.html.twig boutton::creer suchen + Controller/Prod/Language.php + web/admin/databases.html.twig + boutton::demarrer + Dia Show web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - boutton::demarrer - Dia Show - prod/feeds/entry_macro.html.twig boutton::editer Bearbeiten + prod/feeds/entry_macro.html.twig - web/lightbox/sc_note.html.twig boutton::enregistrer speichern + web/lightbox/sc_note.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig boutton::envoyer senden + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - web/common/dialog_export.html.twig boutton::essayer probieren + web/common/dialog_export.html.twig - web/admin/users.html.twig boutton::exporter Exportieren + web/admin/users.html.twig - Controller/Client/Root.php - Controller/Prod/Language.php - web/client/index.html.twig - web/common/dialog_export.html.twig + boutton::fermer + schliessen + Controller/Client/Root.php + Controller/Prod/Language.php + web/client/index.html.twig + web/common/dialog_export.html.twig web/lightbox/sc_note.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig prod/actions/Push.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-topics.html.twig - web/thesaurus/link-field-step3.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/export-topics.html.twig + web/thesaurus/link-field-step3.html.twig web/thesaurus/properties.html.twig - boutton::fermer - schliessen - web/developers/application.html.twig boutton::generer erstellen + web/developers/application.html.twig - prod/actions/printer_default.html.twig boutton::imprimer Drucken - - - actions/publish/publish_edit.html.twig - boutton::mettre a jour - updaten + prod/actions/printer_default.html.twig - web/admin/users.html.twig + boutton::modifier + ändern + web/admin/users.html.twig Bridge/Dailymotion/actionelement.html.twig Bridge/Flickr/actionelement.html.twig Bridge/Youtube/actionelement.html.twig - boutton::modifier - ändern - web/admin/databases.html.twig boutton::monter erstellen + web/admin/databases.html.twig + boutton::pause + Pause web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - boutton::pause - Pause + boutton::precedent + vorherige web/lightbox/feed_options_box.html.twig web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig @@ -8982,56 +9186,51 @@ lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - boutton::precedent - vorherige - - - actions/publish/publish.html.twig - boutton::publier - veröffentlichen + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig - Controller/Prod/Language.php - web/client/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig boutton::rechercher suchen + Controller/Prod/Language.php + web/client/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig - actions/Bridge/disconnected.html.twig boutton::refresh Aktualisieren + actions/Bridge/disconnected.html.twig - web/admin/dashboard.html.twig boutton::reinitialiser Zurücksetzen + web/admin/dashboard.html.twig - prod/actions/edit_default.html.twig boutton::remplacer ersetzen + prod/actions/edit_default.html.twig - Controller/Client/Root.php - Controller/Prod/Language.php boutton::renouveller erneuern + Controller/Client/Root.php + Controller/Prod/Language.php + boutton::retour + Zurück admin/collection/details.html.twig admin/databox/details.html.twig web/admin/editusers.html.twig admin/publications/fiche.html.twig admin/statusbit/edit.html.twig user/import/file.html.twig - web/developers/application.html.twig + web/developers/application.html.twig web/developers/application_form.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig Bridge/Dailymotion/playlist_deleteelement.html.twig @@ -9045,15 +9244,15 @@ Bridge/Youtube/playlist_deleteelement.html.twig Bridge/Youtube/video_deleteelement.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig - boutton::retour - Zurück - actions/Bridge/error.html.twig boutton::retry Wiederholen + actions/Bridge/error.html.twig + boutton::suivant + folgende web/lightbox/feed_options_box.html.twig web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig @@ -9062,22 +9261,20 @@ lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - boutton::suivant - folgende + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig - Controller/Prod/Language.php - Controller/Thesaurus/Xmlhttp.php + boutton::supprimer + Löschen + Controller/Prod/Language.php admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig - admin/collection/collection.html.twig admin/collection/suggested_value.html.twig admin/publications/fiche.html.twig admin/publications/list.html.twig @@ -9090,38 +9287,38 @@ Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig prod/feeds/entry_macro.html.twig - web/prod/thesaurus.js.twig - boutton::supprimer - Löschen + web/prod/thesaurus.js.twig + web/thesaurus/presets.html.twig - web/common/dialog_export.html.twig + boutton::telecharger + download + web/common/dialog_export.html.twig web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - boutton::telecharger - download - web/lightbox/feed.html.twig - lightbox/IE6/feed.html.twig - lightbox/IE6/validate.html.twig - web/lightbox/validate.html.twig boutton::telecharger tous les documents Alle Dokumente herunterladen + web/lightbox/feed.html.twig + lightbox/IE6/feed.html.twig + lightbox/IE6/validate.html.twig + web/lightbox/validate.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig boutton::tester Prüfen + web/setup/step2.html.twig + web/setup/step2.html.twig - Controller/Prod/Language.php + boutton::valider + Bestätigen + Controller/Prod/Language.php mobile/lightbox/note_form.html.twig - web/account/access.html.twig - web/account/account.html.twig + web/account/account.html.twig web/account/reset-email.html.twig admin/collection/collection.html.twig admin/collection/create.html.twig @@ -9138,8 +9335,8 @@ admin/statusbit/edit.html.twig web/admin/structure.html.twig web/admin/subdefs.html.twig - admin/user/demand.html.twig user/import/view.html.twig + admin/user/registrations.html.twig web/developers/application_form.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig Bridge/Dailymotion/playlist_deleteelement.html.twig @@ -9160,3841 +9357,3757 @@ prod/actions/edit_default.html.twig prod/Baskets/Reorder.html.twig prod/Baskets/Update.html.twig - web/prod/index.html.twig - prod/Story/Reorder.html.twig + web/prod/index.html.twig + prod/Story/Reorder.html.twig web/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/import-dialog.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/import-dialog.html.twig web/thesaurus/index.html.twig - web/thesaurus/link-field-step1.html.twig - web/thesaurus/link-field-step2.html.twig - web/thesaurus/new-synonym-dialog.html.twig - web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig - boutton::valider - Bestätigen + web/thesaurus/link-field-step1.html.twig + web/thesaurus/link-field-step2.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/thesaurus.html.twig - admin/collection/suggested_value.html.twig - task-manager/task-editor/task.html.twig boutton::vue graphique grafische Ansicht + admin/collection/suggested_value.html.twig + task-manager/task-editor/task.html.twig - admin/collection/suggested_value.html.twig - task-manager/task-editor/task.html.twig boutton::vue xml XML Ansicht + admin/collection/suggested_value.html.twig + task-manager/task-editor/task.html.twig - actions/Tools/index.html.twig brightness settings Helligkeit Einstellungen + actions/Tools/index.html.twig - web/setup/step2.html.twig button::Install Installation + web/setup/step2.html.twig - web/developers/applications.html.twig button::supprimer Löschen + web/developers/applications.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig cancel abbrechen + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig - prod/results/help.html.twig cannes SAUF festival Oktoberfest OHNE Bier + prod/results/help.html.twig - classes/record/exportElement.php caption XML XML Beschriftung + classes/record/exportElement.php - classes/record/exportElement.php caption YAML YAMP Beschriftung + classes/record/exportElement.php - Controller/Prod/Language.php cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces Achtung: Wenn Sie die ANB ablehnen können Sie sich nicht in die Datenbank einloggen + Controller/Prod/Language.php - Controller/Prod/Language.php cgus :: Vous devez vous reauthentifier pour que vos parametres soient pris en compte. Änderungen werden erst bei der nächsten Anmeldung wirksam + Controller/Prod/Language.php - classes/databox/cgu.php cgus :: accepter annehmen + classes/databox/cgu.php - classes/databox/cgu.php cgus :: refuser ablehnen + classes/databox/cgu.php - classes/databox/cgu.php cgus:: CGUs de la base %databox_name% cgus:: CGUs de la base %databox_name% + classes/databox/cgu.php - + + cgus:: CGUs de la base %name% + cgus:: CGUs de la base %name% classes/databox/cgu.php - cgus:: CGUs de la base %s - ANB (Allgemeinen Nutzungsbedingungen) für die %s Datenbank - classes/databox/cgu.php cgus:: Pour continuer a utiliser lapplication, vous devez accepter les conditions precedentes Damit Sie sich einloggen können, müssen Sie die ANB akzeptieren + classes/databox/cgu.php - web/prod/index.html.twig - web/prod/index.html.twig chargement Verladung + web/prod/index.html.twig + web/prod/index.html.twig - prod/feeds/feeds.html.twig - prod/feeds/feeds.html.twig charger d'avantage de publications mehr Veröffentlichungen hochladen + prod/feeds/feeds.html.twig + prod/feeds/feeds.html.twig - classes/eventsmanager/broker.php charger d'avantages de notifications Mehr Benachrichtigungen laden + classes/eventsmanager/broker.php - admin/collection/create.html.twig - admin/databox/databox.html.twig - web/prod/index.html.twig choisir wählen + admin/collection/create.html.twig + admin/databox/databox.html.twig + web/prod/index.html.twig - web/admin/subdefs.html.twig - web/admin/subdefs.html.twig classe Klasse + web/admin/subdefs.html.twig + web/admin/subdefs.html.twig - web/admin/subdefs.html.twig classe d'acces Zugriff Klasse + web/admin/subdefs.html.twig - web/client/index.html.twig client:: recherche Suche + web/client/index.html.twig - web/client/index.html.twig client:: recherche avancee erweiterte Suche + web/client/index.html.twig - web/client/index.html.twig client:: topics Themen + web/client/index.html.twig - web/client/answers.html.twig client::answers: %available_results% reponses %available_results% Ergebnisse + web/client/answers.html.twig - web/client/answers.html.twig client::answers: rapport de questions par bases Suchabfragen Bericht + web/client/answers.html.twig - web/client/index.html.twig client::recherche: cliquez ici pour desactiver tous les filtres de cette base Hier klicken, um alle Filter dieser Datenbank zu deaktivieren + web/client/index.html.twig - web/client/index.html.twig client::recherche: cliquez ici pour desactiver tous les filtres de toutes base Hier klicken um alle Filter in allen Datenbanken zu deaktivieren + web/client/index.html.twig - lib/classes/queries.php client::recherche: dans les categories In den Kategorien + lib/classes/queries.php - web/client/index.html.twig client::recherche: filter sur filtern + web/client/index.html.twig - web/client/index.html.twig client::recherche: filtrer par champs nach Feld + web/client/index.html.twig - web/client/index.html.twig client::recherche: filtrer par champs : tous les champs Alle Felder + web/client/index.html.twig - web/client/index.html.twig client::recherche: filtrer par dates nach Datum + web/client/index.html.twig - web/client/index.html.twig client::recherche: filtrer par status Nach Status + web/client/index.html.twig - web/client/index.html.twig client::recherche: rechercher dans les bases : Suchen + web/client/index.html.twig - web/client/index.html.twig client::recherche: rechercher dans toutes les bases Alle Datenbanken + web/client/index.html.twig - web/report/listColumn.html.twig cocher tout Alles aktivieren + web/report/listColumn.html.twig - web/common/dialog_export.html.twig commande::deadline Termin + web/common/dialog_export.html.twig - web/common/dialog_export.html.twig commande::utilisation prevue Verwendungszweck + web/common/dialog_export.html.twig - Controller/Report/Activity.php - Controller/Report/Root.php configuration Konfiguration + Controller/Report/Activity.php + Controller/Report/Root.php - actions/Tools/index.html.twig contrast settings Kontrast Einstellungen + actions/Tools/index.html.twig - actions/Bridge/element_list.html.twig dans %category% in %category% + actions/Bridge/element_list.html.twig - prod/feeds/entry_macro.html.twig dans %feed_name% in %feed_name% + prod/feeds/entry_macro.html.twig - SearchEngine/Elastic/ElasticSearchEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php date dajout hinzugefügtes Datum + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php - classes/module/report.php decembre Dezember + classes/module/report.php - prod/WorkZone/Macros.html.twig delete Löschen + prod/WorkZone/Macros.html.twig - SearchEngine/Elastic/ElasticSearchEngine.php - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php descendant absteigend + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php - actions/Tools/confirm.html.twig do you want to validate Möchten Sie bestätigen? + actions/Tools/confirm.html.twig + document + Dokument web/admin/subdefs.html.twig web/admin/subdefs.html.twig web/common/doctype_icons.html.twig - document - Dokument - classes/record/exportElement.php - classes/record/exportElement.php document original Originales Dokument + classes/record/exportElement.php + classes/record/exportElement.php - prod/results/help.html.twig dé?it Na?e + prod/results/help.html.twig + + + edit + edit + web/account/account.html.twig + web/account/account.html.twig + web/account/account.html.twig + prod/WorkZone/Macros.html.twig - prod/actions/edit_default.html.twig edit: chosiir limage du regroupement Als Hauptbild einrichten + prod/actions/edit_default.html.twig - Controller/Prod/Language.php edit:: Ajouter %s au champ courrant %s zum ausgewählten Dokument hinzufügen + Controller/Prod/Language.php - Controller/Prod/Language.php edit:: Ajouter %s au champ courrant pour les records selectionnes %s an allen ausgewählte Dokumente hinzufügen + Controller/Prod/Language.php - Controller/Prod/Language.php edit:: Supprimer %s du champ courrant %s von ausgewähltem Dokument löschen + Controller/Prod/Language.php - Controller/Prod/Language.php edit:: Supprimer %s du champ dans les records selectionnes %s von allen ausgewählten Dokumente löschen + Controller/Prod/Language.php - prod/actions/edit_default.html.twig edit::Certains champs doivent etre remplis pour valider cet editing Einige Felder müssen ausgefüllt werden, um diese Bearbeitung zu bestätigen + prod/actions/edit_default.html.twig - Controller/Prod/Language.php edit::certains documents possedent des champs requis non remplis. Merci de les remplir pour valider votre editing Bei einigen Dokumenten wurden erforderliche Felder nicht ausgefüllt. Bitte füllen Sie diese vor der Bestätigung aus. + Controller/Prod/Language.php - prod/actions/edit_default.html.twig edit::preset:: titre Titel + prod/actions/edit_default.html.twig - web/thesaurus/load-thesaurus.html.twig effacer (OK) ou quitter (Annuler) ? effacer (OK) ou quitter (Annuler) ? + web/thesaurus/load-thesaurus.html.twig - prod/templates/push.html.twig element(s) Element(e) + prod/templates/push.html.twig - eventsmanager/notify/downloadmailfail.php email is not valid Email nicht gültig + eventsmanager/notify/downloadmailfail.php - prod/actions/collection_default.html.twig erreur : Vous n'avez pas les droits Sie haben keinen Zugriff darauf + prod/actions/collection_default.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig example : fr,en Beispiel: fr, en, de + task-manager/task-editor/phraseanet-indexer.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig export:: FTP FTP + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - Controller/Client/Root.php export:: aucun document n'est disponible au telechargement Es stehen keine Dokumente zum download bereit + Controller/Client/Root.php - web/common/dialog_export.html.twig export:: commande bestellen + web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig export:: envoi par mail E-Mail + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - prod/actions/printer_default.html.twig export:: erreur : aucun document selectionne Fehler: kein ausgewähltes Dokument + prod/actions/printer_default.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig export:: telechargement Download + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - classes/set/export.php export::ftp: reglages manuels manuelle Einstellungen + classes/set/export.php - web/common/dialog_export.html.twig export::mail: contenu du mail Textinhalt + web/common/dialog_export.html.twig - web/common/dialog_export.html.twig export::mail: destinataire zu + web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig export::mail: fichiers joint E-Mail Anhänge + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - web/common/dialog_export.html.twig export::titre: nom original du document ursprüngliche Name + web/common/dialog_export.html.twig - web/common/dialog_export.html.twig export::titre: titre du documument Titel + web/common/dialog_export.html.twig - eventsmanager/notify/downloadmailfail.php failed to send mail Email Senden ist fehlgeschlagen + eventsmanager/notify/downloadmailfail.php - classes/module/report.php fevrier Februar + classes/module/report.php - Controller/Prod/Tools.php - Controller/Prod/Tools.php - Controller/Prod/Tools.php - Controller/Prod/Tools.php file is not valid Datei ist nicht gültig + Controller/Prod/Tools.php + Controller/Prod/Tools.php + Controller/Prod/Tools.php + Controller/Prod/Tools.php - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php filtrer les resultats sur la colonne %colonne% filtrer les resultats sur la colonne %colonne% + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php - eventsmanager/notify/uploadquarantine.php for the following reasons : %reasons% for the following reasons : %reasons% + eventsmanager/notify/uploadquarantine.php - web/setup/step2.html.twig - web/setup/step2.html.twig forms::ce champ est requis Dieses Feld ist erforderlich - - - Controller/Root/Account.php - forms::erreurs lors de l'enregistrement des modifications - Ein Fehler ist beim Senden Ihrer Datei aufgetreten + web/setup/step2.html.twig + web/setup/step2.html.twig - Controller/Root/Account.php forms::l'email semble invalide E-Mail scheint ungültig + Controller/Root/Account.php - web/setup/step2.html.twig forms::la valeur donnee est trop courte zu kurz + web/setup/step2.html.twig - web/setup/step2.html.twig forms::le mot de passe est bon Gut + web/setup/step2.html.twig - web/setup/step2.html.twig forms::le mot de passe est tres bon Sehr gut + web/setup/step2.html.twig - web/setup/step2.html.twig forms::le mot de passe est trop similaire a l'identifiant Ihr Passwort ist Ihrem Benutzernamen zu ähnlich + web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig forms::le mot de passe est trop simple Zu einfach + web/setup/step2.html.twig + web/setup/step2.html.twig - Controller/Root/Account.php forms::les emails ne correspondent pas Die E-Mail sind nicht gleich + Controller/Root/Account.php - web/setup/step2.html.twig forms::les mots de passe ne correspondent pas Die Passwörter sind nicht gleich + web/setup/step2.html.twig - web/setup/step2.html.twig forms::merci d'entrer une adresse e-mail valide Bitte geben Sie eine gültige E-Mail Adresse ein + web/setup/step2.html.twig - admin/databox/databox.html.twig forms::operation effectuee OK Änderungen wurden hergestellt + admin/databox/databox.html.twig + + + from + from + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig - web/common/doctype_icons.html.twig image Bild + web/common/doctype_icons.html.twig - actions/Tools/index.html.twig image rotation Bilddrehung + actions/Tools/index.html.twig - actions/Tools/index.html.twig image tool Bild Werkzeug + actions/Tools/index.html.twig - Controller/Client/Root.php - Controller/Prod/Language.php invite:: Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annulez Umleitung auf die Anmelde-Seite. Mit OK kommen Sie zur Anmeldeseite und mit klick auf Abbrechen können Sieauf dieser Seite fortfahren + Controller/Client/Root.php + Controller/Prod/Language.php - classes/module/report.php janvier Jänner + classes/module/report.php - prod/results/help.html.twig journal OU jt Hauptbahnhof ODER hbf + prod/results/help.html.twig - classes/module/report.php juillet Juli + classes/module/report.php - classes/module/report.php juin Juni + classes/module/report.php - login/include/language-block.html.twig language Sprache + login/include/language-block.html.twig - actions/Bridge/deactivated.html.twig le service sera de nouveau disponible dans quelques minutes Die Dienstleistung wird in einige Minuten wieder verfügbar sein. + actions/Bridge/deactivated.html.twig - web/lightbox/agreement_box.html.twig - lightbox/IE6/agreement_box.html.twig - web/lightbox/validate.html.twig lightbox::recaptitulatif Übersicht + web/lightbox/agreement_box.html.twig + lightbox/IE6/agreement_box.html.twig + web/lightbox/validate.html.twig - web/account/account.html.twig login:: Changer mon adresse email meine E-Mail Adresse ändern + web/account/account.html.twig - web/login/index.html.twig login:: Envoyer a nouveau le mail de confirmation Bitte senden Sie mir nochmals eine E-Mail Bestätigung + web/login/index.html.twig - Notification/Mail/MailRequestPasswordUpdate.php login:: Forgot your password Passwort vergessen? + Notification/Mail/MailRequestPasswordUpdate.php - web/account/account.html.twig - web/common/menubar.html.twig login:: Mon compte Mein Benutzerkonto + web/account/account.html.twig + web/common/menubar.html.twig - Notification/Mail/MailRequestPasswordUpdate.php login:: Visitez le lien suivant et suivez les instructions pour continuer, sinon ignorez cet email et il ne se passera rien Klicken Sie auf den folgenden link um Ihre Änderung fortsetzen zu können. Wenn Sie diese Nachricht ignorieren wird keine Änderung vorgenommen + Notification/Mail/MailRequestPasswordUpdate.php - actions/Bridge/disconnected.html.twig login:: connexion Einloggen + actions/Bridge/disconnected.html.twig - Controller/Api/Oauth2.php - Controller/Root/Login.php login::erreur: Erreur d'authentification Anmeldefehler + Controller/Api/Oauth2.php + Controller/Root/Login.php - Controller/Root/Login.php login::erreur: No available connection - Please contact sys-admin Fehler: Keine verfügbare Verbindung - Bitte kontaktieren Sie den Administrator + Controller/Root/Login.php - Controller/Root/Login.php login::erreur: Vous n'avez pas confirme votre email Zugriff nicht möglich. Sie haben Ihre E-Mail Adresse noch nicht bestätigt + Controller/Root/Login.php - Controller/Root/Account.php login::notification: Changements enregistres Veränderungen wurden bestätigt + Controller/Root/Account.php - Controller/Root/Account.php - Controller/Root/Login.php login::notification: Mise a jour du mot de passe avec succes erfolgreiche Passwort Aktualisierung - - - Controller/Root/Account.php - login::notification: Vos demandes ont ete prises en compte - Wir haben Ihre Anfragen gespeichert + Controller/Root/Account.php + Controller/Root/Login.php - Controller/Root/Login.php - Controller/Root/Login.php login::notification: demande de confirmation par mail envoyee E-Mail Bestätigungsanfrage gesendet + Controller/Root/Login.php + Controller/Root/Login.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - web/account/access.html.twig - web/account/access.html.twig login::register: Faire une demande d'acces Eine Zugriffanfrage machen + web/account/access.html.twig - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - web/account/access.html.twig - web/account/access.html.twig login::register: L'acces aux bases ci-dessous implique l'acceptation des Conditions Generales d'Utilisation (CGU) suivantes Der Zugriff auf die folgenden Datenbanken erfolgt nur mit der Bestätigung der folgenden Allgemeinen Nutzenbedingungen - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces authorise sur la collection - Zugriff auf folgende Kollektion gewährt : - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces refuse sur la collection - Zugriff auf folgende Kollektion abgelehnt - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces supendu sur - Zugriff beendet auf - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces temporaire sur - vorübergehender Zugriff auf - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces temporaire termine sur - vorübergehender Zugriff auf beendet: + web/account/access.html.twig - Notification/Mail/MailRequestEmailConfirmation.php login::register: email confirmation email Pour valider votre inscription a la base de donnees, merci de confirmer votre e-mail en suivant le lien ci-dessous. Um Ihre Anmeldung auf die Datenbank abschließen zu können, bestätigen Sie Ihre E-Mail Adresse unter dem folgenden link: - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: en attente d'acces sur - schwebende Zugriffanfrage auf + Notification/Mail/MailRequestEmailConfirmation.php - Notification/Mail/MailSuccessEmailConfirmationRegistered.php - Notification/Mail/MailSuccessEmailConfirmationUnregistered.php login::register: merci d'avoir confirme votre adresse email Wir danken Ihnen für die Bestätigung Ihrer E-Mail Adresse + Notification/Mail/MailSuccessEmailConfirmationRegistered.php + Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - Notification/Mail/MailRequestEmailConfirmation.php - Notification/Mail/MailRequestEmailUpdate.php login::register: sujet email : confirmation de votre adresse email E-Mail Adressen Bestätigung + Notification/Mail/MailRequestEmailConfirmation.php + Notification/Mail/MailRequestEmailUpdate.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig login::register::CGU: lire les CGU die ANB lesen + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig - Notification/Mail/MailSuccessAccessRequest.php login::register:email: Voici un compte rendu du traitement de vos demandes d'acces : Hier ist eine Nachricht über Ihre Zugriffanfragen + Notification/Mail/MailSuccessAccessRequest.php - Notification/Mail/MailSuccessAccessRequest.php login::register:email: Votre compte %application% login::register:email: Votre compte %application% + Notification/Mail/MailSuccessAccessRequest.php - Controller/Admin/Users.php login::register:email: Vous avez ete accepte sur les collections suivantes : login::register:email: Vous avez ete accepte sur les collections suivantes : + Controller/Admin/Users.php - Controller/Admin/Users.php login::register:email: Vous avez ete refuse sur les collections suivantes : login::register:email: Vous avez ete refuse sur les collections suivantes : + Controller/Admin/Users.php - classes/module/report.php mai Mai + classes/module/report.php - classes/module/report.php mars März + classes/module/report.php - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig maximum : %maxFileSizeReadable% Maximum : %maxFileSizeReadable% + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - web/admin/subdefs.html.twig mediatype Media Typ + web/admin/subdefs.html.twig - actions/Tools/index.html.twig meta-datas Metadaten + actions/Tools/index.html.twig - actions/Tools/index.html.twig mettre a jour le nom original de fichier apres substitution ursprüngliche Dateiname nach Ersetzung aktualisieren + actions/Tools/index.html.twig - - Model/Entities/User.php - classes/User/Adapter.php - modele %name% - modele %name% + + name + name + admin/task-manager/index.html.twig - web/developers/application_form.html.twig new client application Neue Client Anwendung + web/developers/application_form.html.twig - web/account/sessions.html.twig + no + Nein + web/account/sessions.html.twig web/admin/subdefs.html.twig user/import/view.html.twig web/common/technical_datas.html.twig - no - Nein - actions/Tools/index.html.twig no image selected Kein Bild wurde ausgewählt + actions/Tools/index.html.twig - web/admin/statusbit.html.twig - web/admin/statusbit.html.twig non Nein - - - web/lightbox/feed.html.twig - lightbox/IE6/feed.html.twig - lightbox/IE6/validate.html.twig - web/lightbox/validate.html.twig - notice - Beschreibung - - - actions/Bridge/index.html.twig - nouveau - neu - - - classes/module/report.php - novembre - November - - - classes/module/report.php - octobre - Oktober - - - prod/actions/Push.html.twig - or - oder - - web/admin/statusbit.html.twig web/admin/statusbit.html.twig + + + notice + Beschreibung + web/lightbox/feed.html.twig + lightbox/IE6/feed.html.twig + lightbox/IE6/validate.html.twig + web/lightbox/validate.html.twig + + + nouveau + neu + actions/Bridge/index.html.twig + + + novembre + November + classes/module/report.php + + + octobre + Oktober + classes/module/report.php + + + or + oder + prod/actions/Push.html.twig + + oui Ja + web/admin/statusbit.html.twig + web/admin/statusbit.html.twig - Controller/Thesaurus/Thesaurus.php over-indent at line %line% over-indent at line %line% + Controller/Thesaurus/Thesaurus.php - Controller/Prod/Language.php - Controller/Prod/Language.php panier:: Un reportage ne peux recevoir que des elements provenants de la base ou il est enregistre Ein Bericht darf nur Elemente enthalten die aus der selben Datenbank kommen + Controller/Prod/Language.php + Controller/Prod/Language.php - prod/Baskets/Update.html.twig panier:: description Beschreibung + prod/Baskets/Update.html.twig - prod/Baskets/Update.html.twig panier:: nom Name + prod/Baskets/Update.html.twig - prod/WorkZone/Macros.html.twig 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 - Controller/Prod/Language.php panier:: renommer le panier umbenennen + Controller/Prod/Language.php - Controller/Prod/Language.php panier:: vous ne pouvez pas supprimer un panier public Sie können keinen leeren öffentlichen Sammelkorb löschen + Controller/Prod/Language.php - Controller/Prod/Language.php panier::Attention, vous etes sur le point de supprimer un element du reportage. Merci de confirmer votre action. Achtung : Sie sind dabei ein Element des Berichtes zu löschen. Bitte bestätigen Sie Ihre Handlung. + Controller/Prod/Language.php - Controller/Prod/Language.php panier::Supression d'un element d'un reportage Löschen von einem Element einer Reportage + Controller/Prod/Language.php - web/client/baskets.html.twig - web/client/baskets.html.twig paniers:: %nb_basket_elements% documents dans le panier %nb_basket_elements% Dokumente im Sammekorb + web/client/baskets.html.twig + web/client/baskets.html.twig - Controller/Client/Root.php - Controller/Client/Root.php paniers:: Quel nom souhaitez vous donner a votre panier ? Name des Sammelkorbes + Controller/Client/Root.php + Controller/Client/Root.php - web/client/baskets.html.twig paniers:: panier emis par %pusher_name% Sammelkorb wurde von %pusher_name% gesendet + web/client/baskets.html.twig - prod/WorkZone/Macros.html.twig paniers:: panier recu de %pusher% Sammelkorb von %pusher% bekommen + prod/WorkZone/Macros.html.twig - web/client/baskets.html.twig paniers:: vous avez de nouveaux paniers non consultes neue(n) Sammelkorb(e) erhalten + web/client/baskets.html.twig - Controller/Client/Root.php - Controller/Prod/Language.php paniers::Vous etes sur le point de supprimer ce panier. Cette action est irreversible. Souhaitez-vous continuer ? Sie sind dabei diesen Sammelkorb zu löschen. Diese Aktion kann nicht rückgängig werden. Möchten Sie trotzdem fortsetzen? - - - web/client/baskets.html.twig - paniers::categories: mes paniers - Meine Sammelkörbe - - - web/client/baskets.html.twig - paniers::categories: paniers recus - Sammelkörben erhalten - - - prod/Baskets/Create.html.twig - paniers::description du nouveau panier - Beschreibung - - - web/account/authorized_apps.html.twig - par %user_name% - von %user_name% - - - web/admin/editusers_quotas.html.twig - par mois - pro Monat - - - SearchEngine/Elastic/ElasticSearchEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php - pertinence - Relevanz - - - Form/Configuration/ExecutablesFormType.php - php.ini path - php.ini Pfad - - - web/admin/databases.html.twig - phraseanet:: Creer une base sur un serveur different de l'application box - eine neue Datenbank auf einem anderen Server erstellen - - - Controller/Prod/Language.php - phraseanet:: Erreur - Fehler - - - web/admin/databases.html.twig - phraseanet:: Modele de donnees - XML Struktur Vorlage - - - web/admin/databases.html.twig - phraseanet:: Monter une base provenant d'un serveur different de l'application box - Datenbank von entferntem Host erstellen - - - Controller/Root/Login.php - phraseanet:: Un email vient de vous etre envoye - Wir haben Ihnen ein E-Mail gesendet - - - web/common/menubar.html.twig - phraseanet:: a propos - Über - - - web/account/account.html.twig - admin/collection/collection.html.twig - web/admin/connected-users.html.twig - web/common/dialog_export.html.twig - web/setup/step2.html.twig - phraseanet:: adresse - Adresse - - - web/common/menubar.html.twig - phraseanet:: aide - Hilfe - - - web/thesaurus/index.html.twig - phraseanet:: choisir - wählen - - - admin/collection/collection.html.twig - phraseanet:: collection - Kollektion - - - web/client/index.html.twig - phraseanet:: collections - Kollektionen - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: dbname - Datenbank Name - - - web/common/menubar.html.twig - actions/Bridge/wrapper.html.twig - phraseanet:: deconnection - Abmeldung - - - admin/collection/collection.html.twig - admin/databox/databox.html.twig - phraseanet:: details - Einzelheiten - - - web/client/index.html.twig - phraseanet:: historique - Historie - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: hostname - Host Name - - - web/thesaurus/new-synonym-dialog.html.twig - phraseanet:: language - Sprache - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: password - Passwort - - - web/admin/databases.html.twig - web/admin/databases.html.twig - web/setup/step2.html.twig - phraseanet:: port - Schnittstelle - - - web/common/dialog_export.html.twig - phraseanet:: prereglages - Voreinstellungen - - - web/client/index.html.twig - phraseanet:: presentation des resultats - Anzeige-Einstellungen - - - prod/actions/edit_default.html.twig - phraseanet:: presse-papier - Zwischenablage - - - prod/actions/edit_default.html.twig - prod/actions/printer_default.html.twig - phraseanet:: preview - Voransicht - - - web/client/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - phraseanet:: propositions - Vorschläge - - - web/common/menubar.html.twig - phraseanet:: raccourcis clavier - Abkürzungen - - - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - phraseanet:: sous definition - Unterauflösung - - - prod/actions/edit_default.html.twig - web/prod/index.html.twig - web/thesaurus/index.html.twig - web/thesaurus/load-thesaurus.html.twig - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig - phraseanet:: thesaurus - Thesaurus - - - web/thesaurus/export-topics-dialog.html.twig - phraseanet:: tri - Sortierung - - - web/prod/index.html.twig - web/prod/index.html.twig - web/thesaurus/export-topics-dialog.html.twig - phraseanet:: tri par date - nach Datum sortieren - - - web/prod/index.html.twig - web/prod/index.html.twig - phraseanet:: tri par nom - alphabetische Sortierung - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: user - Benutzer - - - web/common/dialog_export.html.twig - phraseanet:: utiliser SSL - SSL - - - Controller/Prod/Language.php - phraseanet::Ne plus afficher ce message - Diese Meldung nicht mehr anzeigen - - - Controller/Prod/Language.php - admin/collection/suggested_value.html.twig - prod/actions/edit_default.html.twig - web/thesaurus/thesaurus.html.twig - phraseanet::chargement - ladend - - - Controller/Client/Root.php - Controller/Prod/Language.php - web/admin/index.html.twig - phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible - Die Verbindung mit Phraseanet Server ist derzeit nich verfügbar - - - Controller/Root/Login.php - phraseanet::erreur: Le compte n'a pas ete trouve - Konto nicht gefunden - - Controller/Client/Root.php Controller/Prod/Language.php - web/admin/index.html.twig + + + paniers::categories: mes paniers + Meine Sammelkörbe + web/client/baskets.html.twig + + + paniers::categories: paniers recus + Sammelkörben erhalten + web/client/baskets.html.twig + + + paniers::description du nouveau panier + Beschreibung + prod/Baskets/Create.html.twig + + + par %user_name% + von %user_name% + web/account/authorized_apps.html.twig + + + par mois + pro Monat + web/admin/editusers_quotas.html.twig + + + pertinence + Relevanz + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php + + + php.ini path + php.ini Pfad + Form/Configuration/ExecutablesFormType.php + + + phraseanet:: Creer une base sur un serveur different de l'application box + eine neue Datenbank auf einem anderen Server erstellen + web/admin/databases.html.twig + + + phraseanet:: Erreur + Fehler + Controller/Prod/Language.php + + + phraseanet:: Modele de donnees + XML Struktur Vorlage + web/admin/databases.html.twig + + + phraseanet:: Monter une base provenant d'un serveur different de l'application box + Datenbank von entferntem Host erstellen + web/admin/databases.html.twig + + + phraseanet:: Un email vient de vous etre envoye + Wir haben Ihnen ein E-Mail gesendet + Controller/Root/Login.php + + + phraseanet:: a propos + Über + web/common/menubar.html.twig + + + phraseanet:: adresse + Adresse + web/account/account.html.twig + admin/collection/collection.html.twig + web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/setup/step2.html.twig + + + phraseanet:: aide + Hilfe + web/common/menubar.html.twig + + + phraseanet:: choisir + wählen + web/thesaurus/index.html.twig + + + phraseanet:: collection + Kollektion + admin/collection/collection.html.twig + + + phraseanet:: collections + Kollektionen + web/client/index.html.twig + + + phraseanet:: dbname + Datenbank Name + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: deconnection + Abmeldung + web/common/menubar.html.twig + actions/Bridge/wrapper.html.twig + + + phraseanet:: details + Einzelheiten + admin/collection/collection.html.twig + admin/databox/databox.html.twig + + + phraseanet:: historique + Historie + web/client/index.html.twig + + + phraseanet:: hostname + Host Name + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: language + Sprache + web/thesaurus/thesaurus.html.twig + + + phraseanet:: password + Passwort + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: port + Schnittstelle + web/admin/databases.html.twig + web/admin/databases.html.twig + web/setup/step2.html.twig + + + phraseanet:: prereglages + Voreinstellungen + web/common/dialog_export.html.twig + + + phraseanet:: presentation des resultats + Anzeige-Einstellungen + web/client/index.html.twig + + + phraseanet:: presse-papier + Zwischenablage + prod/actions/edit_default.html.twig + + + phraseanet:: preview + Voransicht + prod/actions/edit_default.html.twig + prod/actions/printer_default.html.twig + + + phraseanet:: propositions + Vorschläge + web/client/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + + + phraseanet:: raccourcis clavier + Abkürzungen + web/common/menubar.html.twig + + + phraseanet:: sous definition + Unterauflösung + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + phraseanet:: thesaurus + Thesaurus + prod/actions/edit_default.html.twig + web/prod/index.html.twig + web/thesaurus/index.html.twig + web/thesaurus/load-thesaurus.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig + + + phraseanet:: tri + Sortierung + web/thesaurus/export-topics-dialog.html.twig + + + phraseanet:: tri par date + nach Datum sortieren + web/prod/index.html.twig + web/prod/index.html.twig + web/thesaurus/export-topics-dialog.html.twig + + + phraseanet:: tri par nom + alphabetische Sortierung + web/prod/index.html.twig + web/prod/index.html.twig + + + phraseanet:: user + Benutzer + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: utiliser SSL + SSL + web/common/dialog_export.html.twig + + + phraseanet::Ne plus afficher ce message + Diese Meldung nicht mehr anzeigen + Controller/Prod/Language.php + + + phraseanet::chargement + ladend + Controller/Prod/Language.php + admin/collection/suggested_value.html.twig + prod/actions/edit_default.html.twig + web/thesaurus/thesaurus.html.twig + + + phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible + Die Verbindung mit Phraseanet Server ist derzeit nich verfügbar + Controller/Client/Root.php + Controller/Prod/Language.php + web/admin/index.html.twig + + 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 + Controller/Client/Root.php + Controller/Prod/Language.php + web/admin/index.html.twig - Controller/Client/Root.php - Controller/Prod/Language.php - web/admin/index.html.twig phraseanet::erreur: Votre session est fermee, veuillez vous re-authentifier Sie sind nun abgemeldet. Bitte loggen Sie sich wieder ein + Controller/Client/Root.php + Controller/Prod/Language.php + web/admin/index.html.twig + web/thesaurus/thesaurus.html.twig - Controller/Root/Account.php phraseanet::erreur: echec du serveur de mail Mailserver-Ausfall + Controller/Root/Account.php - classes/module/report.php phraseanet::jours:: dimanche Sonntag + classes/module/report.php - classes/module/report.php phraseanet::jours:: jeudi Donnerstag + classes/module/report.php - classes/module/report.php phraseanet::jours:: lundi Montag + classes/module/report.php - classes/module/report.php phraseanet::jours:: mardi Dienstag + classes/module/report.php - classes/module/report.php phraseanet::jours:: mercredi Mittwoch + classes/module/report.php - classes/module/report.php phraseanet::jours:: samedi Samstag + classes/module/report.php - classes/module/report.php phraseanet::jours:: vendredi Freitag + classes/module/report.php - Controller/Prod/Language.php phraseanet::recherche avancee erweiterte Suche + Controller/Prod/Language.php - web/admin/statusbit.html.twig phraseanet::status bit Status + web/admin/statusbit.html.twig - Controller/Thesaurus/Thesaurus.php - web/client/index.html.twig - web/client/index.html.twig phraseanet::technique:: et und + Controller/Thesaurus/Thesaurus.php + web/client/index.html.twig + web/client/index.html.twig - web/client/index.html.twig - web/client/index.html.twig phraseanet::technique:: except ohne + web/client/index.html.twig + web/client/index.html.twig - web/client/index.html.twig - web/client/index.html.twig phraseanet::technique:: or oder + web/client/index.html.twig + web/client/index.html.twig - lib/classes/phraseadate.php phraseanet::temps:: a l'instant gerade + lib/classes/phraseadate.php - lib/classes/phraseadate.php phraseanet::temps:: hier gestern + lib/classes/phraseadate.php - lib/classes/phraseadate.php phraseanet::temps:: il y a %quantity% heures phraseanet::temps:: il y a %quantity% heures + lib/classes/phraseadate.php - lib/classes/phraseadate.php phraseanet::temps:: il y a %quantity% minutes phraseanet::temps:: il y a %quantity% minutes + lib/classes/phraseadate.php - lib/classes/phraseadate.php phraseanet::temps:: il y a une heure vor einer Stunde + lib/classes/phraseadate.php - lib/classes/phraseadate.php phraseanet::temps:: il y a une minute vor einer Minute + lib/classes/phraseadate.php - web/client/index.html.twig - web/prod/index.html.twig phraseanet::time:: a zu + web/client/index.html.twig + web/prod/index.html.twig - web/client/index.html.twig - web/prod/index.html.twig phraseanet::time:: de von + web/client/index.html.twig + web/prod/index.html.twig - web/prod/index.html.twig phraseanet::type:: audios Audios + web/prod/index.html.twig - web/client/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig phraseanet::type:: documents Dokumente + web/client/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig - web/prod/index.html.twig phraseanet::type:: images Bilder + web/prod/index.html.twig - web/client/index.html.twig - web/prod/index.html.twig phraseanet::type:: reportages Berichte + web/client/index.html.twig + web/prod/index.html.twig - web/prod/index.html.twig phraseanet::type:: videos Videos + web/prod/index.html.twig - module/report/nav.php - classes/User/Adapter.php phraseanet::utilisateur inconnu unbekannter Benutzer + module/report/nav.php - Controller/Report/Root.php - module/report/filter.php phraseanet::utilisateurs Benutzer + Controller/Report/Root.php + module/report/filter.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php phrseanet:: sous definition Dokumenttyp + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php - prod/results/help.html.twig pour chercher une phrase contenant un des mots-clé ci-dessus, utilisez les guillemets : Um ein Satz, der eines der Stichwörter oberhalb zu suchen, bitte benutzen Sie die Anführungszeichen : + prod/results/help.html.twig - web/admin/subdefs.html.twig - web/admin/subdefs.html.twig preview Voransicht + web/admin/subdefs.html.twig + web/admin/subdefs.html.twig - web/client/index.html.twig - web/prod/index.html.twig preview:: Description Beschreibung + web/client/index.html.twig + web/prod/index.html.twig - web/client/index.html.twig - web/prod/index.html.twig preview:: Historique Historie + web/client/index.html.twig + web/prod/index.html.twig - web/client/index.html.twig - web/prod/index.html.twig preview:: Popularite Beliebtheit + web/client/index.html.twig + web/prod/index.html.twig + preview:: arreter le diaporama + stoppen prod/preview/basket_train.html.twig prod/preview/feed_train.html.twig prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig - preview:: arreter le diaporama - stoppen + preview:: demarrer le diaporama + Dia-Schau prod/preview/basket_train.html.twig prod/preview/feed_train.html.twig prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig - preview:: demarrer le diaporama - Dia-Schau - classes/record/preview.php preview:: resultat numero %number% preview:: resultat numero %number% + classes/record/preview.php - prod/preview/popularity.html.twig preview::statistiques de telechargement Herunterladen Statistiken + prod/preview/popularity.html.twig - prod/preview/popularity.html.twig preview::statistiques de visualisation pour le lien Ansicht Statistiken + prod/preview/popularity.html.twig - 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 - Bridge/Dailymotion/upload.html.twig - Bridge/Youtube/upload.html.twig prive privat + Bridge/Dailymotion/upload.html.twig + Bridge/Youtube/upload.html.twig - Bridge/Dailymotion/video_modify.html.twig - Bridge/Youtube/video_modify.html.twig privé privat + Bridge/Dailymotion/video_modify.html.twig + Bridge/Youtube/video_modify.html.twig - actions/Tools/index.html.twig processing verarbeitend + actions/Tools/index.html.twig - prod/actions/collection_default.html.twig prod::Les enregistrements ne provienent pas tous de la meme base et ne peuvent donc etre traites ensemble Achtung: Die ausgewählten Dokumente kommen nicht alle aus der selben Datenbank und können nicht zusammen bearbeitet werden + prod/actions/collection_default.html.twig - prod/actions/collection_default.html.twig prod::Vous n'avez le droit d'effectuer l'operation sur aucun document Sie haben keine Berechtigung, diesen Vorgang auf diese Dokumente durchzuführen + prod/actions/collection_default.html.twig - prod/actions/collection_default.html.twig prod::collection deplacer egalement les documents rattaches a ce(s) regroupement(s) Möchten Sie auch die Dokumente, die mit diesen Berichten verknüpft sind, verschieben? + prod/actions/collection_default.html.twig - prod/actions/edit_default.html.twig prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes Es ist nicht möglich, Dokumente die aus verschiedenen Bilddatenbanken stammen gleichzeitig zu bearbeiten + prod/actions/edit_default.html.twig - Controller/Prod/Language.php prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler' heterogene Werte, bitte wählen Sie "ersetzen", "hinzufügen" oder "abbrechen" + Controller/Prod/Language.php - prod/actions/edit_default.html.twig 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 Es können keine Dokumente bearbeitet werden, da Sie keine Berechtigung für das Bearbeiten haben + prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig prod::editing: modeles de fiches Vorlage + prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig prod::editing: rechercher-remplacer suchen / ersetzen + prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig prod::editing: valider ou annuler les modifications Änderungen bestätigen oder abbrechen + prod/actions/edit_default.html.twig - Controller/Prod/Language.php prod::editing::annulation: abandonner les modification ? Abbrechen und auf Änderungen verzichten? + Controller/Prod/Language.php - prod/actions/edit_default.html.twig prod::editing::fields: status Status + prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig prod::editing::replace: remplacer dans le champ In dem Feld ersetzen + prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig prod::editing::replace: remplacer dans tous les champs In allen Feldern ersetzen + prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig prod::editing:indexation en cours Indexierung in Vorbereitung + prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig prod::editing:remplace: chaine remplacante ersetzen durch + prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig prod::editing:remplace: options de remplacement Optionen + prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig prod::editing:remplace::option : utiliser une expression reguliere regulärer Ausdruck + prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig prod::editing:remplace::option la valeur du cahmp doit etre exacte vollständiges Feld + prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig prod::editing:remplace::option la valeur est comprise dans le champ im Feld gehalten + prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig prod::editing:remplace::option respecter la casse Gross- und Kleinschreibung unterschieden + prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig prod::editing:remplace::option: remplacer toutes les occurences alles ersetzen + prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig prod::editing:remplace::option: rester insensible a la casse Gross- und Kleinschreibung nicht unterschieden + prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig prod::editing:replace: chaine a rechercher Suchen + prod/actions/edit_default.html.twig - Controller/Prod/Language.php prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee. Achtung : Die ausgewählte Datenbanken Liste für die Suche wurde verändert + Controller/Prod/Language.php - web/prod/index.html.twig prod::thesaurusTab:candidats mögliche Begriffe + web/prod/index.html.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:cmenu:Accepter en %lng_code% in %lng_code% annehmen + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:cmenu:Remplacer par... ersetzen durch + web/prod/thesaurus.js.twig - Controller/Thesaurus/Xmlhttp.php prod::thesaurusTab:dlg:%number% record(s) updated prod::thesaurusTab:dlg:%number% record(s) updated + Controller/Thesaurus/Xmlhttp.php - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:Acceptation en cours. Annahme... + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:Remplacement du candidat "%(from)s" par "%(to)s" prod::thesaurusTab:dlg:Remplacement du candidat "%(from)s" par "%(to)s" + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:Remplacement en cours. Ersetzung... + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:Suppression en cours. Löschen... + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:accepter le terme candidat "%s" ? prod::thesaurusTab:dlg:accepter le terme candidat "%s" ? + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:accepter les %d termes candidats ? die %d möglichen Begriffe annehmen? + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:remplacer le terme "%s" des fiches par : prod::thesaurusTab:dlg:remplacer le terme "%s" des fiches par : + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:remplacer les %d termes des fiches par : %d Begriffe von der Beschreibung ersetzen durch: + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:supprimer le terme "%s" des fiches ? prod::thesaurusTab:dlg:supprimer le terme "%s" des fiches ? + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:supprimer les %d termes des fiches ? %d Begriffe von der Beschreibung(en) löschen? + web/prod/thesaurus.js.twig - Controller/Thesaurus/Xmlhttp.php prod::thesaurusTab:dlg:too many (%number%) records to update (limit=%maximum%) prod::thesaurusTab:dlg:too many (%number%) records to update (limit=%maximum%) + Controller/Thesaurus/Xmlhttp.php - web/prod/index.html.twig prod::thesaurusTab:thesaurus Thesaurus + web/prod/index.html.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:tmenu:Accepter comme synonyme als Synonym annehmen + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:tmenu:Accepter comme terme specifique als bestimmter Begriff annehmen + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:tree:loading wird geladen + web/prod/thesaurus.js.twig + web/prod/thesaurus.js.twig - web/prod/index.html.twig prod::thesaurusTab:wizard:accepter le terme candidat mögliche Begriffe annehmen + web/prod/index.html.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:wizard:clic-droit / accepter le terme candidat "%s" prod::thesaurusTab:wizard:clic-droit / accepter le terme candidat "%s" + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:wizard:clic-droit / accepter les %s termes candidats Rechtsclick / %s mögliche Begriffe annehmen + web/prod/thesaurus.js.twig - web/prod/index.html.twig prod::thesaurusTab:wizard:remplacer par le terme ersetzen durch den Begriff + web/prod/index.html.twig + public + öffentlich Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - public - öffentlich - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig publication : autheur Autor + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig publication : email autheur Autor E-Mail + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig publication : sous titre Untertitel + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig publication : titre Titel + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - Controller/Prod/Feed.php - Controller/Prod/Feed.php 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/Feed.php + Controller/Prod/Feed.php - web/client/home_inter_pub_basket.html.twig publications:: derniere mise a jour Letzte Aktualisierung + web/client/home_inter_pub_basket.html.twig - web/client/home_inter_pub_basket.html.twig publications:: dernieres publications Letzte Veröffentlichungen + web/client/home_inter_pub_basket.html.twig - prod/feeds/feeds.html.twig - prod/feeds/feeds.html.twig publications:: s'abonner aux publications anmelden + prod/feeds/feeds.html.twig + prod/feeds/feeds.html.twig - Controller/Prod/Feed.php - Controller/Prod/Feed.php publications::Ne le partagez pas, il est strictement confidentiel Dieses RSS nicht weiterleiten - es istvertraulich + Controller/Prod/Feed.php + Controller/Prod/Feed.php - Controller/Prod/Feed.php - Controller/Prod/Feed.php publications::votre rss personnel Ihr eigenes RSS + Controller/Prod/Feed.php + Controller/Prod/Feed.php - Notification/Mail/MailInfoValidationDone.php push::mail:: Rapport de validation de %user% pour %title% push::mail:: Rapport de validation de %user% pour %title% + Notification/Mail/MailInfoValidationDone.php - Notification/Mail/MailInfoOrderDelivered.php push::mail:: Reception de votre commande %title% push::mail:: Reception de votre commande %title% + Notification/Mail/MailInfoOrderDelivered.php - Notification/Mail/MailInfoOrderCancelled.php push::mail:: Refus d'elements de votre commande Ablehnung für Bestandteile von Ihrer Bestellung + Notification/Mail/MailInfoOrderCancelled.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser:: Formulation incorrecte, necessite plus de caractere : falsche Formulierung, braucht mehrere Zeichen + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser:: erreur : trop de parentheses fermantes Zuviele schliessende Klammern + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, %token% ne peut suivre un operateur qparser::Formulation incorrecte, %token% ne peut suivre un operateur + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, ne peut suivre un operateur : %token% qparser::Formulation incorrecte, ne peut suivre un operateur : %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, un nom de champs est attendu avant l operateur %token% qparser::Formulation incorrecte, un nom de champs est attendu avant l operateur %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, une valeur est attendu apres %token% qparser::Formulation incorrecte, une valeur est attendu apres %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, une valeur est attendue apres l operateur %token% qparser::Formulation incorrecte, une valeur est attendue apres l operateur %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::erreur : une question ne peut commencer par %token% qparser::erreur : une question ne peut commencer par %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::la question est vide Die Frage ist leer + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - web/prod/index.html.twig 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 - prod/feeds/feeds.html.twig - prod/feeds/feeds.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Macros.html.twig - prod/WorkZone/Story.html.twig rafraichir aktualisieren + prod/feeds/feeds.html.twig + prod/feeds/feeds.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Story.html.twig - web/prod/index.html.twig - web/prod/index.html.twig rechercher dans tous les champs Alle Felder + web/prod/index.html.twig + web/prod/index.html.twig - web/prod/index.html.twig rechercher par stemme nach Theme suchen - - - actions/Tools/index.html.twig - recreer aucune sous-definitions - Keine Unterauflösungen neuerstellen - - - actions/Tools/index.html.twig - recreer toutes les sous-definitions - Alle Unterauflösungen neuerstellen + web/prod/index.html.twig - actions/Tools/index.html.twig regeneration of sub-definitions Neuerstellung von Unterauflösungen + actions/Tools/index.html.twig - Controller/Prod/Query.php reponses:: %available% Resultats rappatries sur un total de %total% trouves reponses:: %available% Resultats rappatries sur un total de %total% trouves - - - Controller/Prod/Query.php - reponses:: %number% documents selectionnes - reponses:: %number% documents selectionnes + Controller/Prod/Query.php - Controller/Prod/Query.php reponses:: %total% Resultats reponses:: %total% Resultats - - - Controller/Prod/Query.php - reponses:: %total% reponses - reponses:: %total% reponses + Controller/Prod/Query.php - Controller/Prod/Language.php reponses:: Ces enregistrements vont etre definitivement supprimes et ne pourront etre recuperes. Etes vous sur ? Diese Datensätze werden entgültig gelöscht und es ist nicht möglich sie erneut aufzurufen. Fortfahren? + Controller/Prod/Language.php - web/prod/index.html.twig 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/common/drop_down_options.html.twig reponses:: partager Teilen + web/common/drop_down_options.html.twig - web/prod/index.html.twig reponses:: selectionner rien nichts + web/prod/index.html.twig - web/prod/index.html.twig reponses:: selectionner tout alles + web/prod/index.html.twig - web/prod/index.html.twig reponses:: taille des images : Miniaturansichtengrösse + web/prod/index.html.twig - classes/record/adapter.php reponses::document sans titre ohne Titel + classes/record/adapter.php - SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour la base %name reponses::propositions pour la base %name + SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour le terme %terme% reponses::propositions pour le terme %terme% + SearchEngine/Phrasea/PhraseaEngine.php - web/report/generate_tab.html.twig report :: aucun resultat trouve keine Filter + web/report/generate_tab.html.twig - web/report/generate_tab.html.twig report :: configurer le tableau Tabelle konfigurieren + web/report/generate_tab.html.twig - web/report/generate_tab.html.twig report :: filtrer filter + web/report/generate_tab.html.twig - web/report/generate_tab.html.twig report :: grouper Gruppe + web/report/generate_tab.html.twig - web/report/generate_tab.html.twig report :: imprimer le tableau Tabelle drucken + web/report/generate_tab.html.twig - web/report/report_layout_child.html.twig report:: (connexions) Globales Allgemeine + web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig report:: (connexions) OS et navigateurs pro Plattform und Webbrowser + web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig report:: (connexions) Par utilisateurs pro Benutzer + web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig report:: (telechargement) Global Allgemeine + web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig report:: (telechargement) Par documents sur la base pro Dokument, auf der Datenbank + web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig report:: (telechargement) Par jours base par base täglich + web/report/report_layout_child.html.twig - web/report/form_date_and_base.html.twig report:: 1 - Periode 1 - Zeit + web/report/form_date_and_base.html.twig - web/report/form_date_and_base.html.twig report:: 2 - Bases 2 - Datenbanken + web/report/form_date_and_base.html.twig - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig report:: 3 - Type de report 3 - Bericht Typ + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig - web/report/ajax_report_dashboard.html.twig - web/report/form_date_and_base.html.twig - web/report/report_layout_child.html.twig report:: Au (date) bis + web/report/ajax_report_dashboard.html.twig + web/report/form_date_and_base.html.twig - classes/module/report.php + report:: Connexion + Verbindungen + classes/module/report.php + web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig web/report/ajax_data_content.html.twig web/report/ajax_data_content.html.twig web/report/all_content.html.twig web/report/chart.html.twig web/report/chart.html.twig web/report/report_layout.html.twig - report:: Connexion - Verbindungen - web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + report:: Dashboard + Dashboard web/report/ajax_dashboard_content.html.twig web/report/ajax_report_dashboard.html.twig web/report/report_layout.html.twig - report:: Dashboard - Dashboard - module/report/activity.php report:: Detail des connexions Verbindungsdetails + module/report/activity.php - module/report/activity.php report:: Detail des telechargements Downloaddetails + module/report/activity.php - web/report/ajax_report_dashboard.html.twig - web/report/form_date_and_base.html.twig - web/report/report_layout_child.html.twig report:: Du (date) von + web/report/ajax_report_dashboard.html.twig + web/report/form_date_and_base.html.twig - web/report/colFilter.html.twig report:: Enlever le filtre Titel + web/report/colFilter.html.twig - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig report:: Grouper par von + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig - web/report/all_content.html.twig report:: Heures Stunden + web/report/all_content.html.twig - Controller/Report/Root.php - module/report/filter.php report:: IP IP + Controller/Report/Root.php + module/report/filter.php - module/report/nav.php report:: Information sur l'enregistrement numero %number% report:: Information sur l'enregistrement numero %number% + module/report/nav.php - module/report/nav.php report:: Information sur l'utilisateur %name% report:: Information sur l'utilisateur %name% + module/report/nav.php - module/report/nav.php report:: Information sur le navigateur %name% report:: Information sur le navigateur %name% + module/report/nav.php - module/report/nav.php report:: Information sur les utilisateurs correspondant a %critere% report:: Information sur les utilisateurs correspondant a %critere% + module/report/nav.php - web/report/ajax_dashboard_content_child.html.twig - web/report/report_layout_child.html.twig report:: Les questions les plus posees häufigsten gestellten Fragen + web/report/ajax_dashboard_content_child.html.twig + web/report/report_layout_child.html.twig - module/report/nav.php report:: Plateforme Plattform - - - module/report/activity.php - report:: Telechargement effectue par l'utilisateur %name% - report:: Telechargement effectue par l'utilisateur %name% + module/report/nav.php - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig report:: Utilisateurs les plus actifs report:: Utilisateurs les plus actifs - - - web/report/dashboard_macro.html.twig - report:: Volumetrie des questions posees sur %home_title% - häufigsten Suchabfragen in %home_title% - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: activite - Aktivität - - - web/report/ajax_dashboard_content_child.html.twig - report:: activite document ajoute - report:: activite document ajoute - - - web/report/ajax_dashboard_content_child.html.twig - report:: activite document edite - report:: activite document edite - - - web/report/report_layout.html.twig - web/report/report_layout_child.html.twig - report:: activite du site - Tätigkeit der Webseite - - - module/report/activity.php - web/report/ajax_dashboard_content_child.html.twig - report:: activite par heure - Aktivität pro Stunde - - - web/report/ajax_dashboard_content_child.html.twig - web/report/chart.html.twig - web/report/chart.html.twig - report:: activite par jour - Aktivität pro Tag - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: adresse - Addresse - - - web/report/report_layout_child.html.twig - report:: ajoute - hinzugefügt - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - report:: collections - Kollektionen - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - report:: commentaire - Kommentar - - - classes/module/report.php - report:: copyright - Ursprung - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - classes/module/report.php - report:: date - Datum - - - Controller/Report/Informations.php - Controller/Report/Informations.php - web/report/ajax_dashboard_content_child.html.twig - web/report/report_layout_child.html.twig - report:: document - Dokument - - - module/report/add.php - report:: document ajoute - hinzugefügte Dokumente - - - Controller/Report/Activity.php - report:: document original - ursprüngliches Dokument - - - web/report/ajax_dashboard_content_child.html.twig - report:: documents les plus telecharges - report:: documents les plus telecharges - - - web/report/report_layout_child.html.twig - report:: edite - bearbeitet - - - module/report/edit.php - report:: edited documents - Bearbeitete Dokumente - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: email - E Mail - - - Controller/Report/Root.php - classes/module/report.php - report:: fichier - Datei - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: fonction - Beruf - - - Controller/Report/Informations.php - report:: historique des connexions - Historie von Verbindungen - - - Controller/Report/Informations.php - report:: historique des questions - Suchabfragen History - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: historique des telechargements - Historie der downloads - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: identifiant - Benutzer Id - - - Controller/Report/Activity.php - web/report/all_content.html.twig - report:: jour - Tag - - - Controller/Report/Root.php - report:: module - Module - - - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - module/report/nav.php - report:: modules - Module - - - Controller/Report/Root.php - module/report/nav.php - report:: navigateur - Webbrowser - - - Controller/Report/Root.php - module/report/nav.php - report:: navigateurs et plateforme - Webbrowser und Plattformen - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: nom - Name - - - Controller/Report/Activity.php - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - report:: nombre - Anzahl - - - Controller/Report/Activity.php - report:: nombre de documents - Anzahl von Dokumenten - - - Controller/Report/Activity.php - report:: nombre de preview - Anzahl von Miniaturansichten - - - Controller/Report/Activity.php - Controller/Report/Activity.php - report:: nombre de reponses - Durchschnittszahl der Ergebnisse - - - web/report/ajax_dashboard_content_child.html.twig - report:: nombre de vue - report:: nombre de vue - - - module/report/activity.php - module/report/activity.php - module/report/activity.php - module/report/add.php - module/report/connexion.php - module/report/connexion.php - module/report/connexion.php - module/report/download.php - module/report/edit.php - module/report/filter.php - module/report/nav.php - module/report/push.php - module/report/question.php - module/report/sent.php - module/report/validate.php - web/report/colFilter.html.twig - web/report/colFilter.html.twig - report:: non-renseigne - nicht ausgefüllt - - - classes/record/preview.php - report:: page d'accueil - Hautpseite - - - prod/preview/short_history.html.twig - report:: par %user_infos% - von %user_infos% - - - web/report/report_layout_child.html.twig - report:: par utilisateurs - Allgemein - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: pays - Staat - - - Controller/Report/Root.php - report:: plateforme - Plattform - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: poids - Größe - - - Controller/Report/Activity.php - report:: poids des documents - Größe von Dokumenten - - - Controller/Report/Activity.php - report:: poids des previews - Größe von Miniaturansichten - - - web/report/ajax_dashboard_content_child.html.twig - report:: poids document - report:: poids document - - - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - report:: poids preview - report:: poids preview - - - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - report:: pourcentage - % - - - Controller/Report/Activity.php - web/report/ajax_dashboard_content_child.html.twig - report:: preview - Unterauflösungen - - - web/report/ajax_dashboard_content_child.html.twig - report:: preview les plus telecharges - report:: preview les plus telecharges - - - web/report/report_layout_child.html.twig - report:: pushe - Pushed - - - module/report/push.php - report:: pushed documents - "Pushed" Dokumente - - - Controller/Report/Activity.php - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - module/report/question.php - classes/module/report.php - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - report:: question - Anfrage - - - module/report/activity.php - report:: questions - Anfragen - - - module/report/activity.php - report:: questions les plus posees - Häufigsten gestellten Fragen - - - module/report/activity.php - web/report/report_layout_child.html.twig - report:: questions sans reponses - Anfragen ohne Ergebnis - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - report:: record id - record id - - - web/report/report_layout_child.html.twig - report:: recordid - recordid - - - Controller/Report/Root.php - module/report/nav.php - report:: resolution - Bildschirmauflösung - - - web/report/ajax_dashboard_content_child.html.twig - report:: site - report:: site - - - web/report/ajax_dashboard_content_child.html.twig - report:: site d'ou les photo sont les plus consultees - report:: site d'ou les photo sont les plus consultees - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: societe - Unternehmen - - - Controller/Report/Root.php - classes/module/report.php - report:: taille - Gesamtzahl - - - classes/module/report.php - report:: telechargement - Download - - - Controller/Report/Root.php - module/report/download.php web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/report_layout.html.twig - report:: telechargements - Download - - - web/report/ajax_dashboard_content_child.html.twig - report:: telechargements document - report:: telechargements document - - - module/report/activity.php - report:: telechargements par jour - Download pro Tag - - - web/report/ajax_dashboard_content_child.html.twig - report:: telechargements preview - report:: telechargements preview - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: telephone - Telefon - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: titre - Titel - - - Controller/Report/Activity.php - report:: total des telechargements - Allgemeine downloads - - - web/report/report_layout_child.html.twig - report:: toutes les questions - häufigsten Suchabfragen - - - Controller/Report/Root.php - classes/module/report.php - report:: type - Bildschirmtyp - - - classes/module/report.php - report:: type d'action - Aktionstyp - - - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Root.php - classes/module/report.php - report:: utilisateur - Benutzer - - - Controller/Report/Informations.php - Controller/Report/Root.php web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig + + + report:: Volumetrie des questions posees sur %home_title% + häufigsten Suchabfragen in %home_title% + web/report/dashboard_macro.html.twig + + + report:: activite + Aktivität + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: activite document ajoute + report:: activite document ajoute + web/report/ajax_dashboard_content_child.html.twig + + + report:: activite document edite + report:: activite document edite + web/report/ajax_dashboard_content_child.html.twig + + + report:: activite du site + Tätigkeit der Webseite + web/report/report_layout.html.twig + web/report/report_layout_child.html.twig + + + report:: activite par heure + Aktivität pro Stunde + module/report/activity.php + web/report/ajax_dashboard_content_child.html.twig + + + report:: activite par jour + Aktivität pro Tag + web/report/ajax_dashboard_content_child.html.twig + web/report/chart.html.twig + web/report/chart.html.twig + + + report:: adresse + Addresse + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: ajoute + hinzugefügt + web/report/report_layout_child.html.twig + + + report:: collections + Kollektionen + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + report:: commentaire + Kommentar + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + report:: copyright + Ursprung + classes/module/report.php + + + report:: date + Datum + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + classes/module/report.php + + + report:: document + Dokument + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Informations.php + web/report/ajax_dashboard_content_child.html.twig + web/report/report_layout_child.html.twig + + + report:: document ajoute + hinzugefügte Dokumente + module/report/add.php + + + report:: documents les plus telecharges + report:: documents les plus telecharges web/report/ajax_dashboard_content_child.html.twig + + + report:: edite + bearbeitet + web/report/report_layout_child.html.twig + + + report:: edited documents + Bearbeitete Dokumente + module/report/edit.php + + + report:: email + E Mail + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: fichier + Datei + Controller/Report/Root.php + classes/module/report.php + + + report:: fonction + Beruf + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: historique des connexions + Historie von Verbindungen + Controller/Report/Informations.php + + + report:: historique des questions + Suchabfragen History + Controller/Report/Informations.php + + + report:: historique des telechargements + Historie der downloads + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: identifiant + Benutzer Id + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: jour + Tag + Controller/Report/Activity.php + web/report/all_content.html.twig + + + report:: module + Module + Controller/Report/Root.php + + + report:: modules + Module + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + module/report/nav.php + + + report:: navigateur + Webbrowser + Controller/Report/Root.php + module/report/nav.php + + + report:: navigateurs et plateforme + Webbrowser und Plattformen + Controller/Report/Root.php + module/report/nav.php + + + report:: nom + Name + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: nombre + Anzahl + Controller/Report/Activity.php + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + + + report:: nombre de documents + Anzahl von Dokumenten + Controller/Report/Activity.php + + + report:: nombre de preview + Anzahl von Miniaturansichten + Controller/Report/Activity.php + + + report:: nombre de reponses + Durchschnittszahl der Ergebnisse + Controller/Report/Activity.php + Controller/Report/Activity.php + + + report:: nombre de vue + report:: nombre de vue + web/report/ajax_dashboard_content_child.html.twig + + + report:: non-renseigne + nicht ausgefüllt + module/report/activity.php + module/report/activity.php + module/report/activity.php + module/report/add.php + module/report/connexion.php + module/report/connexion.php + module/report/connexion.php + module/report/download.php + module/report/edit.php + module/report/filter.php + module/report/nav.php + module/report/push.php + module/report/question.php + module/report/sent.php + module/report/validate.php + web/report/colFilter.html.twig + web/report/colFilter.html.twig + + + report:: page d'accueil + Hautpseite + classes/record/preview.php + + + report:: par %user_infos% + von %user_infos% + prod/preview/short_history.html.twig + + + report:: par utilisateurs + Allgemein + web/report/report_layout_child.html.twig + + + report:: pays + Staat + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: plateforme + Plattform + Controller/Report/Root.php + + + report:: poids + Größe + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: poids document + report:: poids document + web/report/ajax_dashboard_content_child.html.twig + + + report:: poids preview + report:: poids preview + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + + + report:: pourcentage + % + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + + + report:: preview + Unterauflösungen + Controller/Report/Activity.php + web/report/ajax_dashboard_content_child.html.twig + + + report:: preview les plus telecharges + report:: preview les plus telecharges + web/report/ajax_dashboard_content_child.html.twig + + + report:: pushe + Pushed + web/report/report_layout_child.html.twig + + + report:: pushed documents + "Pushed" Dokumente + module/report/push.php + + + report:: question + Anfrage + Controller/Report/Activity.php + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + module/report/question.php + classes/module/report.php + web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig + + + report:: questions + Anfragen + module/report/activity.php + + + report:: questions les plus posees + Häufigsten gestellten Fragen + module/report/activity.php + + + report:: questions sans reponses + Anfragen ohne Ergebnis + module/report/activity.php + web/report/report_layout_child.html.twig + + + report:: record id + record id + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + report:: recordid + recordid + web/report/report_layout_child.html.twig + + + report:: resolution + Bildschirmauflösung + Controller/Report/Root.php + module/report/nav.php + + + report:: site + report:: site + web/report/ajax_dashboard_content_child.html.twig + + + report:: site d'ou les photo sont les plus consultees + report:: site d'ou les photo sont les plus consultees + web/report/ajax_dashboard_content_child.html.twig + + + report:: societe + Unternehmen + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: taille + Gesamtzahl + Controller/Report/Root.php + classes/module/report.php + + + report:: telechargement + Download + classes/module/report.php + + + report:: telechargements + Download + Controller/Report/Root.php + module/report/download.php + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/report_layout.html.twig + + + report:: telechargements document + report:: telechargements document + web/report/ajax_dashboard_content_child.html.twig + + + report:: telechargements par jour + Download pro Tag + module/report/activity.php + + + report:: telechargements preview + report:: telechargements preview + web/report/ajax_dashboard_content_child.html.twig + + + report:: telephone + Telefon + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: titre + Titel + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: total des telechargements + Allgemeine downloads + Controller/Report/Activity.php + + + report:: toutes les questions + häufigsten Suchabfragen + web/report/report_layout_child.html.twig + + + report:: type + Bildschirmtyp + Controller/Report/Root.php + classes/module/report.php + + + report:: type d'action + Aktionstyp + classes/module/report.php + + + report:: utilisateur + Benutzer + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Root.php + classes/module/report.php + + report:: utilisateurs Benutzer + Controller/Report/Informations.php + Controller/Report/Root.php + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig - module/report/validate.php report:: validated documents Bestätigte Dokumente + module/report/validate.php - web/report/report_layout_child.html.twig report:: valide Bestätigt + web/report/report_layout_child.html.twig - classes/record/preview.php report:: visualiseur cooliris Cooliris Viewer + classes/record/preview.php - prod/preview/short_history.html.twig report::Changement de collection vers : %coll_name% Kollektion Verschiebung zu : %coll_name% + prod/preview/short_history.html.twig - web/report/ajax_dashboard_content_child.html.twig report::Connexion report::Connexion + web/report/ajax_dashboard_content_child.html.twig - module/report/connexion.php report::Connexions Verbindungen + module/report/connexion.php - prod/preview/short_history.html.twig report::Demande de validation vers %n_user% utilisateurs depuis lapplication box %appbox% Validierung Abfrage zu %n_user% Benutzer ab ApplicationBox %appbox% + prod/preview/short_history.html.twig - prod/preview/short_history.html.twig report::Edition des meta-donnees Metadaten Bearbeitung + prod/preview/short_history.html.twig - prod/preview/short_history.html.twig report::Edition des status Status Bearbeitung + prod/preview/short_history.html.twig - web/report/ajax_data_content.html.twig - web/report/all_content.html.twig report::Heures Module + web/report/ajax_data_content.html.twig + web/report/all_content.html.twig - prod/preview/short_history.html.twig report::Impression des formats : %format% Format Drucken : %format% + prod/preview/short_history.html.twig - prod/preview/short_history.html.twig report::Modification du document -- je ne me souviens plus de quoi... unbekannte Handlung auf das Dokument + prod/preview/short_history.html.twig - web/report/all_content.html.twig report::Nombre de connexions Verbindungen + web/report/all_content.html.twig - web/report/all_content.html.twig report::Nombre de document ajoute Anzahl von hinzugefügten Dokumenten + web/report/all_content.html.twig - web/report/all_content.html.twig report::Nombre de document edite Anzahl von bearbeiteten Dokumenten + web/report/all_content.html.twig - prod/preview/short_history.html.twig report::Publication de %dest% Veröffentlichung von %dest% + prod/preview/short_history.html.twig - prod/preview/short_history.html.twig report::Push vers %n_user% utilisateurs depuis lapplication box %appbox% Push zu %n_user% Benutzer ab ApplicationBox %appbox% + prod/preview/short_history.html.twig - prod/preview/short_history.html.twig report::Substitution de %dest% Ersatz von %dest% + prod/preview/short_history.html.twig - prod/preview/short_history.html.twig report::Telechargement de %dest% Download von %dest% + prod/preview/short_history.html.twig - classes/record/preview.php - classes/record/preview.php - classes/record/preview.php report::acces direct Direkt Zugriff + classes/record/preview.php + classes/record/preview.php + classes/record/preview.php - Controller/Report/Root.php - module/report/filter.php report::activite Aktivität + Controller/Report/Root.php + module/report/filter.php - prod/preview/short_history.html.twig report::ajout du documentt Dokument hinzugefügt + prod/preview/short_history.html.twig - web/report/report_layout_child.html.twig report::aucune precision keine Filter + web/report/report_layout_child.html.twig - Controller/Report/Root.php - module/report/filter.php report::fonction Funktion + Controller/Report/Root.php + module/report/filter.php - web/report/report_layout_child.html.twig report::la description contient Die Beschreibung beinhaltet + web/report/report_layout_child.html.twig - Controller/Report/Root.php - module/report/filter.php report::pays Land + Controller/Report/Root.php + module/report/filter.php - Controller/Report/Root.php - module/report/filter.php report::societe Unternehmen + Controller/Report/Root.php + module/report/filter.php - prod/preview/short_history.html.twig report::supression du document Dokument löschen + prod/preview/short_history.html.twig - Controller/Report/Informations.php report::version Version + Controller/Report/Informations.php - web/common/doctype_icons.html.twig reportage Reportage + web/common/doctype_icons.html.twig - prod/results/help.html.twig retourne "automobile", "automate", "autoroute", ... retourne "automobile", "automate", "autoroute", ... + prod/results/help.html.twig - prod/results/help.html.twig retourne "délit", "débit", ... retourne "délit", "débit", ... + prod/results/help.html.twig - prod/results/help.html.twig retourne les 20 derniers enregistrements archives dans les collections selectionnees gibt die 20 letzte Datensätze, die in ausgewählte Kollektionen archiviert sind + prod/results/help.html.twig - prod/results/help.html.twig retourne les documents comprenant cannes sans le mot festival. gibt die Dokumente, die das Wort "Oktoberfest" ohne das Wort "Bier" beinhaltet + prod/results/help.html.twig - prod/results/help.html.twig retourne les documents comprenant les deux mots. gibt die Dokumente, die die 2 Wörter beinhalten + prod/results/help.html.twig - prod/results/help.html.twig retourne les documents comprenant un mot et/ou l'autre. gibt die Dokumente, die ein Wort und/oder das andere beinhaltet + prod/results/help.html.twig - prod/results/help.html.twig retourne les documents où le terme est au moins présent dans le titre, en évitant par exemple celles où le terme est uniquement cité dans la légende. gibt die Dokumente, wo der Begriff sich mindestens im Titel befindet. Zum Beispiel vermeidet er diese, wo der Begriff nur im Beschreibung ist. + prod/results/help.html.twig - prod/results/help.html.twig retourne tous les enregistrements des collections selectionnees gibt die Datensätze der ausgewählte Kollektionen + prod/results/help.html.twig - actions/Tools/index.html.twig rotation 90 degres anti-horaires 90° entgegen dem Uhrzeigersinn drehen + actions/Tools/index.html.twig - actions/Tools/index.html.twig rotation 90 degres horaire 90° im Uhrzeigersinn drehen + actions/Tools/index.html.twig + + + scheduled status + scheduled status + admin/task-manager/index.html.twig - actions/Tools/index.html.twig screenshot video Video Screenshot + actions/Tools/index.html.twig - web/admin/users.html.twig select at least one user Einen user auswählen + web/admin/users.html.twig - Bridge/Youtube/upload.html.twig separe par un espace durch Leerzeichen getrennt + Bridge/Youtube/upload.html.twig - classes/module/report.php septembre September + classes/module/report.php - web/developers/application.html.twig settings OAuth OAuth Einstellungen + web/developers/application.html.twig - web/admin/dashboard.html.twig setup:: Reinitialisation des droits admins die Rechte von Administratoren zurücksetzen + web/admin/dashboard.html.twig - web/admin/dashboard.html.twig setup:: administrateurs de l'application Anwendung Administratoren + web/admin/dashboard.html.twig - admin/collection/collection.html.twig setup:: ajouter un administrateur des commandes einen Manager für die Bestellungen hinzufügen + admin/collection/collection.html.twig - web/setup/step2.html.twig setup::Configuration de la base de compte ApplicationBox Konfiguration der ApplicationBox Konto-Datenbank + web/setup/step2.html.twig - web/setup/step2.html.twig setup::Configuration de la base de stockage DataBox Konfiguration der DataBox SpeicherDatenbank + web/setup/step2.html.twig - web/setup/step2.html.twig setup::Configuration des repertoires de stockage Konfiguration von den Ablageordnern + web/setup/step2.html.twig - web/admin/dashboard.html.twig setup::Tests d'envois d'emails Test E-Mail Überprüfungen + web/admin/dashboard.html.twig - prod/results/help.html.twig sport Sport + prod/results/help.html.twig - web/admin/statusbit.html.twig status:: Affichable pour tous angezeigte Bildzeichen + web/admin/statusbit.html.twig - admin/statusbit/edit.html.twig status:: Afficher le status dans les feuilles de reponses pour tous les utilisateurs Bildzeichen des Status oben der Miniaturansichten anzeigen, für alle Benutzer (wenn ungewählt, werden nur die Benutzer, die die Status bearbeiten können, die Status sehen) + admin/statusbit/edit.html.twig - web/admin/statusbit.html.twig status:: cherchable par tous suchbar + web/admin/statusbit.html.twig - web/admin/statusbit.html.twig status:: nom Synonym + web/admin/statusbit.html.twig - admin/statusbit/edit.html.twig - web/admin/statusbit.html.twig status:: numero de bit Status Nummer + admin/statusbit/edit.html.twig + web/admin/statusbit.html.twig - admin/statusbit/edit.html.twig status:: retrouver sous forme de filtre dans la recherche Status Suche in der erweiterten Suche aktivieren + admin/statusbit/edit.html.twig - actions/Tools/index.html.twig substitution Ersatz + actions/Tools/index.html.twig - actions/Tools/index.html.twig substitution HD HD Ersetzung + actions/Tools/index.html.twig - actions/Tools/index.html.twig substitution SD SD Ersetzung + actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig take a screenshot einen Screenshot erstellen + actions/Tools/index.html.twig + actions/Tools/index.html.twig - task-manager/task-editor/archive.html.twig task::_common_:hotfolder Hot Folder + task-manager/task-editor/archive.html.twig - task-manager/task-editor/archive.html.twig task::_common_:secondes (unite temporelle) Sekunden + task-manager/task-editor/archive.html.twig - TaskManager/Job/ArchiveJob.php task::archive:Archivage Archivierung auf Kollektion + TaskManager/Job/ArchiveJob.php - TaskManager/Job/ArchiveJob.php task::archive:Archiving files found into a 'hotfolder' gefundenen Dateien nach einem Hotfolder archivieren + TaskManager/Job/ArchiveJob.php - task-manager/task-editor/archive.html.twig task::archive:archivage sur base/collection/ Archivierung zur Datenbank/Kollektion + task-manager/task-editor/archive.html.twig - 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 + task-manager/task-editor/archive.html.twig - task-manager/task-editor/archive.html.twig task::archive:delai de 'repos' avant traitement Frist vor Bearbeitung + task-manager/task-editor/archive.html.twig - task-manager/task-editor/archive.html.twig task::archive:deplacer les fichiers archives dans _archived die archivierten Dateien nach _archived verschieben + task-manager/task-editor/archive.html.twig - task-manager/task-editor/archive.html.twig task::archive:deplacer les fichiers non-archives dans _error die unarchivierte Dateien nach_error verschieben + task-manager/task-editor/archive.html.twig - task-manager/task-editor/archive.html.twig task::archive:supprimer les repertoires apres archivage Verzeichnisse nach Archivierung löschen + task-manager/task-editor/archive.html.twig - TaskManager/Job/FtpJob.php task::ftp:Certains documents n'ont pas pu etre tranferes Einige Dokumente konnten nicht übertragen werden + TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php task::ftp:Details des fichiers Angaben der Datei(en) + TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" + TaskManager/Job/FtpJob.php - TaskManager/Job/FtpPullJob.php task::ftp:FTP Pull FTP Pull + TaskManager/Job/FtpPullJob.php - TaskManager/Job/FtpJob.php task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) + TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% + TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php - Notification/Mail/MailSuccessFTPReceiver.php - Notification/Mail/MailSuccessFTPSender.php task::ftp:Status about your FTP transfert from %application% to %server% task::ftp:Status about your FTP transfert from %application% to %server% + Notification/Mail/MailSuccessFTPReceiver.php + Notification/Mail/MailSuccessFTPSender.php - TaskManager/Job/FtpJob.php task::ftp:TENTATIVE no %number%, %date% task::ftp:TENTATIVE no %number%, %date% + TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php task::ftp:Tous les documents ont ete transferes avec succes Alle Dokumente wurden erfolgreich übertragen + TaskManager/Job/FtpJob.php - task-manager/task-editor/ftp-pull.html.twig task::ftp:chemin distant task::ftp:chemin distant + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:host task::ftp:host + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:localpath task::ftp:localpath + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:mode passif Passiv-Mode + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:password task::ftp:password + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:port task::ftp:port + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp.html.twig task::ftp:proxy Proxy + task-manager/task-editor/ftp-pull.html.twig + task-manager/task-editor/ftp.html.twig - task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp.html.twig task::ftp:proxy port Proxy Port + task-manager/task-editor/ftp-pull.html.twig + task-manager/task-editor/ftp.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:user task::ftp:user + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:utiliser SSL SSL + task-manager/task-editor/ftp-pull.html.twig - TaskManager/Job/SubdefsJob.php task::subdef:creation des sous definitions Erstellung der Unterauflösungen + TaskManager/Job/SubdefsJob.php - TaskManager/Job/SubdefsJob.php task::subdef:creation des sous definitions des documents d'origine Erstellung von Unterauflösungen + TaskManager/Job/SubdefsJob.php - TaskManager/Job/WriteMetadataJob.php task::writemeta:(re)ecriture des metadatas dans les documents (et subdefs concernees) Zurückschreiben der Metadaten in Dokumente (und betroffenen Unterauflösungen) + TaskManager/Job/WriteMetadataJob.php + + + task::writemeta:Compatibilité MWG + task::writemeta:Compatibilité MWG + task-manager/task-editor/write-metadata.html.twig - TaskManager/Job/WriteMetadataJob.php task::writemeta:ecriture des metadatas Metadaten Schreiben + TaskManager/Job/WriteMetadataJob.php - task-manager/task-editor/write-metadata.html.twig task::writemeta:effacer les metadatas non presentes dans la structure Strukturfehlende Metadaten löschen + task-manager/task-editor/write-metadata.html.twig - prod/results/help.html.twig thalassa DANS titre Wiesn IN Titel + prod/results/help.html.twig - web/thesaurus/load-thesaurus.html.twig thesaurus has been updated Thesaurus wurde aktualisiert + web/thesaurus/load-thesaurus.html.twig - web/thesaurus/properties.html.twig thesaurus:: %hits% reponses retournees %hits% Ergebnisse geliefert + web/thesaurus/properties.html.twig - web/thesaurus/accept.html.twig thesaurus:: A cet emplacement du thesaurus , un candidat du champ %cfield% ne peut etre accepte Hier im Thesaurus, ein möglicher Begriff des Feldes %cfield% kann nicht angenommen werden + web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig thesaurus:: Accepter la branche comme Verzweigung akzeptieren als : + web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig thesaurus:: Accepter le terme comme Begriff akzeptieren als : + web/thesaurus/accept.html.twig - web/thesaurus/new-term.html.twig thesaurus:: Ajouter le terme dans reindexer Begriff hinzufügen, ohne ihn zu wieder indexieren + web/thesaurus/new-term.html.twig - web/thesaurus/link-field-step2.html.twig thesaurus:: Ce champ a ete modifie ; ancienne branche : %old_branch% }} thesaurus:: Ce champ a ete modifie ; ancienne branche : %old_branch% }} + web/thesaurus/link-field-step2.html.twig - web/thesaurus/properties.html.twig thesaurus:: Confirmer la suppression du terme %s Das Löschen des Begriffes "%s" bestätigen + web/thesaurus/properties.html.twig - web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig thesaurus:: Des termes de cette branche ne renvoient pas de hits. Les supprimer ? Begriffe dieser Verzweigung zeigen keine Ergebnisse. Möchten Sie diese Begriffe löschen? + web/thesaurus/thesaurus.html.twig - web/thesaurus/index.html.twig thesaurus:: Editer le thesaurus Thesaurus bearbeiten + web/thesaurus/index.html.twig - web/thesaurus/import-dialog.html.twig thesaurus:: Importer Importieren + web/thesaurus/import-dialog.html.twig - web/thesaurus/link-field-step2.html.twig - web/thesaurus/link-field-step3.html.twig thesaurus:: Lier la branche de thesaurus die Verzweigung verbinden? + web/thesaurus/link-field-step2.html.twig + web/thesaurus/link-field-step3.html.twig - web/thesaurus/link-field-step1.html.twig thesaurus:: Lier la branche de thesaurus au champ die Verzweigung mit dem Feld %s verbinden + web/thesaurus/link-field-step1.html.twig - web/thesaurus/link-field-step1.html.twig thesaurus:: Lier la branche de thesaurus au champ %branch% Den Thesaurus-Sprung mit dem Feld %branch% verbinden + web/thesaurus/link-field-step1.html.twig - web/thesaurus/new-synonym-dialog.html.twig - web/thesaurus/new-term.html.twig thesaurus:: Nouveau synonyme Neuer Synonym + web/thesaurus/new-term.html.twig + web/thesaurus/thesaurus.html.twig - web/thesaurus/new-synonym-dialog.html.twig thesaurus:: Nouveau terme Neuer Begriff + web/thesaurus/thesaurus.html.twig - web/thesaurus/new-term.html.twig thesaurus:: Nouveau terme specifique Neuer bestimmte Begriff + web/thesaurus/new-term.html.twig - web/thesaurus/properties.html.twig thesaurus:: Proprietes Eigenschaften + web/thesaurus/properties.html.twig - web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig thesaurus:: Tous les termes ont des hits Alle Begriffe verweisen auf Ergebnisse + web/thesaurus/thesaurus.html.twig - web/thesaurus/index.html.twig thesaurus:: Vous n'avez acces a aucune base Sie haben keinen Zugriff auf die Datenbanken + web/thesaurus/index.html.twig - web/thesaurus/accept.html.twig thesaurus:: accepter... annehmen + web/thesaurus/accept.html.twig - web/thesaurus/thesaurus.html.twig thesaurus:: afficher les termes refuses abgelehnte Begriffe anzeigen + web/thesaurus/thesaurus.html.twig - web/thesaurus/new-term.html.twig thesaurus:: ajouter le terme et reindexer Begriff hinzufügen und wieder indexieren + web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig thesaurus:: attention : Vorsicht : + web/thesaurus/new-term.html.twig - web/thesaurus/link-field-step2.html.twig thesaurus:: ce champ doit etre lie au thesaurus. La reindexation de la base est necessaire Dieses Feld muss zum Thesaurus verknüpft werden. Wieder Indexierung der Datenbank erforderlich + web/thesaurus/link-field-step2.html.twig - web/thesaurus/link-field-step2.html.twig thesaurus:: ce champ n'est plus lie au thesaurus, les termes indexes et candidats seront supprimes Dieses Feld wird nicht mehr zum Thesaurus verknüpft. Die mögliche und indexierte Begriffe werden gelöscht + web/thesaurus/link-field-step2.html.twig - web/thesaurus/accept.html.twig thesaurus:: comme synonyme de %fullpath_tgt_raw% als Synonym von %fullpath_tgt_raw% + web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig thesaurus:: comme terme specifique als bestimmter Begriff + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig - web/thesaurus/search.html.twig thesaurus:: commence par beginnt mit + web/thesaurus/thesaurus.html.twig - web/thesaurus/new-synonym-dialog.html.twig thesaurus:: contexte Kontext + web/thesaurus/thesaurus.html.twig - web/thesaurus/search.html.twig thesaurus:: contient beinhaltet + web/thesaurus/thesaurus.html.twig - Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php thesaurus:: corbeille Stock + Controller/Thesaurus/Thesaurus.php + Controller/Thesaurus/Thesaurus.php + Controller/Thesaurus/Thesaurus.php - web/thesaurus/thesaurus.html.twig thesaurus:: deplacer le terme dans la corbeille ? Begriffe zum Stock verschieben + web/thesaurus/thesaurus.html.twig - web/thesaurus/link-field-step3.html.twig thesaurus:: enregistrement de la liste modifiee des mots candidats. Datensatz der veränderte Liste von möglichen Begriffen + web/thesaurus/link-field-step3.html.twig - Controller/Thesaurus/Thesaurus.php thesaurus:: erreur lors de l'enregsitrement du fichier Fehler beim Dateidatensatz + Controller/Thesaurus/Thesaurus.php - web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig 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 + web/thesaurus/new-term.html.twig + web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig thesaurus:: est deja candidat en provenance des champs acceptables : ist schon ein möglicher Begriff und stammt aus zulässigen Feldern : + web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig thesaurus:: est deja candidat en provenance du champ acceptable : ist schon ein möglicher Begriff und stammt aus dem zulässigen Feld : + web/thesaurus/new-term.html.twig - - web/thesaurus/search.html.twig - thesaurus:: est egal a - gleich + + thesaurus:: est egal a + thesaurus:: est egal a + web/thesaurus/thesaurus.html.twig - web/thesaurus/export-text-dialog.html.twig thesaurus:: example Beispiel + web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text-dialog.html.twig thesaurus:: export : inclure la langue die Sprache beinhalten + web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text-dialog.html.twig thesaurus:: export : inclure les hits Anzahl der Ergebnisse beinhalten + web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text-dialog.html.twig thesaurus:: export : numeroter les lignes Zeilen nummern + web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text.html.twig thesaurus:: export au format texte Text + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-text.html.twig - web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics.html.twig thesaurus:: export en topics Themen + web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/export-topics.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: exporter Exportieren + web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: exporter a l'ecran pour la langue %piv% Export auf den Bildschirm für die Sprache %piv% + web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-text-dialog.html.twig thesaurus:: exporter avec les synonymes sur la meme ligne Synonyme(n) auf die selbe Zeile + web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text-dialog.html.twig thesaurus:: exporter avec une ligne par synonyme Eine Zeile nach Synonym + web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: exporter vers topics pour toutes les langues für alle Sprachen exportieren + web/thesaurus/export-topics-dialog.html.twig - Controller/Thesaurus/Thesaurus.php thesaurus:: fichier genere : %filename% thesaurus:: fichier genere : %filename% + Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php thesaurus:: fichier genere le %date% thesaurus:: fichier genere le %date% + Controller/Thesaurus/Thesaurus.php - web/thesaurus/properties.html.twig thesaurus:: hits Ergebnisse + web/thesaurus/properties.html.twig - web/thesaurus/properties.html.twig thesaurus:: ids Benutzernamen + web/thesaurus/properties.html.twig - web/thesaurus/import-dialog.html.twig thesaurus:: langue par default standardmässige Sprache + web/thesaurus/import-dialog.html.twig - web/thesaurus/index.html.twig thesaurus:: langue pivot Sprachdatei auswählen + web/thesaurus/index.html.twig - web/thesaurus/link-field-step2.html.twig thesaurus:: le lien au thesaurus doit etre modifie, la reindexation de la base est necessaire Das Link mit dem Thesaurus soll verändert werden, die Wieder Indexierung ist erforderlich + web/thesaurus/link-field-step2.html.twig - web/thesaurus/search.html.twig thesaurus:: le terme Begriff + web/thesaurus/thesaurus.html.twig - web/thesaurus/new-term.html.twig thesaurus:: le terme %term% avec contexte %context% Der Begriff %term% mit Kontext %context% + web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig thesaurus:: le terme %term% sans contexte Der Begriff %term% ohne Kontext + web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig thesaurus:: n'est pas present dans les candidats ist fehlend bei den möglichen Begriffen + web/thesaurus/new-term.html.twig - web/thesaurus/link-field-step2.html.twig thesaurus:: nouvelle branche Neue Verzweigung + web/thesaurus/link-field-step2.html.twig - web/thesaurus/thesaurus.html.twig thesaurus:: onglet stock mögliche Begriffe + web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig thesaurus:: onglet thesaurus Thesaurus + web/thesaurus/thesaurus.html.twig - web/thesaurus/export-text-dialog.html.twig thesaurus:: options d'export : Export + web/thesaurus/export-text-dialog.html.twig - web/thesaurus/link-field-step2.html.twig thesaurus:: pas de reindexation Keine Wieder Indexierung + web/thesaurus/link-field-step2.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: presentation Anzeigeoptionen + web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: presentation : branche ouvertes aktuelle Ansicht wiedergeben (geöffnete Verzweigungen) + web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: presentation : branches refermables aktuelle Ansicht wiedergeben (verschliessene Verzweigungen) + web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: question complete (avec operateurs) vollständige Anfrage (mit Operators) + web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: recherche Suche + web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: recherche fulltext volltext + web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: recherche thesaurus *:"query" thesaurus:: recherche thesaurus *:"query" + web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig thesaurus:: refresh aktualiseren + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig - web/thesaurus/link-field-step2.html.twig thesaurus:: reindexation necessaire wieder Indexierung erforderlich + web/thesaurus/link-field-step2.html.twig - web/thesaurus/import-dialog.html.twig thesaurus:: reindexer la base apres l'import wieder indexieren nach dem Import + web/thesaurus/import-dialog.html.twig - web/thesaurus/link-field-step3.html.twig thesaurus:: reindexer tous les enregistrements Alle Datensätze wieder indexieren + web/thesaurus/link-field-step3.html.twig - web/thesaurus/accept.html.twig thesaurus:: removed tgt removed tgt + web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig thesaurus:: removed_src removed_src - - - web/thesaurus/properties.html.twig - thesaurus:: remplacer - ersetzen + web/thesaurus/accept.html.twig - web/thesaurus/new-term.html.twig thesaurus:: selectionner la provenance a accepter Ursprung zu akzeptieren markieren + web/thesaurus/new-term.html.twig - web/thesaurus/link-field-step3.html.twig - web/thesaurus/link-field-step3.html.twig thesaurus:: suppression de la branche de mot candidats pour le champ %field% Löschen von dem Sprung von möglichen Begriffe für das Feld %field% + web/thesaurus/link-field-step3.html.twig + web/thesaurus/link-field-step3.html.twig - web/thesaurus/link-field-step3.html.twig thesaurus:: suppression des indexes vers le thesaurus pour le champ %field% Löschen von Indexen zum Thesaurus für das Feld %field% + web/thesaurus/link-field-step3.html.twig - web/thesaurus/link-field-step3.html.twig thesaurus:: suppression du lien du champ %field% Löschen von der Verbindung des Feldes %field% + web/thesaurus/link-field-step3.html.twig - web/thesaurus/import-dialog.html.twig thesaurus:: supprimer les liens des champs tbranch Die Verbindung(en) zwischen den Felder(n) und Verzweigung(en) löschen + web/thesaurus/import-dialog.html.twig - web/thesaurus/new-synonym-dialog.html.twig thesaurus:: synonyme Synonym + web/thesaurus/thesaurus.html.twig - web/thesaurus/properties.html.twig thesaurus:: synonymes Synonyme + web/thesaurus/properties.html.twig - web/thesaurus/new-synonym-dialog.html.twig thesaurus:: terme Begriff + web/thesaurus/thesaurus.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: tout deployer - refermable Alle aufklappen (verschliessbar) + web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: tout deployer - statique Alle aufklappen (statisch) + web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: tout fermer Alle zuklappen (mit Browsen) + web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/thesaurus.html.twig thesaurus::menu: Nouveau synonyme Neuer Synonym + web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig thesaurus::menu: Nouveau terme Neuer Begriff + web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig thesaurus::menu: accepter annehmen + web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig thesaurus::menu: chercher suchen + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig thesaurus::menu: export topics Exportieren als Themen + web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig thesaurus::menu: exporter Exportieren + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig thesaurus::menu: importer Importieren + web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig thesaurus::menu: lier au champ mit dem Feld verbinden + web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig thesaurus::menu: proprietes Eigenschaften + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig thesaurus::menu: refuser ablehnen + web/thesaurus/thesaurus.html.twig - web/thesaurus/properties.html.twig - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig thesaurus::menu: supprimer Löschen + web/thesaurus/properties.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig thesaurus::menu: supprimer les candidats a 0 hits Die mögliche Begriffe löschen, die ergebnislos sind? + web/thesaurus/thesaurus.html.twig - actions/Tools/index.html.twig thumbnail validation Miniaturansicht Bestätigung + actions/Tools/index.html.twig + + + to + to + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig - web/report/listColumn.html.twig tout decocher Alles deaktivieren + web/report/listColumn.html.twig - web/admin/subdefs.html.twig - web/admin/subdefs.html.twig tout le monde Alle + web/admin/subdefs.html.twig + web/admin/subdefs.html.twig - prod/results/help.html.twig tout le sport alle vier Jahre + prod/results/help.html.twig - web/prod/notifications.html.twig toutes les notifications Alle Benachrichtigungen + web/prod/notifications.html.twig - web/admin/databases.html.twig update::Votre application necessite une mise a jour vers : Ihre Anwendung erfordert eine Aktualiserung zu: + web/admin/databases.html.twig - web/admin/databases.html.twig update::Votre version est a jour : Ihre Version ist aktuell + web/admin/databases.html.twig - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig upload:: Destination (collection) : Kollektion + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig upload:: Status : Status + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - web/admin/users.html.twig users rights have been reseted Nutzerrechte wurden zurückgesetzt + web/admin/users.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig validate bestätigen + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + validation:: NON + Nein mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig lightbox/IE6/agreement_box.html.twig - validation:: NON - Nein + validation:: OUI + Ja mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig lightbox/IE6/agreement_box.html.twig - validation:: OUI - Ja - mobile/lightbox/basket_element.html.twig validation:: editer ma note mein Kommentar verändern + mobile/lightbox/basket_element.html.twig - mobile/lightbox/sc_note.html.twig validation:: note Kommentare + mobile/lightbox/sc_note.html.twig - web/lightbox/sc_note.html.twig validation:: votre note Kommentare + web/lightbox/sc_note.html.twig + validation::envoyer mon rapport + Meinen Bericht senden mobile/lightbox/validate.html.twig mobile/lightbox/validate.html.twig web/lightbox/basket_options.html.twig web/lightbox/basket_options.html.twig lightbox/IE6/basket_options.html.twig lightbox/IE6/basket_options.html.twig - validation::envoyer mon rapport - Meinen Bericht senden - web/admin/databases.html.twig version Version + web/admin/databases.html.twig - web/report/all_content.html.twig veuillez choisir au minimum une collection Mindestens eine Kollektion muss ausgewählt werden + web/report/all_content.html.twig - web/common/doctype_icons.html.twig video Video + web/common/doctype_icons.html.twig - actions/Tools/index.html.twig video tool Video Werkzeug + actions/Tools/index.html.twig - web/account/sessions.html.twig - web/admin/subdefs.html.twig - web/common/technical_datas.html.twig yes Ja + web/account/sessions.html.twig + web/admin/subdefs.html.twig + web/common/technical_datas.html.twig - actions/Tools/confirm.html.twig you are about to change the representation thumbnail of your video Sie werden jetzt die Darstellung der Video Miniaturansicht verändern + actions/Tools/confirm.html.twig - web/admin/dashboard.html.twig your configuration Ihre Konfiguration + web/admin/dashboard.html.twig
diff --git a/resources/locales/messages.en.xlf b/resources/locales/messages.en.xlf index 4e1660af57..6da0553a8e 100644 --- a/resources/locales/messages.en.xlf +++ b/resources/locales/messages.en.xlf @@ -1,1755 +1,1833 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.
+ + + + Form/Configuration/EmailFormType.php + Form/Login/PhraseaAuthenticationForm.php + + + The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account + to see its contents. + This avoids anonymous users to access to the content of the push if they were able to get the display + url through a forwarded mail for example. + + The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account + to see its contents. + This avoids anonymous users to access to the content of the push if they were able to get the display + url through a forwarded mail for example. + + prod/templates/push.html.twig + - WorkZone/Browser/Basket.html.twig %ElementsCount% records - %ElementsCount% records + %ElementsCount% records + WorkZone/Browser/Basket.html.twig + %Total% results + %Total% results WorkZone/Browser/Results.html.twig WorkZone/Browser/Results.html.twig - %Total% results - %Total% results - + + %basket_length% documents + %basket_length% documents mobile/lightbox/validate.html.twig lightbox/IE6/index.html.twig lightbox/IE6/index.html.twig web/lightbox/index.html.twig web/lightbox/index.html.twig - %basket_length% documents - %basket_length% document(s) - prod/actions/collection_default.html.twig %countable% documents can not be modified. - %countable% documents can not be modified. + %countable% documents can not be modified. + prod/actions/collection_default.html.twig - Controller/Root/Login.php %d collection selected - %d collection selected + %d collection selected + Controller/Root/Login.php - Controller/Root/Login.php %d collections selected - %d collections selected + %d collections selected + Controller/Root/Login.php - Controller/Prod/Language.php %d fields have been updated - %d fields have been updated + %d fields have been updated + Controller/Prod/Language.php - - prod/orders/order_item.html.twig + %displayName% wants to place an order - %displayName% wants to place an order. + %displayName% wants to place an order + prod/orders/order_item.html.twig - - web/common/dialog_export.html.twig + %docs_not_orderable% documents ne peuvent pas etre commandes - %docs_not_orderable% document(s) can't be ordered + %docs_not_orderable% documents ne peuvent pas etre commandes + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + %docs_orderable% documents commandes - %docs_orderable% ordered document(s) + %docs_orderable% documents commandes + web/common/dialog_export.html.twig - mobile/lightbox/feed.html.twig %entry_length% documents - %entry_length% documents + %entry_length% documents + mobile/lightbox/feed.html.twig - - actions/Feedback/list.html.twig - actions/Feedback/ListsMacros.html.twig + %length% peoples - %length% people + %length% peoples + actions/Feedback/list.html.twig + actions/Feedback/ListsMacros.html.twig - - Bridge/Flickr/upload.html.twig + %n_elements% elements ne peuvent etre uploades - %n_elements% can't be uploaded + %n_elements% elements ne peuvent etre uploades + Bridge/Flickr/upload.html.twig - - web/admin/users.html.twig + + %n_par_page% par page + %n_par_page% par page web/admin/users.html.twig web/admin/users.html.twig - %n_par_page% par page - %n_par_page% per page + web/admin/users.html.twig - - actions/Bridge/deactivated.html.twig + %name% est momentanement indisponible a cause d'un trop grand nombre de requetes - %name% is currently unavailable, too many requests sent + %name% est momentanement indisponible a cause d'un trop grand nombre de requetes + actions/Bridge/deactivated.html.twig - Bridge/Dailymotion/element_informations.html.twig %nb_rating% like - %nb_rating% like + %nb_rating% like + Bridge/Dailymotion/element_informations.html.twig - Bridge/Dailymotion/element_informations.html.twig %nb_rating% likes - %nb_rating% likes + %nb_rating% likes + Bridge/Dailymotion/element_informations.html.twig + %nb_records% records + %nb_records% records prod/Tooltip/Basket.html.twig prod/Tooltip/Story.html.twig - %nb_records% records - %nb_records% records + %nb_view% vue + %nb_view% vue Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig Bridge/Youtube/element_informations.html.twig - %nb_view% vue - %nb_view% vue + %nb_view% vues + %nb_view% vues Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig Bridge/Youtube/element_informations.html.twig - %nb_view% vues - %nb_view% vues - Controller/Prod/WorkZone.php %quantity% Stories attached to the WorkZone %quantity% Stories attached to the WorkZone + Controller/Prod/WorkZone.php - Controller/Prod/WorkZone.php %quantity% Stories attached to the WorkZone, %quantity_already% already attached %quantity% Stories attached to the WorkZone, %quantity_already% already attached + Controller/Prod/WorkZone.php - Controller/Prod/WorkZone.php %quantity% Story attached to the WorkZone %quantity% Story attached to the WorkZone + Controller/Prod/WorkZone.php - Controller/Prod/WorkZone.php %quantity% Story attached to the WorkZone, %quantity_already% already attached %quantity% Story attached to the WorkZone, %quantity_already% already attached + Controller/Prod/WorkZone.php - Controller/Prod/UsrLists.php %quantity% User added to list %quantity% User added to list + Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php %quantity% Users added to list %quantity% Users added to list + Controller/Prod/UsrLists.php - Controller/Prod/Bridge.php %quantity% elements en attente %quantity% elements en attente + Controller/Prod/Bridge.php - Controller/Prod/BasketController.php - Controller/Prod/Story.php %quantity% records added %quantity% records added + Controller/Prod/BasketController.php + Controller/Prod/Story.php - Controller/Prod/BasketController.php %quantity% records moved %quantity% records moved + Controller/Prod/BasketController.php - prod/upload/upload.html.twig %quantity% selected files %quantity% selected files + prod/upload/upload.html.twig - Controller/Prod/Push.php %quantity_records% records have been sent for validation to %quantity_users% users %quantity_records% records have been sent for validation to %quantity_users% users + Controller/Prod/Push.php - Controller/Prod/Push.php %quantity_records% records have been sent to %quantity_users% users %quantity_records% records have been sent to %quantity_users% users + Controller/Prod/Push.php - - prod/upload/lazaret.html.twig + %record_count% records match the unique identifier : - %record_count% records match the unique identifier: + %record_count% records match the unique identifier : + prod/upload/lazaret.html.twig - Controller/Admin/Fields.php %s field has been created with success. - %s field has been created with success. + %s field has been created with success. + Controller/Admin/Fields.php - Controller/Admin/Fields.php %s field has been deleted with success. - %s field has been deleted with success. + %s field has been deleted with success. + Controller/Admin/Fields.php - - web/report/generate_tab.html.twig + + %total% reponses + %total% reponses + Controller/Prod/Query.php + + %total_count% results - %total_count% results. + %total_count% results + web/report/generate_tab.html.twig - eventsmanager/notify/validationdone.php %user% a envoye son rapport de validation de %title% %user% a envoye son rapport de validation de %title% + eventsmanager/notify/validationdone.php - eventsmanager/notify/order.php %user% a passe une %opening_link% commande %end_link% %user% a passe une %opening_link% commande %end_link% + eventsmanager/notify/order.php - Notification/Mail/MailInfoOrderCancelled.php %user% a refuse %quantity% elements de votre commande %user% a refuse %quantity% elements de votre commande + Notification/Mail/MailInfoOrderCancelled.php - eventsmanager/notify/ordernotdelivered.php %user% a refuse la livraison de %quantity% document(s) pour votre commande %user% a refuse la livraison de %quantity% document(s) pour votre commande + eventsmanager/notify/ordernotdelivered.php - eventsmanager/notify/register.php %user% demande votre approbation sur une ou plusieurs %before_link% collections %after_link% %user% demande votre approbation sur une ou plusieurs %before_link% collections %after_link% + eventsmanager/notify/register.php - Notification/Mail/MailInfoValidationDone.php %user% has just sent its validation report, you can now see it %user% has just sent its validation report, you can now see it + Notification/Mail/MailInfoValidationDone.php - Notification/Mail/MailInfoNewOrder.php %user% has ordered documents %user% has ordered documents + Notification/Mail/MailInfoNewOrder.php - eventsmanager/notify/feed.php %user% has published %title% %user% has published %title% + eventsmanager/notify/feed.php - eventsmanager/notify/autoregister.php %user% s'est enregistre sur une ou plusieurs %before_link% scollections %after_link% %user% s'est enregistre sur une ou plusieurs %before_link% scollections %after_link% + eventsmanager/notify/autoregister.php - Notification/Mail/MailInfoNewPublication.php %user% vient de publier %title% %user% vient de publier %title% + Notification/Mail/MailInfoNewPublication.php - eventsmanager/notify/orderdeliver.php %user% vous a delivre %quantity% document(s) pour votre commande %title% %user% vous a delivre %quantity% document(s) pour votre commande %title% + eventsmanager/notify/orderdeliver.php - Notification/Mail/MailInfoOrderDelivered.php %user% vous a delivre votre commande, consultez la en ligne a l'adresse suivante %user% vous a delivre votre commande, consultez la en ligne a l'adresse suivante + Notification/Mail/MailInfoOrderDelivered.php - eventsmanager/notify/push.php %user% vous a envoye un %before_link% panier %after_link% %user% vous a envoye un %before_link% panier %after_link% + eventsmanager/notify/push.php - eventsmanager/notify/validate.php %user% vous demande de valider %title% %user% vous demande de valider %title% + eventsmanager/notify/validate.php - web/admin/users.html.twig %user_count% users have been created. - %user_count% users have been created. + %user_count% users have been created. + web/admin/users.html.twig - Bridge/Youtube/element_informations.html.twig %value% like - %value% like + %value% like + Bridge/Youtube/element_informations.html.twig - Bridge/Youtube/element_informations.html.twig %value% likes - %value% likes + %value% likes + Bridge/Youtube/element_informations.html.twig - + + (validation) a envoyer + (validation) a envoyer lightbox/IE6/index.html.twig web/lightbox/index.html.twig - (validation) a envoyer - Feedback request to send - + + (validation) envoyee + (validation) envoyee lightbox/IE6/index.html.twig web/lightbox/index.html.twig - (validation) envoyee - Feedback request sent. - + + (validation) session terminee + (validation) session terminee lightbox/IE6/index.html.twig web/lightbox/index.html.twig - (validation) session terminee - Feedback session ended. - - prod/results/help.html.twig + * , ? , ET , OU , SAUF , DANS , DERNIERS , TOUT (ou AND , OR , EXCEPT , LAST , ALL) - * , ? , AND , OR , EXCEPT , IN , LAST , ALL + * , ? , ET , OU , SAUF , DANS , DERNIERS , TOUT (ou AND , OR , EXCEPT , LAST , ALL) + prod/results/help.html.twig - - Form/Configuration/APIClientsFormType.php + *Phraseanet Navigator* is a smartphone application that allow user to connect on this instance - *Phraseanet Navigator* is a smartphone application that allow user to connect on this instance. + *Phraseanet Navigator* is a smartphone application that allow user to connect on this instance + Form/Configuration/APIClientsFormType.php - WorkZone/Browser/Basket.html.twig 1 record - 1 record + 1 record + WorkZone/Browser/Basket.html.twig + 1 result + 1 result WorkZone/Browser/Results.html.twig WorkZone/Browser/Results.html.twig - web/report/generate_tab.html.twig - 1 result - 1 result + web/report/generate_tab.html.twig - Bridge/Dailymotion/upload.html.twig 10 tags maximum - 10 tags maximum + 10 tags maximum + Bridge/Dailymotion/upload.html.twig - - Bridge/Youtube/upload.html.twig + 100 caracteres maximum - 100 characters maximum + 100 caracteres maximum + Bridge/Youtube/upload.html.twig - - Bridge/Dailymotion/upload.html.twig + 1000 caracteres maximum - 1000 characters maximum + 1000 caracteres maximum + Bridge/Dailymotion/upload.html.twig - - Bridge/Youtube/upload.html.twig + 2000 caracteres maximum - 2000 characters maximum + 2000 caracteres maximum + Bridge/Youtube/upload.html.twig - - Bridge/Flickr/upload.html.twig + 2000 caracteres maximum, separe par des espaces - 2000 characters maximum + 2000 caracteres maximum, separe par des espaces + Bridge/Flickr/upload.html.twig - - Bridge/Dailymotion/upload.html.twig + 250 caracteres maximum - 250 characters maximum + 250 caracteres maximum + Bridge/Dailymotion/upload.html.twig - - Bridge/Dailymotion/upload.html.twig + 255 caracteres maximum - 255 characters maximum + 255 caracteres maximum + Bridge/Dailymotion/upload.html.twig - - Bridge/Youtube/upload.html.twig + 500 caracteres maximum - 500 characters maximum + 500 caracteres maximum + Bridge/Youtube/upload.html.twig - + + A + A web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - A - To - Notification/Mail/MailInfoRecordQuarantined.php A document has been quarantined - A document has been quarantined + A document has been quarantined + Notification/Mail/MailInfoRecordQuarantined.php - - Bridge/Api/Youtube.php + A field value contains an invalid character - A value in field contains an invalid character + A field value contains an invalid character + Bridge/Api/Youtube.php - - Notification/Mail/MailInfoRecordQuarantined.php + A file has been thrown to the quarantine. - A file has been thrown to quarantine. + A file has been thrown to the quarantine. + Notification/Mail/MailInfoRecordQuarantined.php - Border/Checker/UUID.php A file with the same UUID already exists in database - A file with the same UUID already exists in database + A file with the same UUID already exists in database + Border/Checker/UUID.php - Border/Checker/Sha256.php A file with the same checksum already exists in database - A file with the same checksum already exists in database + A file with the same checksum already exists in database + Border/Checker/Sha256.php - Border/Checker/Filename.php A file with the same filename already exists in database - A file with the same filename already exists in database + A file with the same filename already exists in database + Border/Checker/Filename.php - - prod/upload/lazaret.html.twig + A record matches the unique identifier : - A record matches the unique identifier: + A record matches the unique identifier : + prod/upload/lazaret.html.twig - Bridge/Api/Youtube.php A required field is missing or has an empty value - A required field is missing or has an empty value + A required field is missing or has an empty value + Bridge/Api/Youtube.php - Controller/Admin/Databox.php A task has been created, please run it to complete empty collection - A task has been created, please run it to complete empty collection + A task has been created, please run it to complete empty collection + Controller/Admin/Databox.php - - Controller/Admin/Collection.php + A task has been creted, please run it to complete empty collection - A task has been created, please run it to empty collection + A task has been creted, please run it to complete empty collection + Controller/Admin/Collection.php - web/account/authorized_apps.html.twig A third-party application is a product developed apart from Phraseanet and that would access Phraseanet data. - A third-party application is a product developed apart from Phraseanet and that would access Phraseanet data. - - - classes/User/Adapter.php - A user already exists with email addres %email% - A user already exists with email addres %email% + A third-party application is a product developed apart from Phraseanet and that would access Phraseanet data. + web/account/authorized_apps.html.twig - Bridge/Api/Youtube.php A value does not match an expected format - A value does not match an expected format + A value does not match an expected format + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + A value exceeds the maximum allowable length - A value exceeds the maximum allowed length + A value exceeds the maximum allowable length + Bridge/Api/Youtube.php - Bridge/Api/Youtube.php A value has been deprecated and is no longer valid - A value has been deprecated and is no longer valid + A value has been deprecated and is no longer valid + Bridge/Api/Youtube.php + + + API Webhook + API Webhook + TaskManager/Job/WebhookJob.php - actions/Feedback/List-Share.html.twig About Roles : - About Roles : + About Roles : + actions/Feedback/List-Share.html.twig - - web/account/base.html.twig + Acces - Access + Acces + web/account/base.html.twig + Access + Access web/admin/editusers.html.twig actions/Feedback/List-Share.html.twig - Access - Access - login/oauth/desktop-code.html.twig Access code - Access code + Access code + login/oauth/desktop-code.html.twig - web/account/sessions.html.twig Access history - Access history + Access history + web/account/sessions.html.twig - Notification/Mail/MailInfoRecordQuarantined.php Access quarantine - Access quarantine + Access quarantine + Notification/Mail/MailInfoRecordQuarantined.php - - web/admin/editusers.html.twig + Access to HD - Access to Documents + Access to HD + web/admin/editusers.html.twig - web/admin/editusers.html.twig Access to image tools - Access to image tools + Access to image tools + web/admin/editusers.html.twig - web/admin/editusers.html.twig Access to preview - Access to preview + Access to preview + web/admin/editusers.html.twig - - actions/Feedback/List-Share.html.twig + + Access to the above bases constitutes acceptance of the following Terms of Use (TOU). + Access to the above bases constitutes acceptance of the following Terms of Use (TOU). + web/account/access.html.twig + + Access user have readonly access - Access has readonly rights + Access user have readonly access + actions/Feedback/List-Share.html.twig - - Controller/Root/Login.php - Controller/Root/Login.php + Account has been unlocked, you can now login. - Account has been unlocked. You can now login. + Account has been unlocked, you can now login. + Controller/Root/Login.php + Controller/Root/Login.php - - Controller/Root/Login.php + Account has been unlocked, you still have to wait for admin approval. - Account has been unlocked. But you still have to wait for an administration approval. + Account has been unlocked, you still have to wait for admin approval. + Controller/Root/Login.php - - Controller/Root/Login.php + Account is already unlocked, you can login. - Account is already unlocked. You can login. + Account is already unlocked, you can login. + Controller/Root/Login.php - Controller/Prod/Bridge.php Account is not found. - Account is not found. + Account is not found. + Controller/Prod/Bridge.php - - Controller/Prod/Language.php - prod/templates/push.html.twig + Accuse de reception - Acknowledge receipt + Accuse de reception + Controller/Prod/Language.php + prod/templates/push.html.twig - - web/common/dialog_export.html.twig + Accuse de reception indisponible, vous n'avez pas declare d'adresse email - Unable to send an acknowledgement: Missing e-mail address. + Accuse de reception indisponible, vous n'avez pas declare d'adresse email + web/common/dialog_export.html.twig - Controller/Prod/Feed.php Action Forbidden : You are not the publisher - Action Forbidden : You are not the publisher + Action Forbidden : You are not the publisher + Controller/Prod/Feed.php + Actions + Actions Bridge/Dailymotion/actioncontainers.html.twig Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Flickr/actionelements.html.twig Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig - Actions - Actions - web/admin/editusers.html.twig Active - Active + Active + web/admin/editusers.html.twig - Form/Configuration/ClassicFormType.php Active tab position - Active tab position + Active tab position + Form/Configuration/ClassicFormType.php - - admin/databox/databox.html.twig + + Activer + Activer + admin/databox/databox.html.twig web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - Activer - Activate - - web/developers/application.html.twig + Activer le grant_type de type password pour votre application - Activate "password" OAuth2 grant type + Activer le grant_type de type password pour votre application + web/developers/application.html.twig - - admin/databox/databox.html.twig + Activer une collection - Activate a collection + Activer une collection + admin/databox/databox.html.twig - - actions/Feedback/list.html.twig + Activite - Activity + Activite + actions/Feedback/list.html.twig + Add + Add admin/fields/templates.html.twig actions/Feedback/lists-all.html.twig prod/actions/Push.html.twig - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig prod/User/Add.html.twig - Add - Add + Add a new field + Add a new field admin/fields/templates.html.twig admin/fields/templates.html.twig - Add a new field - Add a new field - web/admin/dashboard.html.twig Add an admin - Add an admin + Add an admin + web/admin/dashboard.html.twig - prod/actions/Push.html.twig Add user - Add user + Add user + prod/actions/Push.html.twig - - Form/Configuration/MainConfigurationFormType.php + Additionnal modules - Additional modules + Additionnal modules + Form/Configuration/MainConfigurationFormType.php - - actions/Feedback/List-Share.html.twig + + Adds an option to the push form submission to restrict push recipient(s) to Phraseanet users only. + Adds an option to the push form submission to restrict push recipient(s) to Phraseanet users only. + Form/Configuration/ActionsFormType.php + + Admin - Administrator + Admin + actions/Feedback/List-Share.html.twig - - actions/Feedback/List-Share.html.twig + Admin can edit shares, modify content - Admin can edit shares and modify content + Admin can edit shares, modify content + actions/Feedback/List-Share.html.twig - - web/admin/index.html.twig + Adresse email du nouvel utilisateur - New user e-mail address + Adresse email du nouvel utilisateur + web/admin/index.html.twig - web/prod/index.html.twig Advanced Search - Advanced Search + Advanced Search + web/prod/index.html.twig - admin/fields/templates.html.twig Advanced field parameters - Advanced field parameters + Advanced field parameters + admin/fields/templates.html.twig - Form/Configuration/ClassicFormType.php Advanced search tab position - Advanced search tab position + Advanced search tab position + Form/Configuration/ClassicFormType.php - - web/prod/index.html.twig + Affichage - Display + Affichage + web/prod/index.html.twig - - web/prod/index.html.twig + Affichage au demarrage - Display On startup + Affichage au demarrage + web/prod/index.html.twig - - web/prod/index.html.twig - Afficher - Display - - - web/prod/index.html.twig - Afficher dans la notice - Display in caption - - - web/prod/index.html.twig + Afficher la fiche descriptive - Show Caption + Afficher la fiche descriptive + web/prod/index.html.twig - - web/prod/index.html.twig + Afficher le titre - Show Title + Afficher le titre + web/prod/index.html.twig - - web/prod/index.html.twig + Afficher les status - Show Status + Afficher les status + web/prod/index.html.twig - - web/prod/index.html.twig + Afficher une icone - Display an Icon + Afficher une icone + web/prod/index.html.twig - - web/prod/index.html.twig + + After metadata + After metadata + web/prod/index.html.twig + + + Aggregable fields + Aggregable fields + admin/fields/templates.html.twig + + Aide - Help + Aide + web/prod/index.html.twig - - prod/actions/edit_default.html.twig + Aide sur les expressions regulieres - Help about Regular expressions + Aide sur les expressions regulieres + prod/actions/edit_default.html.twig - + + Ajouter a + Ajouter a Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actionelements.html.twig Bridge/Youtube/actionelements.html.twig - Ajouter a - Add to + + + Ajouter au panier + Ajouter au panier + web/prod/index.html.twig - prod/Baskets/Create.html.twig - prod/Story/Create.html.twig Ajouter ma selection courrante Add my current selection + prod/Baskets/Create.html.twig + prod/Story/Create.html.twig - - web/admin/index.html.twig + Ajouter un nouvel utilisateur - Add a new user + Ajouter un nouvel utilisateur + web/admin/index.html.twig - - admin/publications/fiche.html.twig + Ajouter un publisher - Add a Publisher + Ajouter un publisher + admin/publications/fiche.html.twig - - admin/publications/list.html.twig + Ajouter une publication - Add a publication + Ajouter une publication + admin/publications/list.html.twig + + + Ajoutez des médias simplement en les faisant glisser vers le panier + désiré et en relachant au dessus. + Ajoutez des médias simplement en les faisant glisser vers le panier + désiré et en relachant au dessus. + web/prod/index.html.twig - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - WorkZone/Browser/Browser.html.twig All - All + All + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + WorkZone/Browser/Browser.html.twig - - prod/feeds/feeds.html.twig + Aller a - Go to + Aller a + prod/feeds/feeds.html.twig - - Form/Configuration/GeneralFormType.php + Allow the website to be indexed by search engines like Google - Allow search engines (such as Google) indexation + Allow the website to be indexed by search engines like Google + Form/Configuration/GeneralFormType.php - web/account/authorized_apps.html.twig Allowed - Allowed + Allowed + web/account/authorized_apps.html.twig - - web/admin/editusers.html.twig + + Allowed access to the following collections + Allowed access to the following collections + web/account/access.html.twig + + Allowed to access report - Allow to access Report + Allowed to access report + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to add - Allow to add + Allowed to add + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to add in basket - Allow to add document to basket + Allowed to add in basket + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to change statuses - Allow to change status + Allowed to change statuses + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to delete - Allow to delete + Allowed to delete + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to edit - Allow to edit + Allowed to edit + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to order - Allow to order + Allowed to order + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to publish - Allow to publish + Allowed to publish + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to push - Allow to push + Allowed to push + web/admin/editusers.html.twig - - prod/actions/delete_records_confirm.html.twig + Also delete records that rely on groupings. - Also delete records that rely on stories. + Also delete records that rely on groupings. + prod/actions/delete_records_confirm.html.twig - - Controller/Admin/Collection.php - Controller/Admin/Collection.php + + An error occured + An error occured + Controller/Admin/Collection.php + Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databoxes.php - Controller/Prod/BasketController.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/MoveCollection.php - Controller/Prod/Order.php - Controller/Prod/Story.php - Controller/Prod/Tools.php - Controller/Prod/Tools.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databoxes.php + Controller/Api/V1.php + Controller/Api/V1.php + Controller/Prod/BasketController.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/MoveCollection.php + Controller/Prod/Order.php + Controller/Prod/Story.php + Controller/Prod/Tools.php + Controller/Prod/Tools.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig admin/databox/databox.html.twig task-manager/task-editor/task.html.twig - web/admin/users.html.twig - An error occured - An error occurred + web/admin/users.html.twig - - Controller/Prod/Order.php + An error occured while denying, please retry or contact an admin if problem persists - An error occurred while denying. Please retry or contact an administrator if problem persists. + An error occured while denying, please retry or contact an admin if problem persists + Controller/Prod/Order.php - - Controller/Prod/Order.php + An error occured while sending, please retry or contact an admin if problem persists - An error occured while sending. Please retry or contact an administrator if problem persists. + An error occured while sending, please retry or contact an admin if problem persists + Controller/Prod/Order.php - - user/import/file.html.twig + An error occured while upload the file. Please retry - An error occurred while uploading the file. Please retry. + An error occured while upload the file. Please retry + user/import/file.html.twig - - Controller/Prod/Language.php + An error occured, please retry - An error occured, please try again + An error occured, please retry + Controller/Prod/Language.php - - admin/collection/create.html.twig + An error occured, please retry or contact an admin if problem persist - An error occurred, please retry or contact an administrator if problem persist. + An error occured, please retry or contact an admin if problem persist + admin/collection/create.html.twig - + + An error occured, please retry or contact an admin if problem persists + An error occured, please retry or contact an admin if problem persists prod/orders/order_box.html.twig prod/orders/order_item.html.twig - An error occured, please retry or contact an admin if problem persists - An error occurred. Please retry or contact an administrator if problem persists. - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Prod/BasketController.php - web/admin/statusbit.html.twig An error occurred - An error occurred + An error occurred + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Prod/BasketController.php + web/admin/statusbit.html.twig - - Controller/Prod/Language.php + An error occurred reading this file - An error occurred while reading this file + An error occurred reading this file + Controller/Prod/Language.php - - Controller/Root/Login.php + An unexpected error occured during authentication process, please contact an admin - An unexpected error occurred during authentication process. Please contact an administrator. + An unexpected error occured during authentication process, please contact an admin + Controller/Root/Login.php - Notification/Mail/MailInfoBridgeUploadFailed.php An upload on %bridge_adapter% failed, the resaon is : %reason% An upload on %bridge_adapter% failed, the resaon is : %reason% + Notification/Mail/MailInfoBridgeUploadFailed.php - Form/Configuration/ModulesFormType.php Anonymous report - Anonymous report + Anonymous report + Form/Configuration/ModulesFormType.php - WorkZone/Browser/Browser.html.twig Any time - Any time + Any time + WorkZone/Browser/Browser.html.twig - web/common/technical_datas.html.twig Aperture - Aperture + Aperture + web/common/technical_datas.html.twig - - prod/preview/appears_in.html.twig + Apparait aussi dans ces paniers - Also in the following baskets + Apparait aussi dans ces paniers + prod/preview/appears_in.html.twig - - prod/preview/appears_in.html.twig + Apparait aussi dans ces reportages - Also in the following stories + Apparait aussi dans ces reportages + prod/preview/appears_in.html.twig - - Phrasea/Controller/Setup.php + Appbox is unreachable - Appbox can't be reached + Appbox is unreachable + Phrasea/Controller/Setup.php - web/developers/application.html.twig Application - Application + Application + web/developers/application.html.twig - Form/Configuration/GeneralFormType.php Application description - Application description + Application description + Form/Configuration/GeneralFormType.php - - web/developers/application_form.html.twig + Application desktop - Desktop application + Application desktop + web/developers/application_form.html.twig - Form/Configuration/GeneralFormType.php Application title - Application title + Application title + Form/Configuration/GeneralFormType.php - - web/developers/application_form.html.twig + Application web - Web application + Application web + web/developers/application_form.html.twig - web/setup/step2.html.twig ApplicationBox is a Mysql database. - ApplicationBox is a Mysql database. + ApplicationBox is a Mysql database. + web/setup/step2.html.twig - web/account/base.html.twig Applications - Applications + Applications + web/account/base.html.twig - - user/import/view.html.twig + Apply a model - Apply a template + Apply a model + user/import/view.html.twig + Apply a template + Apply a template web/admin/editusers.html.twig web/admin/users.html.twig - Apply a template - Apply a template - actions/Property/index.html.twig - actions/Property/type.html.twig Apply changes - Apply changes + Apply changes + actions/Property/index.html.twig + actions/Property/type.html.twig - - actions/Property/index.html.twig + Apply status on stories children. - Apply status to documents in stories. + Apply status on stories children. + actions/Property/index.html.twig - - actions/Property/index.html.twig + Apply status on story children. - Apply status to documents in story. + Apply status on story children. + actions/Property/index.html.twig - web/admin/index.html.twig Apply template - Apply template + Apply template + web/admin/index.html.twig - actions/Property/type.html.twig Apply to all selected documents - Apply to all selected documents - - - lib/classes/base.php - lib/classes/base.php - Applying patches on %databox_name% - Applying patches on %databox_name% + Apply to all selected documents + actions/Property/type.html.twig - prod/WorkZone/Macros.html.twig Archive - Archive + Archive + prod/WorkZone/Macros.html.twig - - web/admin/users.html.twig + Are you sure you want delete users rights ? - Are you sure you want to remove existing users rights? + Are you sure you want delete users rights ? + web/admin/users.html.twig - web/developers/applications.html.twig Are you sure you want to delete this application? - Are you sure you want to delete this application? + Are you sure you want to delete this application? + web/developers/applications.html.twig - Controller/Prod/Language.php - prod/templates/push.html.twig Are you sure you want to delete this list ? - Are you sure you want to delete this list ? + Are you sure you want to delete this list ? + Controller/Prod/Language.php + prod/templates/push.html.twig + + + Are you sure you want to rebuild the sub-definitions of selected records? + Are you sure you want to rebuild the sub-definitions of selected records? + actions/Tools/index.html.twig - web/admin/editusers.html.twig Are you sure you want to reset rights? - Are you sure you want to reset rights? + Are you sure you want to reset rights? + web/admin/editusers.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig At the beginning - At the beginning + At the beginning + task-manager/task-editor/phraseanet-indexer.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig At the end - At the end + At the end + task-manager/task-editor/phraseanet-indexer.html.twig - - Controller/Prod/Language.php - web/admin/index.html.twig - prod/results/help.html.twig + Attention - Warning + Attention + Controller/Prod/Language.php + web/admin/index.html.twig + prod/results/help.html.twig - - Controller/Prod/Language.php + Attention ! - Warning! + Attention ! + Controller/Prod/Language.php - - actions/Tools/index.html.twig + Attention, certain documents ont des sous-definitions substituees - Caution! Some documents have substituted subviews. + Attention, certain documents ont des sous-definitions substituees + actions/Tools/index.html.twig - - Controller/Prod/Language.php + Attention, en supprimant ce preregalge, vous ne pourrez plus modifier ou supprimer de publications prealablement effectues avec celui-ci - Warning : by deleting this setting, modification and delete of existing publications made from it won't be possible + Attention, en supprimant ce preregalge, vous ne pourrez plus modifier ou supprimer de publications prealablement effectues avec celui-ci + Controller/Prod/Language.php - - admin/fields/templates.html.twig + Aucun - None + Aucun + admin/fields/templates.html.twig - - actions/Bridge/index.html.twig + Aucun bridge disponible. Veuillez contacter un administrateur. - There is no Bridge Available . Please contact Administrator. + Aucun bridge disponible. Veuillez contacter un administrateur. + actions/Bridge/index.html.twig - - Controller/Prod/Language.php + Aucun document selectionne - No document selected + Aucun document selectionne + Controller/Prod/Language.php - - prod/actions/edit_default.html.twig + Aucun statut editable - No editable status + Aucun statut editable + prod/actions/edit_default.html.twig - - prod/orders/order_box.html.twig + Aucune - None + Aucune + prod/orders/order_box.html.twig - - web/developers/applications.html.twig + Aucune application creee. - No application created + Aucune application creee. + web/developers/applications.html.twig - - web/account/authorized_apps.html.twig + Aucune application n'a accés à vos données. - No application has access to your datas + Aucune application n'a accés à vos données. + web/account/authorized_apps.html.twig - - actions/Bridge/element_list.html.twig + Aucune description. - No caption + Aucune description. + actions/Bridge/element_list.html.twig - - prod/feeds/feeds.html.twig + Aucune entree pour le moment - No entry available + Aucune entree pour le moment + prod/feeds/feeds.html.twig - - web/prod/notifications.html.twig + Aucune notification - No notification + Aucune notification + web/prod/notifications.html.twig - - Controller/Prod/Language.php + Aucune publication effectuee, verifiez vos parametres - No publication done, check settings + Aucune publication effectuee, verifiez vos parametres + Controller/Prod/Language.php - web/prod/index.html.twig Audio - Audio + Audio + web/prod/index.html.twig - - Media/Subdef/Audio.php + Audio Birate - Audio Bitrate + Audio Birate + Media/Subdef/Audio.php + Audio Codec + Audio Codec Media/Subdef/Audio.php Media/Subdef/Video.php - Audio Codec - Audio Codec - - Media/Subdef/Audio.php + AudioSamplerate - Audio sample rate + AudioSamplerate + Media/Subdef/Audio.php - Form/Configuration/ExecutablesFormType.php Auth_token directory path - Auth_token directory path + Auth_token directory path + Form/Configuration/ExecutablesFormType.php - Form/Configuration/ExecutablesFormType.php Auth_token mount point - Auth_token mount point + Auth_token mount point + Form/Configuration/ExecutablesFormType.php - Form/Configuration/ExecutablesFormType.php Auth_token passphrase - Auth_token passphrase + Auth_token passphrase + Form/Configuration/ExecutablesFormType.php - - web/account/authorized_apps.html.twig + Authoriser l'access - Allow access + Authoriser l'access + web/account/authorized_apps.html.twig - + + Authorization Access + Authorization Access login/oauth/authorize-access.html.twig login/oauth/authorize-access.html.twig - Authorization Access - Authorization access - login/oauth/desktop-code.html.twig Authorization code - Authorization code + Authorization code + login/oauth/desktop-code.html.twig - login/oauth/authorize-access.html.twig Authorize - Authorize + Authorize + login/oauth/authorize-access.html.twig - - Form/Configuration/APIClientsFormType.php + Authorize *Phraseanet Navigator* - Authorise *Phraseanet Navigator* + Authorize *Phraseanet Navigator* + Form/Configuration/APIClientsFormType.php - - Form/Configuration/APIClientsFormType.php + Authorize Microsoft Office Plugin to connect. - Authorize Microsoft Office Plugin to connect + Authorize Microsoft Office Plugin to connect. + Form/Configuration/APIClientsFormType.php - Form/Configuration/ExecutablesFormType.php Auto Auto + Form/Configuration/ExecutablesFormType.php - Form/Configuration/RegistrationFormType.php Auto select databases - Auto select databases + Auto select databases + Form/Configuration/RegistrationFormType.php - - eventsmanager/notify/autoregister.php + AutoRegister information - AutoRegister Informations + AutoRegister information + eventsmanager/notify/autoregister.php - api/auth/end_user_authorization.html.twig Autorisation d'acces Autorisation d'acces + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - api/auth/end_user_authorization.html.twig + Autoriser - Authorize + Autoriser + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - api/auth/end_user_authorization.html.twig Autorisez-vous l'application %application_name% a acceder a votre contenu sur %home_title% ? Autorisez-vous l'application %application_name% a acceder a votre contenu sur %home_title% ? + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - Form/Configuration/FtpExportFormType.php + Available in multi-export tab - Available in multi-export tab. + Available in multi-export tab + Form/Configuration/FtpExportFormType.php - - web/setup/step2.html.twig + Avant de continuer, prenez connaissance des points ci-dessous. Vous pouvez continuer sans corriger ces problèmes. - Please take notice of the followings points, and finish installation. + Avant de continuer, prenez connaissance des points ci-dessous. Vous pouvez continuer sans corriger ces problèmes. + web/setup/step2.html.twig - + + Back + Back mobile/lightbox/index.html.twig mobile/lightbox/validate.html.twig - Back - Previous - prod/actions/Push.html.twig Back to Feedback - Back to Feedback + Back to Feedback + prod/actions/Push.html.twig - prod/actions/Push.html.twig Back to Push - Back to Push + Back to Push + prod/actions/Push.html.twig - WorkZone/Browser/Basket.html.twig Back to basket list - Back to basket list + Back to basket list + WorkZone/Browser/Basket.html.twig - - Controller/Admin/Databox.php - Controller/Admin/Root.php - Controller/Admin/Root.php - Controller/Root/Account.php + Bad request format, only JSON is allowed - Bad request format. Only JSON is allowed. + Bad request format, only JSON is allowed + Controller/Admin/Databox.php + Controller/Admin/Root.php + Controller/Admin/Root.php + Controller/Root/Account.php - - prod/upload/upload-flash.html.twig + Bad request, please contact an admin - Bad request. Please contact your administrator + Bad request, please contact an admin + prod/upload/upload-flash.html.twig + + + Barre d'outils + Barre d'outils + web/prod/index.html.twig - actions/Download/prepare.html.twig Base - Base + Base + actions/Download/prepare.html.twig - + + Base %base% + Base %base% web/admin/editusers_quotas.html.twig web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - Base %base% - Database %base% - - Controller/Admin/Databoxes.php + Base could not be created - Base couldn't be created + Base could not be created + Controller/Admin/Databoxes.php - - Controller/Admin/Databox.php + Base empty successful - Dabase succesfully emptied + Base empty successful + Controller/Admin/Databox.php - Controller/Prod/BasketController.php Basket created - Basket created + Basket created + Controller/Prod/BasketController.php - Controller/Prod/BasketController.php Basket has been archived - Basket has been archived + Basket has been archived + Controller/Prod/BasketController.php - Controller/Prod/BasketController.php Basket has been deleted - Basket has been deleted + Basket has been deleted + Controller/Prod/BasketController.php - Controller/Prod/BasketController.php Basket has been unarchived - Basket has been unarchived + Basket has been unarchived + Controller/Prod/BasketController.php - Controller/Prod/BasketController.php Basket has been updated - Basket has been updated + Basket has been updated + Controller/Prod/BasketController.php - Controller/Prod/BasketController.php Basket updated - Basket updated + Basket updated + Controller/Prod/BasketController.php - Media/Subdef/Video.php Bitrate - Bitrate + Bitrate + Media/Subdef/Video.php - - api/auth/end_user_authorization.html.twig + Bonjour, veuillez vous identifier sur %home_title% : - Hi, please identify on %home_title% : + Bonjour, veuillez vous identifier sur %home_title% : + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - web/setup/step2.html.twig + Bonjour, vous etes sur le point d'installer Phraseanet. - Welcome, You are about to install Phraseanet + Bonjour, vous etes sur le point d'installer Phraseanet. + web/setup/step2.html.twig - - eventsmanager/notify/bridgeuploadfail.php + Bridge upload fail - Bridge upload has failed + Bridge upload fail + eventsmanager/notify/bridgeuploadfail.php - TaskManager/Job/BridgeJob.php Bridge uploader Bridge uploader + TaskManager/Job/BridgeJob.php - web/prod/index.html.twig - web/prod/index.html.twig Browse Baskets - Browse Baskets + Browse Baskets + web/prod/index.html.twig + web/prod/index.html.twig - web/account/sessions.html.twig Browser - Browser + Browser + web/account/sessions.html.twig - - admin/fields/templates.html.twig + Business Fields - Business field + Business Fields + admin/fields/templates.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + By checking this box, you accept %beginning_link% Terms of Use %end_link% - By checking this box, you have read and agree to the %beginning_link% Terms of Use %end_link% + By checking this box, you accept %beginning_link% Terms of Use %end_link% + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - Form/Configuration/FtpExportFormType.php + By default it is available for admins - By default it is available for admins. + By default it is available for admins + Form/Configuration/FtpExportFormType.php - - prod/results/help.html.twig + C dans l'air - "In God we trust" + C dans l'air + prod/results/help.html.twig - - web/admin/tree.html.twig + CHAMPS - Fields setup + CHAMPS + web/admin/tree.html.twig + + + CSV export + CSV export + web/report/generate_tab.html.twig - web/common/technical_datas.html.twig Camera Model - Camera Model + Camera Model + web/common/technical_datas.html.twig + Cancel + Cancel admin/fields/templates.html.twig task-manager/task-editor/task.html.twig user/import/view.html.twig prod/actions/delete_records_confirm.html.twig actions/Property/index.html.twig - actions/Property/type.html.twig + actions/Property/type.html.twig prod/User/Add.html.twig - Cancel - Cancel - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig Cancel all - Cancel all + Cancel all + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - prod/upload/upload-flash.html.twig Cannot upload Zero Byte files - Cannot upload Zero Byte files + Cannot upload Zero Byte files + prod/upload/upload-flash.html.twig - prod/Tooltip/Caption.html.twig Caption - Caption + Caption + prod/Tooltip/Caption.html.twig - - prod/results/help.html.twig + Caractères de troncature - Troncature characters + Caractères de troncature + prod/results/help.html.twig - Form/Configuration/GeneralFormType.php Carousel - Carousel + Carousel + Form/Configuration/GeneralFormType.php - + + Categorie + Categorie Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - Categorie - Category - - prod/Tooltip/DataboxField.html.twig + Ce champ est decrit comme element du %DublinCoreElementSet% - This field is linked to the DublinCore field %DublinCoreElementSet% + Ce champ est decrit comme element du %DublinCoreElementSet% + prod/Tooltip/DataboxField.html.twig - - prod/Tooltip/DCESFieldInfo.html.twig + Ce champ est decrit comme l'element DublinCore %element_name% - This field is linked to the Dublin Core element %element_name% + Ce champ est decrit comme l'element DublinCore %element_name% + prod/Tooltip/DCESFieldInfo.html.twig - - prod/actions/edit_default.html.twig + Ce champ est decrit comme un element DublinCore - This field has a Dublin Core link + Ce champ est decrit comme un element DublinCore + prod/actions/edit_default.html.twig - - prod/Tooltip/DataboxField.html.twig + Ce champ est en lecture seule - This field is read only + Ce champ est en lecture seule + prod/Tooltip/DataboxField.html.twig - - prod/Tooltip/DataboxField.html.twig + Ce champ est multivalue - This field is multivalued + Ce champ est multivalue + prod/Tooltip/DataboxField.html.twig - + + Ce champ est obligatoire + Ce champ est obligatoire Bridge/Api/Dailymotion.php Bridge/Api/Dailymotion.php Bridge/Api/Flickr.php Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Ce champ est obligatoire - This field is mandatory + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php - - prod/Tooltip/DataboxField.html.twig + Ce champ est relie a une branche de thesaurus - This field has a link to a thesaurus branch + Ce champ est relie a une branche de thesaurus + prod/Tooltip/DataboxField.html.twig - - prod/Tooltip/DataboxField.html.twig + Ce champ est requis - This field must have a content + Ce champ est requis + prod/Tooltip/DataboxField.html.twig - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php Ce champ est trop court %length% caracteres min Ce champ est trop court %length% caracteres min + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Ce champ est trop long %length% caracteres max + Ce champ est trop long %length% caracteres max Bridge/Api/Dailymotion.php Bridge/Api/Dailymotion.php Bridge/Api/Flickr.php Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Ce champ est trop long %length% caracteres max - Ce champ est trop long %length% caracteres max + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php - - prod/Tooltip/DataboxField.html.twig + Ce champ est utilise en titre a l'affichage - This field content is used to display document title + Ce champ est utilise en titre a l'affichage + prod/Tooltip/DataboxField.html.twig - - prod/Tooltip/DataboxField.html.twig + Ce champ n'est pas indexe - This field is not indexed + Ce champ n'est pas indexe + prod/Tooltip/DataboxField.html.twig - - Bridge/Api/Flickr.php + + Ce lien est valable jusqu'au + Ce lien est valable jusqu'au + templates/web/email-template.html.twig + + Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr - Phraseanet uses Flickr API, but is not supported or certified by Flickr + Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr + Bridge/Api/Flickr.php - - prod/WorkZone/Basket.html.twig + Certaines donnees du panier ont change - This basket has been updated + Certaines donnees du panier ont change + prod/WorkZone/Basket.html.twig - - prod/WorkZone/Story.html.twig + Certaines donnees du reportage ont change - The story content has been updated + Certaines donnees du reportage ont change + prod/WorkZone/Story.html.twig - - Controller/Prod/Language.php + Certaines publications n'ont pu etre effectuees, verifiez vos parametres - Some publications failed, check settings + Certaines publications n'ont pu etre effectuees, verifiez vos parametres + Controller/Prod/Language.php - - web/common/dialog_export.html.twig + Certains champs sont obligatoires, veuillez les remplir - Some fields must be completed + Certains champs sont obligatoires, veuillez les remplir + web/common/dialog_export.html.twig - - prod/Tooltip/DataboxFieldRestrictions.html.twig + Ces informations sont directement fournies par la norme de metadonnees de ce champ : %norm_name% - These informations are directly provided by the metadatas standard for the field %norm_name% + Ces informations sont directement fournies par la norme de metadonnees de ce champ : %norm_name% + prod/Tooltip/DataboxFieldRestrictions.html.twig - - web/account/reset-email.html.twig + Change my email address - Change my e-mail address + Change my email address + web/account/reset-email.html.twig + + + Changes for rotation will be applied only on the sub-definitions of "image" type. + Changes for rotation will be applied only on the sub-definitions of "image" type. + actions/Tools/index.html.twig - web/common/technical_datas.html.twig Channels - Channels + Channels + web/common/technical_datas.html.twig - - web/prod/index.html.twig + Chargement - Loading... + Chargement + web/prod/index.html.twig - admin/search-engine/sphinx-search.html.twig Charset to use for indexation - Charset to use for indexation + Charset to use for indexation + admin/search-engine/sphinx-search.html.twig - Form/Configuration/ClassicFormType.php Check-box - Check-box + Check-box + Form/Configuration/ClassicFormType.php - - web/thesaurus/search.html.twig + Chercher - Search + Chercher + web/thesaurus/thesaurus.html.twig + Choisir + Choose web/admin/subdefs.html.twig web/admin/subdefs.html.twig prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig - Choisir - Choose + prod/Story/Reorder.html.twig + Choose a new password + Choose a new password web/account/change-password.html.twig web/login/renew-password.html.twig - Choose a new password - Choose a new password - Form/Configuration/ActionsFormType.php Choose the title of the document to export - Choose the title of the document to export + Choose the title of the document to export + Form/Configuration/ActionsFormType.php - prod/User/Add.html.twig City - City + City + prod/User/Add.html.twig - - web/common/dialog_export.html.twig + Civility - Title + Civility + web/common/dialog_export.html.twig - admin/task-manager/log.html.twig Clear - Clear + Clear + admin/task-manager/log.html.twig - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig Clear list - Clear list + Clear list + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - Form/Configuration/MainConfigurationFormType.php Client - Client + Client + Form/Configuration/MainConfigurationFormType.php - web/developers/application.html.twig Client application - Client application + Client application + web/developers/application.html.twig + + + Client application is deprecated + Client application is deprecated + web/prod/index.html.twig - web/developers/applications.html.twig Client applications - Client applications + Client applications + web/developers/applications.html.twig - admin/fields/templates.html.twig Close - Close + Close + admin/fields/templates.html.twig - - web/prod/index.html.twig + Close the WorkZone - Close the work zone + Close the WorkZone + web/prod/index.html.twig - - web/admin/index.html.twig + Cocher toute la colonne - Check all boxes from column + Cocher toute la colonne + web/admin/index.html.twig - - web/report/listColumn.html.twig + Cochez les cases correspondantes aux colonnes que vous desirez voire apparaitre dans le report - Select the columns to be displayed in report + Cochez les cases correspondantes aux colonnes que vous desirez voire apparaitre dans le report + web/report/listColumn.html.twig - - api/auth/native_app_access_token.html.twig + Code d'acces - Access code + Code d'acces + api/auth/native_app_access_token.html.twig - - web/common/technical_datas.html.twig + Codec Audio - Audio codec + Codec Audio + web/common/technical_datas.html.twig - - web/common/technical_datas.html.twig + Codec Video - Video codec + Codec Video + web/common/technical_datas.html.twig + Collection + Collection admin/databox/details.html.twig prod/Story/Create.html.twig - prod/upload/lazaret.html.twig - Collection - Collection + prod/upload/lazaret.html.twig + Collection %collection% + Collection %collection% web/admin/editusers_quotas.html.twig web/admin/editusers_timelimit.html.twig - Collection %collection% - Collection %collection% - - Controller/Admin/Collection.php + Collection empty successful - Collection successfully emptied + Collection empty successful + Controller/Admin/Collection.php - Form/Configuration/ClassicFormType.php Collections display mode - Collections display mode + Collections display mode + Form/Configuration/ClassicFormType.php - web/common/technical_datas.html.twig Color Depth - Color Depth + Color Depth + web/common/technical_datas.html.twig - web/common/technical_datas.html.twig Color space - Color space + Color space + web/common/technical_datas.html.twig - - eventsmanager/notify/orderdeliver.php - eventsmanager/notify/ordernotdelivered.php + Commande - Order + Commande + eventsmanager/notify/orderdeliver.php + eventsmanager/notify/ordernotdelivered.php - Controller/Prod/Order.php Commande du %date% Commande du %date% + Controller/Prod/Order.php - - web/common/menubar.html.twig + Commandes - Orders + Commandes + web/common/menubar.html.twig - actions/Feedback/list.html.twig + Company + Company + actions/Feedback/list.html.twig actions/Feedback/ListsMacros.html.twig prod/User/Add.html.twig - Company - Company - web/login/register-classic.html.twig Complete the fields below to register on %instance_title%! - Complete the fields below to register on %instance_title%! + Complete the fields below to register on %instance_title%! + web/login/register-classic.html.twig - web/login/register-provider.html.twig Completion of your registration - Completion of your registration + Completion of your registration + web/login/register-provider.html.twig - + + Confidentialite + Confidentialite Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - Confidentialite - Confidentiality - - actions/Bridge/element_list.html.twig + Confidentialite : privee - Private + Confidentialite : privee + actions/Bridge/element_list.html.twig - - actions/Bridge/element_list.html.twig + Confidentialite : publique - Public + Confidentialite : publique + actions/Bridge/element_list.html.twig - web/prod/index.html.twig Configuration - Configuration + Configuration + web/prod/index.html.twig - - Notification/Mail/MailRequestEmailUpdate.php + Confirm new email address - Confirm new e-mail address + Confirm new email address + Notification/Mail/MailRequestEmailUpdate.php - web/admin/index.html.twig Confirm reset users rights before applying template - Confirm reset users rights before applying template + Confirm reset users rights before applying template + web/admin/index.html.twig - - web/setup/step2.html.twig + Confirmation de votre mot de passe - Confirm Password + Confirmation de votre mot de passe + web/setup/step2.html.twig - - admin/databox/databox.html.twig + Confirmez-vous la re-indexation de la base ? - Confirm Database re-indexation + Confirmez-vous la re-indexation de la base ? + admin/databox/databox.html.twig - + + Connection + Connection web/login/index.html.twig web/login/index.html.twig login/oauth/login.html.twig @@ -1757,445 +1835,450 @@ login/providers/bind.html.twig login/providers/mapping.html.twig login/providers/mapping.html.twig - Connection - Login - - web/setup/step2.html.twig + Connection is OK but database does not exists or can not be accessed - Connection to server is Ok, but database does not exist or can not be accessed + Connection is OK but database does not exists or can not be accessed + web/setup/step2.html.twig - - prod/upload/upload-flash.html.twig + Connection terminates unexpetecdly, please retry - Connexion terminated unexpectedly. Please retry + Connection terminates unexpetecdly, please retry + prod/upload/upload-flash.html.twig - - Controller/Prod/Export.php + Connection to FTP succeed - Succeeded connection to FTP server + Connection to FTP succeed + Controller/Prod/Export.php - - web/setup/step2.html.twig + + Consulter et administrer vos paniers dans cet onglet. + Pour créer un panier et affichez le menu déroulant en cliquant sue la + flèche blanche. + Consulter et administrer vos paniers dans cet onglet. + Pour créer un panier et affichez le menu déroulant en cliquant sue la + flèche blanche. + web/prod/index.html.twig + + Consultez en ligne les pré-requis et la configuration du serveur web - Check Online for required list of components and web server setup + Consultez en ligne les pré-requis et la configuration du serveur web + web/setup/step2.html.twig - - module/console/systemUpgrade.php + Continuer ? - Continue ? + Continuer ? + module/console/systemUpgrade.php - admin/collection/suggested_value.html.twig Continuer quand meme Continuer quand meme + admin/collection/suggested_value.html.twig - prod/actions/Push.html.twig Contributor - Contributor + Contributor + prod/actions/Push.html.twig - Form/Configuration/GeneralFormType.php Cooliris Cooliris + Form/Configuration/GeneralFormType.php - api/auth/native_app_access_token.html.twig Copiez le code ci-dessous, retournez dans votre application et collez-le a l'endroit requis : Copiez le code ci-dessous, retournez dans votre application et collez-le a l'endroit requis : + api/auth/native_app_access_token.html.twig - - login/oauth/desktop-code.html.twig + Copy the code below, return to your application and paste the code to the right place. - Copy the code below then return to your application and paste it to the right place. + Copy the code below, return to your application and paste the code to the right place. + login/oauth/desktop-code.html.twig - - lib/classes/appbox.php - Copying files - Copying files - - - prod/upload/upload-flash.html.twig + Could not initiate upload, please retry - Unable to initiate the upload. Please retry - - - Controller/Root/Account.php - Could not perform request, please contact an administrator. - Resquest can't be performed. Please contact an administrator. - - + Could not initiate upload, please retry prod/upload/upload-flash.html.twig + + + Could not perform request, please contact an administrator. + Could not perform request, please contact an administrator. + Controller/Root/Account.php + + Could not retrieve the file ID, please retry or contact an admin if problem persist - Cannot retrieve the file ID. Please retry or contact an administrator if problem persists + Could not retrieve the file ID, please retry or contact an admin if problem persist + prod/upload/upload-flash.html.twig - - Controller/Admin/Dashboard.php + Could not send email - Could not send e-mail. + Could not send email + Controller/Admin/Dashboard.php - - web/prod/index.html.twig + Couleur de selection - Selection color + Couleur de selection + web/prod/index.html.twig - actions/Feedback/list.html.twig - actions/Feedback/ListsMacros.html.twig Country - Country + Country + actions/Feedback/list.html.twig + actions/Feedback/ListsMacros.html.twig - web/login/register.html.twig Create an account manually - Create an account manually + Create an account manually + web/login/register.html.twig - - web/admin/subdefs.html.twig + Create new subdef - Create new subview - - - lib/classes/appbox.php - Creating new tables - Creating new tables - - - lib/classes/base.php - Creating table %table_name% - Creating table %table_name% + Create new subdef + web/admin/subdefs.html.twig - actions/Feedback/ListsMacros.html.twig Creation date - Creation date + Creation date + actions/Feedback/ListsMacros.html.twig - - web/setup/step2.html.twig + Creation de votre compte - User account creation + Creation de votre compte + web/setup/step2.html.twig - - web/setup/step2.html.twig + Creation des taches - Task setup + Creation des taches + web/setup/step2.html.twig - + + Creer + Creer Bridge/Dailymotion/actioncontainers.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Youtube/actioncontainers.html.twig - Creer - Create - - web/setup/step2.html.twig + Creer la tache d'ecriture des metadonnees - Create a task to write metadatas + Creer la tache d'ecriture des metadonnees + web/setup/step2.html.twig - - web/setup/step2.html.twig + Creer la tache d'indexation - Create a task for indexation + Creer la tache d'indexation + web/setup/step2.html.twig - - web/setup/step2.html.twig + Creer la tache de creation des sous-definitions - Create a task to generate subviews + Creer la tache de creation des sous-definitions + web/setup/step2.html.twig - - Bridge/Flickr/photoset_createcontainer.html.twig + Creer un Photoset - Create a Photoset + Creer un Photoset + Bridge/Flickr/photoset_createcontainer.html.twig - - web/admin/index.html.twig + Creer un model - Create a template user + Creer un model + web/admin/index.html.twig - - web/admin/index.html.twig + Creer un modele - Create a template + Creer un modele + web/admin/index.html.twig - - web/admin/index.html.twig + Creer un utilisateur - Create a new user + Creer un utilisateur + web/admin/index.html.twig - - web/developers/applications.html.twig + Creer une nouvelle applications - Create a new application + Creer une nouvelle applications + web/developers/applications.html.twig - + + Creer une playlist + Creer une playlist Bridge/Dailymotion/playlist_createcontainer.html.twig Bridge/Youtube/playlist_createcontainer.html.twig - Creer une playlist - Create a Playlist - - web/developers/applications.html.twig + Creez une application pour commencer a utiliser l'API Phraseanet - Create an application to start using the Phraseanet API + Creez une application pour commencer a utiliser l'API Phraseanet + web/developers/applications.html.twig - admin/databox/details.html.twig Cumulative total - Cumulative total + Cumulative total + admin/databox/details.html.twig - admin/fields/templates.html.twig Current configuration contains some errors - Current configuration contains some errors + Current configuration contains some errors + admin/fields/templates.html.twig - - Bridge/Api/Youtube.php + Current operations cannot be executed because the site is temporarily in maintenance mode. Wait a few minutes and try your request again - The site is temporarily in maintenance mode, current operations cannot be done. Wait a few minutes and try again. + Current operations cannot be executed because the site is temporarily in maintenance mode. Wait a few minutes and try your request again + Bridge/Api/Youtube.php - Form/Login/PhraseaRenewPasswordForm.php Current password - Current password + Current password + Form/Login/PhraseaRenewPasswordForm.php - web/account/sessions.html.twig Current session - Current session + Current session + web/account/sessions.html.twig - - admin/fields/templates.html.twig + DCES - Dublin Core Input/Output + DCES + admin/fields/templates.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig Database - Database + Database + web/setup/step2.html.twig + web/setup/step2.html.twig - - Controller/Admin/Databoxes.php + Database can not be empty - Database can't be empty + Database can not be empty + Controller/Admin/Databoxes.php - Controller/Admin/Databoxes.php Database could not be mounted - Database could not be mounted + Database could not be mounted + Controller/Admin/Databoxes.php - - Controller/Admin/Databoxes.php + Database does not exists or can not be accessed - Connection to server is OK but database does not exist or can not be accessed + Database does not exists or can not be accessed + Controller/Admin/Databoxes.php - - Controller/Admin/Databoxes.php + Database name can not contains special characters - Database name can not contain special characters + Database name can not contains special characters + Controller/Admin/Databoxes.php + + + Database server does not support InnoDB storage engine + Database server does not support InnoDB storage engine + web/setup/step2.html.twig - web/setup/step2.html.twig Database user - Database user + Database user + web/setup/step2.html.twig - - Phrasea/Controller/Setup.php + Databox is unreachable - Databox can't be reached + Databox is unreachable + Phrasea/Controller/Setup.php - - web/setup/step2.html.twig + Databoxes store records, metadatas and their classifications - Databoxes are used to store records, metadatas and their classifications + Databoxes store records, metadatas and their classifications + web/setup/step2.html.twig - prod/upload/lazaret.html.twig Date - Date + Date + prod/upload/lazaret.html.twig - - admin/publications/list.html.twig + Date Creation - Creation date + Date Creation + admin/publications/list.html.twig - - prod/orders/order_item.html.twig + Date de commande - Order date + Date de commande + prod/orders/order_item.html.twig - - web/account/sessions.html.twig + Date de connexion - Login date + Date de connexion + web/account/sessions.html.twig - - prod/orders/order_box.html.twig + Date de demande - Request date + Date de demande + prod/orders/order_box.html.twig - admin/search-engine/sphinx-search.html.twig Date fields available for search - Date fields available for search + Date fields available for search + admin/search-engine/sphinx-search.html.twig - + + De + De web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - De - From + Deadline + Deadline prod/orders/order_box.html.twig prod/orders/order_item.html.twig - Deadline - Deadline - Notification/Mail/MailSuccessEmailUpdate.php Dear %user%, Dear %user%, + Notification/Mail/MailSuccessEmailUpdate.php - task-manager/task-editor/phraseanet-indexer.html.twig Debug binary mask - Debug binary mask + Debug binary mask + task-manager/task-editor/phraseanet-indexer.html.twig - - web/admin/index.html.twig + Decocher toute la colonne - Uncheck all boxes from column + Decocher toute la colonne + web/admin/index.html.twig - - mobile/lightbox/index.html.twig + Deconnexion - Logout + Deconnexion + mobile/lightbox/index.html.twig - - web/developers/applications.html.twig + Decouvrez la documentation - Discover API documentation + Decouvrez la documentation + web/developers/applications.html.twig - Phrasea/Helper/WorkZone.php Default basket - Default basket + Default basket + Phrasea/Helper/WorkZone.php - Form/Configuration/ActionsFormType.php Default export title - Default export title + Default export title + Form/Configuration/ActionsFormType.php - task-manager/task-editor/phraseanet-indexer.html.twig Default language for thesaurus candidates - Default language for thesaurus candidates + Default language for thesaurus candidates + task-manager/task-editor/phraseanet-indexer.html.twig - Form/Configuration/EmailFormType.php Default mail sender address - Default mail sender address + Default mail sender address + Form/Configuration/EmailFormType.php - Form/Configuration/SearchEngineFormType.php Default query - Default query + Default query + Form/Configuration/SearchEngineFormType.php - Form/Configuration/SearchEngineFormType.php Default searched type - Default searched type + Default searched type + Form/Configuration/SearchEngineFormType.php - admin/search-engine/phrasea.html.twig Default sort - Default sort + Default sort + admin/search-engine/phrasea.html.twig - - Form/Configuration/ActionsFormType.php + Default validation links duration - Default feedback links duration + Default validation links duration + Form/Configuration/ActionsFormType.php - - Form/Configuration/ExecutablesFormType.php + + Define a webhook URL + Define a webhook URL + web/developers/application.html.twig + + Defined in Apache configuration - Defined in Apache configuration. + Defined in Apache configuration + Form/Configuration/ExecutablesFormType.php - - web/setup/step2.html.twig + Delai depasse lors du contact avec le serveur WEB - Time out when connecting web server + Delai depasse lors du contact avec le serveur WEB + web/setup/step2.html.twig - Media/Subdef/Gif.php Delay - Delay + Delay + Media/Subdef/Gif.php - admin/task-manager/list.html.twig + Delete + Delete + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig prod/actions/delete_records_confirm.html.twig actions/Feedback/list.html.twig - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig - Delete - Delete + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + Delete all users rights + Delete all users rights web/admin/editusers.html.twig web/admin/users.html.twig - Delete all users rights - Delete all users rights - WorkZone/Browser/Results.html.twig Delete basket - Delete basket + Delete basket + WorkZone/Browser/Results.html.twig - Controller/Prod/Language.php Delete records - Delete records + Delete records + Controller/Prod/Language.php - - web/admin/subdefs.html.twig + Delete the subdef ? - Delete the subview? + Delete the subdef ? + web/admin/subdefs.html.twig - - web/developers/applications.html.twig + Demarrer avec l'API Phraseanet - Start with Phraseanet API + Demarrer avec l'API Phraseanet + web/developers/applications.html.twig + Deny + Deny login/oauth/authorize-access.html.twig prod/orders/order_item.html.twig - Deny - Deny - + + Deplacement %n_element% elements + Deplacement %n_element% elements Bridge/Dailymotion/video_moveinto_playlist.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig - Deplacement %n_element% elements - Moving %n_element% documents - - web/account/sessions.html.twig + Dernier access - Last access + Dernier access + web/account/sessions.html.twig - - prod/feeds/entry_macro.html.twig + Derniere mise a jour le %updated_on% - Last Update on %updated_on% + Derniere mise a jour le %updated_on% + prod/feeds/entry_macro.html.twig - - TaskManager/Job/FtpJob.php + Des difficultes ont ete rencontres a la connection au serveur distant - Some difficulties encountered when connecting to distant server + Des difficultes ont ete rencontres a la connection au serveur distant + TaskManager/Job/FtpJob.php - + + Description + Description web/developers/application_form.html.twig Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig @@ -2206,4227 +2289,4378 @@ Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig prod/Tooltip/DCESFieldInfo.html.twig - Description - Caption - prod/actions/Push.html.twig - web/report/form_date_and_base.html.twig Deselect all - Deselect all + Deselect all + prod/actions/Push.html.twig + web/report/form_date_and_base.html.twig - - prod/orders/order_item.html.twig + Destinataire - Recipient + Destinataire + prod/orders/order_item.html.twig - prod/Share/record.html.twig Detailed view URL - Detailed view URL + Detailed view URL + prod/Share/record.html.twig + Details + Details admin/collection/details.html.twig admin/databox/details.html.twig - Details - Details - - web/account/base.html.twig + Developpeur - Developer + Developpeur + web/account/base.html.twig - - web/account/authorized_apps.html.twig + Developpeurs - Developers + Developpeurs + web/account/authorized_apps.html.twig - Media/Subdef/Image.php - Media/Subdef/Video.php Dimension - Dimension + Dimension + Media/Subdef/Image.php + Media/Subdef/Video.php - Form/Configuration/ActionsFormType.php Disabled - Disabled + Disabled + Form/Configuration/ActionsFormType.php - - admin/fields/templates.html.twig + + Disallow the possibility for the end user to disable push authentication + Disallow the possibility for the end user to disable push authentication + Form/Configuration/ActionsFormType.php + + - Display and action settings + + admin/fields/templates.html.twig - Form/Configuration/ClassicFormType.php Display proposals tab - Display proposals tab + Display proposals tab + Form/Configuration/ClassicFormType.php + + + Display technical data + Display technical data + web/prod/index.html.twig - Form/Configuration/ClassicFormType.php Display the name of databases and collections - Display the name of databases and collections + Display the name of databases and collections + Form/Configuration/ClassicFormType.php - Form/Configuration/ClassicFormType.php Display the total size of the document basket - Display the total size of the document basket + Display the total size of the document basket + Form/Configuration/ClassicFormType.php - - admin/fields/templates.html.twig + Display thumbnails - Display as title + Display thumbnails + admin/fields/templates.html.twig - - web/admin/databases.html.twig + + Do not display + Do not display + web/prod/index.html.twig + + Do not forget to restart the tasks scheduler - Don't forget to restart the Tasks manager scheduler. + Do not forget to restart the tasks scheduler + web/admin/databases.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig Do not log, output to console - Do not log, output to console + Do not log, output to console + task-manager/task-editor/phraseanet-indexer.html.twig - login/oauth/authorize-access.html.twig Do you authorize the application %application_name% to access to your Phraseanet content? - Do you authorize the application %application_name% to access to your Phraseanet content? + Do you authorize the application %application_name% to access to your Phraseanet content? + login/oauth/authorize-access.html.twig - - Controller/Admin/Fields.php + Do you really want to delete the field %s ? - Do you really want to delete the field %s? + Do you really want to delete the field %s ? + Controller/Admin/Fields.php - web/account/sessions.html.twig Do you really want to end the activity of this session? - Do you really want to end the activity of this session? + Do you really want to end the activity of this session? + web/account/sessions.html.twig - - Phrasea/Controller/Lightbox.php - mobile/lightbox/validate.html.twig - web/lightbox/validate.html.twig + Do you want to send your report ? - Send your Report ? + Do you want to send your report ? + Phrasea/Controller/Lightbox.php + mobile/lightbox/validate.html.twig + web/lightbox/validate.html.twig - web/prod/index.html.twig Document - Document + Document + web/prod/index.html.twig - - prod/orders/order_item.html.twig + Document envoye par %name% - Document sent by + Document envoye par %name% + prod/orders/order_item.html.twig - - Controller/Prod/Tools.php + Document has been successfully substitued - Document has been successfully substituted + Document has been successfully substitued + Controller/Prod/Tools.php - - prod/orders/order_item.html.twig + Document refuse par %name% - Document refused by %name% + Document refuse par %name% + prod/orders/order_item.html.twig - Form/Configuration/ActionsFormType.php Document title - Document title + Document title + Form/Configuration/ActionsFormType.php - Form/Configuration/SearchEngineFormType.php Documents - Documents + Documents + Form/Configuration/SearchEngineFormType.php - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + Documents indisponibles - Document(s) unavailable + Documents indisponibles + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - web/setup/step2.html.twig Don't worry, You can modify your configuration later - Don't worry, You can modify your configuration later + Don't worry, You can modify your configuration later + web/setup/step2.html.twig - Notification/Mail/MailRecordsExport.php Download - Download + Download + Notification/Mail/MailRecordsExport.php - - actions/Download/prepare.html.twig + Download of documents - Documents downloads. + Download of documents + actions/Download/prepare.html.twig - - web/admin/editusers_quotas.html.twig + Droits - Rights + Droits + web/admin/editusers_quotas.html.twig + Drop-down + Drop-down Form/Configuration/ClassicFormType.php Form/Configuration/ClassicFormType.php - Drop-down - Drop-down - - web/common/technical_datas.html.twig + Duree - Length + Duree + web/common/technical_datas.html.twig - - actions/Feedback/ListsMacros.html.twig + E-Mail - E-mail + E-Mail + actions/Feedback/ListsMacros.html.twig - Form/Login/PhraseaForgotPasswordForm.php - Form/Login/PhraseaRegisterForm.php E-mail - E-mail + E-mail + Form/Login/PhraseaForgotPasswordForm.php + Form/Login/PhraseaRegisterForm.php - lib/classes/databox.php ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" + lib/classes/databox.php - - lib/classes/databox.php + ERREUR : Les name de subdef sont uniques par groupe de subdefs et necessaire - Error : Attribute "name" from node "subdef" is required and single + ERREUR : Les name de subdef sont uniques par groupe de subdefs et necessaire + lib/classes/databox.php - - lib/classes/databox.php + ERREUR : TOUTES LES BALISES subdefgroup necessitent un attribut name - Error : All "subdefgroup" tags must have an attribute "name" + ERREUR : TOUTES LES BALISES subdefgroup necessitent un attribut name + lib/classes/databox.php - admin/task-manager/list.html.twig - actions/Feedback/list.html.twig Edit - Edit + Edit + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + actions/Feedback/list.html.twig + + + Editer + Editer + actions/publish/publish_edit.html.twig - admin/publications/fiche.html.twig Edition - Edition + Edition + admin/publications/fiche.html.twig - + + Edition de 1 element + Edition de 1 element Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig Bridge/Youtube/video_modify.html.twig - Edition de 1 element - Editing 1 document - - web/admin/editusers.html.twig + Edition des droits de %display_name% - %display_name% user right edition + Edition des droits de %display_name% + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Edition des droits de %number% utilisateurs - User rights edition of %number% users + Edition des droits de %number% utilisateurs + web/admin/editusers.html.twig - - prod/actions/edit_default.html.twig + Edition impossible - Unable to edit + Edition impossible + prod/actions/edit_default.html.twig - actions/Feedback/List-Share.html.twig Editor - Editor + Editor + actions/Feedback/List-Share.html.twig - actions/Feedback/List-Share.html.twig Editor can modify content - Editor can modify content + Editor can modify content + actions/Feedback/List-Share.html.twig - admin/search-engine/elastic-search.html.twig ElasticSearch configuration ElasticSearch configuration + admin/search-engine/elastic-search.html.twig - admin/search-engine/elastic-search.html.twig ElasticSearch connection configuration ElasticSearch connection configuration + admin/search-engine/elastic-search.html.twig - admin/search-engine/elastic-search.html.twig ElasticSearch server ElasticSearch server + admin/search-engine/elastic-search.html.twig - + + Email + Email web/admin/dashboard.html.twig admin/publications/fiche.html.twig - Email - E-mail - Controller/Admin/Users.php Email '%email%' for login '%login%' already exists in database Email '%email%' for login '%login%' already exists in database + Controller/Admin/Users.php - - prod/User/Add.html.twig + Email Name - E-mail address + Email Name + prod/User/Add.html.twig - - eventsmanager/notify/downloadmailfail.php + Email export fails - E-mail export failed. + Email export fails + eventsmanager/notify/downloadmailfail.php - - Controller/Prod/Push.php + Email is invalid - E-mail address is invalid. + Email is invalid + Controller/Prod/Push.php - - Controller/Prod/Push.php + Email is required - E-mail address is required. + Email is required + Controller/Prod/Push.php - + + Email successfully confirmed + Email successfully confirmed Notification/Mail/MailSuccessEmailConfirmationRegistered.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - Email successfully confirmed - E-mail successfully confirmed. - - web/admin/dashboard.html.twig + Email test result : %email_status% - E-mail test result: %email_status% + Email test result : %email_status% + web/admin/dashboard.html.twig - - Form/Configuration/MainConfigurationFormType.php + Emails - E-mails + Emails + Form/Configuration/MainConfigurationFormType.php - prod/Share/record.html.twig Embed code - Embed code + Embed code + prod/Share/record.html.twig - TaskManager/Job/EmptyCollectionJob.php Empty a collection Empty a collection + TaskManager/Job/EmptyCollectionJob.php - - Form/Configuration/ExecutablesFormType.php + Empty if not used - Empty if not used. + Empty if not used + Form/Configuration/ExecutablesFormType.php - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig Empty quarantine - Empty quarantine + Empty quarantine + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - - prod/upload/lazaret.html.twig + Empty quarantine will remove all items, are you sure you want to continue ? - Empty quanrantine will delete all its contents. This action is irreversible. Are you sure you want to continue? + Empty quarantine will remove all items, are you sure you want to continue ? + prod/upload/lazaret.html.twig - - Controller/Admin/Collection.php - Controller/Admin/Collection.php + Empty the collection before removing - Empty the collection before deleting. + Empty the collection before removing + Controller/Admin/Collection.php + Controller/Admin/Collection.php - - actions/Bridge/records_list.html.twig + En attente - Pending + En attente + actions/Bridge/records_list.html.twig - Bridge/Youtube/upload.html.twig 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 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% + Bridge/Youtube/upload.html.twig - - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php - actions/Bridge/records_list.html.twig + En cours d'encodage - Encoding in progress + En cours d'encodage + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php + actions/Bridge/records_list.html.twig - - actions/Bridge/records_list.html.twig + En cours d'envoi - Sending in progress + En cours d'envoi + actions/Bridge/records_list.html.twig - Form/Configuration/FtpExportFormType.php Enable FTP export - Enable FTP export + Enable FTP export + Form/Configuration/FtpExportFormType.php - Form/Configuration/FtpExportFormType.php Enable FTP for users - Enable FTP for users + Enable FTP for users + Form/Configuration/FtpExportFormType.php + + + Enable Forcing authentication to see push content + Enable Forcing authentication to see push content + Form/Configuration/ActionsFormType.php - Form/Configuration/ExecutablesFormType.php Enable H264 stream mode - Enable H264 stream mode + Enable H264 stream mode + Form/Configuration/ExecutablesFormType.php - - Form/Configuration/ModulesFormType.php + Enable HD substitution - Enable source document substitution + Enable HD substitution + Form/Configuration/ModulesFormType.php - Form/Configuration/EmailFormType.php Enable SMTP authentication - Enable SMTP authentication + Enable SMTP authentication + Form/Configuration/EmailFormType.php - Form/Configuration/RegistrationFormType.php Enable auto registration - Enable auto registration + Enable auto registration + Form/Configuration/RegistrationFormType.php - Form/Configuration/MaintenanceFormType.php Enable maintenance message broadcast - Enable maintenance message broadcast + Enable maintenance message broadcast + Form/Configuration/MaintenanceFormType.php - Form/Configuration/ModulesFormType.php Enable multi-doc mode - Enable multi-doc mode + Enable multi-doc mode + Form/Configuration/ModulesFormType.php + + + Enable possibility to notify users when publishing a new feed entry + Enable possibility to notify users when publishing a new feed entry + Form/Configuration/ActionsFormType.php - Form/Configuration/ClassicFormType.php Enable roll-over on basket elements - Enable roll-over on basket elements + Enable roll-over on basket elements + Form/Configuration/ClassicFormType.php - Form/Configuration/ClassicFormType.php Enable roll-over on stories - Enable roll-over on stories + Enable roll-over on stories + Form/Configuration/ClassicFormType.php - admin/search-engine/phrasea.html.twig Enable stemming - Enable stemming + Enable stemming + admin/search-engine/phrasea.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig Enable stemming languages - Enable stemming languages + Enable stemming languages + task-manager/task-editor/phraseanet-indexer.html.twig - Form/Configuration/ModulesFormType.php Enable thesaurus - Enable thesaurus + Enable thesaurus + Form/Configuration/ModulesFormType.php - Form/Configuration/ActionsFormType.php Enable this setting to share on Facebook and Twitter - Enable this setting to share on Facebook and Twitter + Enable this setting to share on Facebook and Twitter + Form/Configuration/ActionsFormType.php - Form/Configuration/ModulesFormType.php Enable thumbnail substitution - Enable thumbnail substitution + Enable thumbnail substitution + Form/Configuration/ModulesFormType.php - Form/Configuration/ActionsFormType.php Enabled - Enabled + Enabled + Form/Configuration/ActionsFormType.php - web/account/sessions.html.twig End Activity - End Activity + End Activity + web/account/sessions.html.twig + web/account/sessions.html.twig - web/account/sessions.html.twig End session activity - End session activity + End session activity + web/account/sessions.html.twig - - web/login/forgot-password.html.twig + Enter your e-mail address to retrieve your password - Enter your e-mail address to retrieve your password. + Enter your e-mail address to retrieve your password + web/login/forgot-password.html.twig - - web/common/dialog_export.html.twig + Entrez plusieurs adresses email en les separant par des points-virgules - Use a semicolon between e-mail addresses. + Entrez plusieurs adresses email en les separant par des points-virgules + web/common/dialog_export.html.twig - Controller/Prod/UsrLists.php Entry removed from list - Entry removed from list + Entry removed from list + Controller/Prod/UsrLists.php - - prod/preview/short_history.html.twig + Envoi par ftp a %dest% de %content% - Sent by ftp of %content% to %dest% + Envoi par ftp a %dest% de %content% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + Envoi par mail a %dest% de %content% - E-mail of content %content% sent to %dest% + Envoi par mail a %dest% de %content% + prod/preview/short_history.html.twig - - Phrasea/Controller/Lightbox.php + Envoie avec succes - Succesfully delivered + Envoie avec succes + Phrasea/Controller/Lightbox.php - - api/auth/native_app_access_token.html.twig + Erreur - Error + Erreur + api/auth/native_app_access_token.html.twig - + + Erreur ! + Erreur ! mobile/lightbox/error.html.twig web/lightbox/error.html.twig - Erreur ! - Error ! - - Controller/Prod/Language.php + Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas - Either invalid settings , either distant server is not responding + Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas + Controller/Prod/Language.php - - Bridge/Api/Youtube.php + Erreur YouTube a rencontré une erreur lors du traitement de la requête. - Youtube has encountered an error processing query + Erreur YouTube a rencontré une erreur lors du traitement de la requête. + Bridge/Api/Youtube.php - - Bridge/Api/Dailymotion.php + Erreur d'encodage - Encoding Error + Erreur d'encodage + Bridge/Api/Dailymotion.php - - api/auth/end_user_authorization.html.twig + Erreur de login / mot de passe - Login / Password error + Erreur de login / mot de passe + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - Bridge/Api/Youtube.php + Erreur la requête a été mal formée ou contenait des données valides. - Query is badly formulated or contains unvalid datas + Erreur la requête a été mal formée ou contenait des données valides. + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + Erreur la ressource que vous tentez de modifier n'existe pas. - The resource you are trying to modify doesn't exist or has been deleted + Erreur la ressource que vous tentez de modifier n'existe pas. + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + Erreur le service Youtube n'est pas accessible pour le moment. Veuillez réessayer plus tard. - YouTube service is unavailable. Please try again later. + Erreur le service Youtube n'est pas accessible pour le moment. Veuillez réessayer plus tard. + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + Erreur lors de l'authentification au service Youtube, Veuillez vous déconnecter, puis vous reconnecter. - Unable to authenticate on Youtube service, Please disconnect and try to connect again + Erreur lors de l'authentification au service Youtube, Veuillez vous déconnecter, puis vous reconnecter. + Bridge/Api/Youtube.php - - Phrasea/Controller/Lightbox.php + Erreur lors de l'enregistrement des donnees - Error when saving datas + Erreur lors de l'enregistrement des donnees + Phrasea/Controller/Lightbox.php - - Bridge/Api/Youtube.php + Erreur lors de l'envoi de la requête. Erreur d'authentification. - Authentication Error + Erreur lors de l'envoi de la requête. Erreur d'authentification. + Bridge/Api/Youtube.php - - Phrasea/Controller/Lightbox.php + Erreur lors de la mise a jour des donnes - Error when updating datas + Erreur lors de la mise a jour des donnes + Phrasea/Controller/Lightbox.php - lib/classes/base.php - lib/classes/base.php - lib/classes/base.php - lib/classes/base.php Erreur lors de la tentative ; errreur : %message% Erreur lors de la tentative ; errreur : %message% + lib/classes/base.php + lib/classes/base.php + lib/classes/base.php + lib/classes/base.php - - actions/Bridge/callback.html.twig + Erreur lors de votre authentification - Authentication failed + Erreur lors de votre authentification + actions/Bridge/callback.html.twig - - web/setup/step2.html.twig + Erreur lors du contact avec le serveur WEB - Error when connecting to web server + Erreur lors du contact avec le serveur WEB + web/setup/step2.html.twig - - Bridge/Api/Youtube.php + Erreur vous avez essayé d'exécuter une requête non prise en charge par Youtube - Attempted query is not supported by Youtube - - - Controller/Prod/Export.php - Error while connecting to FTP - Error while connecting to FTP server + Erreur vous avez essayé d'exécuter une requête non prise en charge par Youtube + Bridge/Api/Youtube.php - Controller/Prod/Push.php Error while creating user - Error while creating user + Error while creating user + Controller/Prod/Push.php - - Controller/User/Preferences.php - Controller/User/Preferences.php + Error while saving preference - Error while saving preferences + Error while saving preference + Controller/User/Preferences.php + Controller/User/Preferences.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php Error while sending the file - Error while sending the file + Error while sending the file + Controller/Admin/Collection.php + Controller/Admin/Databox.php - prod/upload/upload-flash.html.twig Error while uploading - Error while uploading + Error while uploading + prod/upload/upload-flash.html.twig - - prod/results/help.html.twig + Et Dieu créa la femme - "AND God Created Woman" + Et Dieu créa la femme + prod/results/help.html.twig - + + Etendue de la publication + Etendue de la publication admin/publications/fiche.html.twig admin/publications/list.html.twig - Etendue de la publication - Publication scope - - Bridge/Flickr/photo_deleteelement.html.twig + Etes vous sur de supprimer %number% photos ? - Do you really want to delete %number% photos ? + Etes vous sur de supprimer %number% photos ? + Bridge/Flickr/photo_deleteelement.html.twig - - Bridge/Flickr/photoset_deleteelement.html.twig + Etes vous sur de supprimer %number% photosets ? - Do you confirm %number% photosets delete ? + Etes vous sur de supprimer %number% photosets ? + Bridge/Flickr/photoset_deleteelement.html.twig - + + Etes vous sur de supprimer %number% playlists ? + Etes vous sur de supprimer %number% playlists ? Bridge/Dailymotion/playlist_deleteelement.html.twig Bridge/Youtube/playlist_deleteelement.html.twig - Etes vous sur de supprimer %number% playlists ? - Do you confirm that you want to delete of %number% playlists ? - + + Etes vous sur de supprimer %number% videos ? + Etes vous sur de supprimer %number% videos ? Bridge/Dailymotion/video_deleteelement.html.twig Bridge/Youtube/video_deleteelement.html.twig - Etes vous sur de supprimer %number% videos ? - Confirm delete of %number% videos ? - - web/setup/step2.html.twig + Executables externes - External binaries + Executables externes + web/setup/step2.html.twig - Form/Configuration/MainConfigurationFormType.php Executables settings - Executables settings + Executables settings + Form/Configuration/MainConfigurationFormType.php - Controller/Prod/DoDownload.php - Controller/Prod/DoDownload.php - Controller/Prod/Language.php Export - Export + Export + Controller/Prod/DoDownload.php + Controller/Prod/DoDownload.php + Controller/Prod/Language.php - - Controller/Prod/Export.php + Export saved in the waiting queue - Export saved in the waiting queue. + Export saved in the waiting queue + Controller/Prod/Export.php - web/account/account.html.twig FTP - FTP + FTP + web/account/account.html.twig - Form/Configuration/MainConfigurationFormType.php FTP Export - FTP Export + FTP Export + Form/Configuration/MainConfigurationFormType.php - api/auth/native_app_access_token.html.twig Fail - Fail + Fail + api/auth/native_app_access_token.html.twig - admin/publications/list.html.twig Feed name - Feed name + Feed name + admin/publications/list.html.twig - Controller/Prod/Language.php - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig Feedback - Feedback + Feedback + Controller/Prod/Language.php + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - eventsmanager/notify/feed.php Feeds - Feeds + Feeds + eventsmanager/notify/feed.php - - web/thesaurus/import-dialog.html.twig + Fichier ASCII tabule - Tabulated ASCII file + Fichier ASCII tabule + web/thesaurus/import-dialog.html.twig - - actions/Bridge/wrapper.html.twig + Fichiers envoyes - Files added + Fichiers envoyes + actions/Bridge/wrapper.html.twig - Controller/Admin/Fields.php Field %name% could not be created, please try again or contact an admin. Field %name% could not be created, please try again or contact an admin. + Controller/Admin/Fields.php - Controller/Admin/Fields.php Field %name% could not be saved, please try again or contact an admin. Field %name% could not be saved, please try again or contact an admin. + Controller/Admin/Fields.php - Controller/Admin/Fields.php Field %s contains errors. - Field %s contains errors. + Field %s contains errors. + Controller/Admin/Fields.php - Controller/Admin/Fields.php Field can not be blank. - Field can not be blank. + Field can not be blank. + Controller/Admin/Fields.php - Controller/Admin/Fields.php Field name already exists. - Field name already exists. + Field name already exists. + Controller/Admin/Fields.php - Controller/Admin/Fields.php Field name is not valid. - Field name is not valid. + Field name is not valid. + Controller/Admin/Fields.php - Controller/Admin/Fields.php Field source is not valid. - Field source is not valid. + Field source is not valid. + Controller/Admin/Fields.php - - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php + File is not present in quarantine anymore, please refresh - Document is not in quarantine anymore, please refresh + File is not present in quarantine anymore, please refresh + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php - Controller/Admin/Root.php File is too big : 64k max - File is too big : 64k max + File is too big : 64k max + Controller/Admin/Root.php - prod/upload/upload-flash.html.twig File upload has been cancelled - File upload has been cancelled - - + File upload has been cancelled prod/upload/upload-flash.html.twig + + File upload has been stopped - File upload has been interrupted + File upload has been stopped + prod/upload/upload-flash.html.twig - prod/upload/upload-flash.html.twig File upload limit (%maxFileSizeReadable%) has been reached - File upload limit (%maxFileSizeReadable%) has been reached + File upload limit (%maxFileSizeReadable%) has been reached + prod/upload/upload-flash.html.twig - - prod/upload/upload-flash.html.twig + File validation failed - Unable to retrieve the file ID. Please retry or contact an Administrator if problem persist + File validation failed + prod/upload/upload-flash.html.twig - - prod/upload/lazaret.html.twig + Filename - File Name + Filename + prod/upload/lazaret.html.twig - - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig + Fils disponibles - Available feed + Fils disponibles + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - web/admin/users.html.twig Filter - Filter + Filter + web/admin/users.html.twig - - web/report/generate_tab.html.twig + Filtrer - Filter + Filtrer + web/report/generate_tab.html.twig - actions/Feedback/List-Share.html.twig Find a user - Find a user + Find a user + actions/Feedback/List-Share.html.twig - prod/User/Add.html.twig First Name - First Name + First Name + prod/User/Add.html.twig - Controller/Prod/Push.php First name is required - First name is required + First name is required + Controller/Prod/Push.php - + + First/Last Name + First/Last Name web/admin/users.html.twig web/admin/users.html.twig actions/Feedback/ListsMacros.html.twig - First/Last Name - First/Last name - web/common/technical_datas.html.twig - web/prod/index.html.twig Flash - Flash + Flash + web/common/technical_datas.html.twig + web/prod/index.html.twig - - lib/classes/appbox.php - lib/classes/appbox.php - Flushing cache - Flushing cache + + Flatten layers + Flatten layers + Media/Subdef/Image.php - web/common/technical_datas.html.twig Focal length - Focal length + Focal length + web/common/technical_datas.html.twig - - Controller/Prod/Language.php + + Force authentication + Force authentication + prod/templates/push.html.twig + + Force sending of the document ? - Force sending of documents? + Force sending of the document ? + Controller/Prod/Language.php - - prod/orders/order_item.html.twig + Forcer l'envoi du document - Force document delivery + Forcer l'envoi du document + prod/orders/order_item.html.twig - - actions/Tools/index.html.twig + Forcer la reconstruction sur les enregistrements ayant des thumbnails substituees - Force re-creation for substituted subviews + Forcer la reconstruction sur les enregistrements ayant des thumbnails substituees + actions/Tools/index.html.twig + Forgot password? + Forgot password? web/login/index.html.twig login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig - Forgot password? - Forgot password? - - web/login/forgot-password.html.twig + Forgot your password? - Forgot password? + Forgot your password? + web/login/forgot-password.html.twig - web/login/forgot-password.html.twig Forgotten password - Forgotten password + Forgotten password + web/login/forgot-password.html.twig - Media/Subdef/Video.php Frame Rate - Frame Rate + Frame Rate + Media/Subdef/Video.php - - web/common/technical_datas.html.twig + Frequence d'echantillonage - Sampling frequency + Frequence d'echantillonage + web/common/technical_datas.html.twig - Form/Configuration/ExecutablesFormType.php GD GD + Form/Configuration/ExecutablesFormType.php - Media/Subdef/Video.php GOP size - GOP size + GOP size + Media/Subdef/Video.php - Form/Configuration/GeneralFormType.php Gallery - Gallery + Gallery + Form/Configuration/GeneralFormType.php - Form/Configuration/MainConfigurationFormType.php General configuration General configuration + Form/Configuration/MainConfigurationFormType.php - web/admin/dashboard.html.twig General settings - General settings + General settings + web/admin/dashboard.html.twig - - Media/Subdef/Image.php + + Generate + Generate + web/report/report_layout_child.html.twig + + + Generate dashboard + Generate dashboard + web/report/report_layout_child.html.twig + + Generates a Jpeg image - Creates a Jpeg file + Generates a Jpeg image + Media/Subdef/Image.php - - Media/Subdef/FlexPaper.php + Generates a flexpaper flash file - Creates a flexpaper flash file + Generates a flexpaper flash file + Media/Subdef/FlexPaper.php - - Media/Subdef/Video.php + Generates a video file - Creates a video file + Generates a video file + Media/Subdef/Video.php - - Media/Subdef/Gif.php + Generates an animated Gif file - Creates an animated GIF file + Generates an animated Gif file + Media/Subdef/Gif.php - - Media/Subdef/Audio.php + Generates an audio file - Creates an audio file + Generates an audio file + Media/Subdef/Audio.php - Form/Configuration/WebservicesFormType.php Geonames server address - Geonames server address + Geonames server address + Form/Configuration/WebservicesFormType.php - eventsmanager/notify/downloadmailfail.php Get a notification when a mail export fails - Get a notification when a mail export fails + Get a notification when a mail export fails + eventsmanager/notify/downloadmailfail.php + + + Gives the option to your application to communicate with Phraseanet. This webhook can be used to trigger some actions on your application side. + Gives the option to your application to communicate with Phraseanet. This webhook can be used to trigger some actions on your application side. + web/developers/application.html.twig - Controller/Root/Login.php Good - Good + Good + Controller/Root/Login.php - Form/Configuration/GeneralFormType.php Google Analytics identifier - Google Analytics identifier + Google Analytics identifier + Form/Configuration/GeneralFormType.php - prod/actions/Push.html.twig Grant rights - Grant rights + Grant rights + prod/actions/Push.html.twig - - web/account/access.html.twig + Granted bases - Granted access to bases + Granted bases + web/account/access.html.twig - web/account/authorized_apps.html.twig Granted third party applications - Granted third party applications + Granted third party applications + web/account/authorized_apps.html.twig - Form/Configuration/ExecutablesFormType.php GraphicsMagick GraphicsMagick + Form/Configuration/ExecutablesFormType.php - - web/prod/index.html.twig + Graphiste (preview au rollover) - Graphist (preview on rollover) + Graphiste (preview au rollover) + web/prod/index.html.twig - Controller/Root/Login.php Great - Great + Great + Controller/Root/Login.php - Controller/Report/Activity.php - Controller/Report/Root.php Groupement des resultats sur le champ %name% Groupement des resultats sur le champ %name% + Controller/Report/Activity.php + Controller/Report/Root.php - - web/report/generate_tab.html.twig + Grouper - Regroup + Grouper + web/report/generate_tab.html.twig - Bridge/Dailymotion/upload.html.twig Groupez 2 ou plusieurs mots avec des guillemets: "Michael Jackson" Groupez 2 ou plusieurs mots avec des guillemets: "Michael Jackson" + Bridge/Dailymotion/upload.html.twig - web/common/menubar.html.twig Guest - Guest + Guest + web/common/menubar.html.twig - login/include/guest-access-block.html.twig Guest access - Guest access + Guest access + login/include/guest-access-block.html.twig - - prod/actions/Push.html.twig + + Guest, you must be authenticated to have the right to download. + Guest, you must be authenticated to have the right to download. + web/common/dialog_export.html.twig + + HD Download - Document Download + HD Download + prod/actions/Push.html.twig - + + Hello %username% + Hello %username% api/auth/end_user_authorization.html.twig api/auth/native_app_access_token.html.twig - Hello %username% - Hi %username% + api/auth/end_user_authorization.html.twig - login/layout/base-layout.html.twig Help - Help + Help + login/layout/base-layout.html.twig - - login/oauth/login.html.twig + Hi, Please log in - Hello. Please log in. + Hi, Please log in + login/oauth/login.html.twig - - Form/Configuration/ModulesFormType.php + Hide information about users - Hide information about users. + Hide information about users + Form/Configuration/ModulesFormType.php - task-manager/task-editor/phraseanet-indexer.html.twig Hide records - Hide records + Hide records + task-manager/task-editor/phraseanet-indexer.html.twig + Home + Home mobile/lightbox/feed.html.twig mobile/lightbox/validate.html.twig login/include/language-block.html.twig - login/layout/base-layout.html.twig - Home - Home + login/layout/base-layout.html.twig - - Form/Configuration/GeneralFormType.php + Homepage slideshow - Homepage slideshow setting + Homepage slideshow + Form/Configuration/GeneralFormType.php - web/common/technical_datas.html.twig Hyperfocal distance - Hyperfocal distance + Hyperfocal distance + web/common/technical_datas.html.twig + I have read the terms of use + I have read the terms of use web/login/register-classic.html.twig web/login/register-provider.html.twig - I have read the terms of use - I have read the terms of use - web/account/sessions.html.twig IP - IP + IP + web/account/sessions.html.twig - web/common/technical_datas.html.twig ISO sensibility - ISO sensibility + ISO sensibility + web/common/technical_datas.html.twig - - web/prod/index.html.twig + Iconographe (description au rollover) - Iconograph (caption on rollover) + Iconographe (description au rollover) + web/prod/index.html.twig - admin/publications/fiche.html.twig Id - Id + Id + admin/publications/fiche.html.twig - - Form/Configuration/ActionsFormType.php + If request is bigger, then mail is still available - If request is bigger, then mail is still available. + If request is bigger, then mail is still available + Form/Configuration/ActionsFormType.php - - Form/Configuration/ActionsFormType.php + If set to 0, duration is permanent - If set to 0, duration is permanent. + If set to 0, duration is permanent + Form/Configuration/ActionsFormType.php - - web/account/sessions.html.twig - If you notice any unfamiliar devices or locations, click 'End Activity' to end the session. - If you notice any unfamiliar devices or locations, click 'End Activity' to end the session. + + If you notice any unfamiliar devices or locations, click on button %button% to end the session. + If you notice any unfamiliar devices or locations, click on button %button% to end the session. + web/account/sessions.html.twig - - web/setup/step2.html.twig + If you plan to store large files, be sure it will fit in these directories. - If you plan to store large files, make sure they will fit in these directories. + If you plan to store large files, be sure it will fit in these directories. + web/setup/step2.html.twig - Notification/Mail/MailInfoValidationReminder.php Il ne vous reste plus que %quantity% jours pour terminer votre validation Il ne vous reste plus que %quantity% jours pour terminer votre validation + Notification/Mail/MailInfoValidationReminder.php - - prod/orders/order_item.html.twig + Il se peux que vous ne voyez pas tous les elements. Vous ne verrez que les elements correspondants aux collections sur lesquelles vous gerez les commandes - This order view might be uncomplete, you can only see documents from collection for which you manage orders + Il se peux que vous ne voyez pas tous les elements. Vous ne verrez que les elements correspondants aux collections sur lesquelles vous gerez les commandes + prod/orders/order_item.html.twig - - web/setup/step2.html.twig + Il y a des erreurs, merci de les corriger avant de continuer - Existing errors, please correct them to continue. + Il y a des erreurs, merci de les corriger avant de continuer + web/setup/step2.html.twig - web/prod/index.html.twig Image - Image + Image + web/prod/index.html.twig - Form/Configuration/ExecutablesFormType.php ImageMagick ImageMagick + Form/Configuration/ExecutablesFormType.php - - web/common/technical_datas.html.twig + Images par secondes - Image per second + Images par secondes + web/common/technical_datas.html.twig - - actions/Bridge/element_list.html.twig + Imagette indisponible - Thumbnail unavailable + Imagette indisponible + actions/Bridge/element_list.html.twig - Form/Configuration/ExecutablesFormType.php Imagine driver - Imagine driver + Imagine driver + Form/Configuration/ExecutablesFormType.php + + + In the answer grid + In the answer grid + web/prod/index.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig Include Business-fields in caption - Include Business-fields in caption + Include Business-fields in caption + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/common/macros.html.twig + Incorrect please try again - Incorrect. Please try again. + Incorrect please try again + web/common/macros.html.twig - admin/fields/templates.html.twig Indexable - Indexable + Indexable + admin/fields/templates.html.twig - - web/account/base.html.twig - web/admin/dashboard.html.twig - admin/task-manager/list.html.twig - admin/user/demand.html.twig + Informations - Infos + Informations + web/account/base.html.twig + web/admin/dashboard.html.twig + admin/user/registrations.html.twig - - web/account/account.html.twig + Informations personnelles - Your informations - - - web/prod/index.html.twig - Informations techniques - Technical informations + Informations personnelles + web/account/account.html.twig - web/admin/editusers.html.twig Infos - Infos + Infos + web/admin/editusers.html.twig - + + Inscription + Inscription web/login/register-classic.html.twig web/login/register.html.twig - Inscription - Registration - - web/setup/step2.html.twig + Install in progess - Installation in progress + Install in progess + web/setup/step2.html.twig - web/setup/step2.html.twig Installation is currenlty processing, please wait... - Installation is currenlty processing, please wait... + Installation is currenlty processing, please wait... + web/setup/step2.html.twig - - login/layout/base-layout.html.twig + Installer Google Chrome - Install Google Chrome + Installer Google Chrome + login/layout/base-layout.html.twig - - login/layout/base-layout.html.twig + Installer Google Chrome Frame - Install Google Chrome Frame for Internet Explorer + Installer Google Chrome Frame + login/layout/base-layout.html.twig - - Controller/Root/Login.php + Invalid captcha answer. - Invalid CAPTCHA answer. + Invalid captcha answer. + Controller/Root/Login.php - - Controller/Root/Login.php + Invalid email address - Invalid e-mail address. + Invalid email address + Controller/Root/Login.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php Invalid file format - Invalid file format + Invalid file format + Controller/Admin/Collection.php + Controller/Admin/Databox.php - admin/collection/collection.html.twig - prod/upload/upload-flash.html.twig Invalid file type - Invalid file type + Invalid file type + admin/collection/collection.html.twig + prod/upload/upload-flash.html.twig - - admin/databox/databox.html.twig + + Invalid file type, only (%supported_file_types%) file formats are supported + Invalid file type, only (%supported_file_types%) file formats are supported + admin/databox/databox.html.twig admin/statusbit/edit.html.twig user/import/file.html.twig - Invalid file type, only (%supported_file_types%) file formats are supported - Invalid file type. Only %supported_file_types% file formats are supported. - admin/collection/collection.html.twig Invalid file type, only (%supported_file_types%) file formats are supported' Invalid file type, only (%supported_file_types%) file formats are supported' + admin/collection/collection.html.twig - Controller/Admin/Collection.php - Controller/Admin/Databox.php Invalid labels parameter - Invalid labels parameter + Invalid labels parameter + Controller/Admin/Collection.php + Controller/Admin/Databox.php - Controller/Root/Login.php Invalid link. - Invalid link. + Invalid link. + Controller/Root/Login.php - Controller/Root/Account.php Invalid password provided - Invalid password provided + Invalid password provided + Controller/Root/Account.php - Controller/Prod/MoveCollection.php Invalid target collection - Invalid target collection + Invalid target collection + Controller/Prod/MoveCollection.php - Controller/Root/Login.php - Controller/Root/Login.php - Controller/Root/Login.php Invalid unlock link. - Invalid unlock link. + Invalid unlock link. + Controller/Root/Login.php + Controller/Root/Login.php - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig Inverser Reverse + prod/Baskets/Reorder.html.twig + prod/Story/Reorder.html.twig - Phrasea/Controller/Setup.php It is not recommended to install Phraseanet without HTTPS support - It is not recommended to install Phraseanet without HTTPS support + It is not recommended to install Phraseanet without HTTPS support + Phrasea/Controller/Setup.php - web/setup/step2.html.twig It stores users datas, rights, and references to DataBoxes where records are stored. - It stores users datas, rights, and references to DataBoxes where records are stored. + It stores users datas, rights, and references to DataBoxes where records are stored. + web/setup/step2.html.twig - prod/User/Add.html.twig Job - Job + Job + prod/User/Add.html.twig - TaskManager/Job/BridgeJob.php Keep synchronization between bridge and client APIs. Keep synchronization between bridge and client APIs. + TaskManager/Job/BridgeJob.php - Form/Configuration/GeneralFormType.php Keywords used for indexing purposes by search engines robots - Keywords used for indexing purposes by search engines robots + Keywords used for indexing purposes by search engines robots + Form/Configuration/GeneralFormType.php - - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php + L'upload a echoue - Upload failed + L'upload a echoue + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php - eventsmanager/notify/bridgeuploadfail.php L'upload concernant le record %title% sur le compte %bridge_name% a echoue pour les raisons suivantes : %reason% L'upload concernant le record %title% sur le compte %bridge_name% a echoue pour les raisons suivantes : %reason% + eventsmanager/notify/bridgeuploadfail.php - - prod/WorkZone/Macros.html.twig + L'utilisateur approuve ce document - User approves this document + L'utilisateur approuve ce document + prod/WorkZone/Macros.html.twig - - prod/WorkZone/Macros.html.twig + L'utilisateur desapprouve ce document - User disapproves this document + L'utilisateur desapprouve ce 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 + L'utilisateur n'a pas encore donne son avis sur ce document + prod/WorkZone/Macros.html.twig - prod/results/help.html.twig LAST 20 - LAST 20 + LAST 20 + prod/results/help.html.twig - - TaskManager/Job/FtpJob.php + La connection vers le serveur distant est OK - Successful connection to distant server + La connection vers le serveur distant est OK + TaskManager/Job/FtpJob.php - - prod/results/help.html.twig + La recherche s'effectue grâce à la boîte de dialogue qui se trouve en haut à gauche de l'écran. - Search using the dialog box (top left of window) + La recherche s'effectue grâce à la boîte de dialogue qui se trouve en haut à gauche de l'écran. + prod/results/help.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + La sous resolution n'est pas disponible pour les documents suivants - Subviews unavailable for the following document(s) + La sous resolution n'est pas disponible pour les documents suivants + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php La taille maximale d'une video est de %duration% minutes. La taille maximale d'une video est de %duration% minutes. + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + La video a ete rejetee - Video has been rejected + La video a ete rejetee + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + La video a ete supprimee - Video has been deleted + La video a ete supprimee + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + La video est restreinte - This video is restricted + La video est restreinte + Bridge/Api/Youtube.php + Labels + Labels admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - Labels - Labels - prod/User/Add.html.twig Last Name - Last Name + Last Name + prod/User/Add.html.twig - actions/Feedback/ListsMacros.html.twig Last Template - Last Template + Last Template + actions/Feedback/ListsMacros.html.twig - - web/admin/users.html.twig + Last applied template - Applied user template + Last applied template + web/admin/users.html.twig - Controller/Prod/Push.php Last name is required - Last name is required + Last name is required + Controller/Prod/Push.php - admin/task-manager/list.html.twig Last update on %updateTime% Last update on %updateTime% + admin/task-manager/index.html.twig - prod/upload/lazaret.html.twig Last uploaded version - Last uploaded version + Last uploaded version + prod/upload/lazaret.html.twig - - Bridge/Dailymotion/upload.html.twig + Le bridge Dailymotion ne prend en charge que les videos - The Dailymotion bridge only accepts videos + Le bridge Dailymotion ne prend en charge que les videos + Bridge/Dailymotion/upload.html.twig - - Bridge/Flickr/upload.html.twig + Le bridge FlickR ne prend en charge que les photos - Bridge to Flickr only accept Photo type documents + Le bridge FlickR ne prend en charge que les photos + Bridge/Flickr/upload.html.twig - - Bridge/Youtube/upload.html.twig + Le bridge Youtube ne prend en charge que les videos - Bridge to Youtube only accepts videos + Le bridge Youtube ne prend en charge que les videos + Bridge/Youtube/upload.html.twig - - prod/Tooltip/DataboxFieldRestrictions.html.twig + Le champ doit contenir %minLength% caracteres minimum. - This field must have %minLength% minimum characters + Le champ doit contenir %minLength% caracteres minimum. + prod/Tooltip/DataboxFieldRestrictions.html.twig - - prod/Tooltip/DataboxFieldRestrictions.html.twig + Le champ ne peut contenir plus de %maxLength% caracteres. - This field can't accept more than %maxLength% characters + Le champ ne peut contenir plus de %maxLength% caracteres. + prod/Tooltip/DataboxFieldRestrictions.html.twig - - actions/Bridge/notconfigured.html.twig + Le connecteur API requis n'est pas configure correctement, veuillez contacter un administrateur - The required API connector has a bad configuration, please contact your Application administrator + Le connecteur API requis n'est pas configure correctement, veuillez contacter un administrateur + actions/Bridge/notconfigured.html.twig - - templates/web/email-template.html.twig + Le contenu de cet email est confidentiel, ne le divulguez pas. - The content of this e-mail is confidential. Please do not disclose it. + Le contenu de cet email est confidentiel, ne le divulguez pas. + templates/web/email-template.html.twig - - web/setup/step2.html.twig + Le nom de base de donnee est incorrect - Database name is incorrect + Le nom de base de donnee est incorrect + web/setup/step2.html.twig - - mobile/lightbox/error.html.twig + Le panier demande nexiste plus - Basket deleted + Le panier demande nexiste plus + mobile/lightbox/error.html.twig - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php Le poids maximum d'un fichier est de %size% Le poids maximum d'un fichier est de %size% + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php - + + Le record n'a pas de fichier physique + Le record n'a pas de fichier physique Bridge/Api/Dailymotion.php Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Le record n'a pas de fichier physique - No physical file for this record + Bridge/Api/Youtube.php - - web/developers/application.html.twig + Le token n'a pas encore ete genere - Token not generated yet + Le token n'a pas encore ete genere + web/developers/application.html.twig - - web/account/authorized_apps.html.twig + Les developpeurs peuvent editer l'enregistrement de leurs application grace a l'onglet 'developpeurs' ci-dessus - Developers can edit the registration of their applications in the 'Developers' tabs above. + Les developpeurs peuvent editer l'enregistrement de leurs application grace a l'onglet 'developpeurs' ci-dessus + web/account/authorized_apps.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + Les documents ne peuvent pas etre exportes - Documents can not be downloaded + Les documents ne peuvent pas etre exportes + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - + + Les elements ne peuvent etre uploades (problemes de type ou de droit) + Les elements ne peuvent etre uploades (problemes de type ou de droit) Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig Bridge/Youtube/upload.html.twig - Les elements ne peuvent etre uploades (problemes de type ou de droit) - Selected files can't be uploaded (file type or rights error) - - prod/Tooltip/DataboxFieldRestrictions.html.twig + Les indications donnees ci dessous sont a titre informatif. - Indications given below are informal + Les indications donnees ci dessous sont a titre informatif. + prod/Tooltip/DataboxFieldRestrictions.html.twig - - web/developers/application.html.twig + Les parametres oauth de votre application. - Your application oauth settings + Les parametres oauth de votre application. + web/developers/application.html.twig - - Controller/Prod/Language.php + Les parametres sont corrects, le serveur distant est operationnel - Valid parameters, distant server is responding + Les parametres sont corrects, le serveur distant est operationnel + Controller/Prod/Language.php - - web/developers/application.html.twig + Les paramétres oauth de votre application. - your application Oauth settings + Les paramétres oauth de votre application. + web/developers/application.html.twig - - prod/actions/edit_default.html.twig + Les status de certains documents ne sont pas accessibles par manque de droits - your user rights do not allow you to modify Status for some of the selected documents + Les status de certains documents ne sont pas accessibles par manque de droits + prod/actions/edit_default.html.twig - - web/prod/index.html.twig + Les termes apparaissent dans le(s) champs - Word(s) from field(s) + Les termes apparaissent dans le(s) champs + web/prod/index.html.twig - web/common/technical_datas.html.twig Light Value - Light Value + Light Value + web/common/technical_datas.html.twig - + + Limite temporelle + Limite temporelle web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - Limite temporelle - Time limit - - admin/fields/templates.html.twig + Limited vocabulary - Controlled vocabulary + Limited vocabulary + admin/fields/templates.html.twig - Controller/Prod/UsrLists.php List %name% has been created List %name% has been created + Controller/Prod/UsrLists.php - prod/actions/Push.html.twig - prod/actions/Push.html.twig List Manager - List Manager + List Manager + prod/actions/Push.html.twig + prod/actions/Push.html.twig - actions/Feedback/list.html.twig List Name - List Name + List Name + actions/Feedback/list.html.twig - Controller/Prod/UsrLists.php List has been deleted - List has been deleted + List has been deleted + Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php List has been updated - List has been updated + List has been updated + Controller/Prod/UsrLists.php - - Controller/Prod/Language.php + List name can not be empty - List name can not be emptied + List name can not be empty + Controller/Prod/Language.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php List name is required - List name is required + List name is required + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php List shared to user - List shared to user + List shared to user + Controller/Prod/UsrLists.php - - admin/publications/fiche.html.twig + Liste des personnes habilitees a publier sur ce fil - List of users allowed to publish on this feed + Liste des personnes habilitees a publier sur ce fil + admin/publications/fiche.html.twig + Lists + Lists actions/Feedback/lists-all.html.twig prod/actions/Push.html.twig - Lists - Lists - admin/fields/templates.html.twig Live search - Live search + Live search + admin/fields/templates.html.twig - actions/Bridge/index.html.twig - actions/Property/index.html.twig Loading - Loading + Loading + actions/Bridge/index.html.twig + actions/Property/index.html.twig - - admin/fields/index.html.twig + Loading database documentary structure ... - Loading database structure setup... + Loading database documentary structure ... + admin/fields/index.html.twig - task-manager/task-editor/record-mover.html.twig Log changes - Log changes + Log changes + task-manager/task-editor/record-mover.html.twig - Form/Login/PhraseaAuthenticationForm.php + Login + Login + Form/Login/PhraseaAuthenticationForm.php login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig actions/Feedback/ListsMacros.html.twig - Login - Login - Controller/Admin/Users.php Login %login% already exists in database Login %login% already exists in database + Controller/Admin/Users.php - Controller/Admin/Users.php Login %login% is already defined in the file at line %line% Login %login% is already defined in the file at line %line% + Controller/Admin/Users.php - Controller/Admin/Users.php Login line %line% is empty Login line %line% is empty + Controller/Admin/Users.php + Login to link your account + Login to link your account login/providers/bind.html.twig login/providers/mapping.html.twig - Login to link your account - Login to link your account - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig Logs - Logs + Logs + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig - - lib/classes/base.php - Looking for patches - Looking for patches - - - web/prod/index.html.twig + Ma derniere question - My last query + Ma derniere question + web/prod/index.html.twig - Controller/Admin/Users.php Mail line %line% is empty Mail line %line% is empty + Controller/Admin/Users.php - - Controller/Admin/Dashboard.php + Mail sent - E-mail sent. + Mail sent + Controller/Admin/Dashboard.php - Form/Configuration/MaintenanceFormType.php Maintenance message - Maintenance message + Maintenance message + Form/Configuration/MaintenanceFormType.php - Form/Configuration/MainConfigurationFormType.php Maintenance state - Maintenance state + Maintenance state + Form/Configuration/MainConfigurationFormType.php - - web/admin/editusers.html.twig + Manage DB fields - Manage documentary fields of database + Manage DB fields + web/admin/editusers.html.twig - web/admin/editusers.html.twig Manage Database - Manage Database + Manage Database + web/admin/editusers.html.twig - web/admin/editusers.html.twig Manage Thesaurus - Manage Thesaurus + Manage Thesaurus + web/admin/editusers.html.twig - web/admin/editusers.html.twig Manage collection - Manage collection + Manage collection + web/admin/editusers.html.twig - web/admin/editusers.html.twig Manage users - Manage users + Manage users + web/admin/editusers.html.twig - web/admin/editusers.html.twig Manage values lists - Manage values lists + Manage values lists + web/admin/editusers.html.twig - admin/fields/templates.html.twig Mandatory - Mandatory + Mandatory + admin/fields/templates.html.twig - web/login/register-provider.html.twig Mandatory fields - Mandatory fields + Mandatory fields + web/login/register-provider.html.twig + + + Masks + Masks + web/admin/editusers_masks.html.twig - Form/Configuration/ActionsFormType.php Maximum megabytes allowed for download - Maximum megabytes allowed for download + Maximum megabytes allowed for download + Form/Configuration/ActionsFormType.php - Form/Configuration/ExecutablesFormType.php Maximum number of pages to be extracted from PDF - Maximum number of pages to be extracted from PDF + Maximum number of pages to be extracted from PDF + Form/Configuration/ExecutablesFormType.php - - web/developers/applications.html.twig + Mes applications - My application(s) + Mes applications + web/developers/applications.html.twig - Controller/Prod/Language.php - prod/templates/push.html.twig Message - Message + Message + Controller/Prod/Language.php + prod/templates/push.html.twig - - templates/web/email-template.html.twig + Message automatique de Phraseanet - Automatic message from Phraseanet + Message automatique de Phraseanet + templates/web/email-template.html.twig - - login/layout/base-layout.html.twig + Mettez à jour votre navigateur ou téléchargez un navigateur plus récent. - Upgrade your current browser or download a newer one. + Mettez à jour votre navigateur ou téléchargez un navigateur plus récent. + login/layout/base-layout.html.twig - - admin/databox/cgus.html.twig + Mettre a jour - Update + Mettre a jour + admin/databox/cgus.html.twig - Form/Configuration/SearchEngineFormType.php Minimum number of letters before truncation - Minimum number of letters before truncation + Minimum number of letters before truncation + Form/Configuration/SearchEngineFormType.php - Controller/Admin/Root.php Missing "structure" parameter Missing "structure" parameter + Controller/Admin/Root.php - - Controller/Admin/Collection.php - Controller/Admin/Databox.php + Missing labels parameter - Labels missing parameter + Missing labels parameter + Controller/Admin/Collection.php + Controller/Admin/Databox.php - Controller/Prod/Push.php Missing mandatory parameter %parameter% Missing mandatory parameter %parameter% + Controller/Prod/Push.php - Controller/Admin/Collection.php Missing name parameter - Missing name parameter + Missing name parameter + Controller/Admin/Collection.php - Controller/Admin/Root.php Missing path parameter - Missing path parameter + Missing path parameter + Controller/Admin/Root.php - Controller/Prod/MoveCollection.php Missing target collection - Missing target collection + Missing target collection + Controller/Prod/MoveCollection.php - - Controller/Admin/Root.php + Missing tests parameter - Missing test parameter + Missing tests parameter + Controller/Admin/Root.php - - Controller/Admin/Databox.php + Missing view name parameter - Missing name in view parameter + Missing view name parameter + Controller/Admin/Databox.php - - web/prod/index.html.twig + Mode de presentation - Display mode + Mode de presentation + web/prod/index.html.twig - - web/setup/step2.html.twig + Modele de donnees - Metadatas template + Modele de donnees + web/setup/step2.html.twig - - admin/user/demand.html.twig + Models - Templates + Models + admin/user/registrations.html.twig - web/developers/application.html.twig Modify - Modify + Modify + web/developers/application.html.twig + web/developers/application.html.twig - admin/databox/databox.html.twig Monter la collection %name% Monter la collection %name% + admin/databox/databox.html.twig - login/layout/sidebar-layout.html.twig More - More + More + login/layout/sidebar-layout.html.twig - Controller/Prod/Language.php Move - Move + Move + Controller/Prod/Language.php - prod/actions/collection_default.html.twig Move %countable% records to the chosen collection in the list. - Move %countable% records to the chosen collection in the list. + Move %countable% records to the chosen collection in the list. + prod/actions/collection_default.html.twig - prod/actions/collection_default.html.twig Move one record to the chosen collection in the list. - 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 - TaskManager/Job/RecordMoverJob.php Moves records Moves records + TaskManager/Job/RecordMoverJob.php + Multivalued + Multivalued admin/fields/templates.html.twig admin/fields/templates.html.twig - Multivalued - Multivalued - WorkZone/Browser/Browser.html.twig My baskets - My baskets + My baskets + WorkZone/Browser/Browser.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig MySQL Database - MySQL Database + MySQL Database + task-manager/task-editor/phraseanet-indexer.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig MySQL Host - MySQL Host + MySQL Host + task-manager/task-editor/phraseanet-indexer.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig MySQL Login - MySQL Login + MySQL Login + task-manager/task-editor/phraseanet-indexer.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig MySQL Port - MySQL Port + MySQL Port + task-manager/task-editor/phraseanet-indexer.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig MySQL connection charset - MySQL connection charset + MySQL connection charset + task-manager/task-editor/phraseanet-indexer.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig MySQL database connection parameters - MySQL database connection parameters + MySQL database connection parameters + web/setup/step2.html.twig + web/setup/step2.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig MySQL password - MySQL password + MySQL password + task-manager/task-editor/phraseanet-indexer.html.twig - Controller/Prod/Language.php + Name + Name + Controller/Prod/Language.php admin/fields/templates.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig actions/Download/prepare.html.twig - prod/templates/push.html.twig - Name - Name + prod/templates/push.html.twig - - admin/publications/fiche.html.twig + Name or email - Name or E-mail + Name or email + admin/publications/fiche.html.twig - - web/prod/index.html.twig - Ne pas afficher - Hide - - - api/auth/end_user_authorization.html.twig + Ne pas autoriser - Do not Authorize + Ne pas autoriser + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - web/setup/step2.html.twig + Ne pas creer de DataBox maintenant - Do not create Databox for now + Ne pas creer de DataBox maintenant + web/setup/step2.html.twig - - Controller/Prod/Language.php - prod/templates/push.html.twig + New list name ? - Give a name to the new recipients list: + New list name ? + Controller/Prod/Language.php + prod/templates/push.html.twig + New password + New password Form/Login/PhraseaRecoverPasswordForm.php Form/Login/PhraseaRenewPasswordForm.php - New password - New password + New password (confirmation) + New password (confirmation) Form/Login/PhraseaRecoverPasswordForm.php Form/Login/PhraseaRenewPasswordForm.php - New password (confirmation) - New password (confirmation) + + + New task + New task + admin/task-manager/index.html.twig + Next + Next actions/Feedback/ListsMacros.html.twig prod/orders/order_box.html.twig - Next - Next - web/developers/applications.html.twig No - No + No + web/developers/applications.html.twig - prod/Share/record.html.twig No URL available - No URL available + No URL available + prod/Share/record.html.twig - login/include/register-link-block.html.twig No account yet? - No account yet? + No account yet? + login/include/register-link-block.html.twig - Controller/Prod/Language.php No active basket - No active basket + No active basket + Controller/Prod/Language.php - - admin/user/demand.html.twig + No application for registration has been recorded - No application registration recorded + No application for registration has been recorded + admin/user/registrations.html.twig - Controller/Root/Login.php No collection selected - No collection selected + No collection selected + Controller/Root/Login.php - prod/upload/lazaret.html.twig No document in quarantine - No document in quarantine + No document in quarantine + prod/upload/lazaret.html.twig - prod/actions/delete_records_confirm.html.twig No document selected - No document selected + No document selected + prod/actions/delete_records_confirm.html.twig - - Controller/Prod/Push.php + No elements to push - No documents to push + No elements to push + Controller/Prod/Push.php - - Controller/Prod/Push.php + No elements to validate - No documents to validate + No elements to validate + Controller/Prod/Push.php - web/geonames/city_list.html.twig No matches found - No matches found + No matches found + web/geonames/city_list.html.twig - Controller/Prod/Push.php No participants specified - No participants specified + No participants specified + Controller/Prod/Push.php - prod/Share/record.html.twig No permalink available. - No permalink available. + No permalink available. + prod/Share/record.html.twig - actions/Tools/index.html.twig No preview available - No preview available + No preview available + actions/Tools/index.html.twig - prod/Share/record.html.twig No preview available. - No preview available. + No preview available. + prod/Share/record.html.twig - Controller/Prod/Push.php No receivers specified - No receivers specified + No receivers specified + Controller/Prod/Push.php - WorkZone/Browser/Basket.html.twig No records - No records + No records + WorkZone/Browser/Basket.html.twig + No results + No results WorkZone/Browser/Results.html.twig WorkZone/Browser/Results.html.twig - No results - No results - SearchEngine/Phrasea/PhraseaEngine.php No sort - No sort + No sort + SearchEngine/Phrasea/PhraseaEngine.php + web/prod/index.html.twig - Controller/Prod/Language.php No users selected - No users selected + No users selected + Controller/Prod/Language.php - - web/developers/application_form.html.twig + Nom - Name + Nom + web/developers/application_form.html.twig - - web/common/technical_datas.html.twig + Nom Original - Original name + Nom Original + web/common/technical_datas.html.twig - - web/common/dialog_export.html.twig + Nom des fichiers a l'export - FIles name to use for Download + Nom des fichiers a l'export + web/common/dialog_export.html.twig - - web/admin/index.html.twig + Nom du nouveau modele - New template name + Nom du nouveau modele + web/admin/index.html.twig - prod/Baskets/Create.html.twig Nom du nouveau panier Name + prod/Baskets/Create.html.twig - - prod/orders/order_item.html.twig + Nombre total d'element commandes - Number of ordered documents + Nombre total d'element commandes + prod/orders/order_item.html.twig - + + Non-Restreinte (publique) + Non-Restreinte (publique) admin/publications/fiche.html.twig admin/publications/list.html.twig - Non-Restreinte (publique) - Unrestricted (public) - Form/Configuration/EmailFormType.php - admin/user/demand.html.twig - web/admin/users.html.twig None - None + None + Form/Configuration/EmailFormType.php + admin/user/registrations.html.twig + web/admin/users.html.twig - actions/Property/index.html.twig None of the records can be modified. - None of the records can be modified. + None of the records can be modified. + actions/Property/index.html.twig - prod/actions/printer_default.html.twig None of the selected records can be printed - None of the selected records can be printed + None of the selected records can be printed + prod/actions/printer_default.html.twig - prod/actions/Push.html.twig None of the selected records can be pushed. - None of the selected records can be pushed. + None of the selected records can be pushed. + prod/actions/Push.html.twig - prod/actions/Push.html.twig None of the selected records can be sent for feedback. - None of the selected records can be sent for feedback. + None of the selected records can be sent for feedback. + prod/actions/Push.html.twig - - web/account/authorized_apps.html.twig + Not Allowed - Not allowed + Not Allowed + web/account/authorized_apps.html.twig - - web/account/account.html.twig + Notification par email - E-mail notifications + Notification par email + web/account/account.html.twig - web/common/menubar.html.twig Notifications - Notifications + Notifications + web/common/menubar.html.twig - - classes/eventsmanager/broker.php + Notifications globales - Global notifications + Notifications globales + classes/eventsmanager/broker.php - actions/Feedback/List-Share.html.twig Notify - Notify + Notify + actions/Feedback/List-Share.html.twig - - actions/publish/publish.html.twig + + Notify third party application when an event occurs in Phraseanet + Notify third party application when an event occurs in Phraseanet + TaskManager/Job/WebhookJob.php + + Notify users about this publication - Notify users about this publication. + Notify users about this publication + actions/publish/publish.html.twig - - Bridge/Dailymotion/upload.html.twig + Nous vous rappelons qu'il est de votre responsabilité de vous assurer que le contenu de la vidéo que vous allez mettre en ligne est conforme aux conditions d'utilisations - We remind you that it is under your responsability to make sure that the video content you are about to put online is compliant to service the Terms of Use + Nous vous rappelons qu'il est de votre responsabilité de vous assurer que le contenu de la vidéo que vous allez mettre en ligne est conforme aux conditions d'utilisations + Bridge/Dailymotion/upload.html.twig - - Controller/Prod/Language.php + Nouveau modele - New Template + Nouveau modele + Controller/Prod/Language.php - - eventsmanager/notify/order.php + Nouvelle commande - New order + Nouvelle commande + eventsmanager/notify/order.php - Notification/Mail/MailInfoNewPublication.php Nouvelle publication : %title% Nouvelle publication : %title% + Notification/Mail/MailInfoNewPublication.php - admin/databox/details.html.twig Number - Number + Number + admin/databox/details.html.twig - - Form/Configuration/ActionsFormType.php + Number of days before the end of the validation to send a reminder email - Number of days before the end of the validation to send a reminder e-mail + Number of days before the end of the validation to send a reminder email + Form/Configuration/ActionsFormType.php - Form/Configuration/ExecutablesFormType.php Number of threads to use for FFMpeg - Number of threads to use for FFMpeg + Number of threads to use for FFMpeg + Form/Configuration/ExecutablesFormType.php - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php OK - OK + OK + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - admin/fields/templates.html.twig Ok - Ok + Ok + admin/fields/templates.html.twig - prod/actions/collection_default.html.twig One document can not be modified. - One document can not be modified. + One document can not be modified. + prod/actions/collection_default.html.twig - actions/Property/index.html.twig Only %nbEditableDocuments% records can be modified. - Only %nbEditableDocuments% records can be modified. + Only %nbEditableDocuments% records can be modified. + actions/Property/index.html.twig - actions/Property/index.html.twig Only one record can be modified. - Only one record can be modified. - - - classes/caption/record.php - Open the URL in a new window - Open the link in a new window + Only one record can be modified. + actions/Property/index.html.twig + Or login with + Or login with web/login/index.html.twig login/oauth/login.html.twig web/login/register.html.twig - Or login with - Or login with - admin/fields/templates.html.twig Order - Order + Order + admin/fields/templates.html.twig - - Controller/Prod/Order.php + + Order has been denied + Order has been denied + Controller/Prod/Order.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig - Order has been denied - The order has been denied. - - Controller/Prod/Order.php + + Order has been sent + Order has been sent + Controller/Prod/Order.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig - Order has been sent - The order has been sent. - eventsmanager/notify/order.php - web/common/menubar.html.twig Orders manager - Orders manager + Orders manager + eventsmanager/notify/order.php + web/common/menubar.html.twig - Controller/Root/Login.php Ordinary - Ordinary + Ordinary + Controller/Root/Login.php - Form/Configuration/ActionsFormType.php Original name - Original name + Original name + Form/Configuration/ActionsFormType.php - - actions/Bridge/error.html.twig + Oups ! something went wrong ! - Oups ! Something went wrong ! + Oups ! something went wrong ! + actions/Bridge/error.html.twig + + + Outdated access to the following collections + Outdated access to the following collections + web/account/access.html.twig - admin/publications/fiche.html.twig Owner - Owner + Owner + admin/publications/fiche.html.twig - Controller/Prod/UsrLists.php Owner removed from list - Owner removed from list + Owner removed from list + Controller/Prod/UsrLists.php - actions/Bridge/paginator.html.twig Page - Page + Page + actions/Bridge/paginator.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - prod/orders/order_box.html.twig Page %page% - Page %page% + Page %page% + prod/orders/order_box.html.twig - + + Paniers + Paniers mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig - lightbox/IE6/validate.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig - web/lightbox/validate.html.twig - Paniers - Baskets + web/lightbox/validate.html.twig + web/prod/index.html.twig - + + Par %author% + Par %author% mobile/lightbox/feed.html.twig prod/feeds/entry_macro.html.twig - Par %author% - by %author% - Form/Login/PhraseaAuthenticationForm.php - Form/Login/PhraseaRegisterForm.php - web/account/account.html.twig Password - Password + Password + Form/Login/PhraseaAuthenticationForm.php + Form/Login/PhraseaRegisterForm.php + web/account/account.html.twig - Form/Login/PhraseaRegisterForm.php Password (confirmation) - Password (confirmation) + Password (confirmation) + Form/Login/PhraseaRegisterForm.php - Controller/Admin/Users.php Password is empty at line %line% Password is empty at line %line% + Controller/Admin/Users.php - Notification/Mail/MailRequestPasswordUpdate.php Password renewal for login "%login%" has been requested Password renewal for login "%login%" has been requested + Notification/Mail/MailRequestPasswordUpdate.php - WorkZone/Browser/Browser.html.twig Past year - Past year + Past year + WorkZone/Browser/Browser.html.twig + + + Pending access to the following collections + Pending access to the following collections + web/account/access.html.twig - TaskManager/Job/FtpPullJob.php Periodically fetches an FTP repository content locally Periodically fetches an FTP repository content locally + TaskManager/Job/FtpPullJob.php - TaskManager/Job/FtpJob.php Periodically push data to FTP servers. Periodically push data to FTP servers. + TaskManager/Job/FtpJob.php - - Bridge/Flickr/photoset_createcontainer.html.twig + Photo principale - Main picture + Photo principale + Bridge/Flickr/photoset_createcontainer.html.twig - Bridge/Api/Flickr.php Photos - Photos + Photos + Bridge/Api/Flickr.php - + + Photosets + Photosets Bridge/Api/Flickr.php Bridge/Flickr/actionelements.html.twig - Photosets - Photos set - TaskManager/Job/PhraseanetIndexerJob.php Phrasea indexation task Phrasea indexation task + TaskManager/Job/PhraseanetIndexerJob.php - admin/search-engine/phrasea.html.twig Phrasea search-engine configuration - Phrasea search-engine configuration + Phrasea search-engine configuration + admin/search-engine/phrasea.html.twig - web/setup/step2.html.twig Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox. - Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox. + Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox. + web/setup/step2.html.twig - Form/Configuration/MainConfigurationFormType.php Phraseanet client API - Phraseanet client API + Phraseanet client API + Form/Configuration/MainConfigurationFormType.php - - web/setup/step2.html.twig + Phraseanet embarque un moteur de taches pour la lecture / ecriture des metadonnes, et autre operations - Phraseanet has an embedded task engine to read and write metadatas and perform other operations + Phraseanet embarque un moteur de taches pour la lecture / ecriture des metadonnes, et autre operations + web/setup/step2.html.twig - - Controller/Root/Login.php + Phraseanet guest-access is disabled - Phraseanet guest-access is disabled. + Phraseanet guest-access is disabled + Controller/Root/Login.php - - web/setup/step2.html.twig + Phraseanet may require many binaries. - Phraseanet requires many binaries + Phraseanet may require many binaries. + web/setup/step2.html.twig - web/setup/step2.html.twig Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL. - Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL. + Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL. + web/setup/step2.html.twig + Playlist + Playlist Bridge/Dailymotion/actionelements.html.twig Bridge/Youtube/actionelements.html.twig - Playlist - Playlist - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php Playlists - Playlists + Playlists + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - Controller/Root/Login.php Please accept the terms of use to register. - Please accept the terms of use to register. + Please accept the terms of use to register. + Controller/Root/Login.php - - web/setup/step2.html.twig + Please be sure it is still valid and you can access it - Make sure to use a valid e-mail address. + Please be sure it is still valid and you can access it + web/setup/step2.html.twig - - web/login/register-provider.html.twig + Please complete the information to complete your registration - Please complete the informations to achieve your registration. + Please complete the information to complete your registration + web/login/register-provider.html.twig - - prod/actions/Push.html.twig + Please consider send this push to the following users : %recommendation% - Please consider sending this Push to the following users : %recommendation% + Please consider send this push to the following users : %recommendation% + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + Please consider send this validation to the following users : %recommendation% - Please consider you can send this feedback request to the following users: %recommendation% + Please consider send this validation to the following users : %recommendation% + prod/actions/Push.html.twig - - Controller/Client/Root.php + Please create a basket before adding an element - Please create a basket before adding an element. + Please create a basket before adding an element + Controller/Client/Root.php - - Controller/Root/Login.php + Please fill the captcha - Please fill the captcha field. + Please fill the captcha + Controller/Root/Login.php - - Controller/Admin/Databoxes.php + Please fix the database before starting - Please repair the database before starting + Please fix the database before starting + Controller/Admin/Databoxes.php - - Controller/Root/Login.php + Please provide a longer value. It should have %s character or more. - Please provide a longer value. It must have %s characters or more. + Please provide a longer value. It should have %s character or more. + Controller/Root/Login.php - Controller/Prod/Language.php Please provide a name for this selection. - Please provide a name for this selection. + Please provide a name for this selection. + Controller/Prod/Language.php - Controller/Root/Login.php Please provide a valid IP address. - Please provide a valid IP address. + Please provide a valid IP address. + Controller/Root/Login.php - - Controller/Root/Login.php + Please provide a valid email address. - Please provide a valid e-mail address. + Please provide a valid email address. + Controller/Root/Login.php - Controller/Root/Login.php Please provide a value. - Please provide a value. + Please provide a value. + Controller/Root/Login.php - - Controller/Root/Login.php + Please provide the same emails. - Please provide the same e-mails. + Please provide the same emails. + Controller/Root/Login.php - Controller/Root/Login.php Please provide the same passwords. - Please provide the same passwords. + Please provide the same passwords. + Controller/Root/Login.php - - Controller/Root/Login.php + Please select at least %s choice. - Please select at least %s choice(s). + Please select at least %s choice. + Controller/Root/Login.php - prod/upload/upload-flash.html.twig Please select at least one valid file - Please select at least one valid file + Please select at least one valid file + prod/upload/upload-flash.html.twig - - Controller/Prod/Language.php + Please select one record - Please select one target record + Please select one record + Controller/Prod/Language.php - - actions/Download/prepare.html.twig + Please wait while your files are being gathered for the download, this operation may take a few minutes. - Please wait while files are being gathered for download. This operation may take a few minutes. + Please wait while your files are being gathered for the download, this operation may take a few minutes. + actions/Download/prepare.html.twig - actions/Feedback/list.html.twig Position - Position + Position + actions/Feedback/list.html.twig - - lib/classes/appbox.php - Post upgrade - Post upgrade - - - prod/Tooltip/DCESFieldInfo.html.twig + Pour davantage d'informations, consulter le lien suivant %lien% - For more information, follow the link %lien% + Pour davantage d'informations, consulter le lien suivant %lien% + prod/Tooltip/DCESFieldInfo.html.twig - - templates/web/email-template.html.twig + + Pour des raisons techniques cette interface n'est plus maintenue et serta bientôt rendue + inacessible. Nous vous invitons si vous le souhaitez à utiliser production dés maintenant. + Pour des raisons techniques cette interface n'est plus maintenue et serta bientôt rendue + inacessible. Nous vous invitons si vous le souhaitez à utiliser production dés maintenant. + web/client/index.html.twig + + Pour gérer l'envoi d'email automatique, connectez-vous à %link% - To manage automatic e-mail notifications, please connect to% link%. + Pour gérer l'envoi d'email automatique, connectez-vous à %link% + templates/web/email-template.html.twig - - Controller/User/Preferences.php - Controller/User/Preferences.php + Preference saved ! - Preferences saved ! + Preference saved ! + Controller/User/Preferences.php + Controller/User/Preferences.php - - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + Preferences - Settings + Preferences + web/prod/index.html.twig + web/prod/index.html.twig - - Form/Configuration/EmailFormType.php + Prefix for notification emails - Prefix for e-mail notifications + Prefix for notification emails + Form/Configuration/EmailFormType.php - - web/setup/step2.html.twig + Prerequisite and Configuration - Prerequisites and Configuration + Prerequisite and Configuration + web/setup/step2.html.twig - - web/prod/index.html.twig + Presentation de vignettes - Thumbnails + Presentation de vignettes + web/prod/index.html.twig - - web/prod/index.html.twig + Presentation de vignettes de panier - Basket display setup + Presentation de vignettes de panier + web/prod/index.html.twig + Previous + Previous actions/Feedback/ListsMacros.html.twig prod/orders/order_box.html.twig - Previous - Previous - Controller/Client/Root.php - Controller/Prod/Language.php Print - Print + Print + Controller/Client/Root.php + Controller/Prod/Language.php - api/auth/end_user_authorization.html.twig Problemes de connexion ? Problemes de connexion ? + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - Notification/Mail/MailInfoUserRegistered.php Process the registration - Process the registration + Process the registration + Notification/Mail/MailInfoUserRegistered.php - Model/Entities/ValidationSession.php Processus de validation recu de %user% Processus de validation recu de %user% + Model/Entities/ValidationSession.php - Model/Entities/ValidationSession.php Processus de validation recu de %user% et concernant %n% utilisateurs Processus de validation recu de %user% et concernant %n% utilisateurs + Model/Entities/ValidationSession.php - - web/admin/databases.html.twig + + Production + Production + web/client/index.html.twig + + Propositions de modifications des tables - Proposals for tables modifications + Propositions de modifications des tables + web/admin/databases.html.twig - admin/publications/list.html.twig Public - Public + Public + admin/publications/list.html.twig + Publications + Publications admin/publications/wrapper.html.twig web/admin/tree.html.twig - web/common/menubar.html.twig - web/prod/index.html.twig - Publications - Publications + web/common/menubar.html.twig + web/prod/index.html.twig - + + Publier + Publier + actions/publish/publish.html.twig + + + Publique + Publique admin/publications/fiche.html.twig admin/publications/list.html.twig - Publique - Public - Form/Configuration/ActionsFormType.php Publishers - Publishers - - - lib/classes/appbox.php - Purging directories - Purging directories + Publishers + Form/Configuration/ActionsFormType.php - Controller/Prod/Language.php - eventsmanager/notify/push.php Push - Push + Push + Controller/Prod/Language.php + eventsmanager/notify/push.php - Form/Configuration/MainConfigurationFormType.php Push configuration - Push configuration + Push configuration + Form/Configuration/MainConfigurationFormType.php - Controller/Prod/Push.php Push from %user% Push from %user% + Controller/Prod/Push.php - - web/admin/users.html.twig - actions/Feedback/list.html.twig + Push::filter on companies - Company + Push::filter on companies + web/admin/users.html.twig + actions/Feedback/list.html.twig - - web/admin/users.html.twig - actions/Feedback/list.html.twig + Push::filter on countries - Country + Push::filter on countries + web/admin/users.html.twig + actions/Feedback/list.html.twig - - web/admin/users.html.twig - actions/Feedback/list.html.twig + Push::filter on emails - E-mail + Push::filter on emails + web/admin/users.html.twig + actions/Feedback/list.html.twig - - web/admin/users.html.twig - actions/Feedback/list.html.twig + Push::filter on login - Login + Push::filter on login + web/admin/users.html.twig + actions/Feedback/list.html.twig - - actions/Feedback/list.html.twig + Push::filter on name - Last name/First name + Push::filter on name + actions/Feedback/list.html.twig - - actions/Feedback/list.html.twig + Push::filter on templates - Last template + Push::filter on templates + actions/Feedback/list.html.twig - - web/admin/users.html.twig - actions/Feedback/list.html.twig + Push::filter starts - Starts with + Push::filter starts + web/admin/users.html.twig + actions/Feedback/list.html.twig - - prod/actions/Push.html.twig + Push::une validation est une demande d'appreciation a d'autres personnes - Click on the Send buton to forward a feedback request on a selection of documents to recipients. rnThey will receive an e-mail with a link to launch Phraseanet Lightbox, a dedicated interface for displaying documents, leave feedbacks and possibly download them. rnFeedbacks are also available as a Feedback request basket within Phraseanet Production for registered users. + Push::une validation est une demande d'appreciation a d'autres personnes + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + Push::unpush permet d'envoyer un lot d'image a des destinataires - Use Push to send a selection of documents to recipients.rnRecipients will receive an e-mail with a link to launch Phraseanet Lightbox, a dedicated interface for displaying documents and possibly download them.rnPushed documents are also available in a received basket within Phraseanet Production for registered users. + Push::unpush permet d'envoyer un lot d'image a des destinataires + prod/actions/Push.html.twig - Media/Subdef/Image.php Quality - Quality + Quality + Media/Subdef/Image.php + Quarantine + Quarantine prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - Quarantine - Quarantine - - eventsmanager/notify/uploadquarantine.php + Quarantine notificaton - Quarantine notification + Quarantine notificaton + eventsmanager/notify/uploadquarantine.php - web/admin/editusers_quotas.html.twig Quotas - Quotas + Quotas + web/admin/editusers_quotas.html.twig - - web/prod/index.html.twig + Raccourcis claviers de la zone des paniers : - + 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 + Raccourcis claviers en cours de editing : + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis claviers en cours de preview : - Detailed View window shortcut + Raccourcis claviers en cours de preview : + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis claviers en cours de recherche : - Main windows shortcuts + Raccourcis claviers en cours de recherche : + web/prod/index.html.twig - - web/prod/index.html.twig - web/prod/index.html.twig + Raccourcis:: ctrl-a : tout selectionner - ctrl-a : select all + Raccourcis:: ctrl-a : tout selectionner + 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 + Raccourcis:: ctrl-e : editer la 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 + Raccourcis:: ctrl-p : imprimer la selection + 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 + Raccourcis::espace : arreter/demarrer le diaporama + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche bas : scroll vertical - down arrow : vertical scroll + Raccourcis::fleche bas : scroll vertical + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche droite : page suivante - right arrow : next page + Raccourcis::fleche droite : page suivante + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche gauche : en arriere - left arrow : previous document + Raccourcis::fleche gauche : en arriere + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche gauche : en avant - right arrow : next document + Raccourcis::fleche gauche : en avant + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche gauche : page precedente - left arrow : previous page + Raccourcis::fleche gauche : page precedente + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche haut : scroll vertical - up arrow : vertical scroll + Raccourcis::fleche haut : scroll vertical + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::tab/shift-tab se ballade dans les champs - tab/shift-tab : change field + Raccourcis::tab/shift-tab se ballade dans les champs + web/prod/index.html.twig - eventsmanager/notify/validationreminder.php Rappel : Il vous reste %number% jours pour valider %title% de %user% Rappel : Il vous reste %number% jours pour valider %title% de %user% + eventsmanager/notify/validationreminder.php - - eventsmanager/notify/validationreminder.php + Rappel pour une demande de validation - Reminder for a feedback + Rappel pour une demande de validation + eventsmanager/notify/validationreminder.php - - eventsmanager/notify/validationdone.php + Rapport de Validation - Feedback report + Rapport de Validation + eventsmanager/notify/validationdone.php - prod/Baskets/Reorder.html.twig - web/prod/index.html.twig - prod/Story/Reorder.html.twig Re-initialiser Reset + prod/Baskets/Reorder.html.twig + web/prod/index.html.twig + prod/Story/Reorder.html.twig - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig Re-ordonner Set order + prod/Baskets/Reorder.html.twig + prod/Story/Reorder.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig - admin/fields/templates.html.twig Read-only - Read-only + Read-only + admin/fields/templates.html.twig - Form/Configuration/WebservicesFormType.php Recaptcha private key - Recaptcha private key + Recaptcha private key + Form/Configuration/WebservicesFormType.php - Form/Configuration/WebservicesFormType.php Recaptcha public key - Recaptcha public key + Recaptcha public key + Form/Configuration/WebservicesFormType.php - eventsmanager/notify/push.php Receive notification when I receive a push - Receive notification when I receive a push + Receive notification when I receive a push + eventsmanager/notify/push.php - eventsmanager/notify/feed.php Receive notification when a publication is available - Receive notification when a publication is available + Receive notification when a publication is available + eventsmanager/notify/feed.php - WorkZone/Browser/Browser.html.twig Received baskets - Received baskets + Received baskets + WorkZone/Browser/Browser.html.twig + Received from %user_name% + Received from %user_name% WorkZone/Browser/Basket.html.twig WorkZone/Browser/Results.html.twig - Received from %user_name% - Received from %user_name% - - Controller/Report/Activity.php + Receiver - Recipient + Receiver + Controller/Report/Activity.php - - eventsmanager/notify/validationdone.php + Reception d'un rapport de validation - Incoming feedback report + Reception d'un rapport de validation + eventsmanager/notify/validationdone.php - - eventsmanager/notify/orderdeliver.php + Reception d'une commande - Order Delivery + Reception d'une commande + eventsmanager/notify/orderdeliver.php - - eventsmanager/notify/orderdeliver.php + Reception de commande - Order Delivery + Reception de commande + eventsmanager/notify/orderdeliver.php - Notification/Mail/MailInfoPushReceived.php Reception of %basket_name% Reception of %basket_name% + Notification/Mail/MailInfoPushReceived.php - - eventsmanager/notify/validate.php + Recevoir des notifications lorsqu'on me demande une validation - Receive Feedback notifications by e-mail + Recevoir des notifications lorsqu'on me demande une validation + eventsmanager/notify/validate.php - - eventsmanager/notify/bridgeuploadfail.php + Recevoir des notifications lorsqu'un upload echoue sur un bridge - Receive a notification when a Bridge upload fails + Recevoir des notifications lorsqu'un upload echoue sur un bridge + eventsmanager/notify/bridgeuploadfail.php - - eventsmanager/notify/order.php + Recevoir des notifications lorsqu'un utilisateur commande des documents - Receive notifications when users place orders for documents + Recevoir des notifications lorsqu'un utilisateur commande des documents + eventsmanager/notify/order.php - - eventsmanager/notify/register.php + Recevoir des notifications lorsqu'un utilisateur demande une inscription necessitant mon approbation - Registration requests require my approval + Recevoir des notifications lorsqu'un utilisateur demande une inscription necessitant mon approbation + eventsmanager/notify/register.php - - eventsmanager/notify/autoregister.php + Recevoir des notifications lorsqu'un utilisateur s'inscrit sur une collection - User registration + Recevoir des notifications lorsqu'un utilisateur s'inscrit sur une collection + eventsmanager/notify/autoregister.php - - web/common/dialog_export.html.twig + Recevoir un accuse de reception a %my_email% - Receive an acknowledgement at %my_email% + Recevoir un accuse de reception a %my_email% + web/common/dialog_export.html.twig - - prod/results/help.html.twig + + Recherche Avancée + Recherche Avancée + web/prod/index.html.twig + + Recherche multicritères - Advanced search + Recherche multicritères + prod/results/help.html.twig - - web/prod/index.html.twig + + Rechercher + Rechercher + web/prod/index.html.twig + + Rechercher dans un champ date - In a date field + Rechercher dans un champ date + web/prod/index.html.twig - - web/admin/dashboard.html.twig + Recommendations - Recommandations + Recommendations + web/admin/dashboard.html.twig - - actions/Tools/index.html.twig + Reconstruire les sous definitions - Recreate subviews + Reconstruire les sous definitions + actions/Tools/index.html.twig - TaskManager/Job/RecordMoverJob.php Record Mover - Record Mover + Record Mover + TaskManager/Job/RecordMoverJob.php - API/V1/adapter.php Record Not Found - Record Not Found + Record Not Found + Controller/Api/V1.php - Controller/Prod/BasketController.php Record removed from basket - Record removed from basket + Record removed from basket + Controller/Prod/BasketController.php - Controller/Prod/Story.php Record removed from story - Record removed from story + Record removed from story + Controller/Prod/Story.php - web/common/technical_datas.html.twig Record_id - Record_id + Record_id + web/common/technical_datas.html.twig - - actions/Property/index.html.twig + Records Statut - Records statut + Records Statut + actions/Property/index.html.twig - Controller/Prod/MoveCollection.php Records have been successfuly moved - Records have been successfuly moved + Records have been successfuly moved + Controller/Prod/MoveCollection.php - actions/Property/index.html.twig Records status edition - Records status edition + Records status edition + actions/Property/index.html.twig - actions/Property/index.html.twig Records type - Records type + Records type + actions/Property/index.html.twig - actions/Feedback/lists-all.html.twig Refresh - Refresh + Refresh + actions/Feedback/lists-all.html.twig - - eventsmanager/notify/ordernotdelivered.php - eventsmanager/notify/ordernotdelivered.php + Refus d'elements de commande - Documents order refusal + Refus d'elements de commande + eventsmanager/notify/ordernotdelivered.php + eventsmanager/notify/ordernotdelivered.php + Register + Register login/include/register-link-block.html.twig web/login/register-classic.html.twig web/login/register-provider.html.twig web/login/register.html.twig - Register - Register - - eventsmanager/notify/register.php + Register approbation - Register Approval + Register approbation + eventsmanager/notify/register.php - Form/Configuration/MainConfigurationFormType.php Registration - Registration + Registration + Form/Configuration/MainConfigurationFormType.php - + + Reglages:: reglages d acces guest + Reglages:: reglages d acces guest web/admin/editusers.html.twig web/admin/users.html.twig - Reglages:: reglages d acces guest - Guest access setup - + + Reglages:: reglages d inscitpition automatisee + Reglages:: reglages d inscitpition automatisee web/admin/editusers.html.twig web/admin/users.html.twig - Reglages:: reglages d inscitpition automatisee - Auto register setup - - Form/Login/PhraseaAuthenticationForm.php + + Rejected access to the following collections + Rejected access to the following collections + web/account/access.html.twig + + Remember me - Remember me. + Remember me + Form/Login/PhraseaAuthenticationForm.php - Notification/Mail/MailInfoValidationReminder.php Reminder : validate '%title%' Reminder : validate '%title%' + Notification/Mail/MailInfoValidationReminder.php - actions/Feedback/List-Share.html.twig Remove - Remove + Remove + actions/Feedback/List-Share.html.twig - Media/Subdef/Image.php Remove ICC Profile - Remove ICC Profile + Remove ICC Profile + Media/Subdef/Image.php - prod/preview/tools.html.twig Remove from basket - Remove from basket + Remove from basket + prod/preview/tools.html.twig - web/admin/editusers.html.twig Remove watermark - Remove watermark + Remove watermark + web/admin/editusers.html.twig - admin/databox/databox.html.twig Rename - Rename + Rename + admin/databox/databox.html.twig + Renew password + Renew password Notification/Mail/MailRequestPasswordUpdate.php web/account/change-password.html.twig web/login/renew-password.html.twig - Renew password - Renew password - admin/collection/reorder.html.twig Reorder collections - Reorder collections + Reorder collections + admin/collection/reorder.html.twig - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig Reordonner automatiquement Sort automatically + prod/Baskets/Reorder.html.twig + prod/Story/Reorder.html.twig - - web/setup/step2.html.twig + Repertoire de stockage des fichiers - Documents storage folder + Repertoire de stockage des fichiers + web/setup/step2.html.twig - admin/fields/templates.html.twig Report - Report + Report + admin/fields/templates.html.twig - - web/login/register-classic.html.twig + + Report generation may take a long time to generate, depending on the number of collections and the period selected. + Report generation may take a long time to generate, depending on the number of collections and the period selected. + web/report/report_layout_child.html.twig + + Request access - Access request + Request access + web/login/register-classic.html.twig - Controller/Prod/Bridge.php - Controller/Prod/Bridge.php Request contains invalid datas - Request contains invalid datas + Request contains invalid datas + Controller/Prod/Bridge.php + Controller/Prod/Bridge.php - - admin/user/demand.html.twig + Requests for the application registrations were recorded successfully - Requests for application registrations were successfully recorded. + Requests for the application registrations were recorded successfully + admin/user/registrations.html.twig - Form/Configuration/ActionsFormType.php Require authentication to download documents - Require authentication to download documents + Require authentication to download documents + Form/Configuration/ActionsFormType.php - - web/admin/index.html.twig + Require email validation to activate the account - Require e-mail validation to activate the account. + Require email validation to activate the account + web/admin/index.html.twig - web/setup/step2.html.twig Required - Required + Required + web/setup/step2.html.twig - web/setup/step2.html.twig Required field - Required field + Required field + web/setup/step2.html.twig - web/admin/dashboard.html.twig Requirements - Requirements + Requirements + web/admin/dashboard.html.twig - web/admin/index.html.twig Reset and apply - Reset and apply + Reset and apply + web/admin/index.html.twig - web/admin/index.html.twig Reset and apply template - Reset and apply template + Reset and apply template + web/admin/index.html.twig - web/admin/dashboard.html.twig Reset cache - Reset cache + Reset cache + web/admin/dashboard.html.twig - web/admin/index.html.twig Reset rights before applying template? - Reset rights before applying template? + Reset rights before applying template? + web/admin/index.html.twig - - Media/Subdef/Image.php + Resolution - Resolution in DPI + Resolution + Media/Subdef/Image.php - prod/Share/record.html.twig Resource URL - Resource URL + Resource URL + prod/Share/record.html.twig - web/login/register-provider.html.twig Resquest access - Resquest access + Resquest access + web/login/register-provider.html.twig - - web/admin/editusers_quotas.html.twig + Reste - remains + Reste + web/admin/editusers_quotas.html.twig + Restriction + Restriction web/admin/editusers_quotas.html.twig admin/publications/list.html.twig - Restriction - Restriction - - web/admin/editusers_quotas.html.twig + Restrictions de telechargement - Download quotas + Restrictions de telechargement + web/admin/editusers_quotas.html.twig - - Bridge/Youtube/upload.html.twig + Retour - Return + Retour + Bridge/Youtube/upload.html.twig - - mobile/lightbox/error.html.twig + Retour a l'accueil - Back to homepage + Retour a l'accueil + mobile/lightbox/error.html.twig - - web/lightbox/error.html.twig + Retour a laccueil - Back to Home + Retour a laccueil + web/lightbox/error.html.twig - - prod/orders/order_item.html.twig + Retour aux commandes - Back to orders + Retour aux commandes + prod/orders/order_item.html.twig - admin/task-manager/log.html.twig Return Return + admin/task-manager/log.html.twig - Notification/Mail/MailInfoNewOrder.php Review order on %website% Review order on %website% + Notification/Mail/MailInfoNewOrder.php - - web/setup/step2.html.twig + Review system configuration - System configuration review + Review system configuration + web/setup/step2.html.twig - - web/account/authorized_apps.html.twig + Revoquer l'access - Revoke access + Revoquer l'access + web/account/authorized_apps.html.twig - web/admin/editusers.html.twig Rights - Rights + Rights + web/admin/editusers.html.twig - web/admin/index.html.twig Rights will be erased before applying template, do you confirm? - Rights will be erased before applying template, do you confirm? + Rights will be erased before applying template, do you confirm? + web/admin/index.html.twig - actions/Feedback/List-Share.html.twig Role - Role + Role + actions/Feedback/List-Share.html.twig - - user/import/file.html.twig + Row login is missing, script has stopped - Row Login is missing. Script has stopped. + Row login is missing, script has stopped + user/import/file.html.twig - user/import/file.html.twig Row mail is missing, script has stopped - Row mail is missing, script has stopped + Row mail is missing, script has stopped + user/import/file.html.twig - - user/import/file.html.twig + Row password is missing, script has stopped - Row Password is missing. Script has stopped. + Row password is missing, script has stopped + user/import/file.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig Run as application, not as service - Run as application, not as service + Run as application, not as service + task-manager/task-editor/phraseanet-indexer.html.twig - Form/Configuration/EmailFormType.php SMTP encryption - SMTP encryption + SMTP encryption + Form/Configuration/EmailFormType.php - Form/Configuration/EmailFormType.php SMTP host - SMTP host + SMTP host + Form/Configuration/EmailFormType.php - Form/Configuration/EmailFormType.php SMTP password - SMTP password + SMTP password + Form/Configuration/EmailFormType.php - Form/Configuration/EmailFormType.php SMTP port - SMTP port + SMTP port + Form/Configuration/EmailFormType.php - Form/Configuration/EmailFormType.php SMTP user - SMTP user + SMTP user + Form/Configuration/EmailFormType.php - Form/Configuration/EmailFormType.php SSL SSL + Form/Configuration/EmailFormType.php - - web/admin/tree.html.twig + SUBDEFS - Subviews setup + SUBDEFS + web/admin/tree.html.twig - - prod/results/help.html.twig + Sachez que vous pouvez utiliser les opérateurs ou caractères spéciaux suivants : - You may use the following search operators and special characters : + Sachez que vous pouvez utiliser les opérateurs ou caractères spéciaux suivants : + prod/results/help.html.twig + Save + Save web/account/change-password.html.twig task-manager/task-editor/task.html.twig web/developers/application.html.twig + web/developers/application.html.twig web/login/renew-password.html.twig actions/Feedback/list.html.twig - Save - Save - admin/fields/templates.html.twig Save all changes - Save all changes + Save all changes + admin/fields/templates.html.twig - prod/actions/Push.html.twig Save this list - Save this list + Save this list + prod/actions/Push.html.twig - - api/auth/end_user_authorization.html.twig + Se connecter - Connect + Se connecter + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - WorkZone/Browser/Browser.html.twig Search baskets - Search baskets + Search baskets + WorkZone/Browser/Browser.html.twig - Form/Configuration/MainConfigurationFormType.php Search engine - Search engine + Search engine + Form/Configuration/MainConfigurationFormType.php - Form/Configuration/ClassicFormType.php Search tab position - Search tab position + Search tab position + Form/Configuration/ClassicFormType.php - - web/admin/tree.html.twig + SearchEngine settings - Search engine settings + SearchEngine settings + web/admin/tree.html.twig - web/common/password_strength_widget.html.twig Security - Security + Security + web/common/password_strength_widget.html.twig - WorkZone/Browser/Browser.html.twig See - See + See + WorkZone/Browser/Browser.html.twig - Form/Configuration/ExecutablesFormType.php - Form/Configuration/WebservicesFormType.php See documentation at %url% See documentation at %url% + Form/Configuration/ExecutablesFormType.php + Form/Configuration/WebservicesFormType.php - - Notification/Mail/MailInfoOrderCancelled.php - Notification/Mail/MailInfoOrderDelivered.php + See my order - See my orders + See my order + Notification/Mail/MailInfoOrderCancelled.php + Notification/Mail/MailInfoOrderDelivered.php - - prod/actions/Push.html.twig + See others - See others' choices + See others + prod/actions/Push.html.twig - - Notification/Mail/MailInfoValidationDone.php + See validation results - See feedback results. + See validation results + Notification/Mail/MailInfoValidationDone.php - - prod/actions/Push.html.twig + Select a list on the left and edit it ! - Select a list on the left and then edit it ! + Select a list on the left and edit it ! + prod/actions/Push.html.twig - prod/actions/Push.html.twig Select a user in the list - Select a user in the list + Select a user in the list + prod/actions/Push.html.twig - prod/actions/Push.html.twig - web/report/form_date_and_base.html.twig Select all - Select all + Select all + prod/actions/Push.html.twig + web/report/form_date_and_base.html.twig - Controller/Root/Login.php Select all collections - Select all collections + Select all collections + Controller/Root/Login.php + Select files... + Select files... admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig - admin/collection/collection.html.twig admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig user/import/file.html.twig - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - Select files... - Select files... - prod/upload/upload-flash.html.twig Selected files - Selected files + Selected files + prod/upload/upload-flash.html.twig - - web/prod/index.html.twig + Selecteur de theme - Theme picker + Selecteur de theme + web/prod/index.html.twig - - prod/orders/order_item.html.twig + Selectionnez des documents et - Select documents and + Selectionnez des documents et + prod/orders/order_item.html.twig - Controller/Prod/Language.php + Send + Send + Controller/Prod/Language.php web/admin/dashboard.html.twig web/login/forgot-password.html.twig - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/orders/order_item.html.twig - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - Send - Send - - web/admin/index.html.twig + Send an email to the user to setup his password - Send user an e-mail for password setup. + Send an email to the user to setup his password + web/admin/index.html.twig - prod/Share/record.html.twig Send to Facebook - Send to Facebook + Send to Facebook + prod/Share/record.html.twig - prod/Share/record.html.twig Send to Twitter - Send to Twitter + Send to Twitter + prod/Share/record.html.twig - web/report/report_layout_child.html.twig Sent - Sent + Sent + web/report/report_layout_child.html.twig - - module/report/sent.php + Sent documents (mail) - Sent documents + Sent documents (mail) + module/report/sent.php - + + Sent for validation to %list_participants% + Sent for validation to %list_participants% WorkZone/Browser/Basket.html.twig WorkZone/Browser/Results.html.twig - Sent for validation to %list_participants% - Sent for feedback to %list_participants% - admin/fields/templates.html.twig Separator - Separator + Separator + admin/fields/templates.html.twig - - Bridge/Api/Youtube.php + Service youtube introuvable. - Youtube Service cannot be found. + Service youtube introuvable. + Bridge/Api/Youtube.php - - web/admin/connected-users.html.twig + Session persistente - Persistent session(s) + Session persistente + web/admin/connected-users.html.twig - web/account/base.html.twig Sessions - Sessions + Sessions + web/account/base.html.twig - - web/admin/editusers.html.twig + Set download quotas - Set downloads quotas + Set download quotas + web/admin/editusers.html.twig - admin/collection/collection.html.twig - admin/databox/databox.html.twig Set labels - Set labels + Set labels + admin/collection/collection.html.twig + admin/databox/databox.html.twig - actions/Feedback/list.html.twig Set sharing permission - Set sharing permission + Set sharing permission + actions/Feedback/list.html.twig - - web/admin/editusers.html.twig + Set statuses restrictions - Set status restrictions + Set statuses restrictions + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Set time restrictions - Set time restriction + Set time restrictions + web/admin/editusers.html.twig + Setup + Setup web/admin/setup.html.twig web/admin/tree.html.twig - Setup - Setup - - Notification/Mail/MailRequestPasswordSetup.php + Setup my password - Set my password + Setup my password + Notification/Mail/MailRequestPasswordSetup.php - Controller/Prod/Language.php Share - Share + Share + Controller/Prod/Language.php - actions/Feedback/list.html.twig Share the list - Share the list + Share the list + actions/Feedback/list.html.twig + Short description + Short description admin/publications/fiche.html.twig admin/publications/list.html.twig - Short description - Short description - web/common/technical_datas.html.twig Shutter speed - Shutter speed + Shutter speed + web/common/technical_datas.html.twig - - templates/web/email-template.html.twig + Si cet email contient des liens non cliquables, copiez/collez ces liens dans votre navigateur. - If this e-mail contains non-clickable links, copy / paste them into the address bar of your browser. + Si cet email contient des liens non cliquables, copiez/collez ces liens dans votre navigateur. + templates/web/email-template.html.twig - - actions/Bridge/callback.html.twig + Si cette fenetre ne se ferme pas automatiquement, fermez la, et raffraichissez votre compte - This window should close automatically, if not, close it and refresh your account + Si cette fenetre ne se ferme pas automatiquement, fermez la, et raffraichissez votre compte + actions/Bridge/callback.html.twig - - web/setup/step2.html.twig + Si vous aviez besoin de plus de parametres, %debut_lien%Afficher d'avantage d'options%fin_lien% - If you need more parameters, %debut_lien%show more options%fin_lien% + Si vous aviez besoin de plus de parametres, %debut_lien%Afficher d'avantage d'options%fin_lien% + web/setup/step2.html.twig - - prod/Tooltip/DataboxFieldRestrictions.html.twig + Si vous ne les respectez pas, les documents seront correctement indexes, mais les metadonnees inscrites risquent d'etre erronnees - If you do not follow them, documents will be correctly indexed but metadatas writing could be incorrect + Si vous ne les respectez pas, les documents seront correctement indexes, mais les metadonnees inscrites risquent d'etre erronnees + prod/Tooltip/DataboxFieldRestrictions.html.twig - - login/layout/base-layout.html.twig + Si vous ne pouvez pas installer un autre navigateur, utilisez Google Chrome Frame. - Internet Explorer users: If you cannot use or install another browser, we recommend to use Google Chrome Frame. + Si vous ne pouvez pas installer un autre navigateur, utilisez Google Chrome Frame. + login/layout/base-layout.html.twig - Form/Configuration/GeneralFormType.php Single image - Single image + Single image + Form/Configuration/GeneralFormType.php - - web/developers/application_form.html.twig + Site web - Web site + Site web + web/developers/application_form.html.twig + Size + Size web/common/technical_datas.html.twig actions/Download/prepare.html.twig - Size - Size - - Form/Configuration/GeneralFormType.php + Slide show - Slideshow + Slide show + Form/Configuration/GeneralFormType.php - task-manager/task-editor/phraseanet-indexer.html.twig Socket port - Socket port + Socket port + task-manager/task-editor/phraseanet-indexer.html.twig - - Controller/Prod/Language.php + Some files are being downloaded - Files are beeing downloaded + Some files are being downloaded + Controller/Prod/Language.php - - web/setup/step2.html.twig + Some of them are required, like the indexer, Exiftool or ImageMagick components, some others are optionnal, like FFmpeg which is used to preview video files. - Some of them are required, like the indexer, Exiftool or ImageMagick, others are optional, like FFmpeg, used to create previews for video files. + Some of them are required, like the indexer, Exiftool or ImageMagick components, some others are optionnal, like FFmpeg which is used to preview video files. + web/setup/step2.html.twig - Controller/Prod/Export.php Something went wrong - Something went wrong + Something went wrong + Controller/Prod/Export.php - Controller/Prod/Bridge.php Something went wrong, please contact an administrator - Something went wrong, please contact an administrator + Something went wrong, please contact an administrator + Controller/Prod/Bridge.php - - Controller/Admin/Root.php + Something wrong happend - Something wrong happened + Something wrong happend + Controller/Admin/Root.php - - WorkZone/Browser/Browser.html.twig + Something wrong happened, please retry or contact an admin. - Something wrong happened. Please retry or contact an administrator. + Something wrong happened, please retry or contact an admin. + WorkZone/Browser/Browser.html.twig - - Controller/Admin/Fields.php + Something wrong happened, please try again or contact an admin. - Something wrong happened. Please try again or contact an administrator. + Something wrong happened, please try again or contact an admin. + Controller/Admin/Fields.php - Phrasea/Core/PhraseaExceptionHandler.php Sorry, site is currently undergoing maintenance, come back soon. - Sorry, site is currently undergoing maintenance, come back soon. + Sorry, site is currently undergoing maintenance, come back soon. + Phrasea/Core/PhraseaExceptionHandler.php - Phrasea/Core/PhraseaExceptionHandler.php Sorry, the page you are looking for could not be found. - Sorry, the page you are looking for could not be found. + Sorry, the page you are looking for could not be found. + Phrasea/Core/PhraseaExceptionHandler.php - Phrasea/Core/PhraseaExceptionHandler.php Sorry, you do have access to the page you are looking for. - Sorry, you do have access to the page you are looking for. + Sorry, you do have access to the page you are looking for. + Phrasea/Core/PhraseaExceptionHandler.php - task-manager/task-editor/phraseanet-indexer.html.twig Sort records with an empty field - Sort records with an empty field + Sort records with an empty field + task-manager/task-editor/phraseanet-indexer.html.twig + Source + Source admin/fields/templates.html.twig admin/fields/templates.html.twig prod/Tooltip/DataboxField.html.twig - Source - Source - + + Sous-titre + Sous-titre admin/publications/fiche.html.twig admin/publications/list.html.twig - Sous-titre - Subtitle - - admin/search-engine/sphinx-search.html.twig + Sphinx Search RealTime server - Sphinx RealTime server + Sphinx Search RealTime server + admin/search-engine/sphinx-search.html.twig - - admin/search-engine/sphinx-search.html.twig + Sphinx Search connection configuration - Sphinx connection configuration + Sphinx Search connection configuration + admin/search-engine/sphinx-search.html.twig - - admin/search-engine/sphinx-search.html.twig + Sphinx Search server - Sphinx Search Server + Sphinx Search server + admin/search-engine/sphinx-search.html.twig + Sphinx server is offline + Sphinx server is offline SearchEngine/SphinxSearch/SphinxSearchEngine.php SearchEngine/SphinxSearch/SphinxSearchEngine.php SearchEngine/SphinxSearch/SphinxSearchEngine.php - Sphinx server is offline - Sphinx server is offline - - admin/search-engine/sphinx-search.html.twig + SphinxSearch search-engine configuration - Sphinx engine configuration + SphinxSearch search-engine configuration + admin/search-engine/sphinx-search.html.twig - admin/collection/collection.html.twig Stamp logo - Stamp logo + Stamp logo + admin/collection/collection.html.twig - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig Start - Start + Start + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig - prod/actions/Push.html.twig Start by creating one by using the "add" button on the left ! Start by creating one by using the "add" button on the left ! + prod/actions/Push.html.twig - - Notification/Mail/MailInfoValidationReminder.php - Notification/Mail/MailInfoValidationRequest.php + Start validation - Start feedback + Start validation + Notification/Mail/MailInfoValidationReminder.php + Notification/Mail/MailInfoValidationRequest.php - Phrasea/Form/TaskForm.php Started Started + Phrasea/Form/TaskForm.php - - web/prod/index.html.twig + Status des documents a rechercher - Document status + Status des documents a rechercher + web/prod/index.html.twig - Controller/Admin/Root.php Status icon upload failed : can not write on disk - Status icon upload failed : can not write on disk + Status icon upload failed : can not write on disk + Controller/Admin/Root.php - Controller/Admin/Root.php Status icon upload failed : upload error - Status icon upload failed : upload error + Status icon upload failed : upload error + Controller/Admin/Root.php - - prod/orders/order_box.html.twig + Statut - Status + Statut + prod/orders/order_box.html.twig - admin/search-engine/phrasea.html.twig Stemming - Stemming + Stemming + admin/search-engine/phrasea.html.twig - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig Stop - Stop + Stop + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - Phrasea/Form/TaskForm.php Stopped Stopped + Phrasea/Form/TaskForm.php - Form/Configuration/SearchEngineFormType.php Stories - Stories + Stories + Form/Configuration/SearchEngineFormType.php - actions/Property/index.html.twig Stories status edition - Stories status edition + Stories status edition + actions/Property/index.html.twig - - API/V1/adapter.php + Story Not Found - Story not found + Story Not Found + Controller/Api/V1.php - Controller/Prod/Story.php Story created - Story created + Story created + Controller/Prod/Story.php - - Controller/Prod/WorkZone.php + Story detached from the WorkZone - Story detached from the workzone + Story detached from the WorkZone + Controller/Prod/WorkZone.php - prod/Story/Create.html.twig Story name - Story name + Story name + prod/Story/Create.html.twig - Controller/Prod/Story.php Story updated - Story updated + Story updated + Controller/Prod/Story.php - web/common/technical_datas.html.twig Story_id - Story_id + Story_id + web/common/technical_datas.html.twig - - web/admin/structure.html.twig + Structure errors - Structure setting errors + Structure errors + web/admin/structure.html.twig - - web/admin/structure.html.twig + Structure has been successfully updated - Structure setup has been successfully updated + Structure has been successfully updated + web/admin/structure.html.twig - - actions/Download/prepare.html.twig + Sub definition - Subviews + Sub definition + actions/Download/prepare.html.twig - - admin/databox/details.html.twig + Subdef - Subview + Subdef + admin/databox/details.html.twig - - web/admin/subdefs.html.twig + Subdef name - Subview mane + Subdef name + web/admin/subdefs.html.twig - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig Substitute - Substitute + Substitute + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - - actions/Tools/index.html.twig + Substitution is not possible for this kind of record - Substitution is not possible for this record type + Substitution is not possible for this kind of record + actions/Tools/index.html.twig - api/auth/native_app_access_token.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig Success - Success + Success + api/auth/native_app_access_token.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/admin/index.html.twig + Successful install - Successful installation + Successful install + web/admin/index.html.twig - - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php + Successful removal - Successful removal. + Successful removal + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php + Successful update + Successful update + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig - Successful update - Successful update - - web/setup/step2.html.twig + Successfull connection - Successful connection + Successfull connection + web/setup/step2.html.twig - admin/collection/suggested_value.html.twig Suggested values - Suggested values + Suggested values + admin/collection/suggested_value.html.twig - - Bridge/Flickr/photo_deleteelement.html.twig + Suppression de %n_element% photos - Deleting %n_element% photos + Suppression de %n_element% photos + Bridge/Flickr/photo_deleteelement.html.twig - - Bridge/Flickr/photoset_deleteelement.html.twig + Suppression de %n_element% photosets - Deleting %n_element% photosets + Suppression de %n_element% photosets + Bridge/Flickr/photoset_deleteelement.html.twig - + + Suppression de %n_element% playlists + Suppression de %n_element% playlists Bridge/Dailymotion/playlist_deleteelement.html.twig Bridge/Youtube/playlist_deleteelement.html.twig - Suppression de %n_element% playlists - Deleting %n_element% playlists - + + Suppression de %n_element% videos + Suppression de %n_element% videos Bridge/Dailymotion/video_deleteelement.html.twig Bridge/Youtube/video_deleteelement.html.twig - Suppression de %n_element% videos - Deleting %n_element% videos - - web/admin/users.html.twig + Supprimer - Delete + Supprimer + web/admin/users.html.twig - - Controller/Prod/Language.php + Supprimer egalement les documents rattaches a ces regroupements - Delete also the documents linked to this story? + Supprimer egalement les documents rattaches a ces regroupements + Controller/Prod/Language.php - + + Suspended access to the following collections + Suspended access to the following collections + web/account/access.html.twig + + + Symbolized by + Symbolized by admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - Symbolized by - Symbolised by - - Bridge/Dailymotion/upload.html.twig + + Sélection et Prévisualisation de documents + Sélection et Prévisualisation de documents + web/prod/index.html.twig + + + Sélectionner les documents en cliquant dessus. + Pour sélectionner plusieurs documents, maintenez la touche maj enfoncée et + cliquez sur les documents souhaités. + Pour prévisualier un document cliquez dessus. + Sélectionner les documents en cliquant dessus. + Pour sélectionner plusieurs documents, maintenez la touche maj enfoncée et + cliquez sur les documents souhaités. + Pour prévisualier un document cliquez dessus. + web/prod/index.html.twig + + + Séléctionner ici le type de document que vous souhaitez rechercher. + Séléctionner ici le type de document que vous souhaitez rechercher. + web/prod/index.html.twig + + + Séléctionner les champs et les collections sur lesquels vous voulez rechercher. + Séléctionner les champs et les collections sur lesquels vous voulez rechercher. + web/prod/index.html.twig + + Séparez les tags par un espace: Paris vacances restaurant - Use space character between tags or keywords : Paris Holidays Restaurant + Séparez les tags par un espace: Paris vacances restaurant + Bridge/Dailymotion/upload.html.twig - Form/Configuration/EmailFormType.php TLS TLS + Form/Configuration/EmailFormType.php - - prod/results/help.html.twig + TOUT - ALL + TOUT + prod/results/help.html.twig - - web/admin/tree.html.twig + Tableau de bord - Dashboard + Tableau de bord + web/admin/tree.html.twig + Tags + Tags Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/upload.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - Tags - Tags + + + Taper ici les termes de recherche afin de retrouver les documents souhaités. + Taper ici les termes de recherche afin de retrouver les documents souhaités. + web/prod/index.html.twig - classes/databox/subdef.php Target Device - Target Device + Target Device + classes/databox/subdef.php + + + Task Scheduler + Task Scheduler + Controller/Admin/TaskManager.php + Controller/Admin/TaskManager.php + admin/task-manager/index.html.twig - Phrasea/Form/TaskForm.php Task name Task name + Phrasea/Form/TaskForm.php - Phrasea/Form/TaskForm.php Task period (in seconds) Task period (in seconds) + Phrasea/Form/TaskForm.php - prod/Tooltip/TechnicalDatas.html.twig Technical Informations - Technical Informations + Technical Informations + prod/Tooltip/TechnicalDatas.html.twig - - web/admin/subdefs.html.twig + Telechargeable - Downloadable + Telechargeable + web/admin/subdefs.html.twig - actions/Feedback/list.html.twig Template - Template + Template + actions/Feedback/list.html.twig - - admin/databox/cgus.html.twig + + Temporary access to the following collections + Temporary access to the following collections + web/account/access.html.twig + + Terms Of Use - Terms of Service + Terms Of Use + admin/databox/cgus.html.twig - Form/Login/PhraseaRegisterForm.php - web/common/dialog_export.html.twig Terms of Use - Terms of Use + Terms of Use + Form/Login/PhraseaRegisterForm.php + web/common/dialog_export.html.twig - actions/Bridge/wrapper.html.twig Terms of service - Terms of service + Terms of service + actions/Bridge/wrapper.html.twig - Controller/Prod/TOU.php - web/login/cgus.html.twig - login/layout/base-layout.html.twig Terms of use - Terms of use + Terms of use + Controller/Prod/TOU.php + web/admin/tree.html.twig + web/login/cgus.html.twig + login/layout/base-layout.html.twig - - Phrasea/Controller/Lightbox.php + The URL you used is out of date, please login - The URL you used is out of date. Please login. + The URL you used is out of date, please login + Phrasea/Controller/Lightbox.php - - Bridge/Api/Youtube.php + The Youtube servers have received too many calls from the same caller in a short amount of time. - Youtube server has received too many close calls from same caller + The Youtube servers have received too many calls from the same caller in a short amount of time. + Bridge/Api/Youtube.php - - Controller/Root/Session.php + The application is going down for maintenance, please logout. - You will be disconnected for maintenance, please quit Phraseanet + The application is going down for maintenance, please logout. + Controller/Root/Session.php - Bridge/Api/Youtube.php The authentication token specified in the Authorization header has expired. - The authentication token specified in the Authorization header has expired. + The authentication token specified in the Authorization header has expired. + Bridge/Api/Youtube.php - Bridge/Api/Youtube.php The authentication token specified in the Authorization header is invalid - The authentication token specified in the Authorization header is invalid + The authentication token specified in the Authorization header is invalid + Bridge/Api/Youtube.php - eventsmanager/notify/downloadmailfail.php The delivery to %email% failed for the following reason : %reason% The delivery to %email% failed for the following reason : %reason% + eventsmanager/notify/downloadmailfail.php - - Controller/Prod/Lazaret.php + The destination record provided is not allowed - The targeted record choosen is not allowed + The destination record provided is not allowed + Controller/Prod/Lazaret.php - eventsmanager/notify/uploadquarantine.php The document %name% has been quarantined The document %name% has been quarantined + eventsmanager/notify/uploadquarantine.php - - actions/Download/prepare.html.twig + The file contains the following elements - The file contains the following items. + The file contains the following elements + actions/Download/prepare.html.twig - - user/import/file.html.twig + The file does not contains any user to add - The file doesn't contains any user to add. + The file does not contains any user to add + user/import/file.html.twig - - Border/Checker/Colorspace.php + The file does not match available color - The file does not match allowed colors + The file does not match available color + Border/Checker/Colorspace.php - Border/Checker/Extension.php The file does not match available extensions - The file does not match available extensions + The file does not match available extensions + Border/Checker/Extension.php - Border/Checker/Dimension.php The file does not match required dimension - The file does not match required dimension + The file does not match required dimension + Border/Checker/Dimension.php - - Border/Checker/MediaType.php + The file does not match required media type - The file does not match allowed media types + The file does not match required media type + Border/Checker/MediaType.php - - Controller/Admin/Collection.php - Controller/Admin/Databox.php + The file is too big - The file is too large. + The file is too big + Controller/Admin/Collection.php + Controller/Admin/Databox.php - Controller/Prod/Upload.php The file was moved to the quarantine - The file was moved to the quarantine + The file was moved to the quarantine + Controller/Prod/Upload.php - user/import/view.html.twig The following errors have been detected - The following errors have been detected + The following errors have been detected + user/import/view.html.twig - - Controller/Admin/Collection.php - Controller/Admin/Databox.php + The publication has been stopped - The publication has been stopped. + The publication has been stopped + Controller/Admin/Collection.php + Controller/Admin/Databox.php - Controller/Prod/Upload.php The record was successfully created - The record was successfully created + The record was successfully created + Controller/Prod/Upload.php - - Controller/Prod/Order.php - prod/orders/order_box.html.twig + The records have been properly ordered - These documents have been properly ordered. + The records have been properly ordered + Controller/Prod/Order.php + prod/orders/order_box.html.twig - Controller/Prod/BasketController.php The requested basket does not exist - The requested basket does not exist + The requested basket does not exist + Controller/Prod/BasketController.php - Phrasea/Form/TaskForm.php The task status The task status + Phrasea/Form/TaskForm.php - - Controller/Admin/Databoxes.php + The upgrade is already started - The upgrade is already in progress + The upgrade is already started + Controller/Admin/Databoxes.php - - prod/upload/upload-flash.html.twig + The upload violates a security restriction, please retry - The upload violates a security restriction. Please retry + The upload violates a security restriction, please retry + prod/upload/upload-flash.html.twig - web/admin/users.html.twig The user has been created. - The user has been created. + The user has been created. + web/admin/users.html.twig - - web/prod/index.html.twig + Theme - Skin + Theme + web/prod/index.html.twig - - Controller/Prod/Order.php + There is no one to validate orders, please contact an administrator - There is no one to validate orders. Please contact an administrator. + There is no one to validate orders, please contact an administrator + Controller/Prod/Order.php - - Controller/Prod/Order.php + There is no record eligible for an order - There is no records eligible for an order. + There is no record eligible for an order + Controller/Prod/Order.php - user/import/view.html.twig There is no user to add. - There is no user to add. + There is no user to add. + user/import/view.html.twig - admin/fields/templates.html.twig Thesaurus branch - Thesaurus branch + Thesaurus branch + admin/fields/templates.html.twig - web/thesaurus/load-thesaurus.html.twig Thesaurus ou CTerms invalide Thesaurus ou CTerms invalide + web/thesaurus/load-thesaurus.html.twig - login/providers/mapping.html.twig These informations do not match? - These informations do not match? + These informations do not match? + login/providers/mapping.html.twig - - prod/actions/delete_records_confirm.html.twig + These records will be definitely deleted and can not be recovered - These records will be definitely deleted and will not be recoverable. + These records will be definitely deleted and can not be recovered + prod/actions/delete_records_confirm.html.twig - - web/admin/subdefs.html.twig + These subdef will be permanently deleted and cannot be recovered. Are you sure? - These subdef will be permanently deleted, recovery will be impossible. Are you sure? + These subdef will be permanently deleted and cannot be recovered. Are you sure? + web/admin/subdefs.html.twig - - web/account/authorized_apps.html.twig + Third-party applications - Third-party applications. + Third-party applications + web/account/authorized_apps.html.twig - Controller/Prod/Language.php This feature is not supported by your browser - This feature is not supported by your browser + This feature is not supported by your browser + Controller/Prod/Language.php - admin/publications/list.html.twig - actions/publish/publish.html.twig This feed is public - This feed is public + This feed is public + admin/publications/list.html.twig + actions/publish/publish.html.twig - web/admin/index.html.twig This field is required - This field is required + This field is required + web/admin/index.html.twig - - prod/actions/edit_default.html.twig + This field represents the title of the document - This field is set as the title of the document + This field represents the title of the document + prod/actions/edit_default.html.twig - Controller/Prod/Language.php - web/admin/index.html.twig This file is too big - This file is too big + This file is too big + Controller/Prod/Language.php + web/admin/index.html.twig - - web/admin/users.html.twig + This is a template - This is a template user + This is a template + web/admin/users.html.twig - Form/Configuration/RegistrationFormType.php This option disables the selecting of the databases on which a user can register himself, and registration is made on all granted databases. - This option disables the selecting of the databases on which a user can register himself, and registration is made on all granted databases. + This option disables the selecting of the databases on which a user can register himself, and registration is made on all granted databases. + Form/Configuration/RegistrationFormType.php - TaskManager/Job/PhraseanetIndexerJob.php This task is used to index records for Phrasea engine. - This task is used to index records for Phrasea engine. + This task is used to index records for Phrasea engine. + TaskManager/Job/PhraseanetIndexerJob.php - - prod/WorkZone/Macros.html.twig + 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. + This user does not participate to the validation but is only viewer. + prod/WorkZone/Macros.html.twig - web/admin/users.html.twig This user has no rights - This user has no rights + This user has no rights + web/admin/users.html.twig - prod/upload/upload-flash.html.twig This version does not allow you to access all the features offered by the HTML5 uploader - This version does not allow you to access all the features offered by the HTML5 uploader + This version does not allow you to access all the features offered by the HTML5 uploader + prod/upload/upload-flash.html.twig - WorkZone/Browser/Browser.html.twig This year - This year + This year + WorkZone/Browser/Browser.html.twig - actions/Download/prepare.html.twig Thumbnail - Thumbnail + Thumbnail + actions/Download/prepare.html.twig - - Controller/Prod/Tools.php + Thumbnail has been successfully substitued - Thumbnail has been successfully substituted + Thumbnail has been successfully substitued + Controller/Prod/Tools.php - - web/setup/step2.html.twig + Thumbnails directory is mounted to be accessible via HTTP, while other files are not. - Thumbnails directory is mounted to be accessible via HTTP, while others directories are not. + Thumbnails directory is mounted to be accessible via HTTP, while other files are not. + web/setup/step2.html.twig - - Controller/Prod/Language.php - prod/templates/push.html.twig + Time for feedback (days) - Time for feedback (in days) + Time for feedback (days) + Controller/Prod/Language.php + prod/templates/push.html.twig + Titre + Title admin/publications/fiche.html.twig admin/publications/list.html.twig admin/publications/list.html.twig @@ -6439,299 +6673,299 @@ Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig - Titre - Title + prod/Story/Reorder.html.twig - - actions/Tools/index.html.twig + To take a screenshot click on camera - To take a screenshot, click on the camera + To take a screenshot click on camera + actions/Tools/index.html.twig - web/developers/application.html.twig Token - Token + Token + web/developers/application.html.twig - - Controller/Prod/Language.php + Tool box - Media Tool box + Tool box + Controller/Prod/Language.php - Form/Configuration/ClassicFormType.php Topics display mode - Topics display mode + Topics display mode + Form/Configuration/ClassicFormType.php - Form/Configuration/ClassicFormType.php Topics tab position - Topics tab position + Topics tab position + Form/Configuration/ClassicFormType.php + Total + Total admin/collection/details.html.twig admin/databox/details.html.twig - Total - Total - - admin/fields/templates.html.twig + Tous - All + Tous + admin/fields/templates.html.twig - - web/prod/index.html.twig + Tout type - All types + Tout type + web/prod/index.html.twig - - prod/feeds/feeds.html.twig + Toutes les publications - All publications + Toutes les publications + prod/feeds/feeds.html.twig - - TaskManager/Job/FtpJob.php + Transfert Annule - Upload aborted + Transfert Annule + TaskManager/Job/FtpJob.php - - TaskManager/Job/FtpJob.php + Transfert OK - Upload done + Transfert OK + TaskManager/Job/FtpJob.php - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + Transmited files - Transmitted files + Transmited files + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - Form/Configuration/ClassicFormType.php Trees - Trees + Trees + Form/Configuration/ClassicFormType.php - - web/report/generate_tab.html.twig - web/report/generate_tab.html.twig + Trier - Sort + Trier + web/report/generate_tab.html.twig + web/report/generate_tab.html.twig - - web/prod/index.html.twig + Trier par - Sort by + Trier par + web/prod/index.html.twig - task-manager/task-editor/subdefs.html.twig Try to extract embedded thumbnails - Try to extract embedded thumbnails + Try to extract embedded thumbnails + task-manager/task-editor/subdefs.html.twig - admin/fields/templates.html.twig Type - Type + Type + admin/fields/templates.html.twig - - web/developers/application_form.html.twig + Type d'application - Application type + Type d'application + web/developers/application_form.html.twig - - prod/Tooltip/DataboxField.html.twig + Type date - Date type + Type date + prod/Tooltip/DataboxField.html.twig - - web/prod/index.html.twig + Type de documents - Document(s) Type + Type de documents + web/prod/index.html.twig - - prod/Tooltip/DataboxField.html.twig + Type nombre - Numbers type + Type nombre + prod/Tooltip/DataboxField.html.twig - - prod/Tooltip/DataboxField.html.twig + Type texte - Text type + Type texte + prod/Tooltip/DataboxField.html.twig - + + Types de documents + Types de documents + web/prod/index.html.twig + + + URL de callback + URL de callback web/developers/application.html.twig web/developers/application_form.html.twig - URL de callback - Callback url - - web/common/dialog_export.html.twig + Un document commande - One document ordered. + Un document commande + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + Un document ne peut etre commande - One document can not be ordered. + Un document ne peut etre commande + web/common/dialog_export.html.twig - Controller/Admin/Publications.php - Controller/Prod/Upload.php Unable to add file to Phraseanet - Unable to add file to Phraseanet + Unable to add file to Phraseanet + Controller/Admin/Publications.php + Controller/Prod/Upload.php - - Controller/Prod/UsrLists.php + Unable to add usr to list - Unable to add user to list + Unable to add usr to list + Controller/Prod/UsrLists.php - Controller/Root/Login.php Unable to authenticate with %provider_name% Unable to authenticate with %provider_name% + Controller/Root/Login.php - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig Unable to connect to MySQL server - Unable to connect to MySQL server + Unable to connect to MySQL server + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig - Controller/Prod/UsrLists.php Unable to create list %name% Unable to create list %name% + Controller/Prod/UsrLists.php + + + Unable to create template, the name is already used. + Unable to create template, the name is already used. + Controller/Admin/Users.php + + + Unable to create the user. + Unable to create the user. + Controller/Admin/Users.php - Controller/Prod/UsrLists.php Unable to delete list - Unable to delete list + Unable to delete list + Controller/Prod/UsrLists.php - - SearchEngine/Phrasea/PhraseaEngine.php + Unable to execute query - Unable to execute query. + Unable to execute query + SearchEngine/Phrasea/PhraseaEngine.php - Controller/Prod/UsrLists.php Unable to remove entry from list - Unable to remove entry from list + Unable to remove entry from list + Controller/Prod/UsrLists.php - - Controller/Prod/UsrLists.php + Unable to remove usr from list - Unable to remove user from list + Unable to remove usr from list + Controller/Prod/UsrLists.php - - Controller/Root/Login.php + Unable to retrieve provider identity - Unable to retrieve provider identity. + Unable to retrieve provider identity + Controller/Root/Login.php - Controller/Prod/Push.php - Controller/Prod/Push.php Unable to send the documents - Unable to send the documents + Unable to send the documents + Controller/Prod/Push.php + Controller/Prod/Push.php - - Controller/Root/Login.php - Controller/Root/Login.php + Unable to send your account unlock email. - Unable to send e-mail to unlock your account. + Unable to send your account unlock email. + Controller/Root/Login.php + Controller/Root/Login.php - - Controller/Prod/UsrLists.php + Unable to share the list with the usr - Unable to share the list with this user + Unable to share the list with the usr + Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php Unable to update list - Unable to update list + Unable to update list + Controller/Prod/UsrLists.php - - admin/publications/list.html.twig + + Unauthorized action + Unauthorized action + web/common/dialog_export.html.twig + + Une fois la publication supprimee, les donnees publiees seront definitivement perdues. Continuer ? - Once the publication is deleted, all information about it will be lost, proceed ? + Une fois la publication supprimee, les donnees publiees seront definitivement perdues. Continuer ? + admin/publications/list.html.twig - - web/prod/index.html.twig + Une question personnelle - The query + Une question personnelle + web/prod/index.html.twig - - eventsmanager/notify/validate.php - eventsmanager/notify/validate.php - eventsmanager/notify/validationreminder.php - eventsmanager/notify/validationreminder.php + Une selection - an untitled selection + Une selection + eventsmanager/notify/validate.php + eventsmanager/notify/validate.php + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationreminder.php - - prod/upload/upload-flash.html.twig + Unhandled Error - Unhandled error + Unhandled Error + prod/upload/upload-flash.html.twig - - prod/upload/upload-flash.html.twig + Unknow Error - Unknown error + Unknow Error + prod/upload/upload-flash.html.twig - - prod/upload/upload-flash.html.twig + Unknow reason - Unknown reason + Unknow reason + prod/upload/upload-flash.html.twig - Controller/Prod/Push.php Unknown user %user_id% Unknown user %user_id% + Controller/Prod/Push.php - Controller/Prod/Push.php Unknown user %usr_id% Unknown user %usr_id% - - - Model/Entities/User.php - Unnamed user - Unnamed user + Controller/Prod/Push.php - Controller/Admin/Databoxes.php Unreachable server - Unreachable server + Unreachable server + Controller/Admin/Databoxes.php - Notification/Mail/MailSuccessEmailUpdate.php Update of your email address on %application% Update of your email address on %application% + Notification/Mail/MailSuccessEmailUpdate.php - Notification/Mail/MailInfoSomebodyAutoregistered.php Update the account - Update the account + Update the account + Notification/Mail/MailInfoSomebodyAutoregistered.php - - web/admin/structure.html.twig + Updated structure - Updated structure setup - - - lib/classes/base.php - Updating table %table_name% - Updating table %table_name% - - - lib/classes/appbox.php - Upgrading %databox_name% - Upgrading %databox_name% - - - lib/classes/appbox.php - Upgrading appbox - Upgrading appbox + Updated structure + web/admin/structure.html.twig - web/common/menubar.html.twig + Upload + Upload + web/common/menubar.html.twig Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig @@ -6741,2091 +6975,2066 @@ Bridge/Youtube/upload.html.twig prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - Upload - Upload - - prod/upload/upload-flash.html.twig + Upload URL is not set, please contact an admin - Upload URL is not set. Please contact your administrator + Upload URL is not set, please contact an admin + prod/upload/upload-flash.html.twig - - user/import/file.html.twig + Upload a csv file for users creation - Upload a CSV file for users creation + Upload a csv file for users creation + user/import/file.html.twig - Notification/Mail/MailInfoBridgeUploadFailed.php Upload failed on %application% Upload failed on %application% + Notification/Mail/MailInfoBridgeUploadFailed.php - - Bridge/Flickr/upload.html.twig + Upload sur Flickr de %elements_length% elements - Upload to FLickr of %elements_length% elements + Upload sur Flickr de %elements_length% elements + Bridge/Flickr/upload.html.twig - prod/upload/lazaret.html.twig Uploaded by : %username% - Uploaded by : %username% + Uploaded by : %username% + prod/upload/lazaret.html.twig - Form/Configuration/WebservicesFormType.php Use Google Chart API Use Google Chart API + Form/Configuration/WebservicesFormType.php - Form/Configuration/EmailFormType.php Use a SMTP server - Use a SMTP server + Use a SMTP server + Form/Configuration/EmailFormType.php - web/prod/index.html.twig Use latest search settings on Production loading Use latest search settings on Production loading + web/prod/index.html.twig - login/providers/mapping.html.twig Use my Phraseanet account - Use my Phraseanet account + Use my Phraseanet account + login/providers/mapping.html.twig - Form/Configuration/WebservicesFormType.php Use recaptcha API - Use recaptcha API + Use recaptcha API + Form/Configuration/WebservicesFormType.php - prod/upload/upload.html.twig Use the Flash uploader - Use the Flash uploader + Use the Flash uploader + prod/upload/upload.html.twig - - prod/upload/upload-flash.html.twig + Use the HTML5 uploader - Switch to HTML5 uploader + Use the HTML5 uploader + prod/upload/upload-flash.html.twig - - Form/Configuration/ExecutablesFormType.php + Use with mod_token. Attention requires the apache modules and mod_h264_streaming mod_auth_token - Use with mod_token. Attention requires the apache modules and mod_h264_streaming mod_auth_token. + Use with mod_token. Attention requires the apache modules and mod_h264_streaming mod_auth_token + Form/Configuration/ExecutablesFormType.php - - Form/Configuration/ActionsFormType.php + Used for guest account - Used for guest account. + Used for guest account + Form/Configuration/ActionsFormType.php - - Form/Configuration/SearchEngineFormType.php + Used in search engine - Used in search engine. + Used in search engine + Form/Configuration/SearchEngineFormType.php - - Form/Configuration/SearchEngineFormType.php + Used when opening the application - Used when opening the application. + Used when opening the application + Form/Configuration/SearchEngineFormType.php - Controller/Prod/Push.php User already exists - User already exists + User already exists + Controller/Prod/Push.php - Controller/Prod/Language.php + User can download HD + User can download HD + Controller/Prod/Language.php + 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 + User can see others choices + Controller/Prod/Language.php prod/templates/push.html.twig prod/templates/push.html.twig - prod/templates/push.html.twig - prod/templates/push.html.twig - User can download HD - User can download HD - + + User contribute to the feedback + User contribute to the feedback Controller/Prod/Language.php prod/templates/push.html.twig prod/templates/push.html.twig - User can see others choices - User can see other user's choices - - - Controller/Prod/Language.php - prod/templates/push.html.twig - prod/templates/push.html.twig - User contribute to the feedback - User can contribute to Feedbacks - Controller/Prod/Push.php User successfully created - User successfully created + User successfully created + Controller/Prod/Push.php - Vocabulary/ControlProvider/UserProvider.php + Users + Users + Vocabulary/ControlProvider/UserProvider.php user/import/view.html.twig web/admin/users.html.twig prod/actions/Push.html.twig - Users - Users - - Form/Configuration/ActionsFormType.php + Users must accept Terms of Use for each export - Terms of Use must be accepted by users for each export + Users must accept Terms of Use for each export + Form/Configuration/ActionsFormType.php - prod/actions/Push.html.twig Users suggestion - Users suggestion + Users suggestion + prod/actions/Push.html.twig - - prod/orders/order_box.html.twig + Utilisateur - User + Utilisateur + prod/orders/order_box.html.twig - + + Utilisation prevue + Utilisation prevue prod/orders/order_box.html.twig prod/orders/order_item.html.twig - Utilisation prevue - Intended use - + + Utilisez la barre d'outils pour télécharger les documents ou pour agir sur ces documents. + Utilisez la barre d'outils pour télécharger les documents ou pour agir sur ces documents. + web/prod/index.html.twig + + + VALIDATION + VALIDATION web/lightbox/agreement_box.html.twig lightbox/IE6/agreement_box.html.twig - web/lightbox/validate.html.twig - VALIDATION - Feedback + web/lightbox/validate.html.twig - Notification/Mail/MailRequestEmailConfirmation.php Validate e-mail address - Validate e-mail address + Validate e-mail address + Notification/Mail/MailRequestEmailConfirmation.php - - eventsmanager/notify/validate.php - eventsmanager/notify/validate.php - eventsmanager/notify/validationdone.php - eventsmanager/notify/validationreminder.php - eventsmanager/notify/validationreminder.php - lightbox/IE6/validate.html.twig + Validation - Feedback + Validation + eventsmanager/notify/validate.php + eventsmanager/notify/validate.php + eventsmanager/notify/validationdone.php + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationreminder.php + lightbox/IE6/validate.html.twig - Controller/Prod/Push.php Validation from %user% Validation from %user% + Controller/Prod/Push.php - Notification/Mail/MailInfoValidationRequest.php Validation request from %user% for '%title%' Validation request from %user% for '%title%' + Notification/Mail/MailInfoValidationRequest.php - + + Validations + Validations mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig - lightbox/IE6/validate.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig - web/lightbox/validate.html.twig - Validations - Feedbacks + web/lightbox/validate.html.twig - - WorkZone/Browser/Browser.html.twig + Validations received - Feedback requests received + Validations received + WorkZone/Browser/Browser.html.twig - - WorkZone/Browser/Browser.html.twig + Validations sent - Feedback requests sent + Validations sent + WorkZone/Browser/Browser.html.twig - - actions/Bridge/index.html.twig + Vers quel API voulez vous vous connecter ? - Select an API to connect to : + Vers quel API voulez vous vous connecter ? + actions/Bridge/index.html.twig - - Controller/Admin/Databoxes.php + Veuillez arreter le planificateur avant la mise a jour - Please stop Scheduler before updating + Veuillez arreter le planificateur avant la mise a jour + Controller/Admin/Databoxes.php - - web/setup/step2.html.twig + Veuillez corriger les erreurs avant de poursuivre - Correct existing errors, before continuing + Veuillez corriger les erreurs avant de poursuivre + web/setup/step2.html.twig - - TaskManager/Job/EmptyCollectionJob.php + Vidage de collection - Empty collection + Vidage de collection + TaskManager/Job/EmptyCollectionJob.php - web/prod/index.html.twig Video - Video + Video + web/prod/index.html.twig - Media/Subdef/Video.php Video Codec - Video Codec + Video Codec + Media/Subdef/Video.php - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php Videos - Videos + Videos + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - actions/Feedback/list.html.twig View - View + View + actions/Feedback/list.html.twig - Notification/Mail/MailInfoNewPublication.php View on %title% View on %title% + Notification/Mail/MailInfoNewPublication.php - - prod/results/help.html.twig + Visualiser tous les enregistrements / les derniers enregistrements - Display all documents / last added documents + Visualiser tous les enregistrements / les derniers enregistrements + prod/results/help.html.twig - Controller/Prod/Edit.php Vocabulary not found - Vocabulary not found + Vocabulary not found + Controller/Prod/Edit.php - admin/fields/templates.html.twig Vocabulary type - Vocabulary type + Vocabulary type + admin/fields/templates.html.twig - + + Voici vos paniers + Voici vos paniers mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig web/lightbox/index.html.twig - Voici vos paniers - Your Basket(s) - + + Voici vos validations en cours + Voici vos validations en cours mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig web/lightbox/index.html.twig - Voici vos validations en cours - Your feedbacks in progress - - web/setup/step2.html.twig + Votre adresse email - Your E-mail address + Votre adresse email + web/setup/step2.html.twig - - web/setup/step2.html.twig + Votre mot de passe - Your Password + Votre mot de passe + web/setup/step2.html.twig - - prod/results/help.html.twig + Votre recherche ne retourne aucun resultat - No result for this search + Votre recherche ne retourne aucun resultat + prod/results/help.html.twig - - web/developers/application.html.twig + Votre token d'access - Your access token + Votre token d'access + web/developers/application.html.twig - + + Voulez-vous dire %link% ? + Voulez-vous dire %link% ? prod/results/answerabstract.html.twig prod/results/help.html.twig - Voulez-vous dire %link% ? - Do you mean %link% ? - - web/setup/step2.html.twig + Vous aurez besoin de spécifier un serveur MySQL, des repertoires de stockage pour vos documents, et de configurer votre serveur web pour qu'il publie certains de ces dossiers de stockage. - You will need a MySQL server, documents storage folders, and setup web server to publish some of these folders + Vous aurez besoin de spécifier un serveur MySQL, des repertoires de stockage pour vos documents, et de configurer votre serveur web pour qu'il publie certains de ces dossiers de stockage. + web/setup/step2.html.twig - - web/account/authorized_apps.html.twig + Vous avez autorise ces applications a acceder a votre compte - The following application are allowed to access to your account + Vous avez autorise ces applications a acceder a votre compte + web/account/authorized_apps.html.twig - Model/Entities/ValidationSession.php Vous avez envoye cette demande a %n% utilisateurs Vous avez envoye cette demande a %n% utilisateurs + Model/Entities/ValidationSession.php - - prod/WorkZone/Macros.html.twig + Vous avez envoye une demande de validation de document sur ce panier - You have pushed this basket for a feedback request + Vous avez envoye une demande de validation de document sur ce panier + prod/WorkZone/Macros.html.twig - - Notification/Mail/MailRecordsExport.php + Vous avez recu des documents - You have received documents + Vous avez recu des documents + Notification/Mail/MailRecordsExport.php - - prod/WorkZone/Macros.html.twig + Vous avez recu un nouveau panier - You have a new basket available + Vous avez recu un nouveau panier + prod/WorkZone/Macros.html.twig - - prod/WorkZone/Macros.html.twig + Vous avez recu une demande de validation de document sur ce panier - You have received a feedback demand for documents from this basket. + Vous avez recu une demande de validation de document sur ce panier + prod/WorkZone/Macros.html.twig - Model/Entities/ValidationSession.php Vous aviez envoye cette demande a %n% utilisateurs Vous aviez envoye cette demande a %n% utilisateurs + Model/Entities/ValidationSession.php - - Controller/Prod/Language.php + Vous devez donner un titre - Template Name + Vous devez donner un titre + Controller/Prod/Language.php - - admin/publications/wrapper.html.twig + Vous devez remplir les champs requis - You must fill in required fields + Vous devez remplir les champs requis + admin/publications/wrapper.html.twig - - web/common/dialog_export.html.twig + Vous devez selectionner un type de sous definitions - Select type of subviews + Vous devez selectionner un type de sous definitions + web/common/dialog_export.html.twig - - web/setup/step2.html.twig + Vous devez specifier une adresse email et un mot de passe valides - You must provide a valid e-mail and password. + Vous devez specifier une adresse email et un mot de passe valides + web/setup/step2.html.twig - - Controller/Prod/Bridge.php + Vous essayez de faire une action que je ne connais pas ! - Oops, I do not understand the request + Vous essayez de faire une action que je ne connais pas ! + Controller/Prod/Bridge.php - - actions/Bridge/disconnected.html.twig + Vous etes actuellement deconnecte de votre compte, vous devez vous connecter pour continuer - You are currently disconnected, you must connect to continue + Vous etes actuellement deconnecte de votre compte, vous devez vous connecter pour continuer + actions/Bridge/disconnected.html.twig - - actions/Bridge/callback.html.twig + Vous etes authentifie avec succes - You are successfully authenticated + Vous etes authentifie avec succes + actions/Bridge/callback.html.twig - - Controller/Root/Login.php + Vous etes maintenant deconnecte. A bientot. - You are now disconnected. See you soon. + Vous etes maintenant deconnecte. A bientot. + Controller/Root/Login.php - - actions/Bridge/index.html.twig + Vous n'avez pas assez de droits sur certains elements selectionnes - You don't have required rights on some of the selected documents + Vous n'avez pas assez de droits sur certains elements selectionnes + actions/Bridge/index.html.twig - - actions/Bridge/index.html.twig + Vous n'avez pas assez de droits sur les elements selectionnes - You miss some rights on the selected documents + Vous n'avez pas assez de droits sur les elements selectionnes + actions/Bridge/index.html.twig - - Controller/Prod/Language.php + Vous n'avez pas les droits pour supprimer certains documents - You do not have rights to delete some documents - - + Vous n'avez pas les droits pour supprimer certains documents Controller/Prod/Language.php + + Vous n'avez pas les droits pour supprimer ces documents - You do not have rights to delete these documents + Vous n'avez pas les droits pour supprimer ces documents + Controller/Prod/Language.php - - Controller/Prod/Language.php + Vous n'avez pas rempli tous les champ requis - You must fill all required fields - - + Vous n'avez pas rempli tous les champ requis Controller/Prod/Language.php - Vous n'avez pas selectionne de fil de publication - You have not selected any feed - + + Vous n'avez pas selectionne de fil de publication + Vous n'avez pas selectionne de fil de publication + Controller/Prod/Language.php + + + Vous n'avez selectionne aucun element + Vous n'avez selectionne aucun element Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig - actions/Bridge/index.html.twig + actions/Bridge/index.html.twig Bridge/Youtube/upload.html.twig - Vous n'avez selectionne aucun element - No document selected - - Controller/Prod/Bridge.php - Controller/Prod/Bridge.php + Vous ne pouvez pas editer plusieurs elements simultanement - You can't edit multiple documents at the same time + Vous ne pouvez pas editer plusieurs elements simultanement + Controller/Prod/Bridge.php + Controller/Prod/Bridge.php - - Controller/Prod/Language.php + Vous ne pouvez pas selectionner plus de 800 enregistrements - You may not select more then 800 records + Vous ne pouvez pas selectionner plus de 800 enregistrements + Controller/Prod/Language.php - - Bridge/Dailymotion/upload.html.twig + Vous ne pouvez uploader des elements sur Dailymotion qu'un par un - You can only add documents one by one on Dailymotion + Vous ne pouvez uploader des elements sur Dailymotion qu'un par un + Bridge/Dailymotion/upload.html.twig - - Bridge/Youtube/upload.html.twig + Vous ne pouvez uploader des elements sur Youtube qu'un par un - Documents upload to Youtube can only be done one by one + Vous ne pouvez uploader des elements sur Youtube qu'un par un + Bridge/Youtube/upload.html.twig - - prod/results/help.html.twig + Vous pouvez affiner votre recherche avec les opérateurs : ET, OU, SAUF ou DANS - You can refine you search using operators such as : AND, OR, EXCEPTS, IN + Vous pouvez affiner votre recherche avec les opérateurs : ET, OU, SAUF ou DANS + prod/results/help.html.twig - - web/prod/index.html.twig + Vous pouvez quitter la plupart des fenetres survolantes via la touche echap - esc : close most of overlayed windows + Vous pouvez quitter la plupart des fenetres survolantes via la touche echap + web/prod/index.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig Warning ! - Warning ! + Warning ! + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - web/setup/step2.html.twig Warning, this database is not empty - Warning, this database is not empty + Warning, this database is not empty + web/setup/step2.html.twig - - Notification/Mail/MailInfoPushReceived.php + Watch it online - See it online. + Watch it online + Notification/Mail/MailInfoPushReceived.php - + + Watch my access requests status + Watch my access requests status Notification/Mail/MailSuccessAccessRequest.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - Watch my access requests status - View my access requests status. - admin/collection/collection.html.twig Watermark - Watermark + Watermark + admin/collection/collection.html.twig - Controller/Root/Login.php Weak - Weak + Weak + Controller/Root/Login.php - Form/Configuration/MainConfigurationFormType.php Webservices connectivity - Webservices connectivity + Webservices connectivity + Form/Configuration/MainConfigurationFormType.php - admin/databox/details.html.twig Weight - Weight + Weight + admin/databox/details.html.twig - - prod/actions/Push.html.twig + Welcome to the ListManager ! - Welcome in the ListManager ! + Welcome to the ListManager ! + prod/actions/Push.html.twig - WorkZone/Browser/Browser.html.twig When - When + When + WorkZone/Browser/Browser.html.twig - - Bridge/Flickr/photo_moveinto_photoset.html.twig + Which photosets you want to put you %number% photos into ? - In which photoset do you want to add your %number% photos ? + Which photosets you want to put you %number% photos into ? + Bridge/Flickr/photo_moveinto_photoset.html.twig - + + Which playlist you want to put you %number% elements into ? + Which playlist you want to put you %number% elements into ? Bridge/Dailymotion/video_moveinto_playlist.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig - Which playlist you want to put you %number% elements into ? - Select a Playlist to add the %number% documents + Whoops, looks like something went wrong. + Whoops, looks like something went wrong. Event/Subscriber/ApiOauth2ErrorsSubscriber.php Phrasea/Core/PhraseaExceptionHandler.php Phrasea/Core/PhraseaExceptionHandler.php - Whoops, looks like something went wrong. - Whoops, looks like something went wrong. - task-manager/task-editor/phraseanet-indexer.html.twig Windows specific - Windows specific + Windows specific + task-manager/task-editor/phraseanet-indexer.html.twig - - user/import/view.html.twig + Would you like to continue ? - Would you like to continue? + Would you like to continue ? + user/import/view.html.twig - web/common/dialog_export.html.twig Would you like to receive an e-mail when your download is ready ? - Would you like to receive an e-mail when your download is ready ? + Would you like to receive an e-mail when your download is ready ? + web/common/dialog_export.html.twig - web/admin/index.html.twig - web/admin/index.html.twig Would you like to reset rights before applying the template? - Would you like to reset rights before applying the template? + Would you like to reset rights before applying the template? + web/admin/index.html.twig + web/admin/index.html.twig - - web/admin/subdefs.html.twig + Write Metas - Write Metadatas + Write Metas + web/admin/subdefs.html.twig - web/prod/index.html.twig - web/prod/index.html.twig YYYY/MM/DD YYYY/MM/DD + web/prod/index.html.twig + web/prod/index.html.twig + Yes + Yes user/import/view.html.twig web/developers/applications.html.twig - Yes - Yes - - actions/Feedback/List-Share.html.twig + You are Admin - You are administrator + You are Admin + actions/Feedback/List-Share.html.twig - - prod/actions/Push.html.twig + You are about to ask for feedback for %nb_push_items% records, %nb_not_available% records can not be processed. - You are about to ask a feedback for %nb_push_items% records, %nb_not_available% records can not be processed. + You are about to ask for feedback for %nb_push_items% records, %nb_not_available% records can not be processed. + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + You are about to ask for feedback for %nb_push_items% records. - You are about to ask a feedback for %nb_push_items% records. + You are about to ask for feedback for %nb_push_items% records. + prod/actions/Push.html.twig - - actions/Bridge/index.html.twig + You are about to delete this account. Would you like to continue ? - You are about to delete this account. Would you like to continue? + You are about to delete this account. Would you like to continue ? + actions/Bridge/index.html.twig - - WorkZone/Browser/Browser.html.twig + You are about to delete this basket. Would you like to continue ? - You are about to delete this basket. Would you like to continue? + You are about to delete this basket. Would you like to continue ? + WorkZone/Browser/Browser.html.twig - prod/actions/Push.html.twig You are about to push %nb_push_items% records, %nb_not_available% records can not be processed. - You are about to push %nb_push_items% records, %nb_not_available% records can not be processed. + You are about to push %nb_push_items% records, %nb_not_available% records can not be processed. + prod/actions/Push.html.twig - prod/actions/Push.html.twig You are about to push %nb_push_items% records. - You are about to push %nb_push_items% records. + You are about to push %nb_push_items% records. + prod/actions/Push.html.twig - - Bridge/Api/Youtube.php + You are attempting to exceed the storage limit on your account and must delete existing entries before inserting new entries - Maximum storage size reached on your account, delete existing entries before adding new ones + You are attempting to exceed the storage limit on your account and must delete existing entries before inserting new entries + Bridge/Api/Youtube.php - - Controller/Prod/Push.php + You are not allowed to add users - You are not allowed to create users + You are not allowed to add users + Controller/Prod/Push.php - - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - actions/Feedback/List-Share.html.twig + You are not authorized to do this - You are not authorized to do this action + You are not authorized to do this + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + actions/Feedback/List-Share.html.twig - admin/publications/fiche.html.twig You are not the feed owner - You are not the feed owner + You are not the feed owner + admin/publications/fiche.html.twig - Controller/Admin/Publications.php You are not the owner of this feed, you can not edit it - You are not the owner of this feed, you can not edit it + You are not the owner of this feed, you can not edit it + Controller/Admin/Publications.php - + + You are using the Flash uploader. + You are using the Flash uploader. prod/upload/upload-flash.html.twig prod/upload/upload-flash.html.twig - You are using the Flash uploader. - You are using the Flash uploader - + + You are using the HTML5 uploader. + You are using the HTML5 uploader. prod/upload/upload.html.twig prod/upload/upload.html.twig - You are using the HTML5 uploader. - You are using the HTML5 uploader - - user/import/file.html.twig + You can download an example by clicking here - Download an example file + You can download an example by clicking here + user/import/file.html.twig - - web/common/dialog_export.html.twig + You can alternatively receive an email when the download is ready. - Alternatively, you can receive an e-mail when the download is ready. + You can alternatively receive an email when the download is ready. + web/common/dialog_export.html.twig - - Controller/Prod/Language.php + You can choose only one record - Only one record can be selected. + You can choose only one record + Controller/Prod/Language.php - - user/import/file.html.twig + You can download the documentation here - Download a short documentation + You can download the documentation here + user/import/file.html.twig - - web/common/dialog_export.html.twig + You can not directly download more than %max_download% Mo ; time to package all documents is too long - You can't directly download more than %max_download% Mo ; time to package all documents would be too long. + You can not directly download more than %max_download% Mo ; time to package all documents is too long + web/common/dialog_export.html.twig - Controller/Prod/Story.php You can not edit this story - You can not edit this story + You can not edit this story + Controller/Prod/Story.php - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + You can not upload files - You are not allowed to upload files + You can not upload files + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - - Controller/Admin/Root.php + You do not enough rights to update status - Your user right do not allow you to change document status + You do not enough rights to update status + Controller/Admin/Root.php - Controller/Prod/BasketController.php You do not have access to this basket - You do not have access to this basket + You do not have access to this basket + Controller/Prod/BasketController.php - - prod/upload/lazaret.html.twig + You do not have enough rights to access quarantine - You do not have enough rights to access the quarantine + You do not have enough rights to access quarantine + prod/upload/lazaret.html.twig - - Controller/Prod/Export.php + You do not have required rights to send these documents over FTP - You don't have required rights to send these documents over FTP. + You do not have required rights to send these documents over FTP + Controller/Prod/Export.php - - prod/actions/delete_records_confirm.html.twig + You do not have rights to remove all selected documents. Are you sure ? - You do not have rights to remove all selected documents. Are you sure? + You do not have rights to remove all selected documents. Are you sure ? + prod/actions/delete_records_confirm.html.twig - - prod/actions/delete_records_confirm.html.twig + You do not have rights to remove selected documents - You don't have rights to remove selected documents. + You do not have rights to remove selected documents + prod/actions/delete_records_confirm.html.twig - Controller/Prod/MoveCollection.php You do not have the permission to move records to %collection% You do not have the permission to move records to %collection% + Controller/Prod/MoveCollection.php - - Notification/Mail/MailInfoValidationRequest.php + You have %d days to validate the selection. - You have %d days to give your feedback for the selected documents. + You have %d days to validate the selection. + Notification/Mail/MailInfoValidationRequest.php - Notification/Mail/MailInfoValidationRequest.php You have 1 day to validate the selection. - You have 1 day to validate the selection. + You have 1 day to validate the selection. + Notification/Mail/MailInfoValidationRequest.php - prod/upload/upload-flash.html.twig You have attempted to queue too many files - You have attempted to queue too many files + You have attempted to queue too many files + prod/upload/upload-flash.html.twig + + + You have been redirected to production application. + You have been redirected to production application. + web/prod/index.html.twig - actions/Property/index.html.twig You have selected %nbReceivedDocuments% records. - You have selected %nbReceivedDocuments% records. + You have selected %nbReceivedDocuments% records. + actions/Property/index.html.twig - actions/Property/index.html.twig You have selected one record. - You have selected one record. + You have selected one record. + actions/Property/index.html.twig - - Phrasea/Controller/Lightbox.php + You have to give your feedback at least on one document to send a report - You have to give at least one document feedback to send a report + You have to give your feedback at least on one document to send a report + Phrasea/Controller/Lightbox.php - - Notification/Mail/MailSuccessEmailConfirmationUnregistered.php + You have to wait for an administrator approval for your access request - You have to wait for an administrator access request approval. + You have to wait for an administrator approval for your access request + Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - Notification/Mail/MailInfoPushReceived.php You just received a push containing %quantity% documents from %user% You just received a push containing %quantity% documents from %user% + Notification/Mail/MailInfoPushReceived.php - - web/common/dialog_export.html.twig + You must agree to the Terms of Use to continue. - You must accept the Terms of Use to continue. + You must agree to the Terms of Use to continue. + web/common/dialog_export.html.twig - - Controller/Prod/Lazaret.php + You must give a destination collection - You must select a target collection + You must give a destination collection + Controller/Prod/Lazaret.php - - Controller/Prod/Lazaret.php + You must give a destination record - You must select one target record + You must give a destination record + Controller/Prod/Lazaret.php - - user/import/view.html.twig + You need define a model before importing a list of users - You need to define a template before importing a list of users. + You need define a model before importing a list of users + user/import/view.html.twig - - Notification/Mail/MailRequestPasswordSetup.php + You now have to set up your pasword - You now have to set your password. + You now have to set up your pasword + Notification/Mail/MailRequestPasswordSetup.php - - Controller/Root/Login.php - Controller/Root/Login.php + You tried to register with an unknown provider - You tried to register with an unknown provider. + You tried to register with an unknown provider + Controller/Root/Login.php + Controller/Root/Login.php - Helper/User/Edit.php You will no longer receive notifications at %old_email% You will no longer receive notifications at %old_email% + Helper/User/Edit.php - Helper/User/Edit.php You will now receive notifications at %new_email% You will now receive notifications at %new_email% + Helper/User/Edit.php - - login/providers/mapping.html.twig + Your %provider_name% account matchs a Phraseanet account - Your %provider_name% account matchs a Phraseanet account. + Your %provider_name% account matchs a Phraseanet account + login/providers/mapping.html.twig - Notification/Mail/MailSuccessEmailConfirmationRegistered.php Your access on %application% Your access on %application% + Notification/Mail/MailSuccessEmailConfirmationRegistered.php - - web/login/index.html.twig + Your account is locked, please follow the following link to unlock it - Your account is locked. Please follow the following link to unlock it. + Your account is locked, please follow the following link to unlock it + web/login/index.html.twig - Notification/Mail/MailRequestPasswordSetup.php Your account on %application% Your account on %application% + Notification/Mail/MailRequestPasswordSetup.php - Notification/Mail/MailRequestPasswordSetup.php Your account with the login %login% as been created Your account with the login %login% as been created + Notification/Mail/MailRequestPasswordSetup.php - prod/upload/upload.html.twig Your browser does not support all HTML5 features properly. - Your browser does not support all HTML5 features properly. + Your browser does not support all HTML5 features properly. + prod/upload/upload.html.twig - Controller/Admin/Fields.php Your configuration has been successfuly saved. - Your configuration has been successfuly saved. + Your configuration has been successfuly saved. + Controller/Admin/Fields.php - - Notification/Mail/MailSuccessEmailUpdate.php + Your contact email address has been updated - Your contact e-mail address has been updated + Your contact email address has been updated + Notification/Mail/MailSuccessEmailUpdate.php - - actions/Download/prepare.html.twig + Your documents are ready. If the download does not start, %before_link%click here%after_link% - Your documents are ready. If the download doesn't start automatically, please %before_link%click here%after_link%. + Your documents are ready. If the download does not start, %before_link%click here%after_link% + actions/Download/prepare.html.twig - - web/setup/step2.html.twig + Your email will be used to log in the application. - Your e-mail will be used to log in to the application. + Your email will be used to log in the application. + web/setup/step2.html.twig - Controller/Root/Login.php Your identity is not recognized. - Your identity is not recognized. + Your identity is not recognized. + Controller/Root/Login.php - - lib/classes/appbox.php + Your install might need to build some sub-definitions - Your install might need to build some subviews. + Your install might need to build some sub-definitions + lib/classes/appbox.php - lib/classes/appbox.php Your install might need to re-read technical datas - Your install might need to re-read technical datas + Your install might need to re-read technical datas + lib/classes/appbox.php - lib/classes/appbox.php - lib/classes/appbox.php Your install requires data migration, please execute the following command - Your install requires data migration, please execute the following command + Your install requires data migration, please execute the following command + lib/classes/appbox.php + lib/classes/appbox.php - - web/setup/step2.html.twig + Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories. - Media and their subviews (such as previews, thumbnails...) will be stored in the following directories: + Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories. + web/setup/step2.html.twig - + + Your registration requests have been taken into account. + Your registration requests have been taken into account. + Controller/Root/Account.php + + + a propos + a propos mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig - a propos - About - + + action : ajouter au panier + action : ajouter au panier web/client/answers.html.twig web/common/drop_down_options.html.twig prod/preview/tools.html.twig - action : ajouter au panier - Add to Basket - - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : bridge - Bridge + action : bridge + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : collection - Move + action : collection + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - web/prod/index.html.twig - prod/preview/caption.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : editer - Edit + action : editer + web/prod/index.html.twig + prod/preview/caption.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - + + action : exporter + action : exporter web/client/answers.html.twig web/client/baskets.html.twig web/client/baskets.html.twig - web/client/index.html.twig + web/client/index.html.twig web/common/drop_down_options.html.twig - web/lightbox/feed.html.twig - lightbox/IE6/feed.html.twig - lightbox/IE6/validate.html.twig - web/lightbox/validate.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 + web/lightbox/validate.html.twig + web/prod/index.html.twig + web/prod/index.html.twig prod/preview/tools.html.twig - prod/WorkZone/Basket.html.twig + prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig - action : exporter - Export - - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : outils - Tools + action : outils + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - web/client/baskets.html.twig + action : ouvrir dans le comparateur - Launch Lightbox + action : ouvrir dans le comparateur + web/client/baskets.html.twig - + + action : print + action : print web/client/answers.html.twig web/client/baskets.html.twig web/common/drop_down_options.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/preview/tools.html.twig - prod/WorkZone/Basket.html.twig + prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig - action : print - Print - - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : publier - Publish + action : publier + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : push - Push + action : push + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : status - Properties + action : status + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - + + action : supprimer + action : supprimer web/client/baskets.html.twig web/client/baskets.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Macros.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Macros.html.twig prod/WorkZone/Story.html.twig - action : supprimer - Delete - - web/client/baskets.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + action:: nouveau panier - New basket + action:: nouveau panier + web/client/baskets.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 - web/prod/index.html.twig + action:: nouveau reportage - New Story + action:: nouveau reportage + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig - - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig + action::Valider - Validate + action::Valider + 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 - action::editer - Edit - - - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig + action::detacher prod/WorkZone/Macros.html.twig + + + action::editer + action::editer + prod/WorkZone/Macros.html.twig + + action::exporter - Export + action::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 + action::renommer - Rename + action::renommer + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig - - web/admin/tree.html.twig - admin:: CGUs - Terms of Use + + actual status + actual status + admin/task-manager/index.html.twig - - admin/collection/create.html.twig + admin:: La collection n'a pas ete creee : vous devez donner un nom a votre collection - Collection not created, it must have a name + admin:: La collection n'a pas ete creee : vous devez donner un nom a votre collection + admin/collection/create.html.twig - - admin/user/demand.html.twig + admin:: appliquer le modele - Apply template + admin:: appliquer le modele + admin/user/registrations.html.twig - - admin/user/demand.html.twig + admin:: demandes en cours - Pending registration + admin:: demandes en cours + admin/user/registrations.html.twig - - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin:: donner les droits de telechargement et consultation de previews - Allow Display and download for previews + admin:: donner les droits de telechargement et consultation de previews + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin:: donner les droits de telechargements de preview et hd - Allow previews and documents download + admin:: donner les droits de telechargements de preview et hd + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin:: refuser l'acces - Deny access + admin:: refuser l'acces + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin:: watermarquer les documents - Apply watermark on previews + admin:: watermarquer les documents + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - - admin/databox/cgus.html.twig + admin::CGU Les utilisateurs doivent imperativement revalider ces conditions - Registered users have to re-accept modified General Terms of Use. + admin::CGU Les utilisateurs doivent imperativement revalider ces conditions + admin/databox/cgus.html.twig - - admin/databox/databox.html.twig + admin::base: Alias - Alias + admin::base: Alias + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: Cette base est indexable - This database can be indexed + admin::base: Cette base est indexable + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: Confirmer la suppression de la base - Confirm Database removal + admin::base: Confirmer la suppression de la base + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: Confirmer la suppression de tous les logs - Delete complete log of database ? + admin::base: Confirmer la suppression de tous les logs + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: Confirmer le vidage complet de la base - Delete full content of database ? + admin::base: Confirmer le vidage complet de la base + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: Confirmer vous l'arret de la publication de la base - Stop database publication ? + admin::base: Confirmer vous l'arret de la publication de la base + admin/databox/databox.html.twig - - web/admin/databases.html.twig + admin::base: Monter une base - Mount database + admin::base: Monter une base + web/admin/databases.html.twig - - web/admin/databases.html.twig + admin::base: Version - Version + admin::base: Version + web/admin/databases.html.twig - - admin/databox/databox.html.twig + admin::base: arreter la publication de la base - Stop database publication + admin::base: arreter la publication de la base + admin/databox/databox.html.twig - - Controller/Admin/Databox.php - admin/databox/databox.html.twig + admin::base: aucun alias - No aliases + admin::base: aucun alias + Controller/Admin/Databox.php + admin/databox/databox.html.twig - - web/admin/databases.html.twig + admin::base: creer une base - Create new database + admin::base: creer une base + web/admin/databases.html.twig - - admin/databox/databox.html.twig + admin::base: document indexes en utilisant la fiche xml - Full text indexed documents + admin::base: document indexes en utilisant la fiche xml + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: document indexes en utilisant le thesaurus - Thesaurus indexed documents + admin::base: document indexes en utilisant le thesaurus + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: envoyer un logo (jpeg 35px de hauteur max) - Upload Logo (Height 35px max., jpeg) + admin::base: envoyer un logo (jpeg 35px de hauteur max) + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: logo impression PDF - Print Logo + admin::base: logo impression PDF + admin/databox/databox.html.twig - - admin/collection/details.html.twig + admin::base: nombre - Number + admin::base: nombre + admin/collection/details.html.twig - - admin/databox/databox.html.twig + admin::base: nombre d'enregistrements sur la base : - Records on database : + admin::base: nombre d'enregistrements sur la base : + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: nombre de mots indexes sur la base - Indexed words: - - - admin/databox/databox.html.twig - admin::base: nombre de mots uniques sur la base : - Unique words : - - + admin::base: nombre de mots indexes sur la base admin/databox/databox.html.twig + + + admin::base: nombre de mots uniques sur la base : + admin::base: nombre de mots uniques sur la base : + admin/databox/databox.html.twig + + admin::base: nombre de termes de Thesaurus indexes : - Thesaurus indexed terms : + admin::base: nombre de termes de Thesaurus indexes : + admin/databox/databox.html.twig - - admin/collection/details.html.twig + admin::base: objet - Object + admin::base: objet + admin/collection/details.html.twig - + + admin::base: poids + admin::base: poids admin/collection/details.html.twig admin/collection/details.html.twig - admin::base: poids - Size - - web/admin/tree.html.twig + admin::base: preferences de collection - Collection Settings + admin::base: preferences de collection + web/admin/tree.html.twig - - web/admin/structure.html.twig + admin::base: structure - Structure + admin::base: structure + web/admin/structure.html.twig - - admin/databox/databox.html.twig + + admin::base: subdefs to be created : + admin::base: subdefs to be created : + admin/databox/databox.html.twig + + admin::base: supprimer la base - Delete database + admin::base: supprimer la base + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: supprimer tous les logs - Delete all logs + admin::base: supprimer tous les logs + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: vider la base - Empty database + admin::base: vider la base + admin/databox/databox.html.twig - - Controller/Admin/Databox.php + admin::base: vider la base avant de la supprimer - Empty database before delete + admin::base: vider la base avant de la supprimer + Controller/Admin/Databox.php - - web/admin/structure.html.twig + admin::base: xml invalide, les changements ne seront pas appliques - Invalid XML, unable to apply changes + admin::base: xml invalide, les changements ne seront pas appliques + web/admin/structure.html.twig - - admin/collection/create.html.twig - admin/databox/databox.html.twig + admin::base:collection: Creer une collection - Create collection + admin::base:collection: Creer une collection + admin/collection/create.html.twig + admin/databox/databox.html.twig - - admin/databox/databox.html.twig - admin/databox/databox.html.twig + admin::base:collection: Monter une collection - Mount a collection + admin::base:collection: Monter une collection + admin/databox/databox.html.twig + admin/databox/databox.html.twig - - admin/collection/create.html.twig + admin::base:collection: Nom de la nouvelle collection : - Name : + admin::base:collection: Nom de la nouvelle collection : + admin/collection/create.html.twig - - admin/collection/create.html.twig - admin/databox/databox.html.twig + admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces - apply users and rights from collection : + admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces + admin/collection/create.html.twig + admin/databox/databox.html.twig - + + admin::base:collection: activer la collection + admin::base:collection: activer la collection admin/collection/collection.html.twig admin/collection/collection.html.twig - admin::base:collection: activer la collection - Enabled collection - + + admin::base:collection: aucun fichier (minilogo, watermark ...) + admin::base:collection: aucun fichier (minilogo, watermark ...) admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig - admin/collection/collection.html.twig - admin/databox/databox.html.twig - admin::base:collection: aucun fichier (minilogo, watermark ...) - No file + admin/databox/databox.html.twig - + + admin::base:collection: descativer la collection + admin::base:collection: descativer la collection admin/collection/collection.html.twig admin/collection/collection.html.twig - admin::base:collection: descativer la collection - Disable collection - - admin/collection/collection.html.twig + admin::base:collection: etat de la collection - Collection Status + admin::base:collection: etat de la collection + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::base:collection: etes vous sur darreter la publication de cette collection - Confirm collection stop ? - - + admin::base:collection: etes vous sur darreter la publication de cette collection admin/collection/collection.html.twig + + admin::base:collection: etes vous sur de publier cette collection ? - Confirm collection publication ? + admin::base:collection: etes vous sur de publier cette collection ? + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::base:collection: etes vous sur de vider la collection ? - Confirm collection dump ? + admin::base:collection: etes vous sur de vider la collection ? + admin/collection/collection.html.twig - - admin/collection/collection.html.twig - admin::base:collection: image de presentation : - Collection introduction banner - - - admin/collection/collection.html.twig + admin::base:collection: minilogo actuel - Current minilogo + admin::base:collection: minilogo actuel + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::base:collection: numero de collection distante - Distant collection ID + admin::base:collection: numero de collection distante + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::base:collection: renommer la collection - Rename + admin::base:collection: renommer la collection + admin/collection/collection.html.twig - - admin/databox/databox.html.twig + admin::base:collection: supprimer le logo - Delete logo + admin::base:collection: supprimer le logo + admin/databox/databox.html.twig - - admin/collection/collection.html.twig + admin::base:collection: vider la collection - Empty + admin::base:collection: vider la collection + admin/collection/collection.html.twig - + + admin::base:collorder: descendre + admin::base:collorder: descendre admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig - admin::base:collorder: descendre - Move Down - + + admin::base:collorder: monter + admin::base:collorder: monter admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig - admin::base:collorder: monter - Move Up - + + admin::base:collorder: reinitialiser en ordre alphabetique + admin::base:collorder: reinitialiser en ordre alphabetique admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig - admin::base:collorder: reinitialiser en ordre alphabetique - Sort alphabetically - - admin/collection/collection.html.twig + admin::colelction::presentation des elements : rien - Default + admin::colelction::presentation des elements : rien + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::colelction::presentation des elements : stamp - Stamp + admin::colelction::presentation des elements : stamp + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::colelction::presentation des elements : watermark - Watermark file + admin::colelction::presentation des elements : watermark + admin/collection/collection.html.twig - - admin/user/demand.html.twig + admin::collection - Collection + admin::collection + admin/user/registrations.html.twig - - admin/collection/collection.html.twig + admin::collection: Confirmez vous la suppression de cette collection ? - Confirm collection delete ? + admin::collection: Confirmez vous la suppression de cette collection ? + admin/collection/collection.html.twig - - web/admin/tree.html.twig + admin::collection: ordre des collections - Collection Order + admin::collection: ordre des collections + web/admin/tree.html.twig - - admin/collection/collection.html.twig + admin::collection:: Gestionnaires des commandes - Order Managers + admin::collection:: Gestionnaires des commandes + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications) - Display options for documents shared outside Phraseanet + admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications) + admin/collection/collection.html.twig - - web/setup/step2.html.twig + admin::compte-utilisateur A propos de la securite des mots de passe : - About password security policy + admin::compte-utilisateur A propos de la securite des mots de passe : + web/setup/step2.html.twig - - web/setup/step2.html.twig + admin::compte-utilisateur Les mots de passe doivent etre clairement distincts du login et contenir au moins deux types parmis les caracteres suivants : - Password has to be clearly different from login and must contain 2 types of characters among the following : + admin::compte-utilisateur Les mots de passe doivent etre clairement distincts du login et contenir au moins deux types parmis les caracteres suivants : + web/setup/step2.html.twig - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig + admin::compte-utilisateur activite - Activity + admin::compte-utilisateur activite + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur adresse - Address + admin::compte-utilisateur adresse + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/common/dialog_export.html.twig - - web/account/account.html.twig + admin::compte-utilisateur changer mon mot de passe - Change password + admin::compte-utilisateur changer mon mot de passe + web/account/account.html.twig - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur code postal - Zip code + admin::compte-utilisateur code postal + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - web/account/reset-email.html.twig + admin::compte-utilisateur confirmer la nouvelle adresse email - Confirm e-mail address + admin::compte-utilisateur confirmer la nouvelle adresse email + web/account/reset-email.html.twig - - web/admin/users.html.twig + admin::compte-utilisateur date de creation - Creation date + admin::compte-utilisateur date de creation + web/admin/users.html.twig - - web/admin/users.html.twig + admin::compte-utilisateur dernier modele applique - Last applied template + admin::compte-utilisateur dernier modele applique + web/admin/users.html.twig - - Controller/Admin/Users.php - eventsmanager/notify/autoregister.php - web/account/account.html.twig + + admin::compte-utilisateur email + admin::compte-utilisateur email + Controller/Admin/Users.php + web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig - admin/user/demand.html.twig + admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur email - E-mail + web/common/dialog_export.html.twig - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur fax - Fax + admin::compte-utilisateur fax + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - web/admin/users.html.twig + admin::compte-utilisateur id utilisateur - id + admin::compte-utilisateur id utilisateur + web/admin/users.html.twig - - Core/Provider/RegistrationServiceProvider.php + + admin::compte-utilisateur identifiant + admin::compte-utilisateur identifiant + Core/Provider/RegistrationServiceProvider.php api/auth/end_user_authorization.html.twig - web/account/account.html.twig - web/account/account.html.twig + web/account/account.html.twig + web/account/account.html.twig web/account/reset-email.html.twig web/admin/editusers.html.twig - admin/user/demand.html.twig + admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur identifiant - Login - - api/auth/end_user_authorization.html.twig - web/account/account.html.twig - web/account/reset-email.html.twig - web/common/dialog_export.html.twig - web/setup/step2.html.twig - admin::compte-utilisateur mot de passe - Password + web/common/dialog_export.html.twig - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - eventsmanager/notify/autoregister.php - web/account/account.html.twig + + admin::compte-utilisateur mot de passe + admin::compte-utilisateur mot de passe + api/auth/end_user_authorization.html.twig + web/account/account.html.twig + web/account/reset-email.html.twig + api/auth/end_user_authorization.html.twig + web/common/dialog_export.html.twig + web/setup/step2.html.twig + + + admin::compte-utilisateur nom + admin::compte-utilisateur nom + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur nom - Last name + admin/user/registrations.html.twig + web/common/dialog_export.html.twig - - web/account/reset-email.html.twig + admin::compte-utilisateur nouvelle adresse email - New e-mail address + admin::compte-utilisateur nouvelle adresse email + web/account/reset-email.html.twig - - Controller/Admin/Users.php - web/admin/users.html.twig + admin::compte-utilisateur pays - Country - - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur poste - Job - - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - eventsmanager/notify/autoregister.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur prenom - First name - - - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin::compte-utilisateur sexe - Gender - - + admin::compte-utilisateur pays Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/admin/users.html.twig + + + admin::compte-utilisateur poste + admin::compte-utilisateur poste + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/common/dialog_export.html.twig + + + admin::compte-utilisateur prenom + admin::compte-utilisateur prenom + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/common/dialog_export.html.twig + + + admin::compte-utilisateur sexe + admin::compte-utilisateur sexe + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + + + admin::compte-utilisateur societe + admin::compte-utilisateur societe + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig - admin/user/demand.html.twig + admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur societe - Company + web/common/dialog_export.html.twig - - Core/Provider/RegistrationServiceProvider.php + admin::compte-utilisateur tel - Telephone + admin::compte-utilisateur tel + Core/Provider/RegistrationServiceProvider.php - - Controller/Admin/Users.php - web/account/account.html.twig + + admin::compte-utilisateur telephone + admin::compte-utilisateur telephone + Controller/Admin/Users.php + web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur telephone - Phone + admin/user/registrations.html.twig + web/common/dialog_export.html.twig - - Controller/Root/Account.php + admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer - A confirmation e-mail has been sent. Please follow the instructions contained to continue. + admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer + Controller/Root/Account.php - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur ville - City + admin::compte-utilisateur ville + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - Controller/Root/Account.php + admin::compte-utilisateur: L'email a correctement ete mis a jour - E-mail address successfully updated. + admin::compte-utilisateur: L'email a correctement ete mis a jour + Controller/Root/Account.php - - web/account/reset-email.html.twig + admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ? - Why should I give my password to change my e-mail? + admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ? + web/account/reset-email.html.twig - - web/account/reset-email.html.twig + admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer. - Your e-mail address will be used if you lose your password. It is important that you are the only one who can change it. + admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer. + web/account/reset-email.html.twig - - Notification/Mail/MailRequestEmailUpdate.php + admin::compte-utilisateur: email changement de mot d'email Bonjour, nous avons bien recu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. SI vous recevez ce mail sans l'avoir sollicite, merci de le detruire et de l'ignorer. - Hello, we received your request to change your e-mail address. Click on the following link to process. If you did not ask for e-mail change, please ignore this message. + admin::compte-utilisateur: email changement de mot d'email Bonjour, nous avons bien recu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. SI vous recevez ce mail sans l'avoir sollicite, merci de le detruire et de l'ignorer. + Notification/Mail/MailRequestEmailUpdate.php - - Controller/Root/Account.php + admin::compte-utilisateur: erreur lors de la mise a jour - Error while updating + admin::compte-utilisateur: erreur lors de la mise a jour + Controller/Root/Account.php - - web/setup/step2.html.twig + admin::compte-utilisateur::securite caracteres majuscules - Uppercase + admin::compte-utilisateur::securite caracteres majuscules + web/setup/step2.html.twig - - web/setup/step2.html.twig + admin::compte-utilisateur::securite caracteres minuscules - Lowercase + admin::compte-utilisateur::securite caracteres minuscules + web/setup/step2.html.twig - - web/setup/step2.html.twig + admin::compte-utilisateur::securite caracteres numeriques - Numeric + admin::compte-utilisateur::securite caracteres numeriques + web/setup/step2.html.twig - - web/setup/step2.html.twig + admin::compte-utilisateur::securite caracteres speciaux - Special + admin::compte-utilisateur::securite caracteres speciaux + web/setup/step2.html.twig - - web/account/account.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:ftp: repertoire de destination ftp - Ftp reception folder + admin::compte-utilisateur:ftp: repertoire de destination ftp + web/account/account.html.twig + web/common/dialog_export.html.twig - - web/account/account.html.twig + admin::compte-utilisateur:ftp: Activer le compte FTP - Enable FTP fonction + admin::compte-utilisateur:ftp: Activer le compte FTP + web/account/account.html.twig - - Controller/Root/Account.php + admin::compte-utilisateur:ftp: Le mot de passe est errone - Wrong password + admin::compte-utilisateur:ftp: Le mot de passe est errone + Controller/Root/Account.php - - web/account/account.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:ftp: Nombre d'essais max - Max. retry + admin::compte-utilisateur:ftp: Nombre d'essais max + web/account/account.html.twig + web/common/dialog_export.html.twig - - web/account/account.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:ftp: Utiliser le mode passif - Use passive mode + admin::compte-utilisateur:ftp: Utiliser le mode passif + web/account/account.html.twig + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + admin::compte-utilisateur:ftp: creer un dossier - Create directory + admin::compte-utilisateur:ftp: creer un dossier + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + admin::compte-utilisateur:ftp: ecrire un fichier de log - Write a log file + admin::compte-utilisateur:ftp: ecrire un fichier de log + web/common/dialog_export.html.twig - - web/account/account.html.twig + admin::compte-utilisateur:ftp: prefixe des noms de dossier ftp - Repository prefix name + admin::compte-utilisateur:ftp: prefixe des noms de dossier ftp + web/account/account.html.twig - - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:sexe: madame - Mrs. + admin::compte-utilisateur:sexe: madame + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:sexe: mademoiselle - Miss + admin::compte-utilisateur:sexe: mademoiselle + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:sexe: monsieur - Mr. + admin::compte-utilisateur:sexe: monsieur + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - web/common/menubar.html.twig - admin::monitor: Ancienne version (client) - Classic - - - web/common/menubar.html.twig - admin::monitor: Nouvelle version (prod) - Prod - - - web/admin/connected-users.html.twig + admin::monitor: bases sur lesquelles l'utilisateur est connecte : - Connected databases + admin::monitor: bases sur lesquelles l'utilisateur est connecte : + web/admin/connected-users.html.twig - - web/admin/connected-users.html.twig + admin::monitor: date de connexion - Connection date + admin::monitor: date de connexion + web/admin/connected-users.html.twig - - web/admin/connected-users.html.twig + admin::monitor: dernier access - Last access + admin::monitor: dernier access + web/admin/connected-users.html.twig - + + admin::monitor: module admin + admin::monitor: module admin Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig - admin::monitor: module admin - Admin + web/admin/connected-users.html.twig + web/common/menubar.html.twig - + + admin::monitor: module client + admin::monitor: module client Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - classes/record/preview.php - web/admin/connected-users.html.twig - admin::monitor: module client - Client + classes/record/preview.php + web/admin/connected-users.html.twig - + + admin::monitor: module comparateur + admin::monitor: module comparateur Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - web/admin/connected-users.html.twig - admin::monitor: module comparateur - Lightbox + web/admin/connected-users.html.twig - - Controller/Admin/ConnectedUsers.php + admin::monitor: module inconnu - Unknown + admin::monitor: module inconnu + Controller/Admin/ConnectedUsers.php - + + admin::monitor: module production + admin::monitor: module production Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - classes/record/preview.php - web/admin/connected-users.html.twig - admin::monitor: module production - Production + classes/record/preview.php + web/admin/connected-users.html.twig - + + admin::monitor: module report + admin::monitor: module report Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig - admin::monitor: module report - Report + web/admin/connected-users.html.twig + web/common/menubar.html.twig - + + admin::monitor: module thesaurus + admin::monitor: module thesaurus Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig - admin::monitor: module thesaurus - Thesaurus + web/admin/connected-users.html.twig + web/common/menubar.html.twig - + + admin::monitor: module upload + admin::monitor: module upload Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - web/common/menubar.html.twig - admin::monitor: module upload - Upload + web/common/menubar.html.twig - - Controller/Admin/ConnectedUsers.php - Phrasea/Controller/Lightbox.php - Phrasea/Controller/Lightbox.php - Phrasea/Controller/Lightbox.php - lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig + admin::monitor: module validation - Lightbox + admin::monitor: module validation + Controller/Admin/ConnectedUsers.php + Phrasea/Controller/Lightbox.php + Phrasea/Controller/Lightbox.php + Phrasea/Controller/Lightbox.php + lib/classes/phrasea.php + web/common/menubar.html.twig - - web/admin/connected-users.html.twig + admin::monitor: modules - Modules + admin::monitor: modules + web/admin/connected-users.html.twig - - web/common/menubar.html.twig + admin::monitor: production - Prod + admin::monitor: production + web/common/menubar.html.twig - - web/admin/connected-users.html.twig + admin::monitor: total des utilisateurs uniques : - Unique visitors + admin::monitor: total des utilisateurs uniques : + web/admin/connected-users.html.twig - - web/admin/connected-users.html.twig + admin::monitor: utilisateur - User + admin::monitor: utilisateur + web/admin/connected-users.html.twig - Notification/Mail/MailInfoSomebodyAutoregistered.php admin::register: Inscription automatique sur %application% admin::register: Inscription automatique sur %application% + Notification/Mail/MailInfoSomebodyAutoregistered.php - - Notification/Mail/MailInfoNewOrder.php + admin::register: Nouvelle commande sur %s - New order on %s + admin::register: Nouvelle commande sur %s + Notification/Mail/MailInfoNewOrder.php - Notification/Mail/MailInfoUserRegistered.php admin::register: demande d'inscription sur %application% admin::register: demande d'inscription sur %application% + Notification/Mail/MailInfoUserRegistered.php - - Notification/Mail/MailInfoUserRegistered.php + admin::register: un utilisateur a fait une demande d'inscription - Someone has asked for registration + admin::register: un utilisateur a fait une demande d'inscription + Notification/Mail/MailInfoUserRegistered.php - - Notification/Mail/MailInfoSomebodyAutoregistered.php + admin::register: un utilisateur s'est inscrit - A new user has registered + admin::register: un utilisateur s'est inscrit + Notification/Mail/MailInfoSomebodyAutoregistered.php - - admin/statusbit/edit.html.twig + admin::status: case A - Off + admin::status: case A + admin/statusbit/edit.html.twig - - admin/statusbit/edit.html.twig + admin::status: case B - On + admin::status: case B + admin/statusbit/edit.html.twig - - web/admin/tree.html.twig + admin::status: reglage des status - Status setup + admin::status: reglage des status + web/admin/tree.html.twig - + + admin::status: texte a afficher + admin::status: texte a afficher admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - admin::status: texte a afficher - Text displayed - + + admin::status:: aucun symbole + admin::status:: aucun symbole admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - admin::status:: aucun symbole - Delete Icon - - web/admin/tree.html.twig + admin::structure: reglage de la structure - Structure setup + admin::structure: reglage de la structure + web/admin/tree.html.twig - admin/collection/suggested_value.html.twig admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. + admin/collection/suggested_value.html.twig - - admin/collection/suggested_value.html.twig + admin::sugval: Valeurs suggerees/Preferences de la collection - Suggested values - collection settings + admin::sugval: Valeurs suggerees/Preferences de la collection + admin/collection/suggested_value.html.twig - - admin/collection/suggested_value.html.twig + admin::sugval: champs - Fields + admin::sugval: champs + admin/collection/suggested_value.html.twig - - task-manager/task-editor/task.html.twig + admin::tasks: Nombre de crashes : - Crashes + admin::tasks: Nombre de crashes : + task-manager/task-editor/task.html.twig - - admin/task-manager/list.html.twig - admin::tasks: Nouvelle tache - New task - - - admin/task-manager/list.html.twig - admin::tasks: nom de la tache - Name - - - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig - admin::tasks: planificateur de taches - Scheduler - - - admin/task-manager/list.html.twig - admin::tasks: process_id de la tache - Process_id - - - task-manager/task-editor/task.html.twig + admin::tasks: reinitialiser el compteur de crashes - Reset + admin::tasks: reinitialiser el compteur de crashes + task-manager/task-editor/task.html.twig - - admin/task-manager/list.html.twig - admin::tasks: statut de la tache - Status - - - web/admin/users.html.twig + admin::user: export d'utilisateurs - Export + admin::user: export d'utilisateurs + web/admin/users.html.twig - - web/admin/users.html.twig + admin::user: import d'utilisateurs - Import + admin::user: import d'utilisateurs + web/admin/users.html.twig - - web/admin/users.html.twig + admin::user: nouveau template - New template + admin::user: nouveau template + web/admin/users.html.twig - - web/admin/users.html.twig + admin::user: nouvel utilisateur - New User + admin::user: nouvel utilisateur + web/admin/users.html.twig - - web/admin/tree.html.twig + admin::utilisateurs: bases de donnees - Databases + admin::utilisateurs: bases de donnees + web/admin/tree.html.twig - - web/admin/tree.html.twig + admin::utilisateurs: demandes en cours - Demands + admin::utilisateurs: demandes en cours + web/admin/tree.html.twig - - web/admin/tree.html.twig + admin::utilisateurs: gestionnaire de taches - Task Manager + admin::utilisateurs: gestionnaire de taches + web/admin/tree.html.twig - - web/admin/tree.html.twig - web/admin/tree.html.twig - web/admin/tree.html.twig + admin::utilisateurs: utilisateurs - Users + admin::utilisateurs: utilisateurs + web/admin/tree.html.twig + web/admin/tree.html.twig + web/admin/tree.html.twig - - web/admin/connected-users.html.twig - web/admin/tree.html.twig + admin::utilisateurs: utilisateurs connectes - Connected users + admin::utilisateurs: utilisateurs connectes + web/admin/connected-users.html.twig + web/admin/tree.html.twig - - SearchEngine/SphinxSearch/SphinxSearchEngine.php + aleatoire - Random + aleatoire + SearchEngine/SphinxSearch/SphinxSearchEngine.php - - actions/Tools/index.html.twig + alert - Warning + alert + actions/Tools/index.html.twig - web/admin/dashboard.html.twig all caches services have been flushed - all caches services have been flushed + all caches services have been flushed + web/admin/dashboard.html.twig - Controller/Prod/Tools.php - actions/Tools/index.html.twig an error occured - an error occured + an error occured + Controller/Prod/Tools.php + actions/Tools/index.html.twig - Phrasea/Controller/Setup.php an error occured : %message% an error occured : %message% + Phrasea/Controller/Setup.php - - eventsmanager/notify/downloadmailfail.php + an error occured while exporting records - an error occurred while exporting records + an error occured while exporting records + eventsmanager/notify/downloadmailfail.php - - prod/actions/Push.html.twig + and %n% more peoples - and %n% more people + and %n% more peoples + prod/actions/Push.html.twig - - web/common/doctype_icons.html.twig + animation flash - Flash + animation flash + web/common/doctype_icons.html.twig - - classes/module/report.php + aout - August + aout + classes/module/report.php - - SearchEngine/Elastic/ElasticSearchEngine.php - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + ascendant - ascending + ascendant + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php - web/common/doctype_icons.html.twig audio - audio + audio + web/common/doctype_icons.html.twig - prod/results/help.html.twig auto* - auto* + auto* + prod/results/help.html.twig - - prod/results/help.html.twig + automobile - Automobile + automobile + prod/results/help.html.twig - - classes/module/report.php + avril - April + avril + classes/module/report.php - Controller/Thesaurus/Thesaurus.php bad character at line %line% bad character at line %line% + Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php bad encoding at line %line% bad encoding at line %line% + Controller/Thesaurus/Thesaurus.php - - admin/databox/databox.html.twig + base:: re-indexer - Re-index database now (regarding quantity of documents, this operation can last several hours) + base:: re-indexer + admin/databox/databox.html.twig - - eventsmanager/notify/uploadquarantine.php + be notified when a document is placed in quarantine - Be notified when a document is moved in quarantine + be notified when a document is placed in quarantine + eventsmanager/notify/uploadquarantine.php - - prod/results/help.html.twig + bijou en or - "Live OR let die" + bijou en or + prod/results/help.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + boutton:: selectionner aucune base - None + boutton:: selectionner aucune base + web/client/index.html.twig + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + boutton:: selectionner toutes les bases - All + boutton:: selectionner toutes les bases + web/client/index.html.twig + web/prod/index.html.twig - + + boutton::ajouter + boutton::ajouter admin/collection/suggested_value.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig - boutton::ajouter - Add - - Controller/Client/Root.php - Controller/Prod/Language.php - Controller/Prod/Language.php + + boutton::annuler + boutton::annuler + Controller/Client/Root.php + Controller/Prod/Language.php + Controller/Prod/Language.php web/account/reset-email.html.twig admin/collection/create.html.twig - web/admin/index.html.twig + web/admin/index.html.twig admin/publications/fiche.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig @@ -8834,146 +9043,141 @@ Bridge/Youtube/video_modify.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/import-dialog.html.twig - web/thesaurus/link-field-step1.html.twig - web/thesaurus/link-field-step2.html.twig - web/thesaurus/new-synonym-dialog.html.twig - web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig - web/thesaurus/search.html.twig - boutton::annuler - Cancel + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/import-dialog.html.twig + web/thesaurus/link-field-step1.html.twig + web/thesaurus/link-field-step2.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - - web/admin/users.html.twig + boutton::appliquer - Apply + boutton::appliquer + web/admin/users.html.twig - + + boutton::chercher + boutton::chercher lib/classes/queries.php lib/classes/queries.php web/admin/users.html.twig - actions/Feedback/list.html.twig - web/prod/thesaurus.js.twig - web/thesaurus/search.html.twig - boutton::chercher - Search + actions/Feedback/list.html.twig + web/prod/thesaurus.js.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - + + boutton::choisir + boutton::choisir web/admin/editusers.html.twig web/admin/users.html.twig - boutton::choisir - Choose - - web/common/dialog_export.html.twig + boutton::commander - Order + boutton::commander + web/common/dialog_export.html.twig - - Controller/Prod/Language.php - web/admin/databases.html.twig + boutton::creer - Create + boutton::creer + Controller/Prod/Language.php + web/admin/databases.html.twig - + + boutton::demarrer + boutton::demarrer web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - boutton::demarrer - Slideshow - - prod/feeds/entry_macro.html.twig + boutton::editer - Edit + boutton::editer + prod/feeds/entry_macro.html.twig - - web/lightbox/sc_note.html.twig + boutton::enregistrer - Save + boutton::enregistrer + web/lightbox/sc_note.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + boutton::envoyer - Send + boutton::envoyer + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + boutton::essayer - Try + boutton::essayer + web/common/dialog_export.html.twig - - web/admin/users.html.twig + boutton::exporter - Export + boutton::exporter + web/admin/users.html.twig - - Controller/Client/Root.php - Controller/Prod/Language.php - web/client/index.html.twig - web/common/dialog_export.html.twig + + boutton::fermer + boutton::fermer + Controller/Client/Root.php + Controller/Prod/Language.php + web/client/index.html.twig + web/common/dialog_export.html.twig web/lightbox/sc_note.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig prod/actions/Push.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-topics.html.twig - web/thesaurus/link-field-step3.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/export-topics.html.twig + web/thesaurus/link-field-step3.html.twig web/thesaurus/properties.html.twig - boutton::fermer - Close - - web/developers/application.html.twig + boutton::generer - Generate + boutton::generer + web/developers/application.html.twig - - prod/actions/printer_default.html.twig + boutton::imprimer - Print + boutton::imprimer + prod/actions/printer_default.html.twig - - actions/publish/publish_edit.html.twig - boutton::mettre a jour - Update - - - web/admin/users.html.twig + + boutton::modifier + boutton::modifier + web/admin/users.html.twig Bridge/Dailymotion/actionelement.html.twig Bridge/Flickr/actionelement.html.twig Bridge/Youtube/actionelement.html.twig - boutton::modifier - Modify - - web/admin/databases.html.twig + boutton::monter - Mount + boutton::monter + web/admin/databases.html.twig - + + boutton::pause + boutton::pause web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - boutton::pause - Pause - + + boutton::precedent + boutton::precedent web/lightbox/feed_options_box.html.twig web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig @@ -8982,56 +9186,51 @@ lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - boutton::precedent - Previous + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig - - actions/publish/publish.html.twig - boutton::publier - Publish - - - Controller/Prod/Language.php - web/client/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + boutton::rechercher - Search - - - actions/Bridge/disconnected.html.twig - boutton::refresh - Refresh - - - web/admin/dashboard.html.twig - boutton::reinitialiser - Reset - - - prod/actions/edit_default.html.twig - boutton::remplacer - Replace - - - Controller/Client/Root.php + boutton::rechercher Controller/Prod/Language.php - boutton::renouveller - Renew + web/client/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig - + + boutton::refresh + boutton::refresh + actions/Bridge/disconnected.html.twig + + + boutton::reinitialiser + boutton::reinitialiser + web/admin/dashboard.html.twig + + + boutton::remplacer + boutton::remplacer + prod/actions/edit_default.html.twig + + + boutton::renouveller + boutton::renouveller + Controller/Client/Root.php + Controller/Prod/Language.php + + + boutton::retour + boutton::retour admin/collection/details.html.twig admin/databox/details.html.twig web/admin/editusers.html.twig admin/publications/fiche.html.twig admin/statusbit/edit.html.twig user/import/file.html.twig - web/developers/application.html.twig + web/developers/application.html.twig web/developers/application_form.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig Bridge/Dailymotion/playlist_deleteelement.html.twig @@ -9045,15 +9244,15 @@ Bridge/Youtube/playlist_deleteelement.html.twig Bridge/Youtube/video_deleteelement.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig - boutton::retour - Back - - actions/Bridge/error.html.twig + boutton::retry - Try again + boutton::retry + actions/Bridge/error.html.twig - + + boutton::suivant + boutton::suivant web/lightbox/feed_options_box.html.twig web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig @@ -9062,22 +9261,20 @@ lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - boutton::suivant - Next + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig - - Controller/Prod/Language.php - Controller/Thesaurus/Xmlhttp.php + + boutton::supprimer + boutton::supprimer + Controller/Prod/Language.php admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig - admin/collection/collection.html.twig admin/collection/suggested_value.html.twig admin/publications/fiche.html.twig admin/publications/list.html.twig @@ -9090,38 +9287,38 @@ Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig prod/feeds/entry_macro.html.twig - web/prod/thesaurus.js.twig - boutton::supprimer - Delete + web/prod/thesaurus.js.twig + web/thesaurus/presets.html.twig - - web/common/dialog_export.html.twig + + boutton::telecharger + boutton::telecharger + web/common/dialog_export.html.twig web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - boutton::telecharger - Download - - web/lightbox/feed.html.twig - lightbox/IE6/feed.html.twig - lightbox/IE6/validate.html.twig - web/lightbox/validate.html.twig + boutton::telecharger tous les documents - Download all + boutton::telecharger tous les documents + web/lightbox/feed.html.twig + lightbox/IE6/feed.html.twig + lightbox/IE6/validate.html.twig + web/lightbox/validate.html.twig - - web/setup/step2.html.twig - web/setup/step2.html.twig + boutton::tester - Test + boutton::tester + web/setup/step2.html.twig + web/setup/step2.html.twig - Controller/Prod/Language.php + boutton::valider + Validate + Controller/Prod/Language.php mobile/lightbox/note_form.html.twig - web/account/access.html.twig - web/account/account.html.twig + web/account/account.html.twig web/account/reset-email.html.twig admin/collection/collection.html.twig admin/collection/create.html.twig @@ -9138,8 +9335,8 @@ admin/statusbit/edit.html.twig web/admin/structure.html.twig web/admin/subdefs.html.twig - admin/user/demand.html.twig user/import/view.html.twig + admin/user/registrations.html.twig web/developers/application_form.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig Bridge/Dailymotion/playlist_deleteelement.html.twig @@ -9160,3841 +9357,3757 @@ prod/actions/edit_default.html.twig prod/Baskets/Reorder.html.twig prod/Baskets/Update.html.twig - web/prod/index.html.twig - prod/Story/Reorder.html.twig + web/prod/index.html.twig + prod/Story/Reorder.html.twig web/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/import-dialog.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/import-dialog.html.twig web/thesaurus/index.html.twig - web/thesaurus/link-field-step1.html.twig - web/thesaurus/link-field-step2.html.twig - web/thesaurus/new-synonym-dialog.html.twig - web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig - boutton::valider - Validate + web/thesaurus/link-field-step1.html.twig + web/thesaurus/link-field-step2.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/thesaurus.html.twig - + + boutton::vue graphique + boutton::vue graphique admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig - boutton::vue graphique - Graphic view - + + boutton::vue xml + boutton::vue xml admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig - boutton::vue xml - XML view - - actions/Tools/index.html.twig + brightness settings - Brightness settings + brightness settings + actions/Tools/index.html.twig - - web/setup/step2.html.twig + button::Install - Install + button::Install + web/setup/step2.html.twig - - web/developers/applications.html.twig + button::supprimer - Delete + button::supprimer + web/developers/applications.html.twig - - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig + cancel - Cancel + cancel + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig - - prod/results/help.html.twig + cannes SAUF festival - France EXCEPT Paris + cannes SAUF festival + prod/results/help.html.twig - - classes/record/exportElement.php + caption XML - XML caption + caption XML + classes/record/exportElement.php - - classes/record/exportElement.php + caption YAML - YAML Caption + caption YAML + classes/record/exportElement.php - - Controller/Prod/Language.php + cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces - Warning : If you reject the General Terms of Use, you will not be able to login to this database - - + cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces Controller/Prod/Language.php + + cgus :: Vous devez vous reauthentifier pour que vos parametres soient pris en compte. - Changes will take effect next time you login. + cgus :: Vous devez vous reauthentifier pour que vos parametres soient pris en compte. + Controller/Prod/Language.php - - classes/databox/cgu.php + cgus :: accepter - Accept + cgus :: accepter + classes/databox/cgu.php - - classes/databox/cgu.php + cgus :: refuser - Reject + cgus :: refuser + classes/databox/cgu.php - classes/databox/cgu.php cgus:: CGUs de la base %databox_name% cgus:: CGUs de la base %databox_name% + classes/databox/cgu.php - + + cgus:: CGUs de la base %name% + cgus:: CGUs de la base %name% classes/databox/cgu.php - cgus:: CGUs de la base %s - General Terms of Use for database %s - - classes/databox/cgu.php + cgus:: Pour continuer a utiliser lapplication, vous devez accepter les conditions precedentes - To continue, you have to accept the General Terms of Use + cgus:: Pour continuer a utiliser lapplication, vous devez accepter les conditions precedentes + classes/databox/cgu.php - - web/prod/index.html.twig - web/prod/index.html.twig + chargement - Loading + chargement + web/prod/index.html.twig + web/prod/index.html.twig - + + charger d'avantage de publications + charger d'avantage de publications prod/feeds/feeds.html.twig prod/feeds/feeds.html.twig - charger d'avantage de publications - Load more publications - - classes/eventsmanager/broker.php + charger d'avantages de notifications - Load more Notifications + charger d'avantages de notifications + classes/eventsmanager/broker.php - - admin/collection/create.html.twig - admin/databox/databox.html.twig - web/prod/index.html.twig + choisir - Select + choisir + admin/collection/create.html.twig + admin/databox/databox.html.twig + web/prod/index.html.twig - + + classe + classe web/admin/subdefs.html.twig web/admin/subdefs.html.twig - classe - Class - - web/admin/subdefs.html.twig + classe d'acces - Access Class + classe d'acces + web/admin/subdefs.html.twig - - web/client/index.html.twig + client:: recherche - Search + client:: recherche + web/client/index.html.twig - - web/client/index.html.twig + client:: recherche avancee - Advanced Search + client:: recherche avancee + web/client/index.html.twig - - web/client/index.html.twig + client:: topics - Topics + client:: topics + web/client/index.html.twig - - web/client/answers.html.twig + client::answers: %available_results% reponses - %available_results% results + client::answers: %available_results% reponses + web/client/answers.html.twig - - web/client/answers.html.twig + client::answers: rapport de questions par bases - Query Report + client::answers: rapport de questions par bases + web/client/answers.html.twig - - web/client/index.html.twig + client::recherche: cliquez ici pour desactiver tous les filtres de cette base - Reset all filters + client::recherche: cliquez ici pour desactiver tous les filtres de cette base + web/client/index.html.twig - - web/client/index.html.twig + client::recherche: cliquez ici pour desactiver tous les filtres de toutes base - Click here to reset all filters + client::recherche: cliquez ici pour desactiver tous les filtres de toutes base + web/client/index.html.twig - - lib/classes/queries.php + client::recherche: dans les categories - In categories + client::recherche: dans les categories + lib/classes/queries.php - - web/client/index.html.twig + client::recherche: filter sur - Filter - - - web/client/index.html.twig - client::recherche: filtrer par champs - By Field - - + client::recherche: filter sur web/client/index.html.twig + + + client::recherche: filtrer par champs + client::recherche: filtrer par champs + web/client/index.html.twig + + client::recherche: filtrer par champs : tous les champs - All fields + client::recherche: filtrer par champs : tous les champs + web/client/index.html.twig - - web/client/index.html.twig + client::recherche: filtrer par dates - By Date + client::recherche: filtrer par dates + web/client/index.html.twig - - web/client/index.html.twig + client::recherche: filtrer par status - By Status + client::recherche: filtrer par status + web/client/index.html.twig - - web/client/index.html.twig + client::recherche: rechercher dans les bases : - Search + client::recherche: rechercher dans les bases : + web/client/index.html.twig - - web/client/index.html.twig + client::recherche: rechercher dans toutes les bases - All databases + client::recherche: rechercher dans toutes les bases + web/client/index.html.twig - - web/report/listColumn.html.twig + cocher tout - Select all + cocher tout + web/report/listColumn.html.twig - - web/common/dialog_export.html.twig + commande::deadline - Deadline + commande::deadline + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + commande::utilisation prevue - Intended use + commande::utilisation prevue + web/common/dialog_export.html.twig - - Controller/Report/Activity.php - Controller/Report/Root.php + configuration - Configuration + configuration + Controller/Report/Activity.php + Controller/Report/Root.php - - actions/Tools/index.html.twig + contrast settings - Contrast settings + contrast settings + actions/Tools/index.html.twig - - actions/Bridge/element_list.html.twig + dans %category% - in %category% + dans %category% + actions/Bridge/element_list.html.twig - - prod/feeds/entry_macro.html.twig + dans %feed_name% - in %feed_name% + dans %feed_name% + prod/feeds/entry_macro.html.twig - + + date dajout + date dajout SearchEngine/Elastic/ElasticSearchEngine.php SearchEngine/SphinxSearch/SphinxSearchEngine.php - date dajout - Add date - - classes/module/report.php + decembre - December + decembre + classes/module/report.php - - prod/WorkZone/Macros.html.twig + delete - Delete + delete + prod/WorkZone/Macros.html.twig - - SearchEngine/Elastic/ElasticSearchEngine.php - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + descendant - descending + descendant + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php - - actions/Tools/confirm.html.twig + do you want to validate - Do you want to validate + do you want to validate + actions/Tools/confirm.html.twig + document + document web/admin/subdefs.html.twig web/admin/subdefs.html.twig web/common/doctype_icons.html.twig - document - document - + + document original + document original classes/record/exportElement.php classes/record/exportElement.php - document original - Original document - - prod/results/help.html.twig + dé?it - fi?e + dé?it + prod/results/help.html.twig - - prod/actions/edit_default.html.twig + + edit + edit + web/account/account.html.twig + web/account/account.html.twig + web/account/account.html.twig + prod/WorkZone/Macros.html.twig + + edit: chosiir limage du regroupement - Set as cover document + edit: chosiir limage du regroupement + prod/actions/edit_default.html.twig - - Controller/Prod/Language.php + edit:: Ajouter %s au champ courrant - Add %s to selected document + edit:: Ajouter %s au champ courrant + Controller/Prod/Language.php - - Controller/Prod/Language.php + edit:: Ajouter %s au champ courrant pour les records selectionnes - Add %s to all selected documents - - + edit:: Ajouter %s au champ courrant pour les records selectionnes Controller/Prod/Language.php + + edit:: Supprimer %s du champ courrant - Delete %s from selected document + edit:: Supprimer %s du champ courrant + Controller/Prod/Language.php - - Controller/Prod/Language.php + edit:: Supprimer %s du champ dans les records selectionnes - Delete %s from all selected documents + edit:: Supprimer %s du champ dans les records selectionnes + Controller/Prod/Language.php - - prod/actions/edit_default.html.twig + edit::Certains champs doivent etre remplis pour valider cet editing - Some fields must be filled in to save changes + edit::Certains champs doivent etre remplis pour valider cet editing + prod/actions/edit_default.html.twig - - Controller/Prod/Language.php + edit::certains documents possedent des champs requis non remplis. Merci de les remplir pour valider votre editing - Some documents have empty required fields. Please complete fields + edit::certains documents possedent des champs requis non remplis. Merci de les remplir pour valider votre editing + Controller/Prod/Language.php - - prod/actions/edit_default.html.twig + edit::preset:: titre - Title + edit::preset:: titre + prod/actions/edit_default.html.twig - web/thesaurus/load-thesaurus.html.twig effacer (OK) ou quitter (Annuler) ? effacer (OK) ou quitter (Annuler) ? + web/thesaurus/load-thesaurus.html.twig - prod/templates/push.html.twig element(s) - element(s) + element(s) + prod/templates/push.html.twig - - eventsmanager/notify/downloadmailfail.php + email is not valid - E-mail is not valid. + email is not valid + eventsmanager/notify/downloadmailfail.php - - prod/actions/collection_default.html.twig + erreur : Vous n'avez pas les droits - You do not have the required permissions. + erreur : Vous n'avez pas les droits + prod/actions/collection_default.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig example : fr,en - example : fr,en + example : fr,en + task-manager/task-editor/phraseanet-indexer.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + export:: FTP - FTP + export:: FTP + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - Controller/Client/Root.php + export:: aucun document n'est disponible au telechargement - There are no available documents for download + export:: aucun document n'est disponible au telechargement + Controller/Client/Root.php - - web/common/dialog_export.html.twig + export:: commande - Order - - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - export:: envoi par mail - E-Mail - - - prod/actions/printer_default.html.twig - export:: erreur : aucun document selectionne - Error : no document selected - - - web/common/dialog_export.html.twig + export:: commande web/common/dialog_export.html.twig + + + export:: envoi par mail + export:: envoi par mail + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + + + export:: erreur : aucun document selectionne + export:: erreur : aucun document selectionne + prod/actions/printer_default.html.twig + + export:: telechargement - Download + export:: telechargement + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - classes/set/export.php + export::ftp: reglages manuels - Manual settings + export::ftp: reglages manuels + classes/set/export.php - - web/common/dialog_export.html.twig + export::mail: contenu du mail - Content + export::mail: contenu du mail + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + export::mail: destinataire - To + export::mail: destinataire + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + export::mail: fichiers joint - Attachment(s) + export::mail: fichiers joint + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + export::titre: nom original du document - Original name + export::titre: nom original du document + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + export::titre: titre du documument - Title + export::titre: titre du documument + web/common/dialog_export.html.twig - eventsmanager/notify/downloadmailfail.php failed to send mail - failed to send mail + failed to send mail + eventsmanager/notify/downloadmailfail.php - - classes/module/report.php + fevrier - February + fevrier + classes/module/report.php - Controller/Prod/Tools.php - Controller/Prod/Tools.php - Controller/Prod/Tools.php - Controller/Prod/Tools.php file is not valid - file is not valid + file is not valid + Controller/Prod/Tools.php + Controller/Prod/Tools.php + Controller/Prod/Tools.php + Controller/Prod/Tools.php - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php filtrer les resultats sur la colonne %colonne% filtrer les resultats sur la colonne %colonne% + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php - eventsmanager/notify/uploadquarantine.php for the following reasons : %reasons% for the following reasons : %reasons% + eventsmanager/notify/uploadquarantine.php - + + forms::ce champ est requis + forms::ce champ est requis web/setup/step2.html.twig web/setup/step2.html.twig - forms::ce champ est requis - This field is required - - Controller/Root/Account.php - forms::erreurs lors de l'enregistrement des modifications - Error when saving modifications - - - Controller/Root/Account.php + forms::l'email semble invalide - E-mail address seems invalid. + forms::l'email semble invalide + Controller/Root/Account.php - - web/setup/step2.html.twig + forms::la valeur donnee est trop courte - Too short + forms::la valeur donnee est trop courte + web/setup/step2.html.twig - - web/setup/step2.html.twig + forms::le mot de passe est bon - Good + forms::le mot de passe est bon + web/setup/step2.html.twig - - web/setup/step2.html.twig + forms::le mot de passe est tres bon - Strong + forms::le mot de passe est tres bon + web/setup/step2.html.twig - - web/setup/step2.html.twig + forms::le mot de passe est trop similaire a l'identifiant - Too similar to login + forms::le mot de passe est trop similaire a l'identifiant + web/setup/step2.html.twig - + + forms::le mot de passe est trop simple + forms::le mot de passe est trop simple web/setup/step2.html.twig web/setup/step2.html.twig - forms::le mot de passe est trop simple - Too weak - - Controller/Root/Account.php + forms::les emails ne correspondent pas - E-mails do not match. + forms::les emails ne correspondent pas + Controller/Root/Account.php - - web/setup/step2.html.twig + forms::les mots de passe ne correspondent pas - Passwords do not match + forms::les mots de passe ne correspondent pas + web/setup/step2.html.twig - - web/setup/step2.html.twig + forms::merci d'entrer une adresse e-mail valide - Please use a valid e-mail address. + forms::merci d'entrer une adresse e-mail valide + web/setup/step2.html.twig - - admin/databox/databox.html.twig + forms::operation effectuee OK - Modifications done + forms::operation effectuee OK + admin/databox/databox.html.twig - - web/common/doctype_icons.html.twig + + from + from + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + image - Image + image + web/common/doctype_icons.html.twig - - actions/Tools/index.html.twig + image rotation - Image rotation + image rotation + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + image tool - Rotate + image tool + actions/Tools/index.html.twig - - Controller/Client/Root.php - Controller/Prod/Language.php + invite:: Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annulez - Redirection to the login page, click OK to continue or cancel. + invite:: Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annulez + Controller/Client/Root.php + Controller/Prod/Language.php - - classes/module/report.php + janvier - January + janvier + classes/module/report.php - - prod/results/help.html.twig + journal OU jt - car OR automobile + journal OU jt + prod/results/help.html.twig - - classes/module/report.php + juillet - July + juillet + classes/module/report.php - - classes/module/report.php + juin - June + juin + classes/module/report.php - - login/include/language-block.html.twig + language - Language + language + login/include/language-block.html.twig - - actions/Bridge/deactivated.html.twig + le service sera de nouveau disponible dans quelques minutes - Service will be available again in a few minutes + le service sera de nouveau disponible dans quelques minutes + actions/Bridge/deactivated.html.twig - + + lightbox::recaptitulatif + lightbox::recaptitulatif web/lightbox/agreement_box.html.twig lightbox/IE6/agreement_box.html.twig - web/lightbox/validate.html.twig - lightbox::recaptitulatif - Summary + web/lightbox/validate.html.twig - - web/account/account.html.twig + login:: Changer mon adresse email - Change my e-mail + login:: Changer mon adresse email + web/account/account.html.twig - - web/login/index.html.twig + login:: Envoyer a nouveau le mail de confirmation - Send me a new confirmation e-mail + login:: Envoyer a nouveau le mail de confirmation + web/login/index.html.twig - - Notification/Mail/MailRequestPasswordUpdate.php + login:: Forgot your password - Forgotten password ? + login:: Forgot your password + Notification/Mail/MailRequestPasswordUpdate.php - - web/account/account.html.twig - web/common/menubar.html.twig + login:: Mon compte - My account + login:: Mon compte + web/account/account.html.twig + web/common/menubar.html.twig - - Notification/Mail/MailRequestPasswordUpdate.php + login:: Visitez le lien suivant et suivez les instructions pour continuer, sinon ignorez cet email et il ne se passera rien - Click on the following link and follow the instructions. + login:: Visitez le lien suivant et suivez les instructions pour continuer, sinon ignorez cet email et il ne se passera rien + Notification/Mail/MailRequestPasswordUpdate.php - - actions/Bridge/disconnected.html.twig + login:: connexion - Login + login:: connexion + actions/Bridge/disconnected.html.twig - - Controller/Api/Oauth2.php - Controller/Root/Login.php + login::erreur: Erreur d'authentification - Authentication error + login::erreur: Erreur d'authentification + Controller/Api/Oauth2.php + Controller/Root/Login.php - - Controller/Root/Login.php + login::erreur: No available connection - Please contact sys-admin - No available connection. Please contact system administrator + login::erreur: No available connection - Please contact sys-admin + Controller/Root/Login.php - - Controller/Root/Login.php + login::erreur: Vous n'avez pas confirme votre email - Access denied, you have not confirmed your e-mail address. + login::erreur: Vous n'avez pas confirme votre email + Controller/Root/Login.php - - Controller/Root/Account.php + login::notification: Changements enregistres - Changes saved + login::notification: Changements enregistres + Controller/Root/Account.php - - Controller/Root/Account.php - Controller/Root/Login.php + login::notification: Mise a jour du mot de passe avec succes - Password update done + login::notification: Mise a jour du mot de passe avec succes + Controller/Root/Account.php + Controller/Root/Login.php - - Controller/Root/Account.php - login::notification: Vos demandes ont ete prises en compte - Requests are beeing processed - - - Controller/Root/Login.php - Controller/Root/Login.php + login::notification: demande de confirmation par mail envoyee - E-mail confirmation sent. + login::notification: demande de confirmation par mail envoyee + Controller/Root/Login.php + Controller/Root/Login.php - - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - web/account/access.html.twig - web/account/access.html.twig + login::register: Faire une demande d'acces - Register + login::register: Faire une demande d'acces + web/account/access.html.twig - - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - web/account/access.html.twig - web/account/access.html.twig + login::register: L'acces aux bases ci-dessous implique l'acceptation des Conditions Generales d'Utilisation (CGU) suivantes - To access the following collections, you must accept General Terms of Use. + login::register: L'acces aux bases ci-dessous implique l'acceptation des Conditions Generales d'Utilisation (CGU) suivantes + web/account/access.html.twig - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces authorise sur la collection - Access granted on : - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces refuse sur la collection - Access rejected on - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces supendu sur - Access suspended - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces temporaire sur - Temporary access on - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces temporaire termine sur - Temporary access closed on - - - Notification/Mail/MailRequestEmailConfirmation.php + login::register: email confirmation email Pour valider votre inscription a la base de donnees, merci de confirmer votre e-mail en suivant le lien ci-dessous. - To process your registration, please confirm your e-mail address by using the following link: + login::register: email confirmation email Pour valider votre inscription a la base de donnees, merci de confirmer votre e-mail en suivant le lien ci-dessous. + Notification/Mail/MailRequestEmailConfirmation.php - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: en attente d'acces sur - Waiting for access confirmation on - - + + login::register: merci d'avoir confirme votre adresse email + login::register: merci d'avoir confirme votre adresse email Notification/Mail/MailSuccessEmailConfirmationRegistered.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - login::register: merci d'avoir confirme votre adresse email - Thank you for confirming your e-mail. - + + login::register: sujet email : confirmation de votre adresse email + login::register: sujet email : confirmation de votre adresse email Notification/Mail/MailRequestEmailConfirmation.php Notification/Mail/MailRequestEmailUpdate.php - login::register: sujet email : confirmation de votre adresse email - E-mail address check. - - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig + login::register::CGU: lire les CGU - Read GTU + login::register::CGU: lire les CGU + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig - - Notification/Mail/MailSuccessAccessRequest.php + login::register:email: Voici un compte rendu du traitement de vos demandes d'acces : - Registration process report + login::register:email: Voici un compte rendu du traitement de vos demandes d'acces : + Notification/Mail/MailSuccessAccessRequest.php - Notification/Mail/MailSuccessAccessRequest.php login::register:email: Votre compte %application% login::register:email: Votre compte %application% + Notification/Mail/MailSuccessAccessRequest.php - Controller/Admin/Users.php login::register:email: Vous avez ete accepte sur les collections suivantes : login::register:email: Vous avez ete accepte sur les collections suivantes : + Controller/Admin/Users.php - Controller/Admin/Users.php login::register:email: Vous avez ete refuse sur les collections suivantes : login::register:email: Vous avez ete refuse sur les collections suivantes : + Controller/Admin/Users.php - - classes/module/report.php + mai - May + mai + classes/module/report.php - - classes/module/report.php + mars - March + mars + classes/module/report.php + maximum : %maxFileSizeReadable% + maximum : %maxFileSizeReadable% prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - maximum : %maxFileSizeReadable% - maximum : %maxFileSizeReadable% - - web/admin/subdefs.html.twig + mediatype - Media type + mediatype + web/admin/subdefs.html.twig - - actions/Tools/index.html.twig + meta-datas - Meta datas + meta-datas + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + mettre a jour le nom original de fichier apres substitution - Update the filename + mettre a jour le nom original de fichier apres substitution + actions/Tools/index.html.twig - - Model/Entities/User.php - classes/User/Adapter.php - modele %name% - modele %name% + + name + name + admin/task-manager/index.html.twig - - web/developers/application_form.html.twig + new client application - New client application + new client application + web/developers/application_form.html.twig - - web/account/sessions.html.twig + + no + no + web/account/sessions.html.twig web/admin/subdefs.html.twig user/import/view.html.twig web/common/technical_datas.html.twig - no - No - - actions/Tools/index.html.twig + no image selected - No Document selected + no image selected + actions/Tools/index.html.twig - + + non + non web/admin/statusbit.html.twig web/admin/statusbit.html.twig - non - No - - web/lightbox/feed.html.twig - lightbox/IE6/feed.html.twig - lightbox/IE6/validate.html.twig - web/lightbox/validate.html.twig + notice - Caption + notice + web/lightbox/feed.html.twig + lightbox/IE6/feed.html.twig + lightbox/IE6/validate.html.twig + web/lightbox/validate.html.twig - - actions/Bridge/index.html.twig + nouveau - New + nouveau + actions/Bridge/index.html.twig - - classes/module/report.php + novembre - November + novembre + classes/module/report.php - - classes/module/report.php + octobre - October + octobre + classes/module/report.php - prod/actions/Push.html.twig or - or + or + prod/actions/Push.html.twig - + + oui + oui web/admin/statusbit.html.twig web/admin/statusbit.html.twig - oui - Yes - Controller/Thesaurus/Thesaurus.php over-indent at line %line% over-indent at line %line% + Controller/Thesaurus/Thesaurus.php - - Controller/Prod/Language.php - Controller/Prod/Language.php + panier:: Un reportage ne peux recevoir que des elements provenants de la base ou il est enregistre - A story can't contain document from a different database than the one use to create it + panier:: Un reportage ne peux recevoir que des elements provenants de la base ou il est enregistre + Controller/Prod/Language.php + Controller/Prod/Language.php - prod/Baskets/Update.html.twig panier:: description Caption + prod/Baskets/Update.html.twig - prod/Baskets/Update.html.twig panier:: nom Name + prod/Baskets/Update.html.twig - - prod/WorkZone/Macros.html.twig + panier:: ordre Validation ascendante - Most approved + panier:: ordre Validation ascendante + prod/WorkZone/Macros.html.twig - - prod/WorkZone/Macros.html.twig + panier:: ordre Validation descendante - Less approved + panier:: ordre Validation descendante + prod/WorkZone/Macros.html.twig - - prod/WorkZone/Macros.html.twig + panier:: ordre du panier - Basket order + panier:: ordre du panier + prod/WorkZone/Macros.html.twig - - Controller/Prod/Language.php + panier:: renommer le panier - Rename + panier:: renommer le panier + Controller/Prod/Language.php - - Controller/Prod/Language.php + panier:: vous ne pouvez pas supprimer un panier public - You do not have the required permissions to delete public basket + panier:: vous ne pouvez pas supprimer un panier public + Controller/Prod/Language.php - - Controller/Prod/Language.php + panier::Attention, vous etes sur le point de supprimer un element du reportage. Merci de confirmer votre action. - Your are about to delete on record from a story, please confirm your action + panier::Attention, vous etes sur le point de supprimer un element du reportage. Merci de confirmer votre action. + Controller/Prod/Language.php - - Controller/Prod/Language.php + panier::Supression d'un element d'un reportage - Delete one record from story + panier::Supression d'un element d'un reportage + Controller/Prod/Language.php - + + paniers:: %nb_basket_elements% documents dans le panier + paniers:: %nb_basket_elements% documents dans le panier web/client/baskets.html.twig web/client/baskets.html.twig - paniers:: %nb_basket_elements% documents dans le panier - %nb_basket_elements% documents in basket - - Controller/Client/Root.php - Controller/Client/Root.php + paniers:: Quel nom souhaitez vous donner a votre panier ? - Basket name + paniers:: Quel nom souhaitez vous donner a votre panier ? + Controller/Client/Root.php + Controller/Client/Root.php - - web/client/baskets.html.twig + paniers:: panier emis par %pusher_name% - Basket sent by %pusher_name% + paniers:: panier emis par %pusher_name% + web/client/baskets.html.twig - - prod/WorkZone/Macros.html.twig + paniers:: panier recu de %pusher% - Basket received from %pusher% + paniers:: panier recu de %pusher% + prod/WorkZone/Macros.html.twig - - web/client/baskets.html.twig + paniers:: vous avez de nouveaux paniers non consultes - New basket(s) received + paniers:: vous avez de nouveaux paniers non consultes + web/client/baskets.html.twig - - Controller/Client/Root.php - Controller/Prod/Language.php + paniers::Vous etes sur le point de supprimer ce panier. Cette action est irreversible. Souhaitez-vous continuer ? - You are about to delete a basket. This action can not be undone, continue? - - - web/client/baskets.html.twig - paniers::categories: mes paniers - My baskets - - - web/client/baskets.html.twig - paniers::categories: paniers recus - Baskets received - - - prod/Baskets/Create.html.twig - paniers::description du nouveau panier - Caption - - - web/account/authorized_apps.html.twig - par %user_name% - By %user_name% - - - web/admin/editusers_quotas.html.twig - par mois - per month - - - SearchEngine/Elastic/ElasticSearchEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php - pertinence - Relevance - - - Form/Configuration/ExecutablesFormType.php - php.ini path - php.ini path - - - web/admin/databases.html.twig - phraseanet:: Creer une base sur un serveur different de l'application box - Create a new database on another server - - - Controller/Prod/Language.php - phraseanet:: Erreur - Error - - - web/admin/databases.html.twig - phraseanet:: Modele de donnees - XML structure template - - - web/admin/databases.html.twig - phraseanet:: Monter une base provenant d'un serveur different de l'application box - Mount Database from a distant host. - - - Controller/Root/Login.php - phraseanet:: Un email vient de vous etre envoye - An e-mail has been sent. - - - web/common/menubar.html.twig - phraseanet:: a propos - About - - - web/account/account.html.twig - admin/collection/collection.html.twig - web/admin/connected-users.html.twig - web/common/dialog_export.html.twig - web/setup/step2.html.twig - phraseanet:: adresse - Address - - - web/common/menubar.html.twig - phraseanet:: aide - Help - - - web/thesaurus/index.html.twig - phraseanet:: choisir - Choose - - - admin/collection/collection.html.twig - phraseanet:: collection - Collection - - - web/client/index.html.twig - phraseanet:: collections - Collections - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: dbname - Database Name - - - web/common/menubar.html.twig - actions/Bridge/wrapper.html.twig - phraseanet:: deconnection - Sign out - - - admin/collection/collection.html.twig - admin/databox/databox.html.twig - phraseanet:: details - Details - - - web/client/index.html.twig - phraseanet:: historique - Timeline - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: hostname - Host name - - - web/thesaurus/new-synonym-dialog.html.twig - phraseanet:: language - Language - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: password - Password - - - web/admin/databases.html.twig - web/admin/databases.html.twig - web/setup/step2.html.twig - phraseanet:: port - Port - - - web/common/dialog_export.html.twig - phraseanet:: prereglages - Presets - - - web/client/index.html.twig - phraseanet:: presentation des resultats - Display settings - - - prod/actions/edit_default.html.twig - phraseanet:: presse-papier - Clipboard - - - prod/actions/edit_default.html.twig - prod/actions/printer_default.html.twig - phraseanet:: preview - Preview - - - web/client/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - phraseanet:: propositions - Proposals - - - web/common/menubar.html.twig - phraseanet:: raccourcis clavier - Shortcuts - - - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - phraseanet:: sous definition - Subview - - - prod/actions/edit_default.html.twig - web/prod/index.html.twig - web/thesaurus/index.html.twig - web/thesaurus/load-thesaurus.html.twig - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig - phraseanet:: thesaurus - Thesaurus - - - web/thesaurus/export-topics-dialog.html.twig - phraseanet:: tri - Sort - - - web/prod/index.html.twig - web/prod/index.html.twig - web/thesaurus/export-topics-dialog.html.twig - phraseanet:: tri par date - Sort by date - - - web/prod/index.html.twig - web/prod/index.html.twig - phraseanet:: tri par nom - Sort by name - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: user - User - - - web/common/dialog_export.html.twig - phraseanet:: utiliser SSL - SSL - - - Controller/Prod/Language.php - phraseanet::Ne plus afficher ce message - Do not display anymore - - - Controller/Prod/Language.php - admin/collection/suggested_value.html.twig - prod/actions/edit_default.html.twig - web/thesaurus/thesaurus.html.twig - phraseanet::chargement - Loading - - - Controller/Client/Root.php - Controller/Prod/Language.php - web/admin/index.html.twig - phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible - Server connection is not available - - - Controller/Root/Login.php - phraseanet::erreur: Le compte n'a pas ete trouve - Account does not exist - - + paniers::Vous etes sur le point de supprimer ce panier. Cette action est irreversible. Souhaitez-vous continuer ? Controller/Client/Root.php Controller/Prod/Language.php - web/admin/index.html.twig - phraseanet::erreur: Une erreur est survenue, si ce probleme persiste, contactez le support technique - An error occurred. If this problem happens again, please contact technical support - - Controller/Client/Root.php + + paniers::categories: mes paniers + paniers::categories: mes paniers + web/client/baskets.html.twig + + + paniers::categories: paniers recus + paniers::categories: paniers recus + web/client/baskets.html.twig + + + paniers::description du nouveau panier + Caption + prod/Baskets/Create.html.twig + + + par %user_name% + par %user_name% + web/account/authorized_apps.html.twig + + + par mois + par mois + web/admin/editusers_quotas.html.twig + + + pertinence + pertinence + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php + + + php.ini path + php.ini path + Form/Configuration/ExecutablesFormType.php + + + phraseanet:: Creer une base sur un serveur different de l'application box + phraseanet:: Creer une base sur un serveur different de l'application box + web/admin/databases.html.twig + + + phraseanet:: Erreur + phraseanet:: Erreur + Controller/Prod/Language.php + + + phraseanet:: Modele de donnees + phraseanet:: Modele de donnees + web/admin/databases.html.twig + + + phraseanet:: Monter une base provenant d'un serveur different de l'application box + phraseanet:: Monter une base provenant d'un serveur different de l'application box + web/admin/databases.html.twig + + + phraseanet:: Un email vient de vous etre envoye + phraseanet:: Un email vient de vous etre envoye + Controller/Root/Login.php + + + phraseanet:: a propos + phraseanet:: a propos + web/common/menubar.html.twig + + + phraseanet:: adresse + phraseanet:: adresse + web/account/account.html.twig + admin/collection/collection.html.twig + web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/setup/step2.html.twig + + + phraseanet:: aide + phraseanet:: aide + web/common/menubar.html.twig + + + phraseanet:: choisir + phraseanet:: choisir + web/thesaurus/index.html.twig + + + phraseanet:: collection + phraseanet:: collection + admin/collection/collection.html.twig + + + phraseanet:: collections + phraseanet:: collections + web/client/index.html.twig + + + phraseanet:: dbname + phraseanet:: dbname + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: deconnection + phraseanet:: deconnection + web/common/menubar.html.twig + actions/Bridge/wrapper.html.twig + + + phraseanet:: details + phraseanet:: details + admin/collection/collection.html.twig + admin/databox/databox.html.twig + + + phraseanet:: historique + phraseanet:: historique + web/client/index.html.twig + + + phraseanet:: hostname + phraseanet:: hostname + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: language + phraseanet:: language + web/thesaurus/thesaurus.html.twig + + + phraseanet:: password + phraseanet:: password + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: port + phraseanet:: port + web/admin/databases.html.twig + web/admin/databases.html.twig + web/setup/step2.html.twig + + + phraseanet:: prereglages + phraseanet:: prereglages + web/common/dialog_export.html.twig + + + phraseanet:: presentation des resultats + phraseanet:: presentation des resultats + web/client/index.html.twig + + + phraseanet:: presse-papier + phraseanet:: presse-papier + prod/actions/edit_default.html.twig + + + phraseanet:: preview + phraseanet:: preview + prod/actions/edit_default.html.twig + prod/actions/printer_default.html.twig + + + phraseanet:: propositions + phraseanet:: propositions + web/client/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + + + phraseanet:: raccourcis clavier + phraseanet:: raccourcis clavier + web/common/menubar.html.twig + + + phraseanet:: sous definition + phraseanet:: sous definition + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + phraseanet:: thesaurus + phraseanet:: thesaurus + prod/actions/edit_default.html.twig + web/prod/index.html.twig + web/thesaurus/index.html.twig + web/thesaurus/load-thesaurus.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig + + + phraseanet:: tri + phraseanet:: tri + web/thesaurus/export-topics-dialog.html.twig + + + phraseanet:: tri par date + phraseanet:: tri par date + web/prod/index.html.twig + web/prod/index.html.twig + web/thesaurus/export-topics-dialog.html.twig + + + phraseanet:: tri par nom + phraseanet:: tri par nom + web/prod/index.html.twig + web/prod/index.html.twig + + + phraseanet:: user + phraseanet:: user + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: utiliser SSL + phraseanet:: utiliser SSL + web/common/dialog_export.html.twig + + + phraseanet::Ne plus afficher ce message + phraseanet::Ne plus afficher ce message + Controller/Prod/Language.php + + + phraseanet::chargement + phraseanet::chargement + Controller/Prod/Language.php + admin/collection/suggested_value.html.twig + prod/actions/edit_default.html.twig + web/thesaurus/thesaurus.html.twig + + + phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible + phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible + Controller/Client/Root.php Controller/Prod/Language.php - web/admin/index.html.twig + web/admin/index.html.twig + + + phraseanet::erreur: Une erreur est survenue, si ce probleme persiste, contactez le support technique + phraseanet::erreur: Une erreur est survenue, si ce probleme persiste, contactez le support technique + Controller/Client/Root.php + Controller/Prod/Language.php + web/admin/index.html.twig + + phraseanet::erreur: Votre session est fermee, veuillez vous re-authentifier - Your session is closed, please re-authentificate + phraseanet::erreur: Votre session est fermee, veuillez vous re-authentifier + Controller/Client/Root.php + Controller/Prod/Language.php + web/admin/index.html.twig + web/thesaurus/thesaurus.html.twig - - Controller/Root/Account.php + phraseanet::erreur: echec du serveur de mail - Mail-server error + phraseanet::erreur: echec du serveur de mail + Controller/Root/Account.php - - classes/module/report.php + phraseanet::jours:: dimanche - Sunday + phraseanet::jours:: dimanche + classes/module/report.php - - classes/module/report.php + phraseanet::jours:: jeudi - Thursday + phraseanet::jours:: jeudi + classes/module/report.php - - classes/module/report.php + phraseanet::jours:: lundi - Monday + phraseanet::jours:: lundi + classes/module/report.php - - classes/module/report.php + phraseanet::jours:: mardi - Tuesday - - - classes/module/report.php - phraseanet::jours:: mercredi - Wednesday - - - classes/module/report.php - phraseanet::jours:: samedi - Saturday - - + phraseanet::jours:: mardi classes/module/report.php + + + phraseanet::jours:: mercredi + phraseanet::jours:: mercredi + classes/module/report.php + + + phraseanet::jours:: samedi + phraseanet::jours:: samedi + classes/module/report.php + + phraseanet::jours:: vendredi - Friday + phraseanet::jours:: vendredi + classes/module/report.php - - Controller/Prod/Language.php + phraseanet::recherche avancee - Advanced search + phraseanet::recherche avancee + Controller/Prod/Language.php - - web/admin/statusbit.html.twig + phraseanet::status bit - Status + phraseanet::status bit + web/admin/statusbit.html.twig - - Controller/Thesaurus/Thesaurus.php - web/client/index.html.twig - web/client/index.html.twig + phraseanet::technique:: et - And + phraseanet::technique:: et + Controller/Thesaurus/Thesaurus.php + web/client/index.html.twig + web/client/index.html.twig - - web/client/index.html.twig - web/client/index.html.twig + phraseanet::technique:: except - Except + phraseanet::technique:: except + web/client/index.html.twig + web/client/index.html.twig - - web/client/index.html.twig - web/client/index.html.twig + phraseanet::technique:: or - Or + phraseanet::technique:: or + web/client/index.html.twig + web/client/index.html.twig - - lib/classes/phraseadate.php + phraseanet::temps:: a l'instant - just now + phraseanet::temps:: a l'instant + lib/classes/phraseadate.php - - lib/classes/phraseadate.php + phraseanet::temps:: hier - Yesterday + phraseanet::temps:: hier + lib/classes/phraseadate.php - lib/classes/phraseadate.php phraseanet::temps:: il y a %quantity% heures phraseanet::temps:: il y a %quantity% heures + lib/classes/phraseadate.php - lib/classes/phraseadate.php phraseanet::temps:: il y a %quantity% minutes phraseanet::temps:: il y a %quantity% minutes + lib/classes/phraseadate.php - - lib/classes/phraseadate.php + phraseanet::temps:: il y a une heure - One hour ago + phraseanet::temps:: il y a une heure + lib/classes/phraseadate.php - - lib/classes/phraseadate.php + phraseanet::temps:: il y a une minute - One minute ago + phraseanet::temps:: il y a une minute + lib/classes/phraseadate.php - - web/client/index.html.twig - web/prod/index.html.twig + phraseanet::time:: a - To + phraseanet::time:: a + web/client/index.html.twig + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + phraseanet::time:: de - From + phraseanet::time:: de + web/client/index.html.twig + web/prod/index.html.twig - - web/prod/index.html.twig + phraseanet::type:: audios - Audios + phraseanet::type:: audios + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + phraseanet::type:: documents - Documents + phraseanet::type:: documents + web/client/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig - - web/prod/index.html.twig + phraseanet::type:: images - Images + phraseanet::type:: images + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + phraseanet::type:: reportages - Stories + phraseanet::type:: reportages + web/client/index.html.twig + web/prod/index.html.twig - - web/prod/index.html.twig + phraseanet::type:: videos - Videos + phraseanet::type:: videos + web/prod/index.html.twig - - module/report/nav.php - classes/User/Adapter.php + phraseanet::utilisateur inconnu - Unknown user + phraseanet::utilisateur inconnu + module/report/nav.php - - Controller/Report/Root.php - module/report/filter.php + phraseanet::utilisateurs - Users + phraseanet::utilisateurs + Controller/Report/Root.php + module/report/filter.php - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php + phrseanet:: sous definition - Document type + phrseanet:: sous definition + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php - - prod/results/help.html.twig + pour chercher une phrase contenant un des mots-clé ci-dessus, utilisez les guillemets : - to search a sentence containing one of these operators, please use quotes : + pour chercher une phrase contenant un des mots-clé ci-dessus, utilisez les guillemets : + prod/results/help.html.twig - + + preview + preview web/admin/subdefs.html.twig web/admin/subdefs.html.twig - preview - Preview - - web/client/index.html.twig - web/prod/index.html.twig + preview:: Description - Caption + preview:: Description + web/client/index.html.twig + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + preview:: Historique - Timeline + preview:: Historique + web/client/index.html.twig + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + preview:: Popularite - Statistics + preview:: Popularite + web/client/index.html.twig + web/prod/index.html.twig - + + preview:: arreter le diaporama + preview:: arreter le diaporama prod/preview/basket_train.html.twig prod/preview/feed_train.html.twig prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig - preview:: arreter le diaporama - Stop - + + preview:: demarrer le diaporama + preview:: demarrer le diaporama prod/preview/basket_train.html.twig prod/preview/feed_train.html.twig prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig - preview:: demarrer le diaporama - Slideshow - classes/record/preview.php preview:: resultat numero %number% preview:: resultat numero %number% + classes/record/preview.php - - prod/preview/popularity.html.twig + preview::statistiques de telechargement - Download statistics + preview::statistiques de telechargement + prod/preview/popularity.html.twig - - prod/preview/popularity.html.twig + preview::statistiques de visualisation pour le lien - View statistics + preview::statistiques de visualisation pour le lien + prod/preview/popularity.html.twig - - prod/actions/printer_default.html.twig + print:: image de choix et description - Preview and caption + print:: image de choix et description + 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 + print:: image de choix et description avec planche contact + prod/actions/printer_default.html.twig - - prod/actions/printer_default.html.twig + print:: image de choix seulement - Preview + print:: image de choix seulement + prod/actions/printer_default.html.twig - - prod/actions/printer_default.html.twig + print:: imagette - Thumbnail + print:: imagette + prod/actions/printer_default.html.twig - - prod/actions/printer_default.html.twig + print:: liste d'imagettes - Thumbnail list + print:: liste d'imagettes + prod/actions/printer_default.html.twig - - prod/actions/printer_default.html.twig + print:: planche contact (mosaique) - Thumbnails + print:: planche contact (mosaique) + prod/actions/printer_default.html.twig - + + prive + prive Bridge/Dailymotion/upload.html.twig Bridge/Youtube/upload.html.twig - prive - Private - + + privé + privé Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/video_modify.html.twig - privé - Private - - actions/Tools/index.html.twig + processing - Processing... + processing + actions/Tools/index.html.twig - - prod/actions/collection_default.html.twig + prod::Les enregistrements ne provienent pas tous de la meme base et ne peuvent donc etre traites ensemble - Unable to perform action, selected documents come from different databases + prod::Les enregistrements ne provienent pas tous de la meme base et ne peuvent donc etre traites ensemble + prod/actions/collection_default.html.twig - - prod/actions/collection_default.html.twig + prod::Vous n'avez le droit d'effectuer l'operation sur aucun document - You do not have the required permissions on selected documents + prod::Vous n'avez le droit d'effectuer l'operation sur aucun document + prod/actions/collection_default.html.twig - - prod/actions/collection_default.html.twig + prod::collection deplacer egalement les documents rattaches a ce(s) regroupement(s) - Move also Stories linked documents ? + prod::collection deplacer egalement les documents rattaches a ce(s) regroupement(s) + prod/actions/collection_default.html.twig - - prod/actions/edit_default.html.twig + prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes - Selected documents come from differents databases, unable to edit + prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes + prod/actions/edit_default.html.twig - - Controller/Prod/Language.php + prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler' - Terms are heterogeneous, select "replace" or "add" or "cancel" - - - prod/actions/edit_default.html.twig - 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::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::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants - Your user rights do not allow you to edit any of the selected documents - - - prod/actions/edit_default.html.twig - prod::editing: modeles de fiches - Caption template - - - prod/actions/edit_default.html.twig - prod::editing: rechercher-remplacer - Find / Replace - - - prod/actions/edit_default.html.twig - prod::editing: valider ou annuler les modifications - Valid changes or Cancel - - + prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler' Controller/Prod/Language.php + + + prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants + prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants + prod/actions/edit_default.html.twig + + + prod::editing: 1 document ne peut etre edite car vos droits sont induffisants + prod::editing: 1 document ne peut etre edite car vos droits sont induffisants + prod/actions/edit_default.html.twig + + + prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants + prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants + prod/actions/edit_default.html.twig + + + prod::editing: modeles de fiches + prod::editing: modeles de fiches + prod/actions/edit_default.html.twig + + + prod::editing: rechercher-remplacer + prod::editing: rechercher-remplacer + prod/actions/edit_default.html.twig + + + prod::editing: valider ou annuler les modifications + prod::editing: valider ou annuler les modifications + prod/actions/edit_default.html.twig + + prod::editing::annulation: abandonner les modification ? - Cancel : no modification will be applied ? + prod::editing::annulation: abandonner les modification ? + Controller/Prod/Language.php - - prod/actions/edit_default.html.twig + prod::editing::fields: status - Status + prod::editing::fields: status + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing::replace: remplacer dans le champ - Replace in field + prod::editing::replace: remplacer dans le champ + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing::replace: remplacer dans tous les champs - Replace in all fields + prod::editing::replace: remplacer dans tous les champs + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:indexation en cours - Processing indexation + prod::editing:indexation en cours + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace: chaine remplacante - Replace with + prod::editing:remplace: chaine remplacante + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace: options de remplacement - Options + prod::editing:remplace: options de remplacement + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option : utiliser une expression reguliere - Regular expression + prod::editing:remplace::option : utiliser une expression reguliere + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option la valeur du cahmp doit etre exacte - Whole field + prod::editing:remplace::option la valeur du cahmp doit etre exacte + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option la valeur est comprise dans le champ - In field + prod::editing:remplace::option la valeur est comprise dans le champ + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option respecter la casse - Case sensitive + prod::editing:remplace::option respecter la casse + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option: remplacer toutes les occurences - Replace All + prod::editing:remplace::option: remplacer toutes les occurences + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option: rester insensible a la casse - Case insensitive + prod::editing:remplace::option: rester insensible a la casse + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:replace: chaine a rechercher - Find + prod::editing:replace: chaine a rechercher + prod/actions/edit_default.html.twig - - Controller/Prod/Language.php + prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee. - Warning, list of collections to search in has been changed + prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee. + Controller/Prod/Language.php - - web/prod/index.html.twig + prod::thesaurusTab:candidats - Candidates + prod::thesaurusTab:candidats + web/prod/index.html.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:cmenu:Accepter en %lng_code% - Accept in %lng_code% + prod::thesaurusTab:cmenu:Accepter en %lng_code% + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:cmenu:Remplacer par... - Replace with + prod::thesaurusTab:cmenu:Remplacer par... + web/prod/thesaurus.js.twig - Controller/Thesaurus/Xmlhttp.php prod::thesaurusTab:dlg:%number% record(s) updated prod::thesaurusTab:dlg:%number% record(s) updated + Controller/Thesaurus/Xmlhttp.php - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:Acceptation en cours. - Accepting... + prod::thesaurusTab:dlg:Acceptation en cours. + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:Remplacement du candidat "%(from)s" par "%(to)s" prod::thesaurusTab:dlg:Remplacement du candidat "%(from)s" par "%(to)s" + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:Remplacement en cours. - Replacing... + prod::thesaurusTab:dlg:Remplacement en cours. + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:Suppression en cours. - Deleting... + prod::thesaurusTab:dlg:Suppression en cours. + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:accepter le terme candidat "%s" ? prod::thesaurusTab:dlg:accepter le terme candidat "%s" ? + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:accepter les %d termes candidats ? - Accept %d candidate terms ? + prod::thesaurusTab:dlg:accepter les %d termes candidats ? + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:remplacer le terme "%s" des fiches par : prod::thesaurusTab:dlg:remplacer le terme "%s" des fiches par : + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:remplacer les %d termes des fiches par : - Replace "%d" terms from caption(s) by + prod::thesaurusTab:dlg:remplacer les %d termes des fiches par : + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:supprimer le terme "%s" des fiches ? prod::thesaurusTab:dlg:supprimer le terme "%s" des fiches ? + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:supprimer les %d termes des fiches ? - Delete %d terms from caption(s) + prod::thesaurusTab:dlg:supprimer les %d termes des fiches ? + web/prod/thesaurus.js.twig - Controller/Thesaurus/Xmlhttp.php prod::thesaurusTab:dlg:too many (%number%) records to update (limit=%maximum%) prod::thesaurusTab:dlg:too many (%number%) records to update (limit=%maximum%) + Controller/Thesaurus/Xmlhttp.php - - web/prod/index.html.twig + prod::thesaurusTab:thesaurus - Thesaurus + prod::thesaurusTab:thesaurus + web/prod/index.html.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:tmenu:Accepter comme synonyme - Accept as a synonym + prod::thesaurusTab:tmenu:Accepter comme synonyme + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:tmenu:Accepter comme terme specifique - Accept as new term + prod::thesaurusTab:tmenu:Accepter comme terme specifique + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig + prod::thesaurusTab:tree:loading - Loading... + prod::thesaurusTab:tree:loading + web/prod/thesaurus.js.twig + web/prod/thesaurus.js.twig - - web/prod/index.html.twig + prod::thesaurusTab:wizard:accepter le terme candidat - Accept candidate + prod::thesaurusTab:wizard:accepter le terme candidat + web/prod/index.html.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:wizard:clic-droit / accepter le terme candidat "%s" prod::thesaurusTab:wizard:clic-droit / accepter le terme candidat "%s" + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:wizard:clic-droit / accepter les %s termes candidats - Accept %s candidate terms + prod::thesaurusTab:wizard:clic-droit / accepter les %s termes candidats + web/prod/thesaurus.js.twig - - web/prod/index.html.twig + prod::thesaurusTab:wizard:remplacer par le terme - Replace with term ? + prod::thesaurusTab:wizard:remplacer par le terme + web/prod/index.html.twig - + + public + public Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - public - Public - - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig + publication : autheur - Author + publication : autheur + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig + publication : email autheur - Author's e-mail + publication : email autheur + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig + publication : sous titre - Sub Title + publication : sous titre + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig + publication : titre - Title + publication : titre + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - + + publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications. + publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications. Controller/Prod/Feed.php Controller/Prod/Feed.php - 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 - - web/client/home_inter_pub_basket.html.twig + publications:: derniere mise a jour - Last update + publications:: derniere mise a jour + web/client/home_inter_pub_basket.html.twig - - web/client/home_inter_pub_basket.html.twig + publications:: dernieres publications - Last Publications + publications:: dernieres publications + web/client/home_inter_pub_basket.html.twig - + + publications:: s'abonner aux publications + publications:: s'abonner aux publications prod/feeds/feeds.html.twig prod/feeds/feeds.html.twig - publications:: s'abonner aux publications - Subscribe - + + publications::Ne le partagez pas, il est strictement confidentiel + publications::Ne le partagez pas, il est strictement confidentiel Controller/Prod/Feed.php Controller/Prod/Feed.php - publications::Ne le partagez pas, il est strictement confidentiel - Don't share it, it's yours only - + + publications::votre rss personnel + publications::votre rss personnel Controller/Prod/Feed.php Controller/Prod/Feed.php - publications::votre rss personnel - Your own rss - Notification/Mail/MailInfoValidationDone.php push::mail:: Rapport de validation de %user% pour %title% push::mail:: Rapport de validation de %user% pour %title% + Notification/Mail/MailInfoValidationDone.php - Notification/Mail/MailInfoOrderDelivered.php push::mail:: Reception de votre commande %title% push::mail:: Reception de votre commande %title% + Notification/Mail/MailInfoOrderDelivered.php - - Notification/Mail/MailInfoOrderCancelled.php + push::mail:: Refus d'elements de votre commande - Documents order refusal + push::mail:: Refus d'elements de votre commande + Notification/Mail/MailInfoOrderCancelled.php - - SearchEngine/Phrasea/PhraseaEngineQueryParser.php + qparser:: Formulation incorrecte, necessite plus de caractere : - Too few characters to search + qparser:: Formulation incorrecte, necessite plus de caractere : + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - - SearchEngine/Phrasea/PhraseaEngineQueryParser.php + qparser:: erreur : trop de parentheses fermantes - Too many closing brackets + qparser:: erreur : trop de parentheses fermantes + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, %token% ne peut suivre un operateur qparser::Formulation incorrecte, %token% ne peut suivre un operateur + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, ne peut suivre un operateur : %token% qparser::Formulation incorrecte, ne peut suivre un operateur : %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, un nom de champs est attendu avant l operateur %token% qparser::Formulation incorrecte, un nom de champs est attendu avant l operateur %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, une valeur est attendu apres %token% qparser::Formulation incorrecte, une valeur est attendu apres %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, une valeur est attendue apres l operateur %token% qparser::Formulation incorrecte, une valeur est attendue apres l operateur %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::erreur : une question ne peut commencer par %token% qparser::erreur : une question ne peut commencer par %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - - SearchEngine/Phrasea/PhraseaEngineQueryParser.php + qparser::la question est vide - Query is empty + qparser::la question est vide + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - - web/prod/index.html.twig + raccourci :: a propos des raccourcis claviers - About shortcuts + raccourci :: a propos des raccourcis claviers + web/prod/index.html.twig - - web/prod/index.html.twig + raccourcis :: ne plus montrer cette aide - Do not display this help anymore + raccourcis :: ne plus montrer cette aide + web/prod/index.html.twig - + + rafraichir + rafraichir prod/feeds/feeds.html.twig prod/feeds/feeds.html.twig - prod/WorkZone/Basket.html.twig + prod/WorkZone/Basket.html.twig prod/WorkZone/Macros.html.twig prod/WorkZone/Story.html.twig - rafraichir - Refresh - - web/prod/index.html.twig - web/prod/index.html.twig + rechercher dans tous les champs - All fields + rechercher dans tous les champs + web/prod/index.html.twig + web/prod/index.html.twig - - web/prod/index.html.twig + rechercher par stemme - Stemme search + rechercher par stemme + web/prod/index.html.twig - - actions/Tools/index.html.twig - recreer aucune sous-definitions - Do not recreate subviews - - - actions/Tools/index.html.twig - recreer toutes les sous-definitions - Recreate all subviews - - - actions/Tools/index.html.twig + regeneration of sub-definitions - Recreate subviews + regeneration of sub-definitions + actions/Tools/index.html.twig - Controller/Prod/Query.php reponses:: %available% Resultats rappatries sur un total de %total% trouves reponses:: %available% Resultats rappatries sur un total de %total% trouves - - - Controller/Prod/Query.php - reponses:: %number% documents selectionnes - reponses:: %number% documents selectionnes + Controller/Prod/Query.php - Controller/Prod/Query.php reponses:: %total% Resultats reponses:: %total% Resultats + Controller/Prod/Query.php - - Controller/Prod/Query.php - reponses:: %total% reponses - reponses:: %total% reponses - - - Controller/Prod/Language.php + reponses:: Ces enregistrements vont etre definitivement supprimes et ne pourront etre recuperes. Etes vous sur ? - Documents will be deleted, you will not be able to recover them. Confirm ? + reponses:: Ces enregistrements vont etre definitivement supprimes et ne pourront etre recuperes. Etes vous sur ? + Controller/Prod/Language.php - - web/prod/index.html.twig + reponses:: images par pages : - Results per page + reponses:: images par pages : + web/prod/index.html.twig - - web/prod/index.html.twig + reponses:: mode liste - List + reponses:: mode liste + web/prod/index.html.twig - - web/prod/index.html.twig + reponses:: mode vignettes - Thumbnails + reponses:: mode vignettes + web/prod/index.html.twig - - web/common/drop_down_options.html.twig + reponses:: partager - Share + reponses:: partager + web/common/drop_down_options.html.twig - - web/prod/index.html.twig + reponses:: selectionner rien - None + reponses:: selectionner rien + web/prod/index.html.twig - - web/prod/index.html.twig + reponses:: selectionner tout - All + reponses:: selectionner tout + web/prod/index.html.twig - - web/prod/index.html.twig + reponses:: taille des images : - Thumbnails size + reponses:: taille des images : + web/prod/index.html.twig - - classes/record/adapter.php + reponses::document sans titre - Untitled + reponses::document sans titre + classes/record/adapter.php - SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour la base %name reponses::propositions pour la base %name + SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour le terme %terme% reponses::propositions pour le terme %terme% + SearchEngine/Phrasea/PhraseaEngine.php - - web/report/generate_tab.html.twig + report :: aucun resultat trouve - No Result + report :: aucun resultat trouve + web/report/generate_tab.html.twig - - web/report/generate_tab.html.twig + report :: configurer le tableau - Setup table + report :: configurer le tableau + web/report/generate_tab.html.twig - - web/report/generate_tab.html.twig + report :: filtrer - Filter + report :: filtrer + web/report/generate_tab.html.twig - - web/report/generate_tab.html.twig + report :: grouper - Group + report :: grouper + web/report/generate_tab.html.twig - - web/report/generate_tab.html.twig + report :: imprimer le tableau - Print table + report :: imprimer le tableau + web/report/generate_tab.html.twig - - web/report/report_layout_child.html.twig + report:: (connexions) Globales - All connections + report:: (connexions) Globales + web/report/report_layout_child.html.twig - - web/report/report_layout_child.html.twig + report:: (connexions) OS et navigateurs - + report:: (connexions) OS et navigateurs + web/report/report_layout_child.html.twig - - web/report/report_layout_child.html.twig + report:: (connexions) Par utilisateurs - Per users + report:: (connexions) Par utilisateurs + web/report/report_layout_child.html.twig - - web/report/report_layout_child.html.twig + report:: (telechargement) Global - All downloads + report:: (telechargement) Global + web/report/report_layout_child.html.twig - - web/report/report_layout_child.html.twig + report:: (telechargement) Par documents sur la base - Per documents, from database + report:: (telechargement) Par documents sur la base + web/report/report_layout_child.html.twig - - web/report/report_layout_child.html.twig + report:: (telechargement) Par jours base par base - Daily + report:: (telechargement) Par jours base par base + web/report/report_layout_child.html.twig - - web/report/form_date_and_base.html.twig + report:: 1 - Periode - 1 - Time space + report:: 1 - Periode + web/report/form_date_and_base.html.twig - - web/report/form_date_and_base.html.twig + report:: 2 - Bases - 2 - Databases + report:: 2 - Bases + web/report/form_date_and_base.html.twig - - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig + report:: 3 - Type de report - 3 - Type of report + report:: 3 - Type de report + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig - + + report:: Au (date) + report:: Au (date) web/report/ajax_report_dashboard.html.twig web/report/form_date_and_base.html.twig - web/report/report_layout_child.html.twig - report:: Au (date) - To - - classes/module/report.php + + report:: Connexion + report:: Connexion + classes/module/report.php + web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig web/report/ajax_data_content.html.twig web/report/ajax_data_content.html.twig web/report/all_content.html.twig web/report/chart.html.twig web/report/chart.html.twig web/report/report_layout.html.twig - report:: Connexion - Connections - web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig - + + report:: Dashboard + report:: Dashboard web/report/ajax_dashboard_content.html.twig web/report/ajax_report_dashboard.html.twig web/report/report_layout.html.twig - report:: Dashboard - Dashboard - - module/report/activity.php + report:: Detail des connexions - Connections + report:: Detail des connexions + module/report/activity.php - - module/report/activity.php + report:: Detail des telechargements - Downloads + report:: Detail des telechargements + module/report/activity.php - + + report:: Du (date) + report:: Du (date) web/report/ajax_report_dashboard.html.twig web/report/form_date_and_base.html.twig - web/report/report_layout_child.html.twig - report:: Du (date) - From - - web/report/colFilter.html.twig + report:: Enlever le filtre - Remove filter + report:: Enlever le filtre + web/report/colFilter.html.twig - - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig + report:: Grouper par - Group by %s + report:: Grouper par + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig - - web/report/all_content.html.twig + report:: Heures - Hours + report:: Heures + web/report/all_content.html.twig - - Controller/Report/Root.php - module/report/filter.php + report:: IP - IP + report:: IP + Controller/Report/Root.php + module/report/filter.php - module/report/nav.php report:: Information sur l'enregistrement numero %number% report:: Information sur l'enregistrement numero %number% + module/report/nav.php - module/report/nav.php report:: Information sur l'utilisateur %name% report:: Information sur l'utilisateur %name% + module/report/nav.php - module/report/nav.php report:: Information sur le navigateur %name% report:: Information sur le navigateur %name% + module/report/nav.php - module/report/nav.php report:: Information sur les utilisateurs correspondant a %critere% report:: Information sur les utilisateurs correspondant a %critere% + module/report/nav.php - - web/report/ajax_dashboard_content_child.html.twig - web/report/report_layout_child.html.twig + report:: Les questions les plus posees - Top questions + report:: Les questions les plus posees + web/report/ajax_dashboard_content_child.html.twig + web/report/report_layout_child.html.twig - - module/report/nav.php + report:: Plateforme - Platform - - - module/report/activity.php - report:: Telechargement effectue par l'utilisateur %name% - report:: Telechargement effectue par l'utilisateur %name% + report:: Plateforme + module/report/nav.php - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig report:: Utilisateurs les plus actifs report:: Utilisateurs les plus actifs - - - web/report/dashboard_macro.html.twig - report:: Volumetrie des questions posees sur %home_title% - Questions asked - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: activite - Activity - - - web/report/ajax_dashboard_content_child.html.twig - report:: activite document ajoute - report:: activite document ajoute - - - web/report/ajax_dashboard_content_child.html.twig - report:: activite document edite - report:: activite document edite - - - web/report/report_layout.html.twig - web/report/report_layout_child.html.twig - report:: activite du site - Site activity - - - module/report/activity.php - web/report/ajax_dashboard_content_child.html.twig - report:: activite par heure - Hourly Activity (average) - - - web/report/ajax_dashboard_content_child.html.twig - web/report/chart.html.twig - web/report/chart.html.twig - report:: activite par jour - Daily Activity - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: adresse - Address - - - web/report/report_layout_child.html.twig - report:: ajoute - Added - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - report:: collections - Collections - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - report:: commentaire - Comments - - - classes/module/report.php - report:: copyright - Copyright - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - classes/module/report.php - report:: date - Date - - - Controller/Report/Informations.php - Controller/Report/Informations.php - web/report/ajax_dashboard_content_child.html.twig - web/report/report_layout_child.html.twig - report:: document - document - - - module/report/add.php - report:: document ajoute - Documents added - - - Controller/Report/Activity.php - report:: document original - Original name %s - - - web/report/ajax_dashboard_content_child.html.twig - report:: documents les plus telecharges - report:: documents les plus telecharges - - - web/report/report_layout_child.html.twig - report:: edite - Caption Edited - - - module/report/edit.php - report:: edited documents - Edited documents - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: email - E-mail - - - Controller/Report/Root.php - classes/module/report.php - report:: fichier - File - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: fonction - Job - - - Controller/Report/Informations.php - report:: historique des connexions - Connections - - - Controller/Report/Informations.php - report:: historique des questions - Query log - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: historique des telechargements - Downloads - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: identifiant - User id - - - Controller/Report/Activity.php - web/report/all_content.html.twig - report:: jour - Day - - - Controller/Report/Root.php - report:: module - Modules - - - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - module/report/nav.php - report:: modules - Modules - - - Controller/Report/Root.php - module/report/nav.php - report:: navigateur - Browser - - - Controller/Report/Root.php - module/report/nav.php - report:: navigateurs et plateforme - Browsers and Platform - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: nom - Name - - - Controller/Report/Activity.php - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - report:: nombre - Number - - - Controller/Report/Activity.php - report:: nombre de documents - Occurrences - - - Controller/Report/Activity.php - report:: nombre de preview - number of preview(s) - - - Controller/Report/Activity.php - Controller/Report/Activity.php - report:: nombre de reponses - Average hits - - - web/report/ajax_dashboard_content_child.html.twig - report:: nombre de vue - report:: nombre de vue - - - module/report/activity.php - module/report/activity.php - module/report/activity.php - module/report/add.php - module/report/connexion.php - module/report/connexion.php - module/report/connexion.php - module/report/download.php - module/report/edit.php - module/report/filter.php - module/report/nav.php - module/report/push.php - module/report/question.php - module/report/sent.php - module/report/validate.php - web/report/colFilter.html.twig - web/report/colFilter.html.twig - report:: non-renseigne - Not filled - - - classes/record/preview.php - report:: page d'accueil - Home page - - - prod/preview/short_history.html.twig - report:: par %user_infos% - By %user_infos% - - - web/report/report_layout_child.html.twig - report:: par utilisateurs - Per Users - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: pays - Country - - - Controller/Report/Root.php - report:: plateforme - Platform - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: poids - Size - - - Controller/Report/Activity.php - report:: poids des documents - size of documents - - - Controller/Report/Activity.php - report:: poids des previews - Weight of previews - - - web/report/ajax_dashboard_content_child.html.twig - report:: poids document - report:: poids document - - - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - report:: poids preview - report:: poids preview - - - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - report:: pourcentage - Percentage - - - Controller/Report/Activity.php - web/report/ajax_dashboard_content_child.html.twig - report:: preview - Subviews - - - web/report/ajax_dashboard_content_child.html.twig - report:: preview les plus telecharges - report:: preview les plus telecharges - - - web/report/report_layout_child.html.twig - report:: pushe - Pushed - - - module/report/push.php - report:: pushed documents - Pushed documents - - - Controller/Report/Activity.php - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - module/report/question.php - classes/module/report.php - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - report:: question - Query - - - module/report/activity.php - report:: questions - Questions - - - module/report/activity.php - report:: questions les plus posees - Top questions - - - module/report/activity.php - web/report/report_layout_child.html.twig - report:: questions sans reponses - Unanswered questions - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - report:: record id - recordId - - - web/report/report_layout_child.html.twig - report:: recordid - recordId - - - Controller/Report/Root.php - module/report/nav.php - report:: resolution - Screen resolution - - - web/report/ajax_dashboard_content_child.html.twig - report:: site - report:: site - - - web/report/ajax_dashboard_content_child.html.twig - report:: site d'ou les photo sont les plus consultees - report:: site d'ou les photo sont les plus consultees - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: societe - Company - - - Controller/Report/Root.php - classes/module/report.php - report:: taille - Size - - - classes/module/report.php - report:: telechargement - Downloads - - - Controller/Report/Root.php - module/report/download.php web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/report_layout.html.twig - report:: telechargements - Downloads - - - web/report/ajax_dashboard_content_child.html.twig - report:: telechargements document - report:: telechargements document - - - module/report/activity.php - report:: telechargements par jour - Downloads - - - web/report/ajax_dashboard_content_child.html.twig - report:: telechargements preview - report:: telechargements preview - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: telephone - Phone - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: titre - Title - - - Controller/Report/Activity.php - report:: total des telechargements - Total downloads - - - web/report/report_layout_child.html.twig - report:: toutes les questions - Top questions - - - Controller/Report/Root.php - classes/module/report.php - report:: type - Screen type - - - classes/module/report.php - report:: type d'action - Action type - - - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Root.php - classes/module/report.php - report:: utilisateur - User - - - Controller/Report/Informations.php - Controller/Report/Root.php web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig + + + report:: Volumetrie des questions posees sur %home_title% + report:: Volumetrie des questions posees sur %home_title% + web/report/dashboard_macro.html.twig + + + report:: activite + report:: activite + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: activite document ajoute + report:: activite document ajoute + web/report/ajax_dashboard_content_child.html.twig + + + report:: activite document edite + report:: activite document edite + web/report/ajax_dashboard_content_child.html.twig + + + report:: activite du site + report:: activite du site + web/report/report_layout.html.twig + web/report/report_layout_child.html.twig + + + report:: activite par heure + report:: activite par heure + module/report/activity.php + web/report/ajax_dashboard_content_child.html.twig + + + report:: activite par jour + report:: activite par jour + web/report/ajax_dashboard_content_child.html.twig + web/report/chart.html.twig + web/report/chart.html.twig + + + report:: adresse + report:: adresse + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: ajoute + report:: ajoute + web/report/report_layout_child.html.twig + + + report:: collections + report:: collections + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + report:: commentaire + report:: commentaire + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + report:: copyright + report:: copyright + classes/module/report.php + + + report:: date + report:: date + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + classes/module/report.php + + + report:: document + report:: document + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Informations.php + web/report/ajax_dashboard_content_child.html.twig + web/report/report_layout_child.html.twig + + + report:: document ajoute + report:: document ajoute + module/report/add.php + + + report:: documents les plus telecharges + report:: documents les plus telecharges web/report/ajax_dashboard_content_child.html.twig + + + report:: edite + report:: edite + web/report/report_layout_child.html.twig + + + report:: edited documents + report:: edited documents + module/report/edit.php + + + report:: email + report:: email + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: fichier + report:: fichier + Controller/Report/Root.php + classes/module/report.php + + + report:: fonction + report:: fonction + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: historique des connexions + report:: historique des connexions + Controller/Report/Informations.php + + + report:: historique des questions + report:: historique des questions + Controller/Report/Informations.php + + + report:: historique des telechargements + report:: historique des telechargements + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: identifiant + report:: identifiant + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: jour + report:: jour + Controller/Report/Activity.php + web/report/all_content.html.twig + + + report:: module + report:: module + Controller/Report/Root.php + + + report:: modules + report:: modules + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + module/report/nav.php + + + report:: navigateur + report:: navigateur + Controller/Report/Root.php + module/report/nav.php + + + report:: navigateurs et plateforme + report:: navigateurs et plateforme + Controller/Report/Root.php + module/report/nav.php + + + report:: nom + report:: nom + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: nombre + report:: nombre + Controller/Report/Activity.php + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + + + report:: nombre de documents + report:: nombre de documents + Controller/Report/Activity.php + + + report:: nombre de preview + report:: nombre de preview + Controller/Report/Activity.php + + + report:: nombre de reponses + report:: nombre de reponses + Controller/Report/Activity.php + Controller/Report/Activity.php + + + report:: nombre de vue + report:: nombre de vue + web/report/ajax_dashboard_content_child.html.twig + + + report:: non-renseigne + report:: non-renseigne + module/report/activity.php + module/report/activity.php + module/report/activity.php + module/report/add.php + module/report/connexion.php + module/report/connexion.php + module/report/connexion.php + module/report/download.php + module/report/edit.php + module/report/filter.php + module/report/nav.php + module/report/push.php + module/report/question.php + module/report/sent.php + module/report/validate.php + web/report/colFilter.html.twig + web/report/colFilter.html.twig + + + report:: page d'accueil + report:: page d'accueil + classes/record/preview.php + + + report:: par %user_infos% + report:: par %user_infos% + prod/preview/short_history.html.twig + + + report:: par utilisateurs + report:: par utilisateurs + web/report/report_layout_child.html.twig + + + report:: pays + report:: pays + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: plateforme + report:: plateforme + Controller/Report/Root.php + + + report:: poids + report:: poids + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: poids document + report:: poids document + web/report/ajax_dashboard_content_child.html.twig + + + report:: poids preview + report:: poids preview + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + + + report:: pourcentage + report:: pourcentage + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + + + report:: preview + report:: preview + Controller/Report/Activity.php + web/report/ajax_dashboard_content_child.html.twig + + + report:: preview les plus telecharges + report:: preview les plus telecharges + web/report/ajax_dashboard_content_child.html.twig + + + report:: pushe + report:: pushe + web/report/report_layout_child.html.twig + + + report:: pushed documents + report:: pushed documents + module/report/push.php + + + report:: question + report:: question + Controller/Report/Activity.php + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + module/report/question.php + classes/module/report.php + web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig + + + report:: questions + report:: questions + module/report/activity.php + + + report:: questions les plus posees + report:: questions les plus posees + module/report/activity.php + + + report:: questions sans reponses + report:: questions sans reponses + module/report/activity.php + web/report/report_layout_child.html.twig + + + report:: record id + report:: record id + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + report:: recordid + report:: recordid + web/report/report_layout_child.html.twig + + + report:: resolution + report:: resolution + Controller/Report/Root.php + module/report/nav.php + + + report:: site + report:: site + web/report/ajax_dashboard_content_child.html.twig + + + report:: site d'ou les photo sont les plus consultees + report:: site d'ou les photo sont les plus consultees + web/report/ajax_dashboard_content_child.html.twig + + + report:: societe + report:: societe + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: taille + report:: taille + Controller/Report/Root.php + classes/module/report.php + + + report:: telechargement + report:: telechargement + classes/module/report.php + + + report:: telechargements + report:: telechargements + Controller/Report/Root.php + module/report/download.php + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/report_layout.html.twig + + + report:: telechargements document + report:: telechargements document + web/report/ajax_dashboard_content_child.html.twig + + + report:: telechargements par jour + report:: telechargements par jour + module/report/activity.php + + + report:: telechargements preview + report:: telechargements preview + web/report/ajax_dashboard_content_child.html.twig + + + report:: telephone + report:: telephone + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: titre + report:: titre + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: total des telechargements + report:: total des telechargements + Controller/Report/Activity.php + + + report:: toutes les questions + report:: toutes les questions + web/report/report_layout_child.html.twig + + + report:: type + report:: type + Controller/Report/Root.php + classes/module/report.php + + + report:: type d'action + report:: type d'action + classes/module/report.php + + + report:: utilisateur + report:: utilisateur + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Root.php + classes/module/report.php + + report:: utilisateurs - Users + report:: utilisateurs + Controller/Report/Informations.php + Controller/Report/Root.php + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig - - module/report/validate.php + report:: validated documents - Validated documents + report:: validated documents + module/report/validate.php - - web/report/report_layout_child.html.twig + report:: valide - Leave feedback + report:: valide + web/report/report_layout_child.html.twig - - classes/record/preview.php + report:: visualiseur cooliris - Cooliris viewer + report:: visualiseur cooliris + classes/record/preview.php - - prod/preview/short_history.html.twig + report::Changement de collection vers : %coll_name% - documents moved to : %coll_name% + report::Changement de collection vers : %coll_name% + prod/preview/short_history.html.twig - web/report/ajax_dashboard_content_child.html.twig report::Connexion report::Connexion + web/report/ajax_dashboard_content_child.html.twig - - module/report/connexion.php + report::Connexions - Connections + report::Connexions + module/report/connexion.php - - prod/preview/short_history.html.twig + report::Demande de validation vers %n_user% utilisateurs depuis lapplication box %appbox% - Feedback demand toward %n_user% user from application box %appbox% + report::Demande de validation vers %n_user% utilisateurs depuis lapplication box %appbox% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Edition des meta-donnees - Metadatas Edition + report::Edition des meta-donnees + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Edition des status - Edit Status + report::Edition des status + prod/preview/short_history.html.twig - + + report::Heures + report::Heures web/report/ajax_data_content.html.twig web/report/all_content.html.twig - report::Heures - Hours - - prod/preview/short_history.html.twig + report::Impression des formats : %format% - Printing(s) : %format% + report::Impression des formats : %format% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Modification du document -- je ne me souviens plus de quoi... - Unknown action on document + report::Modification du document -- je ne me souviens plus de quoi... + prod/preview/short_history.html.twig - - web/report/all_content.html.twig + report::Nombre de connexions - Connections + report::Nombre de connexions + web/report/all_content.html.twig - - web/report/all_content.html.twig + report::Nombre de document ajoute - Number of documents added + report::Nombre de document ajoute + web/report/all_content.html.twig - - web/report/all_content.html.twig + report::Nombre de document edite - Number of documents edited + report::Nombre de document edite + web/report/all_content.html.twig - - prod/preview/short_history.html.twig + report::Publication de %dest% - Publication(s) from %dest% + report::Publication de %dest% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Push vers %n_user% utilisateurs depuis lapplication box %appbox% - Pushed to %link% ici %endlink% users from application box %appbox%. + report::Push vers %n_user% utilisateurs depuis lapplication box %appbox% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Substitution de %dest% - Substitution of %dest% + report::Substitution de %dest% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Telechargement de %dest% - Download(s) from %dest% + report::Telechargement de %dest% + prod/preview/short_history.html.twig - - classes/record/preview.php - classes/record/preview.php - classes/record/preview.php + report::acces direct - Direct access + report::acces direct + classes/record/preview.php + classes/record/preview.php + classes/record/preview.php - - Controller/Report/Root.php - module/report/filter.php + report::activite - Activity + report::activite + Controller/Report/Root.php + module/report/filter.php - - prod/preview/short_history.html.twig + report::ajout du documentt - Add document + report::ajout du documentt + prod/preview/short_history.html.twig - - web/report/report_layout_child.html.twig + report::aucune precision - No filters + report::aucune precision + web/report/report_layout_child.html.twig - - Controller/Report/Root.php - module/report/filter.php + report::fonction - Fonction + report::fonction + Controller/Report/Root.php + module/report/filter.php - - web/report/report_layout_child.html.twig + report::la description contient - Caption includes + report::la description contient + web/report/report_layout_child.html.twig - - Controller/Report/Root.php - module/report/filter.php + report::pays - Country + report::pays + Controller/Report/Root.php + module/report/filter.php - - Controller/Report/Root.php - module/report/filter.php + report::societe - Company + report::societe + Controller/Report/Root.php + module/report/filter.php - - prod/preview/short_history.html.twig + report::supression du document - Delete document + report::supression du document + prod/preview/short_history.html.twig - - Controller/Report/Informations.php + report::version - Version + report::version + Controller/Report/Informations.php - - web/common/doctype_icons.html.twig + reportage - Feature + reportage + web/common/doctype_icons.html.twig - prod/results/help.html.twig retourne "automobile", "automate", "autoroute", ... retourne "automobile", "automate", "autoroute", ... + prod/results/help.html.twig - prod/results/help.html.twig retourne "délit", "débit", ... retourne "délit", "débit", ... + prod/results/help.html.twig - - prod/results/help.html.twig + retourne les 20 derniers enregistrements archives dans les collections selectionnees - returns the 20 last added documents added to selected collections + retourne les 20 derniers enregistrements archives dans les collections selectionnees + prod/results/help.html.twig - - prod/results/help.html.twig + retourne les documents comprenant cannes sans le mot festival. - Returns answers for documents containing France but not Paris in caption + retourne les documents comprenant cannes sans le mot festival. + prod/results/help.html.twig - - prod/results/help.html.twig + retourne les documents comprenant les deux mots. - Returns answers with both words in caption + retourne les documents comprenant les deux mots. + prod/results/help.html.twig - - prod/results/help.html.twig + retourne les documents comprenant un mot et/ou l'autre. - returns answers with one or both words + retourne les documents comprenant un mot et/ou l'autre. + prod/results/help.html.twig - - prod/results/help.html.twig + retourne les documents où le terme est au moins présent dans le titre, en évitant par exemple celles où le terme est uniquement cité dans la légende. - returns answers for documents containing Paris in caption field Title + retourne les documents où le terme est au moins présent dans le titre, en évitant par exemple celles où le terme est uniquement cité dans la légende. + prod/results/help.html.twig - - prod/results/help.html.twig + retourne tous les enregistrements des collections selectionnees - returns all documents from selected collections + retourne tous les enregistrements des collections selectionnees + prod/results/help.html.twig - - actions/Tools/index.html.twig + rotation 90 degres anti-horaires - Rotate 90 degrees counter clockwise + rotation 90 degres anti-horaires + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + rotation 90 degres horaire - Rotate 90 degrees clockwise + rotation 90 degres horaire + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + + scheduled status + scheduled status + admin/task-manager/index.html.twig + + screenshot video - Video screenshot + screenshot video + actions/Tools/index.html.twig - - web/admin/users.html.twig + select at least one user - One user at least must be selected + select at least one user + web/admin/users.html.twig - - Bridge/Youtube/upload.html.twig + separe par un espace - Separated by space character + separe par un espace + Bridge/Youtube/upload.html.twig - - classes/module/report.php + septembre - September + septembre + classes/module/report.php - - web/developers/application.html.twig + settings OAuth - OAuth settings + settings OAuth + web/developers/application.html.twig - - web/admin/dashboard.html.twig + setup:: Reinitialisation des droits admins - Reset admin rights + setup:: Reinitialisation des droits admins + web/admin/dashboard.html.twig - - web/admin/dashboard.html.twig + setup:: administrateurs de l'application - Administrators + setup:: administrateurs de l'application + web/admin/dashboard.html.twig - - admin/collection/collection.html.twig + setup:: ajouter un administrateur des commandes - Add a new order Manager + setup:: ajouter un administrateur des commandes + admin/collection/collection.html.twig - - web/setup/step2.html.twig + setup::Configuration de la base de compte ApplicationBox - ApplicationBox Setup + setup::Configuration de la base de compte ApplicationBox + web/setup/step2.html.twig - - web/setup/step2.html.twig + setup::Configuration de la base de stockage DataBox - Databox setup + setup::Configuration de la base de stockage DataBox + web/setup/step2.html.twig - - web/setup/step2.html.twig + setup::Configuration des repertoires de stockage - Storage folders Setup + setup::Configuration des repertoires de stockage + web/setup/step2.html.twig - - web/admin/dashboard.html.twig + setup::Tests d'envois d'emails - E-mails send test + setup::Tests d'envois d'emails + web/admin/dashboard.html.twig - prod/results/help.html.twig sport - sport + sport + prod/results/help.html.twig - - web/admin/statusbit.html.twig + status:: Affichable pour tous - Display illustrations on top of thumbnails, for all users + status:: Affichable pour tous + web/admin/statusbit.html.twig - - admin/statusbit/edit.html.twig + status:: Afficher le status dans les feuilles de reponses pour tous les utilisateurs - Enable Status illustrations display in thumbnails frame (if unchecked, only visible for users with Status edit rights). + status:: Afficher le status dans les feuilles de reponses pour tous les utilisateurs + admin/statusbit/edit.html.twig - - web/admin/statusbit.html.twig + status:: cherchable par tous - Usable for search + status:: cherchable par tous + web/admin/statusbit.html.twig - - web/admin/statusbit.html.twig + status:: nom - Name + status:: nom + web/admin/statusbit.html.twig - + + status:: numero de bit + status:: numero de bit admin/statusbit/edit.html.twig web/admin/statusbit.html.twig - status:: numero de bit - Status N° - - admin/statusbit/edit.html.twig + status:: retrouver sous forme de filtre dans la recherche - Enable status search in advanced search. + status:: retrouver sous forme de filtre dans la recherche + admin/statusbit/edit.html.twig - - actions/Tools/index.html.twig + substitution - Substitution + substitution + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + substitution HD - Document substitution + substitution HD + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + substitution SD - Thumbnail substitution + substitution SD + actions/Tools/index.html.twig - - actions/Tools/index.html.twig - actions/Tools/index.html.twig + take a screenshot - Take a screenshoot + take a screenshot + actions/Tools/index.html.twig + actions/Tools/index.html.twig - - task-manager/task-editor/archive.html.twig + task::_common_:hotfolder - Hot Folder + task::_common_:hotfolder + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::_common_:secondes (unite temporelle) - seconds + task::_common_:secondes (unite temporelle) + task-manager/task-editor/archive.html.twig - - TaskManager/Job/ArchiveJob.php + task::archive:Archivage - Archive in collection + task::archive:Archivage + TaskManager/Job/ArchiveJob.php - - TaskManager/Job/ArchiveJob.php + task::archive:Archiving files found into a 'hotfolder' - Archiving file(s) from hotfolder + task::archive:Archiving files found into a 'hotfolder' + TaskManager/Job/ArchiveJob.php - - task-manager/task-editor/archive.html.twig + task::archive:archivage sur base/collection/ - Archive to database/collection + task::archive:archivage sur base/collection/ + task-manager/task-editor/archive.html.twig - - 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 + task::archive:copier les fichiers '.phrasea.xml' et '.grouping.xml' dans _archived + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::archive:delai de 'repos' avant traitement - Delay + task::archive:delai de 'repos' avant traitement + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::archive:deplacer les fichiers archives dans _archived - Move archived documents to _archived + task::archive:deplacer les fichiers archives dans _archived + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::archive:deplacer les fichiers non-archives dans _error - Move unarchived file to _error + task::archive:deplacer les fichiers non-archives dans _error + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::archive:supprimer les repertoires apres archivage - Delete repositories when archiving is done + task::archive:supprimer les repertoires apres archivage + task-manager/task-editor/archive.html.twig - - TaskManager/Job/FtpJob.php + task::ftp:Certains documents n'ont pas pu etre tranferes - Some files could not be transfered + task::ftp:Certains documents n'ont pas pu etre tranferes + TaskManager/Job/FtpJob.php - - TaskManager/Job/FtpJob.php + task::ftp:Details des fichiers - Details for file(s) + task::ftp:Details des fichiers + TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" + TaskManager/Job/FtpJob.php - - TaskManager/Job/FtpPullJob.php + task::ftp:FTP Pull - FTP Pull + task::ftp:FTP Pull + TaskManager/Job/FtpPullJob.php - TaskManager/Job/FtpJob.php task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) + TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% + TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php - Notification/Mail/MailSuccessFTPReceiver.php - Notification/Mail/MailSuccessFTPSender.php task::ftp:Status about your FTP transfert from %application% to %server% task::ftp:Status about your FTP transfert from %application% to %server% + Notification/Mail/MailSuccessFTPReceiver.php + Notification/Mail/MailSuccessFTPSender.php - TaskManager/Job/FtpJob.php task::ftp:TENTATIVE no %number%, %date% task::ftp:TENTATIVE no %number%, %date% + TaskManager/Job/FtpJob.php - - TaskManager/Job/FtpJob.php + task::ftp:Tous les documents ont ete transferes avec succes - All files transferred + task::ftp:Tous les documents ont ete transferes avec succes + TaskManager/Job/FtpJob.php - task-manager/task-editor/ftp-pull.html.twig task::ftp:chemin distant task::ftp:chemin distant + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:host task::ftp:host + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:localpath task::ftp:localpath + task-manager/task-editor/ftp-pull.html.twig - - task-manager/task-editor/ftp-pull.html.twig + task::ftp:mode passif - Passive mode + task::ftp:mode passif + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:password task::ftp:password + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:port task::ftp:port + task-manager/task-editor/ftp-pull.html.twig - + + task::ftp:proxy + task::ftp:proxy task-manager/task-editor/ftp-pull.html.twig task-manager/task-editor/ftp.html.twig - task::ftp:proxy - Proxy - + + task::ftp:proxy port + task::ftp:proxy port task-manager/task-editor/ftp-pull.html.twig task-manager/task-editor/ftp.html.twig - task::ftp:proxy port - Port - task-manager/task-editor/ftp-pull.html.twig task::ftp:user task::ftp:user + task-manager/task-editor/ftp-pull.html.twig - - task-manager/task-editor/ftp-pull.html.twig + task::ftp:utiliser SSL - SSL + task::ftp:utiliser SSL + task-manager/task-editor/ftp-pull.html.twig - - TaskManager/Job/SubdefsJob.php + task::subdef:creation des sous definitions - Subviews creation + task::subdef:creation des sous definitions + TaskManager/Job/SubdefsJob.php - - TaskManager/Job/SubdefsJob.php + task::subdef:creation des sous definitions des documents d'origine - Subviews creation + task::subdef:creation des sous definitions des documents d'origine + TaskManager/Job/SubdefsJob.php - - TaskManager/Job/WriteMetadataJob.php + task::writemeta:(re)ecriture des metadatas dans les documents (et subdefs concernees) - Rewrite metadatas from documents and subviews. + task::writemeta:(re)ecriture des metadatas dans les documents (et subdefs concernees) + TaskManager/Job/WriteMetadataJob.php - - TaskManager/Job/WriteMetadataJob.php + + task::writemeta:Compatibilité MWG + task::writemeta:Compatibilité MWG + task-manager/task-editor/write-metadata.html.twig + + task::writemeta:ecriture des metadatas - Write metadatas + task::writemeta:ecriture des metadatas + TaskManager/Job/WriteMetadataJob.php - - task-manager/task-editor/write-metadata.html.twig + task::writemeta:effacer les metadatas non presentes dans la structure - Delete metadatas from documents if not compliant with Database structure + task::writemeta:effacer les metadatas non presentes dans la structure + task-manager/task-editor/write-metadata.html.twig - - prod/results/help.html.twig + thalassa DANS titre - Paris IN title + thalassa DANS titre + prod/results/help.html.twig - - web/thesaurus/load-thesaurus.html.twig + thesaurus has been updated - Thesaurus has been updated + thesaurus has been updated + web/thesaurus/load-thesaurus.html.twig - - web/thesaurus/properties.html.twig + thesaurus:: %hits% reponses retournees - %hits% hits + thesaurus:: %hits% reponses retournees + web/thesaurus/properties.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: A cet emplacement du thesaurus , un candidat du champ %cfield% ne peut etre accepte - At this location of thesaurus, a candidate term from field cfield%% can't be accepted. + thesaurus:: A cet emplacement du thesaurus , un candidat du champ %cfield% ne peut etre accepte + web/thesaurus/accept.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: Accepter la branche comme - Accept branch as + thesaurus:: Accepter la branche comme + web/thesaurus/accept.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: Accepter le terme comme - Accept term as : + thesaurus:: Accepter le terme comme + web/thesaurus/accept.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: Ajouter le terme dans reindexer - Add term without re indexation + thesaurus:: Ajouter le terme dans reindexer + web/thesaurus/new-term.html.twig - web/thesaurus/link-field-step2.html.twig thesaurus:: Ce champ a ete modifie ; ancienne branche : %old_branch% }} thesaurus:: Ce champ a ete modifie ; ancienne branche : %old_branch% }} + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/properties.html.twig + thesaurus:: Confirmer la suppression du terme %s - Confirm term "%s" delete + thesaurus:: Confirmer la suppression du terme %s + web/thesaurus/properties.html.twig - - web/thesaurus/thesaurus.html.twig + - This branch has hits, confirm delete ? (Concerned terms will move back to candidates) + + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus:: Des termes de cette branche ne renvoient pas de hits. Les supprimer ? - Terms from this branch have no hits : delete Terms ? + thesaurus:: Des termes de cette branche ne renvoient pas de hits. Les supprimer ? + web/thesaurus/thesaurus.html.twig - - web/thesaurus/index.html.twig + thesaurus:: Editer le thesaurus - Edit thesaurus + thesaurus:: Editer le thesaurus + web/thesaurus/index.html.twig - - web/thesaurus/import-dialog.html.twig + thesaurus:: Importer - Import + thesaurus:: Importer + web/thesaurus/import-dialog.html.twig - - web/thesaurus/link-field-step2.html.twig - web/thesaurus/link-field-step3.html.twig + thesaurus:: Lier la branche de thesaurus - Link branch ? + thesaurus:: Lier la branche de thesaurus + web/thesaurus/link-field-step2.html.twig + web/thesaurus/link-field-step3.html.twig - - web/thesaurus/link-field-step1.html.twig + thesaurus:: Lier la branche de thesaurus au champ - Link thesaurus branch to field + thesaurus:: Lier la branche de thesaurus au champ + web/thesaurus/link-field-step1.html.twig - - web/thesaurus/link-field-step1.html.twig + thesaurus:: Lier la branche de thesaurus au champ %branch% - Link thesaurus branch to field %branch% + thesaurus:: Lier la branche de thesaurus au champ %branch% + web/thesaurus/link-field-step1.html.twig - - web/thesaurus/new-synonym-dialog.html.twig - web/thesaurus/new-term.html.twig + thesaurus:: Nouveau synonyme - New Synonym + thesaurus:: Nouveau synonyme + web/thesaurus/new-term.html.twig + web/thesaurus/thesaurus.html.twig - - web/thesaurus/new-synonym-dialog.html.twig + thesaurus:: Nouveau terme - New term + thesaurus:: Nouveau terme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: Nouveau terme specifique - New specific term + thesaurus:: Nouveau terme specifique + web/thesaurus/new-term.html.twig - - web/thesaurus/properties.html.twig + thesaurus:: Proprietes - Properties + thesaurus:: Proprietes + web/thesaurus/properties.html.twig - - web/thesaurus/thesaurus.html.twig + - + + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus:: Tous les termes ont des hits - All terms have hits + thesaurus:: Tous les termes ont des hits + web/thesaurus/thesaurus.html.twig - - web/thesaurus/index.html.twig + thesaurus:: Vous n'avez acces a aucune base - No Database access + thesaurus:: Vous n'avez acces a aucune base + web/thesaurus/index.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: accepter... - Accept + thesaurus:: accepter... + web/thesaurus/accept.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus:: afficher les termes refuses - Display rejected terms + thesaurus:: afficher les termes refuses + web/thesaurus/thesaurus.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: ajouter le terme et reindexer - Add term and re index + thesaurus:: ajouter le terme et reindexer + web/thesaurus/new-term.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: attention : - Warning : + thesaurus:: attention : + web/thesaurus/new-term.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: ce champ doit etre lie au thesaurus. La reindexation de la base est necessaire - This field must be linked to thesaurus. Database re indexation needed + thesaurus:: ce champ doit etre lie au thesaurus. La reindexation de la base est necessaire + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: ce champ n'est plus lie au thesaurus, les termes indexes et candidats seront supprimes - This field is no longer linked to thesaurus, indexed terms and candidates will be deleted + thesaurus:: ce champ n'est plus lie au thesaurus, les termes indexes et candidats seront supprimes + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: comme synonyme de %fullpath_tgt_raw% - As synonym for %fullpath_tgt_raw%. + thesaurus:: comme synonyme de %fullpath_tgt_raw% + web/thesaurus/accept.html.twig - - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig + thesaurus:: comme terme specifique - Specific term + thesaurus:: comme terme specifique + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig - - web/thesaurus/search.html.twig + thesaurus:: commence par - starts with + thesaurus:: commence par + web/thesaurus/thesaurus.html.twig - - web/thesaurus/new-synonym-dialog.html.twig + thesaurus:: contexte - Context + thesaurus:: contexte + web/thesaurus/thesaurus.html.twig - - web/thesaurus/search.html.twig + thesaurus:: contient - contains + thesaurus:: contient + web/thesaurus/thesaurus.html.twig - - Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php + thesaurus:: corbeille - Stock + thesaurus:: corbeille + Controller/Thesaurus/Thesaurus.php + Controller/Thesaurus/Thesaurus.php + Controller/Thesaurus/Thesaurus.php - - web/thesaurus/thesaurus.html.twig + thesaurus:: deplacer le terme dans la corbeille ? - Move Terms to stock + thesaurus:: deplacer le terme dans la corbeille ? + web/thesaurus/thesaurus.html.twig - - web/thesaurus/link-field-step3.html.twig + thesaurus:: enregistrement de la liste modifiee des mots candidats. - Recording modified list of candidates + thesaurus:: enregistrement de la liste modifiee des mots candidats. + web/thesaurus/link-field-step3.html.twig - - Controller/Thesaurus/Thesaurus.php + thesaurus:: erreur lors de l'enregsitrement du fichier - Error during file registration + thesaurus:: erreur lors de l'enregsitrement du fichier + Controller/Thesaurus/Thesaurus.php - - web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig + thesaurus:: est candidat en provenance des champs mais ne peut etre accepte a cet emplacement du thesaurus - is a candidate from fields but can't be accepted for this branch + thesaurus:: est candidat en provenance des champs mais ne peut etre accepte a cet emplacement du thesaurus + web/thesaurus/new-term.html.twig + web/thesaurus/new-term.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: est deja candidat en provenance des champs acceptables : - Is already a candidate from valid fields + thesaurus:: est deja candidat en provenance des champs acceptables : + web/thesaurus/new-term.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: est deja candidat en provenance du champ acceptable : - is already a candidate from valid field + thesaurus:: est deja candidat en provenance du champ acceptable : + web/thesaurus/new-term.html.twig - - web/thesaurus/search.html.twig - thesaurus:: est egal a - equals + + thesaurus:: est egal a + thesaurus:: est egal a + web/thesaurus/thesaurus.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: example - example + thesaurus:: example + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: export : inclure la langue - Include language + thesaurus:: export : inclure la langue + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: export : inclure les hits - Include hits + thesaurus:: export : inclure les hits + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: export : numeroter les lignes - Print line numbers + thesaurus:: export : numeroter les lignes + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text.html.twig + thesaurus:: export au format texte - Text + thesaurus:: export au format texte + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-text.html.twig - - web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics.html.twig + thesaurus:: export en topics - Topics + thesaurus:: export en topics + web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/export-topics.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: exporter - Export + thesaurus:: exporter + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: exporter a l'ecran pour la langue %piv% - Export to screen for %piv% language + thesaurus:: exporter a l'ecran pour la langue %piv% + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: exporter avec les synonymes sur la meme ligne - Synonym(s) on same line + thesaurus:: exporter avec les synonymes sur la meme ligne + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: exporter avec une ligne par synonyme - One line per synonym + thesaurus:: exporter avec une ligne par synonyme + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: exporter vers topics pour toutes les langues - Export for all languages + thesaurus:: exporter vers topics pour toutes les langues + web/thesaurus/export-topics-dialog.html.twig - Controller/Thesaurus/Thesaurus.php thesaurus:: fichier genere : %filename% thesaurus:: fichier genere : %filename% + Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php thesaurus:: fichier genere le %date% thesaurus:: fichier genere le %date% + Controller/Thesaurus/Thesaurus.php - - web/thesaurus/properties.html.twig + thesaurus:: hits - hits + thesaurus:: hits + web/thesaurus/properties.html.twig - - web/thesaurus/properties.html.twig + thesaurus:: ids - ids + thesaurus:: ids + web/thesaurus/properties.html.twig - - web/thesaurus/import-dialog.html.twig + thesaurus:: langue par default - Default language + thesaurus:: langue par default + web/thesaurus/import-dialog.html.twig - - web/thesaurus/index.html.twig + thesaurus:: langue pivot - Select edit language + thesaurus:: langue pivot + web/thesaurus/index.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: le lien au thesaurus doit etre modifie, la reindexation de la base est necessaire - Link to thesaurus must be modified , database re indextion needed + thesaurus:: le lien au thesaurus doit etre modifie, la reindexation de la base est necessaire + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/search.html.twig + thesaurus:: le terme - term + thesaurus:: le terme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: le terme %term% avec contexte %context% - Term %term% with context %context% + thesaurus:: le terme %term% avec contexte %context% + web/thesaurus/new-term.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: le terme %term% sans contexte - Term %term% without context + thesaurus:: le terme %term% sans contexte + web/thesaurus/new-term.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: n'est pas present dans les candidats - is not a candidate + thesaurus:: n'est pas present dans les candidats + web/thesaurus/new-term.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: nouvelle branche - New branch + thesaurus:: nouvelle branche + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus:: onglet stock - Candidates + thesaurus:: onglet stock + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus:: onglet thesaurus - Thesaurus + thesaurus:: onglet thesaurus + web/thesaurus/thesaurus.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: options d'export : - Export + thesaurus:: options d'export : + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: pas de reindexation - No re-index + thesaurus:: pas de reindexation + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: presentation - Display options + thesaurus:: presentation + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: presentation : branche ouvertes - Reproduce current view (without navigation) + thesaurus:: presentation : branche ouvertes + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: presentation : branches refermables - Reproduce current view (with navigation) + thesaurus:: presentation : branches refermables + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: question complete (avec operateurs) - Full question (with operators) + thesaurus:: question complete (avec operateurs) + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: recherche - Search + thesaurus:: recherche + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: recherche fulltext - Fulltext + thesaurus:: recherche fulltext + web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: recherche thesaurus *:"query" thesaurus:: recherche thesaurus *:"query" + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig + thesaurus:: refresh - Refresh + thesaurus:: refresh + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: reindexation necessaire - Re indexation needed + thesaurus:: reindexation necessaire + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/import-dialog.html.twig + thesaurus:: reindexer la base apres l'import - Re-index after import + thesaurus:: reindexer la base apres l'import + web/thesaurus/import-dialog.html.twig - - web/thesaurus/link-field-step3.html.twig + thesaurus:: reindexer tous les enregistrements - Re-index all records + thesaurus:: reindexer tous les enregistrements + web/thesaurus/link-field-step3.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: removed tgt - remove_tgt + thesaurus:: removed tgt + web/thesaurus/accept.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: removed_src - removed_src + thesaurus:: removed_src + web/thesaurus/accept.html.twig - - web/thesaurus/properties.html.twig - thesaurus:: remplacer - Replace - - - web/thesaurus/new-term.html.twig + thesaurus:: selectionner la provenance a accepter - Select origin to accept + thesaurus:: selectionner la provenance a accepter + web/thesaurus/new-term.html.twig - - web/thesaurus/link-field-step3.html.twig - web/thesaurus/link-field-step3.html.twig + thesaurus:: suppression de la branche de mot candidats pour le champ %field% - Remove the candidates branch for field% field%. + thesaurus:: suppression de la branche de mot candidats pour le champ %field% + web/thesaurus/link-field-step3.html.twig + web/thesaurus/link-field-step3.html.twig - - web/thesaurus/link-field-step3.html.twig + thesaurus:: suppression des indexes vers le thesaurus pour le champ %field% - Removing indexes to thesaurus for field %field%. + thesaurus:: suppression des indexes vers le thesaurus pour le champ %field% + web/thesaurus/link-field-step3.html.twig - - web/thesaurus/link-field-step3.html.twig + thesaurus:: suppression du lien du champ %field% - Unlinking field %field%. + thesaurus:: suppression du lien du champ %field% + web/thesaurus/link-field-step3.html.twig - - web/thesaurus/import-dialog.html.twig + thesaurus:: supprimer les liens des champs tbranch - Delete existing link(s) between thesaurus branch(s) and field(s) + thesaurus:: supprimer les liens des champs tbranch + web/thesaurus/import-dialog.html.twig - - web/thesaurus/new-synonym-dialog.html.twig + thesaurus:: synonyme - Synonym + thesaurus:: synonyme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/properties.html.twig + thesaurus:: synonymes - Synonyms + thesaurus:: synonymes + web/thesaurus/properties.html.twig - - web/thesaurus/new-synonym-dialog.html.twig + thesaurus:: terme - Term + thesaurus:: terme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: tout deployer - refermable - All deployed (with navigation) + thesaurus:: tout deployer - refermable + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: tout deployer - statique - All deployed (static) + thesaurus:: tout deployer - statique + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: tout fermer - Close all (with navigation) + thesaurus:: tout fermer + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: Nouveau synonyme - New synonym + thesaurus::menu: Nouveau synonyme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: Nouveau terme - New term + thesaurus::menu: Nouveau terme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: accepter - Allow - - - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig - thesaurus::menu: chercher - Search - - - web/thesaurus/thesaurus.html.twig - thesaurus::menu: export topics - Export as topics - - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: accepter web/thesaurus/thesaurus.html.twig + + + thesaurus::menu: chercher + thesaurus::menu: chercher + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig + + + thesaurus::menu: export topics + thesaurus::menu: export topics + web/thesaurus/thesaurus.html.twig + + thesaurus::menu: exporter - Export + thesaurus::menu: exporter + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: importer - Import + thesaurus::menu: importer + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: lier au champ - Link to fields + thesaurus::menu: lier au champ + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig + thesaurus::menu: proprietes - Properties + thesaurus::menu: proprietes + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: refuser - Reject + thesaurus::menu: refuser + web/thesaurus/thesaurus.html.twig - - web/thesaurus/properties.html.twig - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig + thesaurus::menu: supprimer - Delete + thesaurus::menu: supprimer + web/thesaurus/properties.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: supprimer les candidats a 0 hits - Delete candidates with no hits + thesaurus::menu: supprimer les candidats a 0 hits + web/thesaurus/thesaurus.html.twig - - actions/Tools/index.html.twig + thumbnail validation - Confirm thumbnail + thumbnail validation + actions/Tools/index.html.twig - - web/report/listColumn.html.twig + + to + to + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + tout decocher - Unselect all + tout decocher + web/report/listColumn.html.twig - + + tout le monde + tout le monde web/admin/subdefs.html.twig web/admin/subdefs.html.twig - tout le monde - Everyone - - prod/results/help.html.twig + tout le sport - "ALL about Mary" + tout le sport + prod/results/help.html.twig - - web/prod/notifications.html.twig + toutes les notifications - All Notifications + toutes les notifications + web/prod/notifications.html.twig - - web/admin/databases.html.twig + update::Votre application necessite une mise a jour vers : - Your application needs an update to : + update::Votre application necessite une mise a jour vers : + web/admin/databases.html.twig - - web/admin/databases.html.twig + update::Votre version est a jour : - Your version is up to date + update::Votre version est a jour : + web/admin/databases.html.twig - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + upload:: Destination (collection) : - Collection + upload:: Destination (collection) : + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + upload:: Status : - Apply status + upload:: Status : + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - - web/admin/users.html.twig + users rights have been reseted - Users rights have been reseted + users rights have been reseted + web/admin/users.html.twig - - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig + validate - Validate + validate + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig - + + validation:: NON + validation:: NON mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig lightbox/IE6/agreement_box.html.twig - validation:: NON - NO - + + validation:: OUI + validation:: OUI mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig lightbox/IE6/agreement_box.html.twig - validation:: OUI - YES - - mobile/lightbox/basket_element.html.twig + validation:: editer ma note - Modify my notes + validation:: editer ma note + mobile/lightbox/basket_element.html.twig - - mobile/lightbox/sc_note.html.twig + validation:: note - Comments + validation:: note + mobile/lightbox/sc_note.html.twig - - web/lightbox/sc_note.html.twig + validation:: votre note - Comments + validation:: votre note + web/lightbox/sc_note.html.twig - + + validation::envoyer mon rapport + validation::envoyer mon rapport mobile/lightbox/validate.html.twig mobile/lightbox/validate.html.twig web/lightbox/basket_options.html.twig web/lightbox/basket_options.html.twig lightbox/IE6/basket_options.html.twig lightbox/IE6/basket_options.html.twig - validation::envoyer mon rapport - Send my feedback - - web/admin/databases.html.twig + version - Build version + version + web/admin/databases.html.twig - - web/report/all_content.html.twig + veuillez choisir au minimum une collection - At least one collection must be selected + veuillez choisir au minimum une collection + web/report/all_content.html.twig - web/common/doctype_icons.html.twig video - video + video + web/common/doctype_icons.html.twig - - actions/Tools/index.html.twig + video tool - Video Tools + video tool + actions/Tools/index.html.twig - - web/account/sessions.html.twig + + yes + yes + web/account/sessions.html.twig web/admin/subdefs.html.twig web/common/technical_datas.html.twig - yes - Yes - - actions/Tools/confirm.html.twig + you are about to change the representation thumbnail of your video - You are about to change the representation thumbnail of your video + you are about to change the representation thumbnail of your video + actions/Tools/confirm.html.twig - web/admin/dashboard.html.twig your configuration - your configuration + your configuration + web/admin/dashboard.html.twig
diff --git a/resources/locales/messages.fr.xlf b/resources/locales/messages.fr.xlf index 6daa6573d2..9b4a09563d 100644 --- a/resources/locales/messages.fr.xlf +++ b/resources/locales/messages.fr.xlf @@ -1,1755 +1,1833 @@ - +
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.
- - WorkZone/Browser/Basket.html.twig - %ElementsCount% records - %ElementsCount% enregistrement(s) + + + + Form/Configuration/EmailFormType.php + Form/Login/PhraseaAuthenticationForm.php - + + The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account + to see its contents. + This avoids anonymous users to access to the content of the push if they were able to get the display + url through a forwarded mail for example. + + The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account + to see its contents. + This avoids anonymous users to access to the content of the push if they were able to get the display + url through a forwarded mail for example. + + prod/templates/push.html.twig + + + %ElementsCount% records + %ElementsCount% records + WorkZone/Browser/Basket.html.twig + + + %Total% results + %Total% results WorkZone/Browser/Results.html.twig WorkZone/Browser/Results.html.twig - %Total% results - %Total% résultats + %basket_length% documents + %basket_length% documents mobile/lightbox/validate.html.twig lightbox/IE6/index.html.twig lightbox/IE6/index.html.twig web/lightbox/index.html.twig web/lightbox/index.html.twig - %basket_length% documents - %basket_length% documents - - prod/actions/collection_default.html.twig + %countable% documents can not be modified. - %countable% documents ne peuvent être modifiés. + %countable% documents can not be modified. + prod/actions/collection_default.html.twig - - Controller/Root/Login.php + %d collection selected - %d collection sélectionnée + %d collection selected + Controller/Root/Login.php - - Controller/Root/Login.php + %d collections selected - %d collections sélectionnées + %d collections selected + Controller/Root/Login.php - - Controller/Prod/Language.php + %d fields have been updated - %d ont été mis à jour + %d fields have been updated + Controller/Prod/Language.php - - prod/orders/order_item.html.twig + %displayName% wants to place an order - %displayName% souhaite passer une commande + %displayName% wants to place an order + prod/orders/order_item.html.twig - - web/common/dialog_export.html.twig + %docs_not_orderable% documents ne peuvent pas etre commandes - %docs_not_orderable% document ne peuvent être commandés + %docs_not_orderable% documents ne peuvent pas etre commandes + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + %docs_orderable% documents commandes - %docs_orderable% documents commandés + %docs_orderable% documents commandes + web/common/dialog_export.html.twig - mobile/lightbox/feed.html.twig %entry_length% documents - %entry_length% documents + %entry_length% documents + mobile/lightbox/feed.html.twig - - actions/Feedback/list.html.twig - actions/Feedback/ListsMacros.html.twig + %length% peoples - %length% personne(s) + %length% peoples + actions/Feedback/list.html.twig + actions/Feedback/ListsMacros.html.twig - - Bridge/Flickr/upload.html.twig + %n_elements% elements ne peuvent etre uploades - %n_elements% documents ne peuvent être ajoutés + %n_elements% elements ne peuvent etre uploades + Bridge/Flickr/upload.html.twig - web/admin/users.html.twig + %n_par_page% par page + %n_par_page% par page web/admin/users.html.twig web/admin/users.html.twig - %n_par_page% par page - %n_par_page% par page + web/admin/users.html.twig - - actions/Bridge/deactivated.html.twig + %name% est momentanement indisponible a cause d'un trop grand nombre de requetes - %name% est momentanément indisponible à cause d'un trop grand nombre de requêtes + %name% est momentanement indisponible a cause d'un trop grand nombre de requetes + actions/Bridge/deactivated.html.twig - Bridge/Dailymotion/element_informations.html.twig %nb_rating% like - %nb_rating% like + %nb_rating% like + Bridge/Dailymotion/element_informations.html.twig - Bridge/Dailymotion/element_informations.html.twig %nb_rating% likes - %nb_rating% likes + %nb_rating% likes + Bridge/Dailymotion/element_informations.html.twig - + + %nb_records% records + %nb_records% records prod/Tooltip/Basket.html.twig prod/Tooltip/Story.html.twig - %nb_records% records - %nb_records% enregistrement(s) + %nb_view% vue + %nb_view% vue Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig Bridge/Youtube/element_informations.html.twig - %nb_view% vue - %nb_view% vue + %nb_view% vues + %nb_view% vues Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig Bridge/Youtube/element_informations.html.twig - %nb_view% vues - %nb_view% vues - Controller/Prod/WorkZone.php %quantity% Stories attached to the WorkZone %quantity% Stories attached to the WorkZone + Controller/Prod/WorkZone.php - Controller/Prod/WorkZone.php %quantity% Stories attached to the WorkZone, %quantity_already% already attached %quantity% Stories attached to the WorkZone, %quantity_already% already attached + Controller/Prod/WorkZone.php - Controller/Prod/WorkZone.php %quantity% Story attached to the WorkZone %quantity% Story attached to the WorkZone + Controller/Prod/WorkZone.php - Controller/Prod/WorkZone.php %quantity% Story attached to the WorkZone, %quantity_already% already attached %quantity% Story attached to the WorkZone, %quantity_already% already attached + Controller/Prod/WorkZone.php - Controller/Prod/UsrLists.php %quantity% User added to list %quantity% User added to list + Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php %quantity% Users added to list %quantity% Users added to list + Controller/Prod/UsrLists.php - Controller/Prod/Bridge.php %quantity% elements en attente %quantity% elements en attente + Controller/Prod/Bridge.php - Controller/Prod/BasketController.php - Controller/Prod/Story.php %quantity% records added %quantity% records added + Controller/Prod/BasketController.php + Controller/Prod/Story.php - Controller/Prod/BasketController.php %quantity% records moved %quantity% records moved + Controller/Prod/BasketController.php - prod/upload/upload.html.twig %quantity% selected files %quantity% selected files + prod/upload/upload.html.twig - Controller/Prod/Push.php %quantity_records% records have been sent for validation to %quantity_users% users %quantity_records% records have been sent for validation to %quantity_users% users + Controller/Prod/Push.php - Controller/Prod/Push.php %quantity_records% records have been sent to %quantity_users% users %quantity_records% records have been sent to %quantity_users% users + Controller/Prod/Push.php - - prod/upload/lazaret.html.twig + %record_count% records match the unique identifier : - %record_count% enregistrements correspondent à des identifiants uniques existants : + %record_count% records match the unique identifier : + prod/upload/lazaret.html.twig - - Controller/Admin/Fields.php + %s field has been created with success. - Le champ %s a été créé avec succès. + %s field has been created with success. + Controller/Admin/Fields.php - - Controller/Admin/Fields.php + %s field has been deleted with success. - Le champ %s a été supprimé avec succès. + %s field has been deleted with success. + Controller/Admin/Fields.php - - web/report/generate_tab.html.twig + + %total% reponses + %total% reponses + Controller/Prod/Query.php + + %total_count% results - %total_count% résultats + %total_count% results + web/report/generate_tab.html.twig - eventsmanager/notify/validationdone.php %user% a envoye son rapport de validation de %title% %user% a envoye son rapport de validation de %title% + eventsmanager/notify/validationdone.php - eventsmanager/notify/order.php %user% a passe une %opening_link% commande %end_link% %user% a passe une %opening_link% commande %end_link% + eventsmanager/notify/order.php - Notification/Mail/MailInfoOrderCancelled.php %user% a refuse %quantity% elements de votre commande %user% a refuse %quantity% elements de votre commande + Notification/Mail/MailInfoOrderCancelled.php - eventsmanager/notify/ordernotdelivered.php %user% a refuse la livraison de %quantity% document(s) pour votre commande %user% a refuse la livraison de %quantity% document(s) pour votre commande + eventsmanager/notify/ordernotdelivered.php - eventsmanager/notify/register.php %user% demande votre approbation sur une ou plusieurs %before_link% collections %after_link% %user% demande votre approbation sur une ou plusieurs %before_link% collections %after_link% + eventsmanager/notify/register.php - Notification/Mail/MailInfoValidationDone.php %user% has just sent its validation report, you can now see it %user% has just sent its validation report, you can now see it + Notification/Mail/MailInfoValidationDone.php - Notification/Mail/MailInfoNewOrder.php %user% has ordered documents %user% has ordered documents + Notification/Mail/MailInfoNewOrder.php - eventsmanager/notify/feed.php %user% has published %title% %user% has published %title% + eventsmanager/notify/feed.php - eventsmanager/notify/autoregister.php %user% s'est enregistre sur une ou plusieurs %before_link% scollections %after_link% %user% s'est enregistre sur une ou plusieurs %before_link% scollections %after_link% + eventsmanager/notify/autoregister.php - Notification/Mail/MailInfoNewPublication.php %user% vient de publier %title% %user% vient de publier %title% + Notification/Mail/MailInfoNewPublication.php - eventsmanager/notify/orderdeliver.php %user% vous a delivre %quantity% document(s) pour votre commande %title% %user% vous a delivre %quantity% document(s) pour votre commande %title% + eventsmanager/notify/orderdeliver.php - Notification/Mail/MailInfoOrderDelivered.php %user% vous a delivre votre commande, consultez la en ligne a l'adresse suivante %user% vous a delivre votre commande, consultez la en ligne a l'adresse suivante + Notification/Mail/MailInfoOrderDelivered.php - eventsmanager/notify/push.php %user% vous a envoye un %before_link% panier %after_link% %user% vous a envoye un %before_link% panier %after_link% + eventsmanager/notify/push.php - eventsmanager/notify/validate.php %user% vous demande de valider %title% %user% vous demande de valider %title% + eventsmanager/notify/validate.php - - web/admin/users.html.twig + %user_count% users have been created. - %user_count% utilisateurs ont été créés. + %user_count% users have been created. + web/admin/users.html.twig - Bridge/Youtube/element_informations.html.twig %value% like - %value% like + %value% like + Bridge/Youtube/element_informations.html.twig - Bridge/Youtube/element_informations.html.twig %value% likes - %value% likes + %value% likes + Bridge/Youtube/element_informations.html.twig - + + (validation) a envoyer + (validation) a envoyer lightbox/IE6/index.html.twig web/lightbox/index.html.twig - (validation) a envoyer - Rapport de validation à envoyer - + + (validation) envoyee + (validation) envoyee lightbox/IE6/index.html.twig web/lightbox/index.html.twig - (validation) envoyee - Rapport de validation envoyé - + + (validation) session terminee + (validation) session terminee lightbox/IE6/index.html.twig web/lightbox/index.html.twig - (validation) session terminee - Session terminée - prod/results/help.html.twig * , ? , ET , OU , SAUF , DANS , DERNIERS , TOUT (ou AND , OR , EXCEPT , LAST , ALL) - * , ? , ET , OU , SAUF , DANS , DERNIERS , TOUT (ou AND , OR , EXCEPT , LAST , ALL) + * , ? , ET , OU , SAUF , DANS , DERNIERS , TOUT (ou AND , OR , EXCEPT , LAST , ALL) + prod/results/help.html.twig - - Form/Configuration/APIClientsFormType.php + *Phraseanet Navigator* is a smartphone application that allow user to connect on this instance - *Phraseanet Navigator* est une application mobile permettant à des utilisateurs de se connecter sur cette instance Phraseanet. + *Phraseanet Navigator* is a smartphone application that allow user to connect on this instance + Form/Configuration/APIClientsFormType.php - - WorkZone/Browser/Basket.html.twig + 1 record - 1 enregistrement + 1 record + WorkZone/Browser/Basket.html.twig - + + 1 result + 1 result WorkZone/Browser/Results.html.twig WorkZone/Browser/Results.html.twig - web/report/generate_tab.html.twig - 1 result - 1 résultat + web/report/generate_tab.html.twig - Bridge/Dailymotion/upload.html.twig 10 tags maximum - 10 tags maximum + 10 tags maximum + Bridge/Dailymotion/upload.html.twig - - Bridge/Youtube/upload.html.twig + 100 caracteres maximum - 100 caractères maximum + 100 caracteres maximum + Bridge/Youtube/upload.html.twig - - Bridge/Dailymotion/upload.html.twig + 1000 caracteres maximum - 1000 caractères maximum + 1000 caracteres maximum + Bridge/Dailymotion/upload.html.twig - - Bridge/Youtube/upload.html.twig + 2000 caracteres maximum - 2000 caractères maximum + 2000 caracteres maximum + Bridge/Youtube/upload.html.twig - - Bridge/Flickr/upload.html.twig + 2000 caracteres maximum, separe par des espaces - 2000 caractères maximum, séparés par des espaces + 2000 caracteres maximum, separe par des espaces + Bridge/Flickr/upload.html.twig - - Bridge/Dailymotion/upload.html.twig + 250 caracteres maximum - 250 caractères maximum + 250 caracteres maximum + Bridge/Dailymotion/upload.html.twig - - Bridge/Dailymotion/upload.html.twig + 255 caracteres maximum - 255 caractères maximum + 255 caracteres maximum + Bridge/Dailymotion/upload.html.twig - - Bridge/Youtube/upload.html.twig + 500 caracteres maximum - 500 caractères maximum + 500 caracteres maximum + Bridge/Youtube/upload.html.twig + A + A web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - A - A - - Notification/Mail/MailInfoRecordQuarantined.php + A document has been quarantined - Un document a été placé en quarantaine + A document has been quarantined + Notification/Mail/MailInfoRecordQuarantined.php - - Bridge/Api/Youtube.php + A field value contains an invalid character - Le contenu saisi contient un caractère non valide + A field value contains an invalid character + Bridge/Api/Youtube.php - - Notification/Mail/MailInfoRecordQuarantined.php + A file has been thrown to the quarantine. - Un fichier a été placé en quarantaine. + A file has been thrown to the quarantine. + Notification/Mail/MailInfoRecordQuarantined.php - - Border/Checker/UUID.php + 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 + A file with the same UUID already exists in database + Border/Checker/UUID.php - - Border/Checker/Sha256.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 + A file with the same checksum already exists in database + Border/Checker/Sha256.php - - Border/Checker/Filename.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 + A file with the same filename already exists in database + Border/Checker/Filename.php - - prod/upload/lazaret.html.twig + A record matches the unique identifier : - Un enregistrement correspond à un identifiant unique existant : + A record matches the unique identifier : + prod/upload/lazaret.html.twig - - Bridge/Api/Youtube.php + A required field is missing or has an empty value - Un champ obligatoire n'est pas rempli + A required field is missing or has an empty value + Bridge/Api/Youtube.php - - Controller/Admin/Databox.php + A task has been created, please run it to complete empty collection - Une tâche vient d'être créée. Veuillez la lancer pour vider la collection. + A task has been created, please run it to complete empty collection + Controller/Admin/Databox.php - - Controller/Admin/Collection.php + A task has been creted, please run it to complete empty collection - Une tâche de suppression a été créée, lancez la pour vider la collection + A task has been creted, please run it to complete empty collection + Controller/Admin/Collection.php - - web/account/authorized_apps.html.twig + A third-party application is a product developed apart from Phraseanet and that would access Phraseanet data. - Une application tierce est un produit développé en dehors de Phraseanet et qui accède à des données Phraseanet. + A third-party application is a product developed apart from Phraseanet and that would access Phraseanet data. + web/account/authorized_apps.html.twig - - classes/User/Adapter.php - A user already exists with email addres %email% - A user already exists with email addres %email% - - - Bridge/Api/Youtube.php + A value does not match an expected format - La contenu saisi ne correspond pas au contenu attendu + A value does not match an expected format + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + A value exceeds the maximum allowable length - Le contenu saisi dépasse la quantité maximum de caractères autorisés + A value exceeds the maximum allowable length + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + A value has been deprecated and is no longer valid - Une valeur est dépréciée ou n'est plus valide + A value has been deprecated and is no longer valid + Bridge/Api/Youtube.php - - actions/Feedback/List-Share.html.twig + + API Webhook + API Webhook + TaskManager/Job/WebhookJob.php + + About Roles : - A propos des rôles : + About Roles : + actions/Feedback/List-Share.html.twig - - web/account/base.html.twig + Acces - Accès + Acces + web/account/base.html.twig - + + Access + Access web/admin/editusers.html.twig actions/Feedback/List-Share.html.twig - Access - Accès - - login/oauth/desktop-code.html.twig + Access code - Code d'accès + Access code + login/oauth/desktop-code.html.twig - - web/account/sessions.html.twig + Access history - Historique d'accès + Access history + web/account/sessions.html.twig - - Notification/Mail/MailInfoRecordQuarantined.php + Access quarantine - Accéder à la Quarantaine + Access quarantine + Notification/Mail/MailInfoRecordQuarantined.php - - web/admin/editusers.html.twig + Access to HD - Autoriser à télécharger les Documents + Access to HD + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Access to image tools - Autoriser à accéder aux outils images + Access to image tools + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Access to preview - Accès aux sous résolutions + Access to preview + web/admin/editusers.html.twig - - actions/Feedback/List-Share.html.twig + + Access to the above bases constitutes acceptance of the following Terms of Use (TOU). + Access to the above bases constitutes acceptance of the following Terms of Use (TOU). + web/account/access.html.twig + + Access user have readonly access - Accès ne permet que d'utiliser + Access user have readonly access + actions/Feedback/List-Share.html.twig - - Controller/Root/Login.php - Controller/Root/Login.php + Account has been unlocked, you can now login. - Le compte a été débloqué. Vous pouvez maintenant vous connecter. + Account has been unlocked, you can now login. + Controller/Root/Login.php + Controller/Root/Login.php - - Controller/Root/Login.php + Account has been unlocked, you still have to wait for admin approval. - Le compte a été débloqué. Vous devez toutefois attendre l'approbation d'un administrateur. + Account has been unlocked, you still have to wait for admin approval. + Controller/Root/Login.php - - Controller/Root/Login.php + Account is already unlocked, you can login. - Le compte est déjà déverrouillé. Vous pouvez vous connecter. + Account is already unlocked, you can login. + Controller/Root/Login.php - - Controller/Prod/Bridge.php + Account is not found. - Le compte est inconnu + Account is not found. + Controller/Prod/Bridge.php - - Controller/Prod/Language.php - prod/templates/push.html.twig + Accuse de reception - Accusé de réception + Accuse de reception + Controller/Prod/Language.php + prod/templates/push.html.twig - - web/common/dialog_export.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 + Accuse de reception indisponible, vous n'avez pas declare d'adresse email + web/common/dialog_export.html.twig - - Controller/Prod/Feed.php + Action Forbidden : You are not the publisher - Action non autorisée: Vous n'êtes pas la personne qui a publié + Action Forbidden : You are not the publisher + Controller/Prod/Feed.php + Actions + Actions Bridge/Dailymotion/actioncontainers.html.twig Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Flickr/actionelements.html.twig Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig - Actions - Actions - - web/admin/editusers.html.twig + Active - Actif + Active + web/admin/editusers.html.twig - - Form/Configuration/ClassicFormType.php + Active tab position - Activer le positionnement des onglets + Active tab position + Form/Configuration/ClassicFormType.php - admin/databox/databox.html.twig + Activer + Activer + admin/databox/databox.html.twig web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - Activer - Activer - web/developers/application.html.twig Activer le grant_type de type password pour votre application - Activer le grant_type de type password pour votre application + Activer le grant_type de type password pour votre application + web/developers/application.html.twig - - admin/databox/databox.html.twig + Activer une collection - Activer la collection + Activer une collection + admin/databox/databox.html.twig - - actions/Feedback/list.html.twig + Activite - Activité + Activite + actions/Feedback/list.html.twig - + + Add + Add admin/fields/templates.html.twig actions/Feedback/lists-all.html.twig prod/actions/Push.html.twig - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig prod/User/Add.html.twig - Add - Ajouter - + + Add a new field + Add a new field admin/fields/templates.html.twig admin/fields/templates.html.twig - Add a new field - Ajouter un nouveau champ - - web/admin/dashboard.html.twig + Add an admin - Ajouter un administrateur Phraseanet + Add an admin + web/admin/dashboard.html.twig - - prod/actions/Push.html.twig + Add user - Ajouter un utilisateur + Add user + prod/actions/Push.html.twig - - Form/Configuration/MainConfigurationFormType.php + Additionnal modules - Modules additionnels + Additionnal modules + Form/Configuration/MainConfigurationFormType.php - - actions/Feedback/List-Share.html.twig + + Adds an option to the push form submission to restrict push recipient(s) to Phraseanet users only. + Adds an option to the push form submission to restrict push recipient(s) to Phraseanet users only. + Form/Configuration/ActionsFormType.php + + Admin - Administrateur + Admin + actions/Feedback/List-Share.html.twig - - actions/Feedback/List-Share.html.twig + Admin can edit shares, modify content - L'administrateur peut éditer les partages et modifier les contenus + Admin can edit shares, modify content + actions/Feedback/List-Share.html.twig - web/admin/index.html.twig Adresse email du nouvel utilisateur - Adresse email du nouvel utilisateur + Adresse email du nouvel utilisateur + web/admin/index.html.twig - - web/prod/index.html.twig + Advanced Search - Recherche avancée + Advanced Search + web/prod/index.html.twig - - admin/fields/templates.html.twig + Advanced field parameters - Paramètres avancés du champ + Advanced field parameters + admin/fields/templates.html.twig - - Form/Configuration/ClassicFormType.php + Advanced search tab position - Postion de l'onglet de recherche avancée + Advanced search tab position + Form/Configuration/ClassicFormType.php - web/prod/index.html.twig Affichage - Affichage + Affichage + web/prod/index.html.twig - - web/prod/index.html.twig + Affichage au demarrage - Afficher au démarrage + Affichage au demarrage + web/prod/index.html.twig - - web/prod/index.html.twig - Afficher - Afficher - - - web/prod/index.html.twig - Afficher dans la notice - Afficher dans la notice - - - web/prod/index.html.twig + Afficher la fiche descriptive - Afficher la notice + Afficher la fiche descriptive + web/prod/index.html.twig - web/prod/index.html.twig Afficher le titre - Afficher le titre + Afficher le titre + web/prod/index.html.twig - - web/prod/index.html.twig + Afficher les status - Afficher les Status + Afficher les status + web/prod/index.html.twig - - web/prod/index.html.twig + Afficher une icone - Afficher une icône + Afficher une icone + web/prod/index.html.twig + + + After metadata + After metadata + web/prod/index.html.twig + + + Aggregable fields + Aggregable fields + admin/fields/templates.html.twig - web/prod/index.html.twig Aide - Aide + Aide + web/prod/index.html.twig - - prod/actions/edit_default.html.twig + Aide sur les expressions regulieres - Aide sur les expressions régulières + Aide sur les expressions regulieres + prod/actions/edit_default.html.twig - + + Ajouter a + Ajouter a Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actionelements.html.twig Bridge/Youtube/actionelements.html.twig - Ajouter a - Ajouter à + + + Ajouter au panier + Ajouter au panier + web/prod/index.html.twig - prod/Baskets/Create.html.twig - prod/Story/Create.html.twig Ajouter ma selection courrante Ajouter ma sélection courante + prod/Baskets/Create.html.twig + prod/Story/Create.html.twig - web/admin/index.html.twig Ajouter un nouvel utilisateur - Ajouter un nouvel utilisateur + Ajouter un nouvel utilisateur + web/admin/index.html.twig - - admin/publications/fiche.html.twig + Ajouter un publisher - Ajouter un utilisateur + Ajouter un publisher + admin/publications/fiche.html.twig - admin/publications/list.html.twig Ajouter une publication - Ajouter une publication + Ajouter une publication + admin/publications/list.html.twig - - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - WorkZone/Browser/Browser.html.twig + + Ajoutez des médias simplement en les faisant glisser vers le panier + désiré et en relachant au dessus. + Ajoutez des médias simplement en les faisant glisser vers le panier + désiré et en relachant au dessus. + web/prod/index.html.twig + + All - Tout + All + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + WorkZone/Browser/Browser.html.twig - - prod/feeds/feeds.html.twig + Aller a - Aller à + Aller a + prod/feeds/feeds.html.twig - - Form/Configuration/GeneralFormType.php + Allow the website to be indexed by search engines like Google - Permettre l'indexation du site par des moteurs de recherche (comme Google) + Allow the website to be indexed by search engines like Google + Form/Configuration/GeneralFormType.php - - web/account/authorized_apps.html.twig + Allowed - Autorisé + Allowed + web/account/authorized_apps.html.twig - - web/admin/editusers.html.twig + + Allowed access to the following collections + Allowed access to the following collections + web/account/access.html.twig + + Allowed to access report - Autoriser à consulter Phraseanet Report + Allowed to access report + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to add - Autoriser à ajouter des documents + Allowed to add + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to add in basket - Autoriser à créer des paniers + Allowed to add in basket + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to change statuses - Autoriser à changer les status + Allowed to change statuses + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to delete - Autoriser à supprimer des documents + Allowed to delete + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to edit - Autoriser à éditer les notices + Allowed to edit + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to order - Autoriser à commander + Allowed to order + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to publish - Autoriser à publier + Allowed to publish + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to push - Autoriser à faire des diffusions + Allowed to push + web/admin/editusers.html.twig - - prod/actions/delete_records_confirm.html.twig + Also delete records that rely on groupings. - Supprimer également les enregistrements appartenant à des reportages + Also delete records that rely on groupings. + prod/actions/delete_records_confirm.html.twig - - Controller/Admin/Collection.php - Controller/Admin/Collection.php + + An error occured + An error occured + Controller/Admin/Collection.php + Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databoxes.php - Controller/Prod/BasketController.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/MoveCollection.php - Controller/Prod/Order.php - Controller/Prod/Story.php - Controller/Prod/Tools.php - Controller/Prod/Tools.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databoxes.php + Controller/Api/V1.php + Controller/Api/V1.php + Controller/Prod/BasketController.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/MoveCollection.php + Controller/Prod/Order.php + Controller/Prod/Story.php + Controller/Prod/Tools.php + Controller/Prod/Tools.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig admin/databox/databox.html.twig task-manager/task-editor/task.html.twig - web/admin/users.html.twig - An error occured - Une erreur est survenue. + web/admin/users.html.twig - - Controller/Prod/Order.php + An error occured while denying, please retry or contact an admin if problem persists - Une erreur s'est produite lors du refus. Veuillez réessayer ou contacter un administrateur si le problème persiste + An error occured while denying, please retry or contact an admin if problem persists + Controller/Prod/Order.php - - Controller/Prod/Order.php + An error occured while sending, please retry or contact an admin if problem persists - Une erreur s'est produite lors de l'envoi. Veuillez réessayer ou contacter un administrateur si le problème persiste. + An error occured while sending, please retry or contact an admin if problem persists + Controller/Prod/Order.php - - user/import/file.html.twig + An error occured while upload the file. Please retry - Une erreur s'est produite lors du chargement du fichier. Veuillez réessayer. + An error occured while upload the file. Please retry + user/import/file.html.twig - - Controller/Prod/Language.php + An error occured, please retry - Une erreur est survenue, veuillez essayer à nouveau + An error occured, please retry + Controller/Prod/Language.php - - admin/collection/create.html.twig + An error occured, please retry or contact an admin if problem persist - Une erreur s'est produite. Veuillez réessayer ou contacter un administrateur si le problème persiste. + An error occured, please retry or contact an admin if problem persist + admin/collection/create.html.twig - + + An error occured, please retry or contact an admin if problem persists + An error occured, please retry or contact an admin if problem persists prod/orders/order_box.html.twig prod/orders/order_item.html.twig - An error occured, please retry or contact an admin if problem persists - Une erreur est survenue. Veuillez réessayer et si le problème persiste, contactez un administrateur. - - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Prod/BasketController.php - web/admin/statusbit.html.twig + An error occurred - Un erreur est survenue + An error occurred + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Prod/BasketController.php + web/admin/statusbit.html.twig - - Controller/Prod/Language.php + An error occurred reading this file - Une erreur est survenue à la lecture de ce fichier + An error occurred reading this file + Controller/Prod/Language.php - - Controller/Root/Login.php + An unexpected error occured during authentication process, please contact an admin - Une erreur inattendue s'est produite pendant le processus d'authentification. Veuillez contacter un administrateur. + An unexpected error occured during authentication process, please contact an admin + Controller/Root/Login.php - Notification/Mail/MailInfoBridgeUploadFailed.php An upload on %bridge_adapter% failed, the resaon is : %reason% An upload on %bridge_adapter% failed, the resaon is : %reason% + Notification/Mail/MailInfoBridgeUploadFailed.php - - Form/Configuration/ModulesFormType.php + Anonymous report - Report anonyme + Anonymous report + Form/Configuration/ModulesFormType.php - - WorkZone/Browser/Browser.html.twig + Any time - N'importe quand + Any time + WorkZone/Browser/Browser.html.twig - - web/common/technical_datas.html.twig + Aperture - Ouverture + Aperture + web/common/technical_datas.html.twig - - prod/preview/appears_in.html.twig + Apparait aussi dans ces paniers - Aussi dans les paniers suivants + Apparait aussi dans ces paniers + prod/preview/appears_in.html.twig - - prod/preview/appears_in.html.twig + Apparait aussi dans ces reportages - Aussi dans les reportages suivants + Apparait aussi dans ces reportages + prod/preview/appears_in.html.twig - - Phrasea/Controller/Setup.php + Appbox is unreachable - L'ApplicationBox est inaccessible + Appbox is unreachable + Phrasea/Controller/Setup.php - web/developers/application.html.twig Application - Application + Application + web/developers/application.html.twig - - Form/Configuration/GeneralFormType.php + Application description - Description]]> + Application description + Form/Configuration/GeneralFormType.php - - web/developers/application_form.html.twig + Application desktop - Application + Application desktop + web/developers/application_form.html.twig - - Form/Configuration/GeneralFormType.php + Application title - Titre donné à l'instance Phraseanet + Application title + Form/Configuration/GeneralFormType.php - - web/developers/application_form.html.twig + Application web - Application Internet + Application web + web/developers/application_form.html.twig - - web/setup/step2.html.twig + ApplicationBox is a Mysql database. - l'ApplicationBox est une base de données Mysql . + ApplicationBox is a Mysql database. + web/setup/step2.html.twig - web/account/base.html.twig Applications - Applications + Applications + web/account/base.html.twig - - user/import/view.html.twig + Apply a model - Appliquer un modèle + Apply a model + user/import/view.html.twig - + + Apply a template + Apply a template web/admin/editusers.html.twig web/admin/users.html.twig - Apply a template - Appliquer un modèle - - actions/Property/index.html.twig - actions/Property/type.html.twig + Apply changes - Appliquer les modifications + Apply changes + actions/Property/index.html.twig + actions/Property/type.html.twig - - actions/Property/index.html.twig + Apply status on stories children. - Appliquer les status sur les documents des reportages. + Apply status on stories children. + actions/Property/index.html.twig - - actions/Property/index.html.twig + Apply status on story children. - Appliquer les status sur les documents du reportage. + Apply status on story children. + actions/Property/index.html.twig - - web/admin/index.html.twig + Apply template - Appliquer le modèle + Apply template + web/admin/index.html.twig - - actions/Property/type.html.twig + Apply to all selected documents - Appliquer à tous les documents sélectionnés + Apply to all selected documents + actions/Property/type.html.twig - - lib/classes/base.php - lib/classes/base.php - Applying patches on %databox_name% - Applying patches on %databox_name% - - - prod/WorkZone/Macros.html.twig + Archive - Archiver + Archive + prod/WorkZone/Macros.html.twig - - web/admin/users.html.twig + Are you sure you want delete users rights ? - Etes-vous sûr de vouloir initialiser les droits des utilisateurs ? + Are you sure you want delete users rights ? + web/admin/users.html.twig - - web/developers/applications.html.twig + Are you sure you want to delete this application? - Etes-vous sûr de vouloir supprimer cette application ? + Are you sure you want to delete this application? + web/developers/applications.html.twig - - Controller/Prod/Language.php - prod/templates/push.html.twig + Are you sure you want to delete this list ? - Voulez-vous vraiment supprimer cette liste? + Are you sure you want to delete this list ? + Controller/Prod/Language.php + prod/templates/push.html.twig - - web/admin/editusers.html.twig + + Are you sure you want to rebuild the sub-definitions of selected records? + Are you sure you want to rebuild the sub-definitions of selected records? + actions/Tools/index.html.twig + + Are you sure you want to reset rights? - Etes-vous sûr de vouloir réinitialiser les droits ? + Are you sure you want to reset rights? + web/admin/editusers.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + At the beginning - Au début + At the beginning + task-manager/task-editor/phraseanet-indexer.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + At the end - A la fin + At the end + task-manager/task-editor/phraseanet-indexer.html.twig - Controller/Prod/Language.php - web/admin/index.html.twig - prod/results/help.html.twig Attention - Attention + Attention + Controller/Prod/Language.php + web/admin/index.html.twig + prod/results/help.html.twig - Controller/Prod/Language.php Attention ! - Attention ! + Attention ! + Controller/Prod/Language.php - - actions/Tools/index.html.twig + Attention, certain documents ont des sous-definitions substituees - Attention, certains documents ont des sous-définitions substituées. + Attention, certain documents ont des sous-definitions substituees + actions/Tools/index.html.twig - - Controller/Prod/Language.php + Attention, en supprimant ce preregalge, vous ne pourrez plus modifier ou supprimer de publications prealablement effectues avec celui-ci - Attention, en supprimant ce préréglage, vous ne pourrez plus modifier ou supprimer de publications préalablement effectuées avec celui-ci + Attention, en supprimant ce preregalge, vous ne pourrez plus modifier ou supprimer de publications prealablement effectues avec celui-ci + Controller/Prod/Language.php - admin/fields/templates.html.twig Aucun - Aucun + Aucun + admin/fields/templates.html.twig - actions/Bridge/index.html.twig Aucun bridge disponible. Veuillez contacter un administrateur. - Aucun bridge disponible. Veuillez contacter un administrateur. + Aucun bridge disponible. Veuillez contacter un administrateur. + actions/Bridge/index.html.twig - - Controller/Prod/Language.php + Aucun document selectionne - Aucun document sélectionné + Aucun document selectionne + Controller/Prod/Language.php - - prod/actions/edit_default.html.twig + Aucun statut editable - Aucun status à éditer + Aucun statut editable + prod/actions/edit_default.html.twig - prod/orders/order_box.html.twig Aucune - Aucune + Aucune + prod/orders/order_box.html.twig - - web/developers/applications.html.twig + Aucune application creee. - Aucune application créée + Aucune application creee. + web/developers/applications.html.twig - - web/account/authorized_apps.html.twig + Aucune application n'a accés à vos données. - Aucune application n'a accès à vos données + Aucune application n'a accés à vos données. + web/account/authorized_apps.html.twig - - actions/Bridge/element_list.html.twig + Aucune description. - Aucune description + Aucune description. + actions/Bridge/element_list.html.twig - - prod/feeds/feeds.html.twig + Aucune entree pour le moment - Aucune entrée pour le moment + Aucune entree pour le moment + prod/feeds/feeds.html.twig - web/prod/notifications.html.twig Aucune notification - Aucune notification + Aucune notification + web/prod/notifications.html.twig - - Controller/Prod/Language.php + Aucune publication effectuee, verifiez vos parametres - Aucune publication effectuée, vérifiez vos paramètres + Aucune publication effectuee, verifiez vos parametres + Controller/Prod/Language.php - web/prod/index.html.twig Audio - Audio + Audio + web/prod/index.html.twig - - Media/Subdef/Audio.php + Audio Birate - Débit audio + Audio Birate + Media/Subdef/Audio.php - + + Audio Codec + Audio Codec Media/Subdef/Audio.php Media/Subdef/Video.php - Audio Codec - Codec audio - - Media/Subdef/Audio.php + AudioSamplerate - Taux d’échantillonnage audio + AudioSamplerate + Media/Subdef/Audio.php - - Form/Configuration/ExecutablesFormType.php + Auth_token directory path - Chemin du répertoire Auth_token + Auth_token directory path + Form/Configuration/ExecutablesFormType.php - - Form/Configuration/ExecutablesFormType.php + Auth_token mount point - Point de montage Auth_token + Auth_token mount point + Form/Configuration/ExecutablesFormType.php - - Form/Configuration/ExecutablesFormType.php + Auth_token passphrase - Passphrase Auth_token + Auth_token passphrase + Form/Configuration/ExecutablesFormType.php - - web/account/authorized_apps.html.twig + Authoriser l'access - Autoriser l'accès + Authoriser l'access + web/account/authorized_apps.html.twig - + + Authorization Access + Authorization Access login/oauth/authorize-access.html.twig login/oauth/authorize-access.html.twig - Authorization Access - Autorisation d'accès - - login/oauth/desktop-code.html.twig + Authorization code - Code d'autorisation + Authorization code + login/oauth/desktop-code.html.twig - - login/oauth/authorize-access.html.twig + Authorize - Autoriser + Authorize + login/oauth/authorize-access.html.twig - - Form/Configuration/APIClientsFormType.php + Authorize *Phraseanet Navigator* - Autoriser *Phraseanet Navigator* + Authorize *Phraseanet Navigator* + Form/Configuration/APIClientsFormType.php - - Form/Configuration/APIClientsFormType.php + Authorize Microsoft Office Plugin to connect. - Autoriser la connexion d'un plugin Microsoft Office + Authorize Microsoft Office Plugin to connect. + Form/Configuration/APIClientsFormType.php - Form/Configuration/ExecutablesFormType.php Auto Auto + Form/Configuration/ExecutablesFormType.php - - Form/Configuration/RegistrationFormType.php + Auto select databases - Sélection automatique des bases de données + Auto select databases + Form/Configuration/RegistrationFormType.php - - eventsmanager/notify/autoregister.php + AutoRegister information - Informations d'auto-enregistrement + AutoRegister information + eventsmanager/notify/autoregister.php - api/auth/end_user_authorization.html.twig Autorisation d'acces Autorisation d'acces + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - api/auth/end_user_authorization.html.twig Autoriser - Autoriser + Autoriser + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - api/auth/end_user_authorization.html.twig Autorisez-vous l'application %application_name% a acceder a votre contenu sur %home_title% ? Autorisez-vous l'application %application_name% a acceder a votre contenu sur %home_title% ? + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - Form/Configuration/FtpExportFormType.php + Available in multi-export tab - Rendre disponible dans les onglets de la fenêtre d'export. + Available in multi-export tab + Form/Configuration/FtpExportFormType.php - web/setup/step2.html.twig Avant de continuer, prenez connaissance des points ci-dessous. Vous pouvez continuer sans corriger ces problèmes. - Avant de continuer, prenez connaissance des points ci-dessous. Vous pouvez continuer sans corriger ces problèmes. + Avant de continuer, prenez connaissance des points ci-dessous. Vous pouvez continuer sans corriger ces problèmes. + web/setup/step2.html.twig - + + Back + Back mobile/lightbox/index.html.twig mobile/lightbox/validate.html.twig - Back - Retour - - prod/actions/Push.html.twig + Back to Feedback - Retour à la Validation + Back to Feedback + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + Back to Push - Retour au Push + Back to Push + prod/actions/Push.html.twig - - WorkZone/Browser/Basket.html.twig + Back to basket list - Retour à la liste des paniers + Back to basket list + WorkZone/Browser/Basket.html.twig - - Controller/Admin/Databox.php - Controller/Admin/Root.php - Controller/Admin/Root.php - Controller/Root/Account.php + Bad request format, only JSON is allowed - Mauvais format de requête. Seul JSON est autorisé. + Bad request format, only JSON is allowed + Controller/Admin/Databox.php + Controller/Admin/Root.php + Controller/Admin/Root.php + Controller/Root/Account.php - - prod/upload/upload-flash.html.twig + Bad request, please contact an admin - Requête invalide. Veuillez contacter un administrateur + Bad request, please contact an admin + prod/upload/upload-flash.html.twig + + + Barre d'outils + Barre d'outils + web/prod/index.html.twig - actions/Download/prepare.html.twig Base - Base + Base + actions/Download/prepare.html.twig + Base %base% + Base %base% web/admin/editusers_quotas.html.twig web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - Base %base% - Base %base% - - Controller/Admin/Databoxes.php + Base could not be created - La base ne peut pas être créée + Base could not be created + Controller/Admin/Databoxes.php - - Controller/Admin/Databox.php + Base empty successful - Base vidée avec succès + Base empty successful + Controller/Admin/Databox.php - - Controller/Prod/BasketController.php + Basket created - Panier créé + Basket created + Controller/Prod/BasketController.php - - Controller/Prod/BasketController.php + Basket has been archived - Le panier a été archivé + Basket has been archived + Controller/Prod/BasketController.php - - Controller/Prod/BasketController.php + Basket has been deleted - Le panier a été supprimé + Basket has been deleted + Controller/Prod/BasketController.php - - Controller/Prod/BasketController.php + Basket has been unarchived - Le panier est disponible dans la fenêtre des paniers + Basket has been unarchived + Controller/Prod/BasketController.php - - Controller/Prod/BasketController.php + Basket has been updated - Le panier a été mis à jour + Basket has been updated + Controller/Prod/BasketController.php - - Controller/Prod/BasketController.php + Basket updated - Paniers mis à jour + Basket updated + Controller/Prod/BasketController.php - - Media/Subdef/Video.php + Bitrate - Débit + Bitrate + Media/Subdef/Video.php - api/auth/end_user_authorization.html.twig Bonjour, veuillez vous identifier sur %home_title% : - Bonjour, veuillez vous identifier sur %home_title% : + Bonjour, veuillez vous identifier sur %home_title% : + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - web/setup/step2.html.twig + Bonjour, vous etes sur le point d'installer Phraseanet. - Bonjour, vous êtes sur le point d'installer Phraseanet. + Bonjour, vous etes sur le point d'installer Phraseanet. + web/setup/step2.html.twig - - eventsmanager/notify/bridgeuploadfail.php + Bridge upload fail - Echec du transfert Bridge + Bridge upload fail + eventsmanager/notify/bridgeuploadfail.php - TaskManager/Job/BridgeJob.php Bridge uploader Bridge uploader + TaskManager/Job/BridgeJob.php - - web/prod/index.html.twig - web/prod/index.html.twig + Browse Baskets - Parcourir les paniers + Browse Baskets + web/prod/index.html.twig + web/prod/index.html.twig - - web/account/sessions.html.twig + Browser - Navigateur + Browser + web/account/sessions.html.twig - - admin/fields/templates.html.twig + Business Fields - Champ métier + Business Fields + admin/fields/templates.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + By checking this box, you accept %beginning_link% Terms of Use %end_link% - En cochant cette case, vous acceptez les %beginning_link% conditions générales d'utilisation %end_link% + By checking this box, you accept %beginning_link% Terms of Use %end_link% + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - Form/Configuration/FtpExportFormType.php + By default it is available for admins - Par défaut cette option est disponible pour les administrateurs. + By default it is available for admins + Form/Configuration/FtpExportFormType.php - prod/results/help.html.twig C dans l'air - C dans l'air + C dans l'air + prod/results/help.html.twig - - web/admin/tree.html.twig + CHAMPS - Champs + CHAMPS + web/admin/tree.html.twig - - web/common/technical_datas.html.twig + + CSV export + CSV export + web/report/generate_tab.html.twig + + Camera Model - Type d'appareil numérique + Camera Model + web/common/technical_datas.html.twig - + + Cancel + Cancel admin/fields/templates.html.twig task-manager/task-editor/task.html.twig user/import/view.html.twig prod/actions/delete_records_confirm.html.twig actions/Property/index.html.twig - actions/Property/type.html.twig + actions/Property/type.html.twig prod/User/Add.html.twig - Cancel - Annuler - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + Cancel all - Annuler tout + Cancel all + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - - prod/upload/upload-flash.html.twig + Cannot upload Zero Byte files - Impossible d'uploader un fichier vide + Cannot upload Zero Byte files + prod/upload/upload-flash.html.twig - - prod/Tooltip/Caption.html.twig + Caption - Description + Caption + prod/Tooltip/Caption.html.twig - prod/results/help.html.twig Caractères de troncature - Caractères de troncature + Caractères de troncature + prod/results/help.html.twig - - Form/Configuration/GeneralFormType.php + Carousel - Carrousel + Carousel + Form/Configuration/GeneralFormType.php - + + Categorie + Categorie Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - Categorie - Catégorie - - prod/Tooltip/DataboxField.html.twig + Ce champ est decrit comme element du %DublinCoreElementSet% - Ce champ est décrit comme élément du %DublinCoreElementSet% + Ce champ est decrit comme element du %DublinCoreElementSet% + prod/Tooltip/DataboxField.html.twig - - prod/Tooltip/DCESFieldInfo.html.twig + Ce champ est decrit comme l'element DublinCore %element_name% - Ce champ est décrit comme l'élément DublinCore %element_name% + Ce champ est decrit comme l'element DublinCore %element_name% + prod/Tooltip/DCESFieldInfo.html.twig - - prod/actions/edit_default.html.twig + Ce champ est decrit comme un element DublinCore - Ce champ est décrit comme un élément DublinCore + Ce champ est decrit comme un element DublinCore + prod/actions/edit_default.html.twig - prod/Tooltip/DataboxField.html.twig Ce champ est en lecture seule - Ce champ est en lecture seule + Ce champ est en lecture seule + prod/Tooltip/DataboxField.html.twig - - prod/Tooltip/DataboxField.html.twig + Ce champ est multivalue - Ce champ est multivalué + Ce champ est multivalue + prod/Tooltip/DataboxField.html.twig + Ce champ est obligatoire + Ce champ est obligatoire Bridge/Api/Dailymotion.php Bridge/Api/Dailymotion.php Bridge/Api/Flickr.php Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Ce champ est obligatoire - Ce champ est obligatoire + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php - - prod/Tooltip/DataboxField.html.twig + Ce champ est relie a une branche de thesaurus - Ce champ est lié à une branche de thesaurus + Ce champ est relie a une branche de thesaurus + prod/Tooltip/DataboxField.html.twig - - prod/Tooltip/DataboxField.html.twig + Ce champ est requis - Ce champ est obligatoire + Ce champ est requis + prod/Tooltip/DataboxField.html.twig - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php Ce champ est trop court %length% caracteres min Ce champ est trop court %length% caracteres min + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Ce champ est trop long %length% caracteres max + Ce champ est trop long %length% caracteres max Bridge/Api/Dailymotion.php Bridge/Api/Dailymotion.php Bridge/Api/Flickr.php Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Ce champ est trop long %length% caracteres max - Ce champ est trop long %length% caracteres max + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php - - prod/Tooltip/DataboxField.html.twig + Ce champ est utilise en titre a l'affichage - Le contenu de ce champ est affiché comme titre dans les interfaces + Ce champ est utilise en titre a l'affichage + prod/Tooltip/DataboxField.html.twig - - prod/Tooltip/DataboxField.html.twig + Ce champ n'est pas indexe - Ce champ n'est pas indexé + Ce champ n'est pas indexe + prod/Tooltip/DataboxField.html.twig - - Bridge/Api/Flickr.php + + Ce lien est valable jusqu'au + Ce lien est valable jusqu'au + templates/web/email-template.html.twig + + Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr - Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifié par Flickr + Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr + Bridge/Api/Flickr.php - - prod/WorkZone/Basket.html.twig + Certaines donnees du panier ont change - Certaines données du panier ont changé + Certaines donnees du panier ont change + prod/WorkZone/Basket.html.twig - - prod/WorkZone/Story.html.twig + Certaines donnees du reportage ont change - Certaines données du reportage ont changé + Certaines donnees du reportage ont change + prod/WorkZone/Story.html.twig - - Controller/Prod/Language.php + Certaines publications n'ont pu etre effectuees, verifiez vos parametres - Certaines publications ont échoué, veuillez vérifier vos paramètres + Certaines publications n'ont pu etre effectuees, verifiez vos parametres + Controller/Prod/Language.php - - web/common/dialog_export.html.twig + Certains champs sont obligatoires, veuillez les remplir - Certains champs sont obligatoires, veuillez les completer + Certains champs sont obligatoires, veuillez les remplir + web/common/dialog_export.html.twig - - prod/Tooltip/DataboxFieldRestrictions.html.twig + Ces informations sont directement fournies par la norme de metadonnees de ce champ : %norm_name% - Ces informations sont directement fournies par la norme de métadonnées de ce champ : %norm_name% + Ces informations sont directement fournies par la norme de metadonnees de ce champ : %norm_name% + prod/Tooltip/DataboxFieldRestrictions.html.twig - - web/account/reset-email.html.twig + Change my email address - Changer mon adresse e-mail + Change my email address + web/account/reset-email.html.twig - - web/common/technical_datas.html.twig + + Changes for rotation will be applied only on the sub-definitions of "image" type. + Changes for rotation will be applied only on the sub-definitions of "image" type. + actions/Tools/index.html.twig + + Channels - Canaux + Channels + web/common/technical_datas.html.twig - - web/prod/index.html.twig + Chargement - Chargement... + Chargement + web/prod/index.html.twig - - admin/search-engine/sphinx-search.html.twig + Charset to use for indexation - Jeu de caractères à utiliser pour l'indexation + Charset to use for indexation + admin/search-engine/sphinx-search.html.twig - - Form/Configuration/ClassicFormType.php + Check-box - Case à cocher + Check-box + Form/Configuration/ClassicFormType.php - web/thesaurus/search.html.twig Chercher - Chercher + Chercher + web/thesaurus/thesaurus.html.twig + Choisir + Choisir web/admin/subdefs.html.twig web/admin/subdefs.html.twig prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig - Choisir - Choisir + prod/Story/Reorder.html.twig - + + Choose a new password + Choose a new password web/account/change-password.html.twig web/login/renew-password.html.twig - Choose a new password - Choisissez un nouveau mot de passe - - Form/Configuration/ActionsFormType.php + Choose the title of the document to export - Choix du nom de fichier à l'export du document + Choose the title of the document to export + Form/Configuration/ActionsFormType.php - - prod/User/Add.html.twig + City - Ville + City + prod/User/Add.html.twig - - web/common/dialog_export.html.twig + Civility - Civilité + Civility + web/common/dialog_export.html.twig - - admin/task-manager/log.html.twig + Clear - Effacer + Clear + admin/task-manager/log.html.twig - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + Clear list - Vider la liste + Clear list + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - Form/Configuration/MainConfigurationFormType.php Client - Client + Client + Form/Configuration/MainConfigurationFormType.php - - web/developers/application.html.twig + Client application - Application tierce + Client application + web/developers/application.html.twig - - web/developers/applications.html.twig + + Client application is deprecated + Client application is deprecated + web/prod/index.html.twig + + Client applications - Applications clientes + Client applications + web/developers/applications.html.twig - - admin/fields/templates.html.twig + Close - Fermer + Close + admin/fields/templates.html.twig - - web/prod/index.html.twig + Close the WorkZone - Fermer la zone de travail + Close the WorkZone + web/prod/index.html.twig - web/admin/index.html.twig Cocher toute la colonne - Cocher toute la colonne + Cocher toute la colonne + web/admin/index.html.twig - - web/report/listColumn.html.twig + Cochez les cases correspondantes aux colonnes que vous desirez voire apparaitre dans le report - Cochez les cases correspondantes aux colonnes que vous désirez voir apparaître dans le Report + Cochez les cases correspondantes aux colonnes que vous desirez voire apparaitre dans le report + web/report/listColumn.html.twig - - api/auth/native_app_access_token.html.twig + Code d'acces - Code d'accès + Code d'acces + api/auth/native_app_access_token.html.twig - - web/common/technical_datas.html.twig + Codec Audio - Codec audio + Codec Audio + web/common/technical_datas.html.twig - - web/common/technical_datas.html.twig + Codec Video - Codec vidéo + Codec Video + web/common/technical_datas.html.twig + Collection + Collection admin/databox/details.html.twig prod/Story/Create.html.twig - prod/upload/lazaret.html.twig - Collection - Collection + prod/upload/lazaret.html.twig + Collection %collection% + Collection %collection% web/admin/editusers_quotas.html.twig web/admin/editusers_timelimit.html.twig - Collection %collection% - Collection %collection% - - Controller/Admin/Collection.php + Collection empty successful - Collection vidée avec succès + Collection empty successful + Controller/Admin/Collection.php - - Form/Configuration/ClassicFormType.php + Collections display mode - Mode d'affichage des collections + Collections display mode + Form/Configuration/ClassicFormType.php - - web/common/technical_datas.html.twig + Color Depth - Profondeur colorimétrique + Color Depth + web/common/technical_datas.html.twig - - web/common/technical_datas.html.twig + Color space - Espace colorimétrique + Color space + web/common/technical_datas.html.twig - eventsmanager/notify/orderdeliver.php - eventsmanager/notify/ordernotdelivered.php Commande - Commande + Commande + eventsmanager/notify/orderdeliver.php + eventsmanager/notify/ordernotdelivered.php - Controller/Prod/Order.php Commande du %date% Commande du %date% + Controller/Prod/Order.php - web/common/menubar.html.twig Commandes - Commandes + Commandes + web/common/menubar.html.twig - - actions/Feedback/list.html.twig + + Company + Company + actions/Feedback/list.html.twig actions/Feedback/ListsMacros.html.twig prod/User/Add.html.twig - Company - Entreprise - - web/login/register-classic.html.twig + Complete the fields below to register on %instance_title%! - Remplissez les champs ci-dessous pour vous inscrire sur %instance_title%. + Complete the fields below to register on %instance_title%! + web/login/register-classic.html.twig - - web/login/register-provider.html.twig + Completion of your registration - Terminer l'inscription + Completion of your registration + web/login/register-provider.html.twig - + + Confidentialite + Confidentialite Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - Confidentialite - Confidentialité - - actions/Bridge/element_list.html.twig + Confidentialite : privee - Privée + Confidentialite : privee + actions/Bridge/element_list.html.twig - - actions/Bridge/element_list.html.twig + Confidentialite : publique - Publique + Confidentialite : publique + actions/Bridge/element_list.html.twig - web/prod/index.html.twig Configuration - Configuration + Configuration + web/prod/index.html.twig - - Notification/Mail/MailRequestEmailUpdate.php + Confirm new email address - Confirmer la nouvelle adresse e-mail + Confirm new email address + Notification/Mail/MailRequestEmailUpdate.php - - web/admin/index.html.twig + Confirm reset users rights before applying template - Confirmez la réinitialisation les droits utilisateurs avant d'appliquer le modèle. + Confirm reset users rights before applying template + web/admin/index.html.twig - web/setup/step2.html.twig Confirmation de votre mot de passe - Confirmation de votre mot de passe + Confirmation de votre mot de passe + web/setup/step2.html.twig - - admin/databox/databox.html.twig + Confirmez-vous la re-indexation de la base ? - Confirmez-vous la ré-indexation de la base ? + Confirmez-vous la re-indexation de la base ? + admin/databox/databox.html.twig - + + Connection + Connection web/login/index.html.twig web/login/index.html.twig login/oauth/login.html.twig @@ -1757,445 +1835,450 @@ login/providers/bind.html.twig login/providers/mapping.html.twig login/providers/mapping.html.twig - Connection - Connexion - - web/setup/step2.html.twig + Connection is OK but database does not exists or can not be accessed - Connexion réussie mais la base de données n'existe pas ou n'est pas accessible. + Connection is OK but database does not exists or can not be accessed + web/setup/step2.html.twig - - prod/upload/upload-flash.html.twig + Connection terminates unexpetecdly, please retry - La connexion s'est terminée de manière inattendue. Veuillez contacter un administrateur + Connection terminates unexpetecdly, please retry + prod/upload/upload-flash.html.twig - - Controller/Prod/Export.php + Connection to FTP succeed - Connexion au serveur FTP effectuée. + Connection to FTP succeed + Controller/Prod/Export.php + + + Consulter et administrer vos paniers dans cet onglet. + Pour créer un panier et affichez le menu déroulant en cliquant sue la + flèche blanche. + Consulter et administrer vos paniers dans cet onglet. + Pour créer un panier et affichez le menu déroulant en cliquant sue la + flèche blanche. + web/prod/index.html.twig - web/setup/step2.html.twig Consultez en ligne les pré-requis et la configuration du serveur web - Consultez en ligne les pré-requis et la configuration du serveur web + Consultez en ligne les pré-requis et la configuration du serveur web + web/setup/step2.html.twig - module/console/systemUpgrade.php Continuer ? - Continuer ? + Continuer ? + module/console/systemUpgrade.php - admin/collection/suggested_value.html.twig Continuer quand meme Continuer quand meme + admin/collection/suggested_value.html.twig - - prod/actions/Push.html.twig + Contributor - Contributeur + Contributor + prod/actions/Push.html.twig - Form/Configuration/GeneralFormType.php Cooliris Cooliris + Form/Configuration/GeneralFormType.php - api/auth/native_app_access_token.html.twig Copiez le code ci-dessous, retournez dans votre application et collez-le a l'endroit requis : Copiez le code ci-dessous, retournez dans votre application et collez-le a l'endroit requis : + api/auth/native_app_access_token.html.twig - - login/oauth/desktop-code.html.twig + Copy the code below, return to your application and paste the code to the right place. - Copiez le code ci-dessous, retournez dans votre application et collez le au bon endroit. + Copy the code below, return to your application and paste the code to the right place. + login/oauth/desktop-code.html.twig - - lib/classes/appbox.php - Copying files - Copie des fichiers - - - prod/upload/upload-flash.html.twig + Could not initiate upload, please retry - Initialisation de l'upload impossible. Veuillez réessayer - - - Controller/Root/Account.php - Could not perform request, please contact an administrator. - Impossible d'exécuter la requête. Veuillez contacter un administrateur. - - + Could not initiate upload, please retry prod/upload/upload-flash.html.twig + + + Could not perform request, please contact an administrator. + Could not perform request, please contact an administrator. + Controller/Root/Account.php + + Could not retrieve the file ID, please retry or contact an admin if problem persist - Impossible de récupérer l'identifiant du fichier. Veuillez réessayer et contacter un administrateur si le problème persiste. + Could not retrieve the file ID, please retry or contact an admin if problem persist + prod/upload/upload-flash.html.twig - - Controller/Admin/Dashboard.php + Could not send email - Impossible d'envoyer l'e-mail + Could not send email + Controller/Admin/Dashboard.php - - web/prod/index.html.twig + Couleur de selection - Couleur de sélection + Couleur de selection + web/prod/index.html.twig - - actions/Feedback/list.html.twig - actions/Feedback/ListsMacros.html.twig + Country - Pays + Country + actions/Feedback/list.html.twig + actions/Feedback/ListsMacros.html.twig - - web/login/register.html.twig + Create an account manually - Créez un compte manuellement + Create an account manually + web/login/register.html.twig - - web/admin/subdefs.html.twig + Create new subdef - Créer une nouvelle sous résolution + Create new subdef + web/admin/subdefs.html.twig - - lib/classes/appbox.php - Creating new tables - Création de nouvelles tables - - - lib/classes/base.php - Creating table %table_name% - Creating table %table_name% - - - actions/Feedback/ListsMacros.html.twig + Creation date - Date de création + Creation date + actions/Feedback/ListsMacros.html.twig - - web/setup/step2.html.twig + Creation de votre compte - Création de votre compte + Creation de votre compte + web/setup/step2.html.twig - - web/setup/step2.html.twig + Creation des taches - Création des tâches + Creation des taches + web/setup/step2.html.twig - + + Creer + Creer Bridge/Dailymotion/actioncontainers.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Youtube/actioncontainers.html.twig - Creer - Créer - - web/setup/step2.html.twig + Creer la tache d'ecriture des metadonnees - Créer la tâche d'écriture des métadonnées + Creer la tache d'ecriture des metadonnees + web/setup/step2.html.twig - - web/setup/step2.html.twig + Creer la tache d'indexation - Créer la tâche d'indexation + Creer la tache d'indexation + web/setup/step2.html.twig - - web/setup/step2.html.twig + Creer la tache de creation des sous-definitions - Créer la tâche de création des sous-définitions + Creer la tache de creation des sous-definitions + web/setup/step2.html.twig - - Bridge/Flickr/photoset_createcontainer.html.twig + Creer un Photoset - Créer un Photoset + Creer un Photoset + Bridge/Flickr/photoset_createcontainer.html.twig - - web/admin/index.html.twig + Creer un model - Créer un modèle + Creer un model + web/admin/index.html.twig - - web/admin/index.html.twig + Creer un modele - Créer un modèle + Creer un modele + web/admin/index.html.twig - - web/admin/index.html.twig + Creer un utilisateur - Créer un utilisateur + Creer un utilisateur + web/admin/index.html.twig - - web/developers/applications.html.twig + Creer une nouvelle applications - Créer une nouvelle application + Creer une nouvelle applications + web/developers/applications.html.twig - + + Creer une playlist + Creer une playlist Bridge/Dailymotion/playlist_createcontainer.html.twig Bridge/Youtube/playlist_createcontainer.html.twig - Creer une playlist - Créer une liste de lecture - - web/developers/applications.html.twig + Creez une application pour commencer a utiliser l'API Phraseanet - Créer une application pour commencer à utiliser l'API Phraseanet + Creez une application pour commencer a utiliser l'API Phraseanet + web/developers/applications.html.twig - - admin/databox/details.html.twig + Cumulative total - Total cumulé + Cumulative total + admin/databox/details.html.twig - - admin/fields/templates.html.twig + Current configuration contains some errors - Le paramétrage actuel de la configuration contient des erreurs + Current configuration contains some errors + admin/fields/templates.html.twig - - Bridge/Api/Youtube.php + Current operations cannot be executed because the site is temporarily in maintenance mode. Wait a few minutes and try your request again - Cette opération ne peut aboutir, le site est en mode maintenance. Patientez quelques instants puis essayez à nouveau. + Current operations cannot be executed because the site is temporarily in maintenance mode. Wait a few minutes and try your request again + Bridge/Api/Youtube.php - - Form/Login/PhraseaRenewPasswordForm.php + Current password - Mot de passe actuel + Current password + Form/Login/PhraseaRenewPasswordForm.php - - web/account/sessions.html.twig + Current session - Session en cours + Current session + web/account/sessions.html.twig - - admin/fields/templates.html.twig + DCES - Entrée/Sortie Dublin Core + DCES + admin/fields/templates.html.twig - - web/setup/step2.html.twig - web/setup/step2.html.twig + Database - Base de données + Database + web/setup/step2.html.twig + web/setup/step2.html.twig - - Controller/Admin/Databoxes.php + Database can not be empty - Le base de données ne peut pas être vide - - + Database can not be empty Controller/Admin/Databoxes.php + + Database could not be mounted - Le base de données ne peut pas être montée + Database could not be mounted + Controller/Admin/Databoxes.php - - Controller/Admin/Databoxes.php + Database does not exists or can not be accessed - Connexion réussie mais la base de données n'existe pas ou n'est pas accessible. + Database does not exists or can not be accessed + Controller/Admin/Databoxes.php - - Controller/Admin/Databoxes.php + Database name can not contains special characters - Le nom de la base de données ne peut pas contenir de caractères spéciaux + Database name can not contains special characters + Controller/Admin/Databoxes.php - - web/setup/step2.html.twig + + Database server does not support InnoDB storage engine + Database server does not support InnoDB storage engine + web/setup/step2.html.twig + + Database user - Utilisateur + Database user + web/setup/step2.html.twig - - Phrasea/Controller/Setup.php + Databox is unreachable - La Databox est inaccessible + Databox is unreachable + Phrasea/Controller/Setup.php - - web/setup/step2.html.twig + Databoxes store records, metadatas and their classifications - Les Databoxes stockent les enregistrements, métadonnées et leurs classifications + Databoxes store records, metadatas and their classifications + web/setup/step2.html.twig - prod/upload/lazaret.html.twig Date - Date + Date + prod/upload/lazaret.html.twig - - admin/publications/list.html.twig + Date Creation - Date de Création + Date Creation + admin/publications/list.html.twig - prod/orders/order_item.html.twig Date de commande - Date de commande + Date de commande + prod/orders/order_item.html.twig - web/account/sessions.html.twig Date de connexion - Date de connexion + Date de connexion + web/account/sessions.html.twig - prod/orders/order_box.html.twig Date de demande - Date de demande + Date de demande + prod/orders/order_box.html.twig - - admin/search-engine/sphinx-search.html.twig + Date fields available for search - Champs de type date disponibles pour la recherche + Date fields available for search + admin/search-engine/sphinx-search.html.twig + De + De web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - De - De - + + Deadline + Deadline prod/orders/order_box.html.twig prod/orders/order_item.html.twig - Deadline - Date limite - Notification/Mail/MailSuccessEmailUpdate.php Dear %user%, Dear %user%, + Notification/Mail/MailSuccessEmailUpdate.php - - task-manager/task-editor/phraseanet-indexer.html.twig + Debug binary mask - Masque binaire pour débogage + Debug binary mask + task-manager/task-editor/phraseanet-indexer.html.twig - - web/admin/index.html.twig + Decocher toute la colonne - Décocher toute la colonne + Decocher toute la colonne + web/admin/index.html.twig - - mobile/lightbox/index.html.twig + Deconnexion - Déconnexion + Deconnexion + mobile/lightbox/index.html.twig - - web/developers/applications.html.twig + Decouvrez la documentation - Découvrez la documentation + Decouvrez la documentation + web/developers/applications.html.twig - - Phrasea/Helper/WorkZone.php + Default basket - Panier par défaut + Default basket + Phrasea/Helper/WorkZone.php - - Form/Configuration/ActionsFormType.php + Default export title - Nom de fichier attribué par défaut + Default export title + Form/Configuration/ActionsFormType.php - - task-manager/task-editor/phraseanet-indexer.html.twig + Default language for thesaurus candidates - Langue par défaut des termes candidats du thésaurus + Default language for thesaurus candidates + task-manager/task-editor/phraseanet-indexer.html.twig - - Form/Configuration/EmailFormType.php + Default mail sender address - Adresse par défaut de l'expéditeur + Default mail sender address + Form/Configuration/EmailFormType.php - - Form/Configuration/SearchEngineFormType.php + Default query - Requête par défaut + Default query + Form/Configuration/SearchEngineFormType.php - - Form/Configuration/SearchEngineFormType.php + Default searched type - Type de média recherchés par défaut + Default searched type + Form/Configuration/SearchEngineFormType.php - - admin/search-engine/phrasea.html.twig + Default sort - Tri par défaut + Default sort + admin/search-engine/phrasea.html.twig - - Form/Configuration/ActionsFormType.php + Default validation links duration - Durée de validité (en jours) des liens générés pour les process de Push et de Validation + Default validation links duration + Form/Configuration/ActionsFormType.php - - Form/Configuration/ExecutablesFormType.php + + Define a webhook URL + Define a webhook URL + web/developers/application.html.twig + + Defined in Apache configuration - Définie dans la configuration de Apache. + Defined in Apache configuration + Form/Configuration/ExecutablesFormType.php - - web/setup/step2.html.twig + Delai depasse lors du contact avec le serveur WEB - Délai dépassé lors de la connexion avec le serveur web + Delai depasse lors du contact avec le serveur WEB + web/setup/step2.html.twig - - Media/Subdef/Gif.php + Delay - Délai + Delay + Media/Subdef/Gif.php - - admin/task-manager/list.html.twig + + Delete + Delete + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig prod/actions/delete_records_confirm.html.twig actions/Feedback/list.html.twig - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig - Delete - Supprimer + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - + + Delete all users rights + Delete all users rights web/admin/editusers.html.twig web/admin/users.html.twig - Delete all users rights - Supprimer tous les droits de l'utilisateur - - WorkZone/Browser/Results.html.twig + Delete basket - Supprimer le panier + Delete basket + WorkZone/Browser/Results.html.twig - - Controller/Prod/Language.php + Delete records - Suppression des enregistrements + Delete records + Controller/Prod/Language.php - - web/admin/subdefs.html.twig + Delete the subdef ? - Supprimer cette sous résolution + Delete the subdef ? + web/admin/subdefs.html.twig - - web/developers/applications.html.twig + Demarrer avec l'API Phraseanet - Démarrer avec l'API Phraseanet + Demarrer avec l'API Phraseanet + web/developers/applications.html.twig - + + Deny + Deny login/oauth/authorize-access.html.twig prod/orders/order_item.html.twig - Deny - Refuser - + + Deplacement %n_element% elements + Deplacement %n_element% elements Bridge/Dailymotion/video_moveinto_playlist.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig - Deplacement %n_element% elements - Déplacement de %n_element% documents - - web/account/sessions.html.twig + Dernier access - Dernier accès + Dernier access + web/account/sessions.html.twig - - prod/feeds/entry_macro.html.twig + Derniere mise a jour le %updated_on% - Dernière mise à jour le %updated_on% + Derniere mise a jour le %updated_on% + prod/feeds/entry_macro.html.twig - - TaskManager/Job/FtpJob.php + Des difficultes ont ete rencontres a la connection au serveur distant - Des difficultés ont été rencontrées lors de la connexion au serveur distant + Des difficultes ont ete rencontres a la connection au serveur distant + TaskManager/Job/FtpJob.php + Description + Description web/developers/application_form.html.twig Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig @@ -2206,4227 +2289,4378 @@ Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig prod/Tooltip/DCESFieldInfo.html.twig - Description - Description - - prod/actions/Push.html.twig - web/report/form_date_and_base.html.twig + Deselect all - Tout desélectionner + Deselect all + prod/actions/Push.html.twig + web/report/form_date_and_base.html.twig - prod/orders/order_item.html.twig Destinataire - Destinataire + Destinataire + prod/orders/order_item.html.twig - - prod/Share/record.html.twig + Detailed view URL - URL de la vue détaillée + Detailed view URL + prod/Share/record.html.twig - + + Details + Details admin/collection/details.html.twig admin/databox/details.html.twig - Details - Détails - - web/account/base.html.twig + Developpeur - Développeur + Developpeur + web/account/base.html.twig - - web/account/authorized_apps.html.twig + Developpeurs - Développeurs + Developpeurs + web/account/authorized_apps.html.twig - - Media/Subdef/Image.php - Media/Subdef/Video.php + Dimension - Dimensions + Dimension + Media/Subdef/Image.php + Media/Subdef/Video.php - - Form/Configuration/ActionsFormType.php + Disabled - Désactivé + Disabled + Form/Configuration/ActionsFormType.php - - admin/fields/templates.html.twig + + Disallow the possibility for the end user to disable push authentication + Disallow the possibility for the end user to disable push authentication + Form/Configuration/ActionsFormType.php + + - Paramétrage d'affichage et d'action + + admin/fields/templates.html.twig - - Form/Configuration/ClassicFormType.php + Display proposals tab - Affichage de l'onglet des propositions de thésaurus + Display proposals tab + Form/Configuration/ClassicFormType.php - - Form/Configuration/ClassicFormType.php + + Display technical data + Display technical data + web/prod/index.html.twig + + Display the name of databases and collections - Afficher le nom des bases et collections + Display the name of databases and collections + Form/Configuration/ClassicFormType.php - - Form/Configuration/ClassicFormType.php + Display the total size of the document basket - Afficher la taille des paniers + Display the total size of the document basket + Form/Configuration/ClassicFormType.php - - admin/fields/templates.html.twig + Display thumbnails - Afficher comme titre + Display thumbnails + admin/fields/templates.html.twig - - web/admin/databases.html.twig + + Do not display + Do not display + web/prod/index.html.twig + + Do not forget to restart the tasks scheduler - N'oubliez pas de redémarrer le Gestionnaire de tâches. + Do not forget to restart the tasks scheduler + web/admin/databases.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + Do not log, output to console - Afficher la sortie dans la console (pas dans la log) + Do not log, output to console + task-manager/task-editor/phraseanet-indexer.html.twig - - login/oauth/authorize-access.html.twig + Do you authorize the application %application_name% to access to your Phraseanet content? - Autoriser l'application %application_name% à accéder à des contenus Phraseanet ? + Do you authorize the application %application_name% to access to your Phraseanet content? + login/oauth/authorize-access.html.twig - - Controller/Admin/Fields.php + Do you really want to delete the field %s ? - Voulez-vous vraiment supprimer le champ %s ? + Do you really want to delete the field %s ? + Controller/Admin/Fields.php - - web/account/sessions.html.twig + Do you really want to end the activity of this session? - Voulez-vous vraiment mettre fin à l'activité de cette session ? + Do you really want to end the activity of this session? + web/account/sessions.html.twig - - Phrasea/Controller/Lightbox.php - mobile/lightbox/validate.html.twig - web/lightbox/validate.html.twig + Do you want to send your report ? - Souhaitez-vous envoyer votre rapport ? + Do you want to send your report ? + Phrasea/Controller/Lightbox.php + mobile/lightbox/validate.html.twig + web/lightbox/validate.html.twig - web/prod/index.html.twig Document - Document + Document + web/prod/index.html.twig - - prod/orders/order_item.html.twig + Document envoye par %name% - Document envoyé par %name% + Document envoye par %name% + prod/orders/order_item.html.twig - - Controller/Prod/Tools.php + Document has been successfully substitued - Le document a été substitué + Document has been successfully substitued + Controller/Prod/Tools.php - - prod/orders/order_item.html.twig + Document refuse par %name% - Document refusé par %name% + Document refuse par %name% + prod/orders/order_item.html.twig - - Form/Configuration/ActionsFormType.php + Document title - Le titre du document + Document title + Form/Configuration/ActionsFormType.php - Form/Configuration/SearchEngineFormType.php Documents - Documents + Documents + Form/Configuration/SearchEngineFormType.php - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig Documents indisponibles - Documents indisponibles + Documents indisponibles + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/setup/step2.html.twig + Don't worry, You can modify your configuration later - Vous pouvez modifier cette configuration plus tard + Don't worry, You can modify your configuration later + web/setup/step2.html.twig - - Notification/Mail/MailRecordsExport.php + Download - Télécharger + Download + Notification/Mail/MailRecordsExport.php - - actions/Download/prepare.html.twig + Download of documents - Téléchargement de documents + Download of documents + actions/Download/prepare.html.twig - web/admin/editusers_quotas.html.twig Droits - Droits + Droits + web/admin/editusers_quotas.html.twig - + + Drop-down + Drop-down Form/Configuration/ClassicFormType.php Form/Configuration/ClassicFormType.php - Drop-down - Liste déroulante - - web/common/technical_datas.html.twig + Duree - Durée + Duree + web/common/technical_datas.html.twig - - actions/Feedback/ListsMacros.html.twig + E-Mail - Email + E-Mail + actions/Feedback/ListsMacros.html.twig - Form/Login/PhraseaForgotPasswordForm.php - Form/Login/PhraseaRegisterForm.php E-mail - E-mail + E-mail + Form/Login/PhraseaForgotPasswordForm.php + Form/Login/PhraseaRegisterForm.php - lib/classes/databox.php ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" + lib/classes/databox.php - - lib/classes/databox.php + ERREUR : Les name de subdef sont uniques par groupe de subdefs et necessaire - L'attribut "name" du noeud "subdef" est obligatoire et unique par groupe de subdefs + ERREUR : Les name de subdef sont uniques par groupe de subdefs et necessaire + lib/classes/databox.php - - lib/classes/databox.php + ERREUR : TOUTES LES BALISES subdefgroup necessitent un attribut name - ERREUR : Toutes les balises "subdefgroup" nécessitent un attribut "name" + ERREUR : TOUTES LES BALISES subdefgroup necessitent un attribut name + lib/classes/databox.php - - admin/task-manager/list.html.twig - actions/Feedback/list.html.twig + Edit - Editer + Edit + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + actions/Feedback/list.html.twig + + + Editer + Editer + actions/publish/publish_edit.html.twig - admin/publications/fiche.html.twig Edition - Edition + Edition + admin/publications/fiche.html.twig - + + Edition de 1 element + Edition de 1 element Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig Bridge/Youtube/video_modify.html.twig - Edition de 1 element - Edition de 1 document - web/admin/editusers.html.twig Edition des droits de %display_name% - Edition des droits de %display_name% + Edition des droits de %display_name% + web/admin/editusers.html.twig - web/admin/editusers.html.twig Edition des droits de %number% utilisateurs - Edition des droits de %number% utilisateurs + Edition des droits de %number% utilisateurs + web/admin/editusers.html.twig - prod/actions/edit_default.html.twig Edition impossible - Edition impossible + Edition impossible + prod/actions/edit_default.html.twig - - actions/Feedback/List-Share.html.twig + Editor - Editeur + Editor + actions/Feedback/List-Share.html.twig - - actions/Feedback/List-Share.html.twig + Editor can modify content - Un éditeur peut modifier le contenu + Editor can modify content + actions/Feedback/List-Share.html.twig - admin/search-engine/elastic-search.html.twig ElasticSearch configuration ElasticSearch configuration + admin/search-engine/elastic-search.html.twig - admin/search-engine/elastic-search.html.twig ElasticSearch connection configuration ElasticSearch connection configuration + admin/search-engine/elastic-search.html.twig - admin/search-engine/elastic-search.html.twig ElasticSearch server ElasticSearch server + admin/search-engine/elastic-search.html.twig + Email + Email web/admin/dashboard.html.twig admin/publications/fiche.html.twig - Email - Email - Controller/Admin/Users.php Email '%email%' for login '%login%' already exists in database Email '%email%' for login '%login%' already exists in database + Controller/Admin/Users.php - - prod/User/Add.html.twig + Email Name - Adresse email + Email Name + prod/User/Add.html.twig - - eventsmanager/notify/downloadmailfail.php + Email export fails - L'export par email a échoué + Email export fails + eventsmanager/notify/downloadmailfail.php - - Controller/Prod/Push.php + Email is invalid - L'email est invalide + Email is invalid + Controller/Prod/Push.php - - Controller/Prod/Push.php + Email is required - L'adresse email est obligatoire + Email is required + Controller/Prod/Push.php - + + Email successfully confirmed + Email successfully confirmed Notification/Mail/MailSuccessEmailConfirmationRegistered.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - Email successfully confirmed - Adresse E-mail confirmée avec succès - - web/admin/dashboard.html.twig + Email test result : %email_status% - Résultat du test d'e-mail : %email_status% + Email test result : %email_status% + web/admin/dashboard.html.twig - - Form/Configuration/MainConfigurationFormType.php + Emails - E-mails + Emails + Form/Configuration/MainConfigurationFormType.php - - prod/Share/record.html.twig + Embed code - Code d'intégration (Embed code) + Embed code + prod/Share/record.html.twig - TaskManager/Job/EmptyCollectionJob.php Empty a collection Empty a collection + TaskManager/Job/EmptyCollectionJob.php - - Form/Configuration/ExecutablesFormType.php + Empty if not used - Vider si non utilisé. + Empty if not used + Form/Configuration/ExecutablesFormType.php - - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + Empty quarantine - Vider la quarantaine + Empty quarantine + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - - prod/upload/lazaret.html.twig + Empty quarantine will remove all items, are you sure you want to continue ? - Vider la quarantaine efface son contenu. Cette action est irréversible. Etes-vous certain de vouloir continuer ? + Empty quarantine will remove all items, are you sure you want to continue ? + prod/upload/lazaret.html.twig - - Controller/Admin/Collection.php - Controller/Admin/Collection.php + Empty the collection before removing - Videz la collection avant de la supprimer + Empty the collection before removing + Controller/Admin/Collection.php + Controller/Admin/Collection.php - actions/Bridge/records_list.html.twig En attente - En attente + En attente + actions/Bridge/records_list.html.twig - Bridge/Youtube/upload.html.twig 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 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% + Bridge/Youtube/upload.html.twig - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php - actions/Bridge/records_list.html.twig En cours d'encodage - En cours d'encodage + En cours d'encodage + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php + actions/Bridge/records_list.html.twig - actions/Bridge/records_list.html.twig En cours d'envoi - En cours d'envoi + En cours d'envoi + actions/Bridge/records_list.html.twig - - Form/Configuration/FtpExportFormType.php + Enable FTP export - Activer l'export FTP + Enable FTP export + Form/Configuration/FtpExportFormType.php - - Form/Configuration/FtpExportFormType.php + Enable FTP for users - Activer l'export FTP pour les utilisateurs + Enable FTP for users + Form/Configuration/FtpExportFormType.php - - Form/Configuration/ExecutablesFormType.php + + Enable Forcing authentication to see push content + Enable Forcing authentication to see push content + Form/Configuration/ActionsFormType.php + + Enable H264 stream mode - Activer H264 en mode flux continu (lecture en streaming) + Enable H264 stream mode + Form/Configuration/ExecutablesFormType.php - - Form/Configuration/ModulesFormType.php + Enable HD substitution - Activer la substitution de documents sources + Enable HD substitution + Form/Configuration/ModulesFormType.php - - Form/Configuration/EmailFormType.php + Enable SMTP authentication - Activer l'authentification SMTP + Enable SMTP authentication + Form/Configuration/EmailFormType.php - - Form/Configuration/RegistrationFormType.php + Enable auto registration - Activer l'inscription automatique + Enable auto registration + Form/Configuration/RegistrationFormType.php - - Form/Configuration/MaintenanceFormType.php + Enable maintenance message broadcast - Diffuser le massage de maintenance + Enable maintenance message broadcast + Form/Configuration/MaintenanceFormType.php - - Form/Configuration/ModulesFormType.php + Enable multi-doc mode - Activer le mode multi-doc + Enable multi-doc mode + Form/Configuration/ModulesFormType.php - - Form/Configuration/ClassicFormType.php + + Enable possibility to notify users when publishing a new feed entry + Enable possibility to notify users when publishing a new feed entry + Form/Configuration/ActionsFormType.php + + Enable roll-over on basket elements - Activer le roll-over sur les paniers + Enable roll-over on basket elements + Form/Configuration/ClassicFormType.php - - Form/Configuration/ClassicFormType.php + Enable roll-over on stories - Activer le roll-over sur les reportages + Enable roll-over on stories + Form/Configuration/ClassicFormType.php - - admin/search-engine/phrasea.html.twig + Enable stemming - Activiter les Stemmes + Enable stemming + admin/search-engine/phrasea.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + Enable stemming languages - Activer la recherche par Stemmes + Enable stemming languages + task-manager/task-editor/phraseanet-indexer.html.twig - - Form/Configuration/ModulesFormType.php + Enable thesaurus - Activer le thésaurus + Enable thesaurus + Form/Configuration/ModulesFormType.php - - Form/Configuration/ActionsFormType.php + Enable this setting to share on Facebook and Twitter - Activer le partage sur Facebook et Twitter + Enable this setting to share on Facebook and Twitter + Form/Configuration/ActionsFormType.php - - Form/Configuration/ModulesFormType.php + Enable thumbnail substitution - Activer la substitution de vignettes + Enable thumbnail substitution + Form/Configuration/ModulesFormType.php - - Form/Configuration/ActionsFormType.php + Enabled - Activé + Enabled + Form/Configuration/ActionsFormType.php - - web/account/sessions.html.twig + End Activity - Mettre fin à la session + End Activity + web/account/sessions.html.twig + web/account/sessions.html.twig - - web/account/sessions.html.twig + End session activity - Clore la session + End session activity + web/account/sessions.html.twig - - web/login/forgot-password.html.twig + Enter your e-mail address to retrieve your password - Entrez votre adresse e-mail pour récupérer votre mot de passe + Enter your e-mail address to retrieve your password + web/login/forgot-password.html.twig - - web/common/dialog_export.html.twig + Entrez plusieurs adresses email en les separant par des points-virgules - Entrez plusieurs adresses e-mail en les séparant par des points-virgules + Entrez plusieurs adresses email en les separant par des points-virgules + web/common/dialog_export.html.twig - - Controller/Prod/UsrLists.php + Entry removed from list - Entrée supprimée de la liste + Entry removed from list + Controller/Prod/UsrLists.php - - prod/preview/short_history.html.twig + Envoi par ftp a %dest% de %content% - Envoi par ftp à %dest% de %content% + Envoi par ftp a %dest% de %content% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + Envoi par mail a %dest% de %content% - Envoi par mail à %dest% de %content% + Envoi par mail a %dest% de %content% + prod/preview/short_history.html.twig - - Phrasea/Controller/Lightbox.php + Envoie avec succes - Envoi avec succès + Envoie avec succes + Phrasea/Controller/Lightbox.php - api/auth/native_app_access_token.html.twig Erreur - Erreur + Erreur + api/auth/native_app_access_token.html.twig - + + Erreur ! + Erreur ! mobile/lightbox/error.html.twig web/lightbox/error.html.twig - Erreur ! - Erreur - - Controller/Prod/Language.php + Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas - Soit les paramètres sont incorrects, soit le serveur distant ne répond pas + Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas + Controller/Prod/Language.php - - Bridge/Api/Youtube.php + Erreur YouTube a rencontré une erreur lors du traitement de la requête. - Youtube a rencontré une erreur lors du traitement de la requête. + Erreur YouTube a rencontré une erreur lors du traitement de la requête. + Bridge/Api/Youtube.php - Bridge/Api/Dailymotion.php Erreur d'encodage - Erreur d'encodage + Erreur d'encodage + Bridge/Api/Dailymotion.php - - api/auth/end_user_authorization.html.twig + Erreur de login / mot de passe - Erreur d'identifiant / mot de passe + Erreur de login / mot de passe + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - Bridge/Api/Youtube.php + Erreur la requête a été mal formée ou contenait des données valides. - La requête a été mal formulée ou contenait des données non valides + Erreur la requête a été mal formée ou contenait des données valides. + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + Erreur la ressource que vous tentez de modifier n'existe pas. - Erreur : la ressource que vous tentez de modifier n'existe pas. + Erreur la ressource que vous tentez de modifier n'existe pas. + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + Erreur le service Youtube n'est pas accessible pour le moment. Veuillez réessayer plus tard. - Erreur le service Youtube est indisponible pour le moment. Veuillez réessayer plus tard. + Erreur le service Youtube n'est pas accessible pour le moment. Veuillez réessayer plus tard. + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + Erreur lors de l'authentification au service Youtube, Veuillez vous déconnecter, puis vous reconnecter. - Erreur lors de l'authentification au service Youtube. Veuillez vous déconnecter, puis vous reconnecter. + Erreur lors de l'authentification au service Youtube, Veuillez vous déconnecter, puis vous reconnecter. + Bridge/Api/Youtube.php - - Phrasea/Controller/Lightbox.php + Erreur lors de l'enregistrement des donnees - Erreur lors de l'enregistrement des données + Erreur lors de l'enregistrement des donnees + Phrasea/Controller/Lightbox.php - - Bridge/Api/Youtube.php + Erreur lors de l'envoi de la requête. Erreur d'authentification. - Erreur lors de l'envoi de la requête : erreur d'authentification. + Erreur lors de l'envoi de la requête. Erreur d'authentification. + Bridge/Api/Youtube.php - - Phrasea/Controller/Lightbox.php + Erreur lors de la mise a jour des donnes - Erreur lors de la mise à jour des données + Erreur lors de la mise a jour des donnes + Phrasea/Controller/Lightbox.php - lib/classes/base.php - lib/classes/base.php - lib/classes/base.php - lib/classes/base.php Erreur lors de la tentative ; errreur : %message% Erreur lors de la tentative ; errreur : %message% + lib/classes/base.php + lib/classes/base.php + lib/classes/base.php + lib/classes/base.php - actions/Bridge/callback.html.twig Erreur lors de votre authentification - Erreur lors de votre authentification + Erreur lors de votre authentification + actions/Bridge/callback.html.twig - - web/setup/step2.html.twig + Erreur lors du contact avec le serveur WEB - Erreur de connexion avec le serveur web + Erreur lors du contact avec le serveur WEB + web/setup/step2.html.twig - - Bridge/Api/Youtube.php + Erreur vous avez essayé d'exécuter une requête non prise en charge par Youtube - Vous avez essayé d'exécuter une requête non prise en charge par Youtube + Erreur vous avez essayé d'exécuter une requête non prise en charge par Youtube + Bridge/Api/Youtube.php - - Controller/Prod/Export.php - Error while connecting to FTP - Erreur lors de la connexion au serveur FTP. - - - Controller/Prod/Push.php + Error while creating user - Erreur lors de la création de l'utilisateur + Error while creating user + Controller/Prod/Push.php - - Controller/User/Preferences.php - Controller/User/Preferences.php + Error while saving preference - Erreur d'enregistrement des préférences + Error while saving preference + Controller/User/Preferences.php + Controller/User/Preferences.php - - Controller/Admin/Collection.php - Controller/Admin/Databox.php + Error while sending the file - Erreur lors de l'envoi du fichier + Error while sending the file + Controller/Admin/Collection.php + Controller/Admin/Databox.php - - prod/upload/upload-flash.html.twig + Error while uploading - Une erreur est survenue pendant l'upload + Error while uploading + prod/upload/upload-flash.html.twig - prod/results/help.html.twig Et Dieu créa la femme - Et Dieu créa la femme + Et Dieu créa la femme + prod/results/help.html.twig + Etendue de la publication + Etendue de la publication admin/publications/fiche.html.twig admin/publications/list.html.twig - Etendue de la publication - Etendue de la publication - - Bridge/Flickr/photo_deleteelement.html.twig + Etes vous sur de supprimer %number% photos ? - Etes vous certain de vouloir supprimer %number% photo(s)? + Etes vous sur de supprimer %number% photos ? + Bridge/Flickr/photo_deleteelement.html.twig - - Bridge/Flickr/photoset_deleteelement.html.twig + Etes vous sur de supprimer %number% photosets ? - Êtes vous certain de vouloir supprimer %number% photosets ? + Etes vous sur de supprimer %number% photosets ? + Bridge/Flickr/photoset_deleteelement.html.twig - + + Etes vous sur de supprimer %number% playlists ? + Etes vous sur de supprimer %number% playlists ? Bridge/Dailymotion/playlist_deleteelement.html.twig Bridge/Youtube/playlist_deleteelement.html.twig - Etes vous sur de supprimer %number% playlists ? - Etes vous certain de vouloir supprimer %number% liste(s) de lecture ? - + + Etes vous sur de supprimer %number% videos ? + Etes vous sur de supprimer %number% videos ? Bridge/Dailymotion/video_deleteelement.html.twig Bridge/Youtube/video_deleteelement.html.twig - Etes vous sur de supprimer %number% videos ? - Etes vous certain de vouloir supprimer %number% video(s )? - - web/setup/step2.html.twig + Executables externes - Exécutables externes + Executables externes + web/setup/step2.html.twig - - Form/Configuration/MainConfigurationFormType.php + Executables settings - Paramètres d'exécutables + Executables settings + Form/Configuration/MainConfigurationFormType.php - - Controller/Prod/DoDownload.php - Controller/Prod/DoDownload.php - Controller/Prod/Language.php + Export - Exporter + Export + Controller/Prod/DoDownload.php + Controller/Prod/DoDownload.php + Controller/Prod/Language.php - - Controller/Prod/Export.php + Export saved in the waiting queue - Export ajouté dans la file d'attente. + Export saved in the waiting queue + Controller/Prod/Export.php - - web/account/account.html.twig + FTP - Serveur FTP + FTP + web/account/account.html.twig - - Form/Configuration/MainConfigurationFormType.php + FTP Export - Export FTP + FTP Export + Form/Configuration/MainConfigurationFormType.php - - api/auth/native_app_access_token.html.twig + Fail - Echec de la publication + Fail + api/auth/native_app_access_token.html.twig - - admin/publications/list.html.twig + Feed name - Nom du flux + Feed name + admin/publications/list.html.twig - - Controller/Prod/Language.php - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + Feedback - Validation + Feedback + Controller/Prod/Language.php + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - eventsmanager/notify/feed.php + Feeds - Publications + Feeds + eventsmanager/notify/feed.php - - web/thesaurus/import-dialog.html.twig + Fichier ASCII tabule - Fichier ASCII tabulé + Fichier ASCII tabule + web/thesaurus/import-dialog.html.twig - - actions/Bridge/wrapper.html.twig + Fichiers envoyes - Documents envoyés + Fichiers envoyes + actions/Bridge/wrapper.html.twig - Controller/Admin/Fields.php Field %name% could not be created, please try again or contact an admin. Field %name% could not be created, please try again or contact an admin. + Controller/Admin/Fields.php - Controller/Admin/Fields.php Field %name% could not be saved, please try again or contact an admin. Field %name% could not be saved, please try again or contact an admin. + Controller/Admin/Fields.php - - Controller/Admin/Fields.php + Field %s contains errors. - Le champ %s contient des erreurs. + Field %s contains errors. + Controller/Admin/Fields.php - - Controller/Admin/Fields.php + Field can not be blank. - Le champ ne peut être vide. - - - Controller/Admin/Fields.php - Field name already exists. - Le nom de champ existe déjà. - - + Field can not be blank. Controller/Admin/Fields.php - Field name is not valid. - Le nom du champ est incorrect - + + Field name already exists. + Field name already exists. Controller/Admin/Fields.php + + + Field name is not valid. + Field name is not valid. + Controller/Admin/Fields.php + + Field source is not valid. - La source du champ est incorrecte + Field source is not valid. + Controller/Admin/Fields.php - - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php + File is not present in quarantine anymore, please refresh - Ce fichier n'est plus en quarantaine, rafraichissez la page + File is not present in quarantine anymore, please refresh + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php - - Controller/Admin/Root.php + File is too big : 64k max - Le poids du fichier ne peut dépasser 64 Ko + File is too big : 64k max + Controller/Admin/Root.php - - prod/upload/upload-flash.html.twig + File upload has been cancelled - L'upload des fichiers a été interrompu - - + File upload has been cancelled prod/upload/upload-flash.html.twig + + File upload has been stopped - L'upload des fichiers a été interrompu + File upload has been stopped + prod/upload/upload-flash.html.twig - - prod/upload/upload-flash.html.twig + File upload limit (%maxFileSizeReadable%) has been reached - La limite fixée pour un upload a été atteinte (%maxFileSizeReadable%) + File upload limit (%maxFileSizeReadable%) has been reached + prod/upload/upload-flash.html.twig - - prod/upload/upload-flash.html.twig + File validation failed - La validation de fichier a échoué + File validation failed + prod/upload/upload-flash.html.twig - - prod/upload/lazaret.html.twig + Filename - Nom du fichier + Filename + prod/upload/lazaret.html.twig - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig Fils disponibles - Fils disponibles + Fils disponibles + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - - web/admin/users.html.twig + Filter - Filtrer + Filter + web/admin/users.html.twig - web/report/generate_tab.html.twig Filtrer - Filtrer + Filtrer + web/report/generate_tab.html.twig - - actions/Feedback/List-Share.html.twig + Find a user - Chercher un utilisateur + Find a user + actions/Feedback/List-Share.html.twig - - prod/User/Add.html.twig + First Name - Prénom + First Name + prod/User/Add.html.twig - - Controller/Prod/Push.php + First name is required - Le prénom est obligatoire + First name is required + Controller/Prod/Push.php - + + First/Last Name + First/Last Name web/admin/users.html.twig web/admin/users.html.twig actions/Feedback/ListsMacros.html.twig - First/Last Name - Prénom / Nom - web/common/technical_datas.html.twig - web/prod/index.html.twig Flash - Flash + Flash + web/common/technical_datas.html.twig + web/prod/index.html.twig - - lib/classes/appbox.php - lib/classes/appbox.php - Flushing cache - Nettoyage du cache + + Flatten layers + Flatten layers + Media/Subdef/Image.php - - web/common/technical_datas.html.twig + Focal length - Longueur de focale + Focal length + web/common/technical_datas.html.twig - - Controller/Prod/Language.php + + Force authentication + Force authentication + prod/templates/push.html.twig + + Force sending of the document ? - Forcer l'envoi du document ? + Force sending of the document ? + Controller/Prod/Language.php - prod/orders/order_item.html.twig Forcer l'envoi du document - Forcer l'envoi du document + Forcer l'envoi du document + prod/orders/order_item.html.twig - - actions/Tools/index.html.twig + Forcer la reconstruction sur les enregistrements ayant des thumbnails substituees - Forcer la reconstruction sur les enregistrements ayant des vignettes substituées + Forcer la reconstruction sur les enregistrements ayant des thumbnails substituees + actions/Tools/index.html.twig - + + Forgot password? + Forgot password? web/login/index.html.twig login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig - Forgot password? - Mot de passe oublié ? - - web/login/forgot-password.html.twig + Forgot your password? - Mot de passe oublié ? + Forgot your password? + web/login/forgot-password.html.twig - - web/login/forgot-password.html.twig + Forgotten password - Mot de passe oublié + Forgotten password + web/login/forgot-password.html.twig - - Media/Subdef/Video.php + Frame Rate - Nombre d'images par seconde + Frame Rate + Media/Subdef/Video.php - - web/common/technical_datas.html.twig + Frequence d'echantillonage - Fréquence d'échantillonnage + Frequence d'echantillonage + web/common/technical_datas.html.twig - Form/Configuration/ExecutablesFormType.php GD GD + Form/Configuration/ExecutablesFormType.php - Media/Subdef/Video.php GOP size - GOP size + GOP size + Media/Subdef/Video.php - - Form/Configuration/GeneralFormType.php + Gallery - Galerie + Gallery + Form/Configuration/GeneralFormType.php - Form/Configuration/MainConfigurationFormType.php General configuration General configuration + Form/Configuration/MainConfigurationFormType.php - - web/admin/dashboard.html.twig + General settings - Paramètre généraux + General settings + web/admin/dashboard.html.twig - - Media/Subdef/Image.php + + Generate + Generate + web/report/report_layout_child.html.twig + + + Generate dashboard + Generate dashboard + web/report/report_layout_child.html.twig + + Generates a Jpeg image - Générer un fichier image Jpeg + Generates a Jpeg image + Media/Subdef/Image.php - - Media/Subdef/FlexPaper.php + Generates a flexpaper flash file - Générer un fichier flexpaper flash + Generates a flexpaper flash file + Media/Subdef/FlexPaper.php - - Media/Subdef/Video.php + Generates a video file - Générer un fichier vidéo + Generates a video file + Media/Subdef/Video.php - - Media/Subdef/Gif.php + Generates an animated Gif file - Générer un fichier d'animation Gif + Generates an animated Gif file + Media/Subdef/Gif.php - - Media/Subdef/Audio.php + Generates an audio file - Générer un fichier audio + Generates an audio file + Media/Subdef/Audio.php - - Form/Configuration/WebservicesFormType.php + Geonames server address - Adresse du serveur de Géolocalisation Geonames + Geonames server address + Form/Configuration/WebservicesFormType.php - - eventsmanager/notify/downloadmailfail.php + Get a notification when a mail export fails - Obtenir une notification quand un export par email échoue + Get a notification when a mail export fails + eventsmanager/notify/downloadmailfail.php - - Controller/Root/Login.php + + Gives the option to your application to communicate with Phraseanet. This webhook can be used to trigger some actions on your application side. + Gives the option to your application to communicate with Phraseanet. This webhook can be used to trigger some actions on your application side. + web/developers/application.html.twig + + Good - Bonne + Good + Controller/Root/Login.php - - Form/Configuration/GeneralFormType.php + Google Analytics identifier - Identifiant Google Analytics + Google Analytics identifier + Form/Configuration/GeneralFormType.php - - prod/actions/Push.html.twig + Grant rights - Accorder les droits + Grant rights + prod/actions/Push.html.twig - - web/account/access.html.twig + Granted bases - Accès accordés aux bases + Granted bases + web/account/access.html.twig - - web/account/authorized_apps.html.twig + Granted third party applications - Applications tierces liées + Granted third party applications + web/account/authorized_apps.html.twig - Form/Configuration/ExecutablesFormType.php GraphicsMagick GraphicsMagick + Form/Configuration/ExecutablesFormType.php - - web/prod/index.html.twig + Graphiste (preview au rollover) - Graphiste (prévisualisation au rollover) + Graphiste (preview au rollover) + web/prod/index.html.twig - - Controller/Root/Login.php + Great - Excellente + Great + Controller/Root/Login.php - Controller/Report/Activity.php - Controller/Report/Root.php Groupement des resultats sur le champ %name% Groupement des resultats sur le champ %name% + Controller/Report/Activity.php + Controller/Report/Root.php - web/report/generate_tab.html.twig Grouper - Grouper + Grouper + web/report/generate_tab.html.twig - Bridge/Dailymotion/upload.html.twig Groupez 2 ou plusieurs mots avec des guillemets: "Michael Jackson" Groupez 2 ou plusieurs mots avec des guillemets: "Michael Jackson" + Bridge/Dailymotion/upload.html.twig - - web/common/menubar.html.twig + Guest - Invité + Guest + web/common/menubar.html.twig - - login/include/guest-access-block.html.twig + Guest access - Accès invité + Guest access + login/include/guest-access-block.html.twig - - prod/actions/Push.html.twig + + Guest, you must be authenticated to have the right to download. + Guest, you must be authenticated to have the right to download. + web/common/dialog_export.html.twig + + HD Download - Téléchargement HD + HD Download + prod/actions/Push.html.twig + Hello %username% + Hello %username% api/auth/end_user_authorization.html.twig api/auth/native_app_access_token.html.twig - Hello %username% - Hello %username% + api/auth/end_user_authorization.html.twig - - login/layout/base-layout.html.twig + Help - Aide + Help + login/layout/base-layout.html.twig - - login/oauth/login.html.twig + Hi, Please log in - Bonjour. Veuillez vous identifier + Hi, Please log in + login/oauth/login.html.twig - - Form/Configuration/ModulesFormType.php + Hide information about users - Masquer les informations à propos des utilisateurs. + Hide information about users + Form/Configuration/ModulesFormType.php - - task-manager/task-editor/phraseanet-indexer.html.twig + Hide records - Masquer les enregistrements + Hide records + task-manager/task-editor/phraseanet-indexer.html.twig - + + Home + Home mobile/lightbox/feed.html.twig mobile/lightbox/validate.html.twig login/include/language-block.html.twig - login/layout/base-layout.html.twig - Home - Accueil + login/layout/base-layout.html.twig - - Form/Configuration/GeneralFormType.php + Homepage slideshow - Diaporama de page d'accueil + Homepage slideshow + Form/Configuration/GeneralFormType.php - - web/common/technical_datas.html.twig + Hyperfocal distance - Distance hyper focale + Hyperfocal distance + web/common/technical_datas.html.twig - + + I have read the terms of use + I have read the terms of use web/login/register-classic.html.twig web/login/register-provider.html.twig - I have read the terms of use - J'ai lu les conditions d'utilisation - - web/account/sessions.html.twig + IP - Adresse IP + IP + web/account/sessions.html.twig - - web/common/technical_datas.html.twig + ISO sensibility - Sensibilité ISO + ISO sensibility + web/common/technical_datas.html.twig - web/prod/index.html.twig Iconographe (description au rollover) - Iconographe (description au rollover) + Iconographe (description au rollover) + web/prod/index.html.twig - - admin/publications/fiche.html.twig + Id - Identifiant + Id + admin/publications/fiche.html.twig - - Form/Configuration/ActionsFormType.php + If request is bigger, then mail is still available - Au-delà le téléchargement par E-mail reste disponible. + If request is bigger, then mail is still available + Form/Configuration/ActionsFormType.php - - Form/Configuration/ActionsFormType.php + If set to 0, duration is permanent - Indiquer 0 pour une durée de validité permanente. + If set to 0, duration is permanent + Form/Configuration/ActionsFormType.php - - web/account/sessions.html.twig - If you notice any unfamiliar devices or locations, click 'End Activity' to end the session. - Si vous remarquez des périphériques ou des localisations inconnus, cliquer sur "Mettre fin à la session". + + If you notice any unfamiliar devices or locations, click on button %button% to end the session. + If you notice any unfamiliar devices or locations, click on button %button% to end the session. + web/account/sessions.html.twig - - web/setup/step2.html.twig + 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. + If you plan to store large files, be sure it will fit in these directories. + web/setup/step2.html.twig - Notification/Mail/MailInfoValidationReminder.php Il ne vous reste plus que %quantity% jours pour terminer votre validation Il ne vous reste plus que %quantity% jours pour terminer votre validation + Notification/Mail/MailInfoValidationReminder.php - - prod/orders/order_item.html.twig + Il se peux que vous ne voyez pas tous les elements. Vous ne verrez que les elements correspondants aux collections sur lesquelles vous gerez les commandes - La vue de cette commande est peut être incomplète, vous ne pouvez voir que les documents provenant de collections sur lesquelles vous gérez les commandes. + Il se peux que vous ne voyez pas tous les elements. Vous ne verrez que les elements correspondants aux collections sur lesquelles vous gerez les commandes + prod/orders/order_item.html.twig - - web/setup/step2.html.twig + Il y a des erreurs, merci de les corriger avant de continuer - Il y a des erreurs, veuillez les corriger avant de continuer + Il y a des erreurs, merci de les corriger avant de continuer + web/setup/step2.html.twig - web/prod/index.html.twig Image - Image + Image + web/prod/index.html.twig - Form/Configuration/ExecutablesFormType.php ImageMagick ImageMagick + Form/Configuration/ExecutablesFormType.php - - web/common/technical_datas.html.twig + Images par secondes - Images par seconde + Images par secondes + web/common/technical_datas.html.twig - - actions/Bridge/element_list.html.twig + Imagette indisponible - Vignette indisponible + Imagette indisponible + actions/Bridge/element_list.html.twig - - Form/Configuration/ExecutablesFormType.php + Imagine driver - "Imagine Driver" + Imagine driver + Form/Configuration/ExecutablesFormType.php - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + + In the answer grid + In the answer grid + web/prod/index.html.twig + + Include Business-fields in caption - Inclure les champs métier dans la notice + Include Business-fields in caption + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/common/macros.html.twig + Incorrect please try again - Incorrect. Veuillez réessayer + Incorrect please try again + web/common/macros.html.twig - admin/fields/templates.html.twig Indexable - Indexable + Indexable + admin/fields/templates.html.twig - web/account/base.html.twig - web/admin/dashboard.html.twig - admin/task-manager/list.html.twig - admin/user/demand.html.twig Informations - Informations + Informations + web/account/base.html.twig + web/admin/dashboard.html.twig + admin/user/registrations.html.twig - web/account/account.html.twig Informations personnelles - Informations personnelles + Informations personnelles + web/account/account.html.twig - - web/prod/index.html.twig - Informations techniques - Informations techniques - - - web/admin/editusers.html.twig + Infos - Informations + Infos + web/admin/editusers.html.twig + Inscription + Inscription web/login/register-classic.html.twig web/login/register.html.twig - Inscription - Inscription - - web/setup/step2.html.twig + Install in progess - Installation en cours - - + Install in progess web/setup/step2.html.twig + + Installation is currenlty processing, please wait... - L'installation est en cours, patientez... + Installation is currenlty processing, please wait... + web/setup/step2.html.twig - login/layout/base-layout.html.twig Installer Google Chrome - Installer Google Chrome + Installer Google Chrome + login/layout/base-layout.html.twig - - login/layout/base-layout.html.twig + Installer Google Chrome Frame - Installer Google Chrome Frame pour Internet Explorer + Installer Google Chrome Frame + login/layout/base-layout.html.twig - - Controller/Root/Login.php + Invalid captcha answer. - La réponse au code CAPTCHA est incorrecte. + Invalid captcha answer. + Controller/Root/Login.php - - Controller/Root/Login.php + Invalid email address - Adresse E-mail invalide + Invalid email address + Controller/Root/Login.php - - Controller/Admin/Collection.php - Controller/Admin/Databox.php + Invalid file format - Format de fichier incorrect + Invalid file format + Controller/Admin/Collection.php + Controller/Admin/Databox.php - - admin/collection/collection.html.twig - prod/upload/upload-flash.html.twig + Invalid file type - Type de fichier non valide + Invalid file type + admin/collection/collection.html.twig + prod/upload/upload-flash.html.twig - - admin/databox/databox.html.twig + + Invalid file type, only (%supported_file_types%) file formats are supported + Invalid file type, only (%supported_file_types%) file formats are supported + admin/databox/databox.html.twig admin/statusbit/edit.html.twig user/import/file.html.twig - Invalid file type, only (%supported_file_types%) file formats are supported - Type de fichier non supportés. Seuls les types de fichiers %supported_file_types% sont supportés. - admin/collection/collection.html.twig Invalid file type, only (%supported_file_types%) file formats are supported' Invalid file type, only (%supported_file_types%) file formats are supported' + admin/collection/collection.html.twig - - Controller/Admin/Collection.php - Controller/Admin/Databox.php + Invalid labels parameter - Paramètre de label incorrect + Invalid labels parameter + Controller/Admin/Collection.php + Controller/Admin/Databox.php - - Controller/Root/Login.php + Invalid link. - Lien non valide. + Invalid link. + Controller/Root/Login.php - - Controller/Root/Account.php + Invalid password provided - Mot de passe fournis invalide. + Invalid password provided + Controller/Root/Account.php - - Controller/Prod/MoveCollection.php + Invalid target collection - Collection de destination invalide + Invalid target collection + Controller/Prod/MoveCollection.php - - Controller/Root/Login.php - Controller/Root/Login.php - Controller/Root/Login.php + Invalid unlock link. - Lien de déverrouillage non valide. + Invalid unlock link. + Controller/Root/Login.php + Controller/Root/Login.php - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig Inverser Inverser + prod/Baskets/Reorder.html.twig + prod/Story/Reorder.html.twig - - Phrasea/Controller/Setup.php + It is not recommended to install Phraseanet without HTTPS support - Il n'est pas recommandé d'installer Phraseanet sans protocole HTTPS + It is not recommended to install Phraseanet without HTTPS support + Phrasea/Controller/Setup.php - - web/setup/step2.html.twig + It stores users datas, rights, and references to DataBoxes where records are stored. - Elle stocke les informations utilisateurs et les références vers les DataBoxes où les documents sont stockés + It stores users datas, rights, and references to DataBoxes where records are stored. + web/setup/step2.html.twig - - prod/User/Add.html.twig + Job - Poste + Job + prod/User/Add.html.twig - TaskManager/Job/BridgeJob.php Keep synchronization between bridge and client APIs. Keep synchronization between bridge and client APIs. + TaskManager/Job/BridgeJob.php - - Form/Configuration/GeneralFormType.php + Keywords used for indexing purposes by search engines robots - Keywords]]> + Keywords used for indexing purposes by search engines robots + Form/Configuration/GeneralFormType.php - - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php + L'upload a echoue - L'upload a échoué + L'upload a echoue + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php - eventsmanager/notify/bridgeuploadfail.php L'upload concernant le record %title% sur le compte %bridge_name% a echoue pour les raisons suivantes : %reason% L'upload concernant le record %title% sur le compte %bridge_name% a echoue pour les raisons suivantes : %reason% + eventsmanager/notify/bridgeuploadfail.php - prod/WorkZone/Macros.html.twig L'utilisateur approuve ce document - 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 + L'utilisateur desapprouve 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 + L'utilisateur n'a pas encore donne son avis sur ce document + prod/WorkZone/Macros.html.twig - - prod/results/help.html.twig + LAST 20 - Dernier 20 + LAST 20 + prod/results/help.html.twig - - TaskManager/Job/FtpJob.php + La connection vers le serveur distant est OK - Connexion réussie vers le serveur distant + La connection vers le serveur distant est OK + TaskManager/Job/FtpJob.php - - prod/results/help.html.twig + La recherche s'effectue grâce à la boîte de dialogue qui se trouve en haut à gauche de l'écran. - La recherche s'effectue grâce à la boîte de dialogue qui se trouve en haut de l'écran. + La recherche s'effectue grâce à la boîte de dialogue qui se trouve en haut à gauche de l'écran. + prod/results/help.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + La sous resolution n'est pas disponible pour les documents suivants - La sous-résolution n'est pas disponible pour les documents suivants + La sous resolution n'est pas disponible pour les documents suivants + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php La taille maximale d'une video est de %duration% minutes. La taille maximale d'une video est de %duration% minutes. + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + La video a ete rejetee - La vidéo a été rejetée + La video a ete rejetee + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + La video a ete supprimee - La vidéo a été supprimée + La video a ete supprimee + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + La video est restreinte - La vidéo est restreinte + La video est restreinte + Bridge/Api/Youtube.php - + + Labels + Labels admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - Labels - Libellés - - prod/User/Add.html.twig + Last Name - Nom + Last Name + prod/User/Add.html.twig - - actions/Feedback/ListsMacros.html.twig + Last Template - Dernier modèle + Last Template + actions/Feedback/ListsMacros.html.twig - - web/admin/users.html.twig + Last applied template - Dernier modèle appliqué + Last applied template + web/admin/users.html.twig - - Controller/Prod/Push.php + Last name is required - Le nom est obligatoire + Last name is required + Controller/Prod/Push.php - admin/task-manager/list.html.twig Last update on %updateTime% Last update on %updateTime% + admin/task-manager/index.html.twig - - prod/upload/lazaret.html.twig + Last uploaded version - Dernière version ajoutée + Last uploaded version + prod/upload/lazaret.html.twig - - Bridge/Dailymotion/upload.html.twig + Le bridge Dailymotion ne prend en charge que les videos - Le bridge Dailymotion ne prend en charge que les vidéos + Le bridge Dailymotion ne prend en charge que les videos + Bridge/Dailymotion/upload.html.twig - - Bridge/Flickr/upload.html.twig + Le bridge FlickR ne prend en charge que les photos - Le Bridge Flickr ne prend en charge que les photos + Le bridge FlickR ne prend en charge que les photos + Bridge/Flickr/upload.html.twig - - Bridge/Youtube/upload.html.twig + Le bridge Youtube ne prend en charge que les videos - Le bridge Youtube ne prend en charge que les vidéos + Le bridge Youtube ne prend en charge que les videos + Bridge/Youtube/upload.html.twig - - prod/Tooltip/DataboxFieldRestrictions.html.twig + Le champ doit contenir %minLength% caracteres minimum. - Le champ doit contenir au minimum %minLength% caractères. + Le champ doit contenir %minLength% caracteres minimum. + prod/Tooltip/DataboxFieldRestrictions.html.twig - - prod/Tooltip/DataboxFieldRestrictions.html.twig + Le champ ne peut contenir plus de %maxLength% caracteres. - Le champ ne peut contenir plus de %maxLength% caractères. + Le champ ne peut contenir plus de %maxLength% caracteres. + prod/Tooltip/DataboxFieldRestrictions.html.twig - - actions/Bridge/notconfigured.html.twig + Le connecteur API requis n'est pas configure correctement, veuillez contacter un administrateur - Le connecteur API requis n'est pas configuré correctement, veuillez contacter un administrateur. + Le connecteur API requis n'est pas configure correctement, veuillez contacter un administrateur + actions/Bridge/notconfigured.html.twig - - templates/web/email-template.html.twig + Le contenu de cet email est confidentiel, ne le divulguez pas. - Le contenu de cet email est confidentiel. Ne le divulguez pas. + Le contenu de cet email est confidentiel, ne le divulguez pas. + templates/web/email-template.html.twig - - web/setup/step2.html.twig + Le nom de base de donnee est incorrect - Le nom de base de données est incorrect + Le nom de base de donnee est incorrect + web/setup/step2.html.twig - - mobile/lightbox/error.html.twig + Le panier demande nexiste plus - Le panier demandé n'existe plus + Le panier demande nexiste plus + mobile/lightbox/error.html.twig - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php Le poids maximum d'un fichier est de %size% Le poids maximum d'un fichier est de %size% + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php - + + Le record n'a pas de fichier physique + Le record n'a pas de fichier physique Bridge/Api/Dailymotion.php Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Le record n'a pas de fichier physique - L'enregistrement n'a pas de fichier physique + Bridge/Api/Youtube.php - - web/developers/application.html.twig + Le token n'a pas encore ete genere - Le jeton n'a pas encore été généré + Le token n'a pas encore ete genere + web/developers/application.html.twig - - web/account/authorized_apps.html.twig + Les developpeurs peuvent editer l'enregistrement de leurs application grace a l'onglet 'developpeurs' ci-dessus - Les développeurs peuvent enregistrer leurs applications grâce à l'onglet 'Développeurs' ci-dessus. + Les developpeurs peuvent editer l'enregistrement de leurs application grace a l'onglet 'developpeurs' ci-dessus + web/account/authorized_apps.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + Les documents ne peuvent pas etre exportes - Les documents ne peuvent pas être exportés + Les documents ne peuvent pas etre exportes + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - + + Les elements ne peuvent etre uploades (problemes de type ou de droit) + Les elements ne peuvent etre uploades (problemes de type ou de droit) Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig Bridge/Youtube/upload.html.twig - Les elements ne peuvent etre uploades (problemes de type ou de droit) - Les documents ne peuvent être ajoutés (problème de type de fichiers ou de droits) - - prod/Tooltip/DataboxFieldRestrictions.html.twig + Les indications donnees ci dessous sont a titre informatif. - Les indications données ci-dessous sont à titre informatif. + Les indications donnees ci dessous sont a titre informatif. + prod/Tooltip/DataboxFieldRestrictions.html.twig - - web/developers/application.html.twig + Les parametres oauth de votre application. - Les paramètres oauth de votre application. + Les parametres oauth de votre application. + web/developers/application.html.twig - - Controller/Prod/Language.php + Les parametres sont corrects, le serveur distant est operationnel - Les paramètres sont corrects, le serveur distant est opérationnel + Les parametres sont corrects, le serveur distant est operationnel + Controller/Prod/Language.php - - web/developers/application.html.twig + Les paramétres oauth de votre application. - Paramètres Oauth de l'application + Les paramétres oauth de votre application. + web/developers/application.html.twig - - prod/actions/edit_default.html.twig + Les status de certains documents ne sont pas accessibles par manque de droits - Vous ne disposez pas des droits nécessaires pour accéder aux status de certains documents + Les status de certains documents ne sont pas accessibles par manque de droits + prod/actions/edit_default.html.twig - - web/prod/index.html.twig + Les termes apparaissent dans le(s) champs - Le(s) mot(s) contenu(s) dans le(s) champ(s) + Les termes apparaissent dans le(s) champs + web/prod/index.html.twig - - web/common/technical_datas.html.twig + Light Value - Luminance + Light Value + web/common/technical_datas.html.twig - + + Limite temporelle + Limite temporelle web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - Limite temporelle - Liste temporelle - - admin/fields/templates.html.twig + Limited vocabulary - Vocabulaire limité + Limited vocabulary + admin/fields/templates.html.twig - Controller/Prod/UsrLists.php List %name% has been created List %name% has been created + Controller/Prod/UsrLists.php - - prod/actions/Push.html.twig - prod/actions/Push.html.twig + List Manager - Gestionnaire de Listes + List Manager + prod/actions/Push.html.twig + prod/actions/Push.html.twig - - actions/Feedback/list.html.twig + List Name - Nom de la liste + List Name + actions/Feedback/list.html.twig - - Controller/Prod/UsrLists.php + List has been deleted - La liste a été supprimée + List has been deleted + Controller/Prod/UsrLists.php - - Controller/Prod/UsrLists.php + List has been updated - La liste a été mise à jour + List has been updated + Controller/Prod/UsrLists.php - - Controller/Prod/Language.php + List name can not be empty - Le nom de la liste ne peut être vide + List name can not be empty + Controller/Prod/Language.php - - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php + List name is required - Le nom de la liste est obligatoire + List name is required + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php - - Controller/Prod/UsrLists.php + List shared to user - Liste partagée avec l'utilisateur + List shared to user + Controller/Prod/UsrLists.php - - admin/publications/fiche.html.twig + Liste des personnes habilitees a publier sur ce fil - Liste des utilisateurs autorisés à publier sur ce fil + Liste des personnes habilitees a publier sur ce fil + admin/publications/fiche.html.twig - + + Lists + Lists actions/Feedback/lists-all.html.twig prod/actions/Push.html.twig - Lists - Listes - - admin/fields/templates.html.twig + Live search - Recherche dynamique + Live search + admin/fields/templates.html.twig - - actions/Bridge/index.html.twig - actions/Property/index.html.twig + Loading - Chargement en cours + Loading + actions/Bridge/index.html.twig + actions/Property/index.html.twig - - admin/fields/index.html.twig + Loading database documentary structure ... - Chargement de la structure documentaire + Loading database documentary structure ... + admin/fields/index.html.twig - - task-manager/task-editor/record-mover.html.twig + Log changes - Historique des événements + Log changes + task-manager/task-editor/record-mover.html.twig - - Form/Login/PhraseaAuthenticationForm.php + + Login + Login + Form/Login/PhraseaAuthenticationForm.php login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig actions/Feedback/ListsMacros.html.twig - Login - Identifiant - Controller/Admin/Users.php Login %login% already exists in database Login %login% already exists in database + Controller/Admin/Users.php - Controller/Admin/Users.php Login %login% is already defined in the file at line %line% Login %login% is already defined in the file at line %line% + Controller/Admin/Users.php - Controller/Admin/Users.php Login line %line% is empty Login line %line% is empty + Controller/Admin/Users.php - + + Login to link your account + Login to link your account login/providers/bind.html.twig login/providers/mapping.html.twig - Login to link your account - Connectez-vous pour lier votre compte - - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig + Logs - Historique + Logs + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig - - lib/classes/base.php - Looking for patches - Recherche de patchs - - - web/prod/index.html.twig + Ma derniere question - Ma dernière question + Ma derniere question + web/prod/index.html.twig - Controller/Admin/Users.php Mail line %line% is empty Mail line %line% is empty + Controller/Admin/Users.php - - Controller/Admin/Dashboard.php + Mail sent - E-mail envoyé + Mail sent + Controller/Admin/Dashboard.php - - Form/Configuration/MaintenanceFormType.php + Maintenance message - Message de maintenance + Maintenance message + Form/Configuration/MaintenanceFormType.php - - Form/Configuration/MainConfigurationFormType.php + Maintenance state - Etat de maintenance + Maintenance state + Form/Configuration/MainConfigurationFormType.php - - web/admin/editusers.html.twig + Manage DB fields - Gérer les champs documentaires + Manage DB fields + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Manage Database - Gérer la Base de Données + Manage Database + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Manage Thesaurus - Gérer le thesaurus + Manage Thesaurus + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Manage collection - Autoriser a gérer les paramètres de collection + Manage collection + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Manage users - Autoriser à gérer les utilisateurs + Manage users + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Manage values lists - Gérer les valeurs suggérées + Manage values lists + web/admin/editusers.html.twig - - admin/fields/templates.html.twig + Mandatory - Obligatoire + Mandatory + admin/fields/templates.html.twig - - web/login/register-provider.html.twig + Mandatory fields - Champs obligatoires + Mandatory fields + web/login/register-provider.html.twig - - Form/Configuration/ActionsFormType.php + + Masks + Masks + web/admin/editusers_masks.html.twig + + Maximum megabytes allowed for download - Limite maximale autorisée par téléchargement en Megaoctet (Mo) + Maximum megabytes allowed for download + Form/Configuration/ActionsFormType.php - - Form/Configuration/ExecutablesFormType.php + Maximum number of pages to be extracted from PDF - Nombre maximum de pages à extraire depuis les documents PDF + Maximum number of pages to be extracted from PDF + Form/Configuration/ExecutablesFormType.php - web/developers/applications.html.twig Mes applications - Mes applications + Mes applications + web/developers/applications.html.twig - Controller/Prod/Language.php - prod/templates/push.html.twig Message - Message + Message + Controller/Prod/Language.php + prod/templates/push.html.twig - templates/web/email-template.html.twig Message automatique de Phraseanet - Message automatique de Phraseanet + Message automatique de Phraseanet + templates/web/email-template.html.twig - login/layout/base-layout.html.twig Mettez à jour votre navigateur ou téléchargez un navigateur plus récent. - Mettez à jour votre navigateur ou téléchargez un navigateur plus récent. + Mettez à jour votre navigateur ou téléchargez un navigateur plus récent. + login/layout/base-layout.html.twig - - admin/databox/cgus.html.twig + Mettre a jour - Mettre à jour + Mettre a jour + admin/databox/cgus.html.twig - - Form/Configuration/SearchEngineFormType.php + Minimum number of letters before truncation - Nombre minimal de caractères avant la troncature + Minimum number of letters before truncation + Form/Configuration/SearchEngineFormType.php - Controller/Admin/Root.php Missing "structure" parameter Missing "structure" parameter + Controller/Admin/Root.php - - Controller/Admin/Collection.php - Controller/Admin/Databox.php + Missing labels parameter - Paramètre de label manquant + Missing labels parameter + Controller/Admin/Collection.php + Controller/Admin/Databox.php - Controller/Prod/Push.php Missing mandatory parameter %parameter% Missing mandatory parameter %parameter% + Controller/Prod/Push.php - - Controller/Admin/Collection.php + Missing name parameter - Paramètre de nom manquant + Missing name parameter + Controller/Admin/Collection.php - - Controller/Admin/Root.php + Missing path parameter - Paramètre Path (Chemin d'accès) manquant + Missing path parameter + Controller/Admin/Root.php - - Controller/Prod/MoveCollection.php + Missing target collection - Collection de destination manquante + Missing target collection + Controller/Prod/MoveCollection.php - - Controller/Admin/Root.php + Missing tests parameter - Paramètre de test manquant + Missing tests parameter + Controller/Admin/Root.php - - Controller/Admin/Databox.php + Missing view name parameter - Paramètre de nom de vue manquant + Missing view name parameter + Controller/Admin/Databox.php - - web/prod/index.html.twig + Mode de presentation - Mode de présentation + Mode de presentation + web/prod/index.html.twig - - web/setup/step2.html.twig + Modele de donnees - Modèle de données + Modele de donnees + web/setup/step2.html.twig - - admin/user/demand.html.twig + Models - Modèles + Models + admin/user/registrations.html.twig - - web/developers/application.html.twig + Modify - Modifier + Modify + web/developers/application.html.twig + web/developers/application.html.twig - admin/databox/databox.html.twig Monter la collection %name% Monter la collection %name% + admin/databox/databox.html.twig - - login/layout/sidebar-layout.html.twig + More - Plus + More + login/layout/sidebar-layout.html.twig - - Controller/Prod/Language.php + Move - Déplacer + Move + Controller/Prod/Language.php - - prod/actions/collection_default.html.twig + Move %countable% records to the chosen collection in the list. - Déplacer les %countable% enregistrements sélectionnés vers la collection choisie dans la liste. + Move %countable% records to the chosen collection in the list. + prod/actions/collection_default.html.twig - - prod/actions/collection_default.html.twig + Move one record to the chosen collection in the list. - Déplacer l'enregistrement vers la collection choisie dans la liste. + Move one record to the chosen collection in the list. + prod/actions/collection_default.html.twig - TaskManager/Job/RecordMoverJob.php Moves records Moves records + TaskManager/Job/RecordMoverJob.php - + + Multivalued + Multivalued admin/fields/templates.html.twig admin/fields/templates.html.twig - Multivalued - Multivalué - - WorkZone/Browser/Browser.html.twig + My baskets - Mes Paniers + My baskets + WorkZone/Browser/Browser.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + MySQL Database - Nom de la base MySQL + MySQL Database + task-manager/task-editor/phraseanet-indexer.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + MySQL Host - Serveur hôte MySQL + MySQL Host + task-manager/task-editor/phraseanet-indexer.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + MySQL Login - Identifiant MySQL + MySQL Login + task-manager/task-editor/phraseanet-indexer.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + MySQL Port - Port MySQL + MySQL Port + task-manager/task-editor/phraseanet-indexer.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + MySQL connection charset - Interclassement pour la connexion MySQL + MySQL connection charset + task-manager/task-editor/phraseanet-indexer.html.twig - - web/setup/step2.html.twig - web/setup/step2.html.twig + MySQL database connection parameters - Paramètres de connexion à la base de données MySQL + MySQL database connection parameters + web/setup/step2.html.twig + web/setup/step2.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + MySQL password - Mot de passe MySQL + MySQL password + task-manager/task-editor/phraseanet-indexer.html.twig - - Controller/Prod/Language.php + + Name + Name + Controller/Prod/Language.php admin/fields/templates.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig actions/Download/prepare.html.twig - prod/templates/push.html.twig - Name - Nom + prod/templates/push.html.twig - - admin/publications/fiche.html.twig + Name or email - Nom ou email - - - web/prod/index.html.twig - Ne pas afficher - Ne pas afficher + Name or email + admin/publications/fiche.html.twig - api/auth/end_user_authorization.html.twig Ne pas autoriser - Ne pas autoriser + Ne pas autoriser + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - web/setup/step2.html.twig + Ne pas creer de DataBox maintenant - Ne pas créer de DataBox maintenant + Ne pas creer de DataBox maintenant + web/setup/step2.html.twig - - Controller/Prod/Language.php - prod/templates/push.html.twig + New list name ? - Donnez un nom à la nouvelle liste de destinataires : + New list name ? + Controller/Prod/Language.php + prod/templates/push.html.twig - + + New password + New password Form/Login/PhraseaRecoverPasswordForm.php Form/Login/PhraseaRenewPasswordForm.php - New password - Nouveau mot de passe - + + New password (confirmation) + New password (confirmation) Form/Login/PhraseaRecoverPasswordForm.php Form/Login/PhraseaRenewPasswordForm.php - New password (confirmation) - Confirmer le nouveau mot de passe - + + New task + New task + admin/task-manager/index.html.twig + + + Next + Next actions/Feedback/ListsMacros.html.twig prod/orders/order_box.html.twig - Next - Suivants - - web/developers/applications.html.twig + No - Non + No + web/developers/applications.html.twig - - prod/Share/record.html.twig + No URL available - Aucune URL de disponible + No URL available + prod/Share/record.html.twig - - login/include/register-link-block.html.twig + No account yet? - Pas encore inscrit ? + No account yet? + login/include/register-link-block.html.twig - - Controller/Prod/Language.php + No active basket - Aucun panier actif + No active basket + Controller/Prod/Language.php - - admin/user/demand.html.twig + No application for registration has been recorded - Aucune demande d'inscription n'a été enregistrée + No application for registration has been recorded + admin/user/registrations.html.twig - - Controller/Root/Login.php + No collection selected - Aucune collection sélectionnée + No collection selected + Controller/Root/Login.php - - prod/upload/lazaret.html.twig + No document in quarantine - Aucun document dans la quarantaine + No document in quarantine + prod/upload/lazaret.html.twig - - prod/actions/delete_records_confirm.html.twig + No document selected - Aucun document sélectionné + No document selected + prod/actions/delete_records_confirm.html.twig - - Controller/Prod/Push.php + No elements to push - Aucun élément à Pusher + No elements to push + Controller/Prod/Push.php - - Controller/Prod/Push.php + No elements to validate - Il n'y a pas de documents à valider + No elements to validate + Controller/Prod/Push.php - - web/geonames/city_list.html.twig + No matches found - Aucune correspondance trouvée + No matches found + web/geonames/city_list.html.twig - - Controller/Prod/Push.php + No participants specified - Aucun participant indiqué + No participants specified + Controller/Prod/Push.php - - prod/Share/record.html.twig + No permalink available. - Pas de permalien disponible + No permalink available. + prod/Share/record.html.twig - - actions/Tools/index.html.twig + No preview available - Pas de prévisualisation disponible + No preview available + actions/Tools/index.html.twig - - prod/Share/record.html.twig + No preview available. - Pas d'aperçu disponible + No preview available. + prod/Share/record.html.twig - - Controller/Prod/Push.php + No receivers specified - Aucun destinataire indiqué + No receivers specified + Controller/Prod/Push.php - - WorkZone/Browser/Basket.html.twig + No records - Aucun enregistrement + No records + WorkZone/Browser/Basket.html.twig - + + No results + No results WorkZone/Browser/Results.html.twig WorkZone/Browser/Results.html.twig - No results - Aucun résultat - - SearchEngine/Phrasea/PhraseaEngine.php + No sort - Pas de tri + No sort + SearchEngine/Phrasea/PhraseaEngine.php + web/prod/index.html.twig - - Controller/Prod/Language.php + No users selected - Aucun utilisateur sélectionné + No users selected + Controller/Prod/Language.php - web/developers/application_form.html.twig Nom - Nom + Nom + web/developers/application_form.html.twig - - web/common/technical_datas.html.twig + Nom Original - Nom original + Nom Original + web/common/technical_datas.html.twig - - web/common/dialog_export.html.twig + Nom des fichiers a l'export - Nom des fichiers à l'export + Nom des fichiers a l'export + web/common/dialog_export.html.twig - - web/admin/index.html.twig + Nom du nouveau modele - Nom du nouveau modèle + Nom du nouveau modele + web/admin/index.html.twig - prod/Baskets/Create.html.twig Nom du nouveau panier Nom du nouveau panier + prod/Baskets/Create.html.twig - - prod/orders/order_item.html.twig + Nombre total d'element commandes - Nombre total d'éléments commandés + Nombre total d'element commandes + prod/orders/order_item.html.twig - + + Non-Restreinte (publique) + Non-Restreinte (publique) admin/publications/fiche.html.twig admin/publications/list.html.twig - Non-Restreinte (publique) - Non restreinte (publique) - - Form/Configuration/EmailFormType.php - admin/user/demand.html.twig - web/admin/users.html.twig + None - Aucun + None + Form/Configuration/EmailFormType.php + admin/user/registrations.html.twig + web/admin/users.html.twig - - actions/Property/index.html.twig + None of the records can be modified. - Aucun enregistrement ne peut être modifié. + None of the records can be modified. + actions/Property/index.html.twig - - prod/actions/printer_default.html.twig + None of the selected records can be printed - Aucun des documents sélectionnés ne peut être imprimé + None of the selected records can be printed + prod/actions/printer_default.html.twig - - prod/actions/Push.html.twig + None of the selected records can be pushed. - Aucun des enregistrements sélectionnés ne peut être envoyés par Push. + None of the selected records can be pushed. + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + None of the selected records can be sent for feedback. - Aucun des enregistrements sélectionnés ne peut envoyé pour une demande de validation. + None of the selected records can be sent for feedback. + prod/actions/Push.html.twig - - web/account/authorized_apps.html.twig + Not Allowed - Non autorisé + Not Allowed + web/account/authorized_apps.html.twig - - web/account/account.html.twig + Notification par email - Notifications par e-mail + Notification par email + web/account/account.html.twig - web/common/menubar.html.twig Notifications - Notifications + Notifications + web/common/menubar.html.twig - classes/eventsmanager/broker.php Notifications globales - Notifications globales + Notifications globales + classes/eventsmanager/broker.php - - actions/Feedback/List-Share.html.twig + Notify - Notifier + Notify + actions/Feedback/List-Share.html.twig - - actions/publish/publish.html.twig + + Notify third party application when an event occurs in Phraseanet + Notify third party application when an event occurs in Phraseanet + TaskManager/Job/WebhookJob.php + + Notify users about this publication - Notifier les utilisateurs à propos de cette publication. + Notify users about this publication + actions/publish/publish.html.twig - - Bridge/Dailymotion/upload.html.twig + Nous vous rappelons qu'il est de votre responsabilité de vous assurer que le contenu de la vidéo que vous allez mettre en ligne est conforme aux conditions d'utilisations - Nous vous rappelons qu'il est de votre responsabilité de vous assurer que le contenu de la vidéo que vous allez mettre en ligne est conforme aux conditions générales d'utilisation. + Nous vous rappelons qu'il est de votre responsabilité de vous assurer que le contenu de la vidéo que vous allez mettre en ligne est conforme aux conditions d'utilisations + Bridge/Dailymotion/upload.html.twig - - Controller/Prod/Language.php + Nouveau modele - Nouveau modèle + Nouveau modele + Controller/Prod/Language.php - eventsmanager/notify/order.php Nouvelle commande - Nouvelle commande + Nouvelle commande + eventsmanager/notify/order.php - Notification/Mail/MailInfoNewPublication.php Nouvelle publication : %title% Nouvelle publication : %title% + Notification/Mail/MailInfoNewPublication.php - - admin/databox/details.html.twig + Number - Nombre + Number + admin/databox/details.html.twig - - Form/Configuration/ActionsFormType.php + Number of days before the end of the validation to send a reminder email - Nombre de jours avant la fin de la validation pour l'envoi d'un rappel par e-mail + Number of days before the end of the validation to send a reminder email + Form/Configuration/ActionsFormType.php - - Form/Configuration/ExecutablesFormType.php + Number of threads to use for FFMpeg - Nombre de threads réservés à FFmpeg + Number of threads to use for FFMpeg + Form/Configuration/ExecutablesFormType.php - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php OK - OK + OK + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - admin/fields/templates.html.twig Ok - Ok + Ok + admin/fields/templates.html.twig - - prod/actions/collection_default.html.twig + One document can not be modified. - Un document ne peut être modifié. + One document can not be modified. + prod/actions/collection_default.html.twig - - actions/Property/index.html.twig + Only %nbEditableDocuments% records can be modified. - Seuls %nbEditableDocuments% enregistrements peuvent être modifiés. + Only %nbEditableDocuments% records can be modified. + actions/Property/index.html.twig - - actions/Property/index.html.twig + Only one record can be modified. - Seul un enregistrement peut être modifié. + Only one record can be modified. + actions/Property/index.html.twig - - classes/caption/record.php - Open the URL in a new window - Ouvrir le lien dans une nouvelle fenêtre - - + + Or login with + Or login with web/login/index.html.twig login/oauth/login.html.twig web/login/register.html.twig - Or login with - Ou se connecter avec - - admin/fields/templates.html.twig + Order - Ordre d'affichage : + Order + admin/fields/templates.html.twig - - Controller/Prod/Order.php + + Order has been denied + Order has been denied + Controller/Prod/Order.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig - Order has been denied - La commande a été refusée - - Controller/Prod/Order.php + + Order has been sent + Order has been sent + Controller/Prod/Order.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig - Order has been sent - La commande a été envoyée - - eventsmanager/notify/order.php - web/common/menubar.html.twig + Orders manager - Gestionnaire des commandes + Orders manager + eventsmanager/notify/order.php + web/common/menubar.html.twig - - Controller/Root/Login.php + Ordinary - Normale + Ordinary + Controller/Root/Login.php - - Form/Configuration/ActionsFormType.php + Original name - Le nom de fichier original + Original name + Form/Configuration/ActionsFormType.php - - actions/Bridge/error.html.twig + Oups ! something went wrong ! - Un problème est survenu ! + Oups ! something went wrong ! + actions/Bridge/error.html.twig - - admin/publications/fiche.html.twig + + Outdated access to the following collections + Outdated access to the following collections + web/account/access.html.twig + + Owner - Propriétaire + Owner + admin/publications/fiche.html.twig - - Controller/Prod/UsrLists.php + Owner removed from list - Propriétaire supprimé de la liste + Owner removed from list + Controller/Prod/UsrLists.php - actions/Bridge/paginator.html.twig Page - Page + Page + actions/Bridge/paginator.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - prod/orders/order_box.html.twig Page %page% - Page %page% + Page %page% + prod/orders/order_box.html.twig + Paniers + Paniers mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig - lightbox/IE6/validate.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig - web/lightbox/validate.html.twig - Paniers - Paniers + web/lightbox/validate.html.twig + web/prod/index.html.twig + Par %author% + Par %author% mobile/lightbox/feed.html.twig prod/feeds/entry_macro.html.twig - Par %author% - Par %author% - - Form/Login/PhraseaAuthenticationForm.php - Form/Login/PhraseaRegisterForm.php - web/account/account.html.twig + Password - Mot de passe - - + Password + Form/Login/PhraseaAuthenticationForm.php Form/Login/PhraseaRegisterForm.php + web/account/account.html.twig + + Password (confirmation) - Confirmer le mot de passe + Password (confirmation) + Form/Login/PhraseaRegisterForm.php - Controller/Admin/Users.php Password is empty at line %line% Password is empty at line %line% + Controller/Admin/Users.php - Notification/Mail/MailRequestPasswordUpdate.php Password renewal for login "%login%" has been requested Password renewal for login "%login%" has been requested + Notification/Mail/MailRequestPasswordUpdate.php - - WorkZone/Browser/Browser.html.twig + Past year - L'année dernière + Past year + WorkZone/Browser/Browser.html.twig + + + Pending access to the following collections + Pending access to the following collections + web/account/access.html.twig - TaskManager/Job/FtpPullJob.php Periodically fetches an FTP repository content locally Periodically fetches an FTP repository content locally + TaskManager/Job/FtpPullJob.php - TaskManager/Job/FtpJob.php Periodically push data to FTP servers. Periodically push data to FTP servers. + TaskManager/Job/FtpJob.php - Bridge/Flickr/photoset_createcontainer.html.twig Photo principale - Photo principale + Photo principale + Bridge/Flickr/photoset_createcontainer.html.twig - Bridge/Api/Flickr.php Photos - Photos + Photos + Bridge/Api/Flickr.php + Photosets + Photosets Bridge/Api/Flickr.php Bridge/Flickr/actionelements.html.twig - Photosets - Photosets - TaskManager/Job/PhraseanetIndexerJob.php Phrasea indexation task Phrasea indexation task + TaskManager/Job/PhraseanetIndexerJob.php - - admin/search-engine/phrasea.html.twig + Phrasea search-engine configuration - Configuration du moteur de recherche Phrasea + Phrasea search-engine configuration + admin/search-engine/phrasea.html.twig - - web/setup/step2.html.twig + Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox. - Les Databoxes Phraseanet sont des bases de données MySQL, requêtables par l'ApplicationBox Phraseanet. + Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox. + web/setup/step2.html.twig - - Form/Configuration/MainConfigurationFormType.php + Phraseanet client API - API cliente Phraseanet + Phraseanet client API + Form/Configuration/MainConfigurationFormType.php - - web/setup/step2.html.twig + Phraseanet embarque un moteur de taches pour la lecture / ecriture des metadonnes, et autre operations - Phraseanet embarque un moteur de tâches pour la lecture / écriture des métadonnées, et réaliser d'autres opérations + Phraseanet embarque un moteur de taches pour la lecture / ecriture des metadonnes, et autre operations + web/setup/step2.html.twig - - Controller/Root/Login.php + Phraseanet guest-access is disabled - L'accès invité de Phraseanet est désactivé. + Phraseanet guest-access is disabled + Controller/Root/Login.php - - web/setup/step2.html.twig + Phraseanet may require many binaries. - Phraseanet peut utiliser de nombreux éxécutables + Phraseanet may require many binaries. + web/setup/step2.html.twig - - web/setup/step2.html.twig + Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL. - Phraseanet recommande fortement l'utilisation de %link_start%MariaDB%link_end% à la place de MySQL. + Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL. + web/setup/step2.html.twig - + + Playlist + Playlist Bridge/Dailymotion/actionelements.html.twig Bridge/Youtube/actionelements.html.twig - Playlist - Liste de lecture - - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Playlists - Listes de lecture + Playlists + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - - Controller/Root/Login.php + Please accept the terms of use to register. - Veuillez accepter les condtions d'utilisation pour vous inscrire. + Please accept the terms of use to register. + Controller/Root/Login.php - - web/setup/step2.html.twig + Please be sure it is still valid and you can access it - Assurez vous que cette adresse est valide et que vous y accédez + Please be sure it is still valid and you can access it + web/setup/step2.html.twig - - web/login/register-provider.html.twig + Please complete the information to complete your registration - Veuillez compléter les informations suivantes pour compléter votre inscription. + Please complete the information to complete your registration + web/login/register-provider.html.twig - - prod/actions/Push.html.twig + Please consider send this push to the following users : %recommendation% - Peut-être devriez-vous ajouter les utilisateurs suivants dans l'envoi de votre Push : %recommendation% + Please consider send this push to the following users : %recommendation% + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + Please consider send this validation to the following users : %recommendation% - Cette validation peut être adressée aux utilisateurs suivants : %recommendation% + Please consider send this validation to the following users : %recommendation% + prod/actions/Push.html.twig - - Controller/Client/Root.php + Please create a basket before adding an element - Veuillez créer un panier avant d'y ajouter un document. + Please create a basket before adding an element + Controller/Client/Root.php - - Controller/Root/Login.php + Please fill the captcha - Veuillez remplir le champ CAPTCHA + Please fill the captcha + Controller/Root/Login.php - - Controller/Admin/Databoxes.php + Please fix the database before starting - Merci de corriger les erreurs de base de données avant de continuer + Please fix the database before starting + Controller/Admin/Databoxes.php - - Controller/Root/Login.php + Please provide a longer value. It should have %s character or more. - Veuillez indiquer une valeur plus grande : %s caractères ou plus. + Please provide a longer value. It should have %s character or more. + Controller/Root/Login.php - - Controller/Prod/Language.php + Please provide a name for this selection. - Veuillez indiquer un nom pour cette sélection. + Please provide a name for this selection. + Controller/Prod/Language.php - - Controller/Root/Login.php + Please provide a valid IP address. - Veuillez indiquer une adresse IP valide. + Please provide a valid IP address. + Controller/Root/Login.php - - Controller/Root/Login.php + Please provide a valid email address. - Veuillez indiquer une adresse e-mail valide. + Please provide a valid email address. + Controller/Root/Login.php - - Controller/Root/Login.php + Please provide a value. - Veuillez indiquer une valeur. + Please provide a value. + Controller/Root/Login.php - - Controller/Root/Login.php + Please provide the same emails. - Veuillez indiquer les mêmes adresses e-mails. + Please provide the same emails. + Controller/Root/Login.php - - Controller/Root/Login.php + Please provide the same passwords. - Veuillez indiquer des mots de passe identiques + Please provide the same passwords. + Controller/Root/Login.php - - Controller/Root/Login.php + Please select at least %s choice. - Sélectionnez au moins %s choix. + Please select at least %s choice. + Controller/Root/Login.php - - prod/upload/upload-flash.html.twig + Please select at least one valid file - Sélectionnez au moins un fichier autorisé + Please select at least one valid file + prod/upload/upload-flash.html.twig - - Controller/Prod/Language.php + Please select one record - Veuillez choisir un enregistrement + Please select one record + Controller/Prod/Language.php - - actions/Download/prepare.html.twig + Please wait while your files are being gathered for the download, this operation may take a few minutes. - Veuillez patienter pendant que vos fichiers sont rassemblés pour le téléchargement. Cette opération peut prendre quelques minutes. + Please wait while your files are being gathered for the download, this operation may take a few minutes. + actions/Download/prepare.html.twig - - actions/Feedback/list.html.twig + Position - Poste + Position + actions/Feedback/list.html.twig - - lib/classes/appbox.php - Post upgrade - Publier une mise à jour - - - prod/Tooltip/DCESFieldInfo.html.twig + Pour davantage d'informations, consulter le lien suivant %lien% - Pour obtenir davantage d'informations, consulter le lien suivant %lien% + Pour davantage d'informations, consulter le lien suivant %lien% + prod/Tooltip/DCESFieldInfo.html.twig + + + Pour des raisons techniques cette interface n'est plus maintenue et serta bientôt rendue + inacessible. Nous vous invitons si vous le souhaitez à utiliser production dés maintenant. + Pour des raisons techniques cette interface n'est plus maintenue et serta bientôt rendue + inacessible. Nous vous invitons si vous le souhaitez à utiliser production dés maintenant. + web/client/index.html.twig - templates/web/email-template.html.twig Pour gérer l'envoi d'email automatique, connectez-vous à %link% - Pour gérer l'envoi d'email automatique, connectez-vous à %link% + Pour gérer l'envoi d'email automatique, connectez-vous à %link% + templates/web/email-template.html.twig - - Controller/User/Preferences.php - Controller/User/Preferences.php + Preference saved ! - Préférences sauvegardées ! + Preference saved ! + Controller/User/Preferences.php + Controller/User/Preferences.php - - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + Preferences - Préférences + Preferences + web/prod/index.html.twig + web/prod/index.html.twig - - Form/Configuration/EmailFormType.php + Prefix for notification emails - Préfixe pour les notifications adressées par email + Prefix for notification emails + Form/Configuration/EmailFormType.php - - web/setup/step2.html.twig + Prerequisite and Configuration - Prérequis et Configuration + Prerequisite and Configuration + web/setup/step2.html.twig - - web/prod/index.html.twig + Presentation de vignettes - Présentation de vignettes + Presentation de vignettes + web/prod/index.html.twig - - web/prod/index.html.twig + Presentation de vignettes de panier - Présentation des vignettes de panier + Presentation de vignettes de panier + web/prod/index.html.twig - + + Previous + Previous actions/Feedback/ListsMacros.html.twig prod/orders/order_box.html.twig - Previous - Précédent - - Controller/Client/Root.php - Controller/Prod/Language.php + Print - Imprimer + Print + Controller/Client/Root.php + Controller/Prod/Language.php - api/auth/end_user_authorization.html.twig Problemes de connexion ? Problemes de connexion ? + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - Notification/Mail/MailInfoUserRegistered.php + Process the registration - Procéder à une inscription + Process the registration + Notification/Mail/MailInfoUserRegistered.php - Model/Entities/ValidationSession.php Processus de validation recu de %user% Processus de validation recu de %user% + Model/Entities/ValidationSession.php - Model/Entities/ValidationSession.php Processus de validation recu de %user% et concernant %n% utilisateurs Processus de validation recu de %user% et concernant %n% utilisateurs + Model/Entities/ValidationSession.php - - web/admin/databases.html.twig + + Production + Production + web/client/index.html.twig + + Propositions de modifications des tables - Proposition(s) de modification des tables + Propositions de modifications des tables + web/admin/databases.html.twig - - admin/publications/list.html.twig + Public - Publique + Public + admin/publications/list.html.twig + Publications + Publications admin/publications/wrapper.html.twig web/admin/tree.html.twig - web/common/menubar.html.twig - web/prod/index.html.twig - Publications - Publications + web/common/menubar.html.twig + web/prod/index.html.twig + + + Publier + Publier + actions/publish/publish.html.twig + Publique + Publique admin/publications/fiche.html.twig admin/publications/list.html.twig - Publique - Publique - - Form/Configuration/ActionsFormType.php + Publishers - Editeurs - - - lib/classes/appbox.php - Purging directories - Vidage de Répertoires + Publishers + Form/Configuration/ActionsFormType.php - Controller/Prod/Language.php - eventsmanager/notify/push.php Push - Push + Push + Controller/Prod/Language.php + eventsmanager/notify/push.php - - Form/Configuration/MainConfigurationFormType.php + Push configuration - Configuration de la Validation (Push de validation) + Push configuration + Form/Configuration/MainConfigurationFormType.php - Controller/Prod/Push.php Push from %user% Push from %user% + Controller/Prod/Push.php - - web/admin/users.html.twig - actions/Feedback/list.html.twig + Push::filter on companies - Société + Push::filter on companies + web/admin/users.html.twig + actions/Feedback/list.html.twig - - web/admin/users.html.twig - actions/Feedback/list.html.twig + Push::filter on countries - Pays + Push::filter on countries + web/admin/users.html.twig + actions/Feedback/list.html.twig - - web/admin/users.html.twig - actions/Feedback/list.html.twig + Push::filter on emails - E-mail + Push::filter on emails + web/admin/users.html.twig + actions/Feedback/list.html.twig - - web/admin/users.html.twig - actions/Feedback/list.html.twig + Push::filter on login - Identifiant + Push::filter on login + web/admin/users.html.twig + actions/Feedback/list.html.twig - - actions/Feedback/list.html.twig + Push::filter on name - Nom/Prénom + Push::filter on name + actions/Feedback/list.html.twig - - actions/Feedback/list.html.twig + Push::filter on templates - Dernier modèle + Push::filter on templates + actions/Feedback/list.html.twig - - web/admin/users.html.twig - actions/Feedback/list.html.twig + Push::filter starts - Commence par + Push::filter starts + web/admin/users.html.twig + actions/Feedback/list.html.twig - - prod/actions/Push.html.twig + Push::une validation est une demande d'appreciation a d'autres personnes - La Validation envoie une demande d'appréciation sur un lot de documents à des destinataires. Ils reçoivent un e-mail contenant un lien permettant de rejoindre Phraseanet Lightbox, une interface donnant un accès immédiat aux documents pour leur appréciation et/ou téléchargement. Pour les utilisateurs authentifiés, la Validation est également disponible sous forme d’un panier dans la zone de travail. + Push::une validation est une demande d'appreciation a d'autres personnes + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + Push::unpush permet d'envoyer un lot d'image a des destinataires - «Diffuser»: Envoie un lot de documents à des destinataires. Les destinataires recevront un e-mail, contenant un lien lançant Phraseanet Lightbox. Cette interface donne un accès immédiat en visualisation et/ou téléchargement. Pour les utilisateurs authentifiés, elle est également disponible sous forme d’un panier «Reçu». + Push::unpush permet d'envoyer un lot d'image a des destinataires + prod/actions/Push.html.twig - - Media/Subdef/Image.php + Quality - Qualité + Quality + Media/Subdef/Image.php - + + Quarantine + Quarantine prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - Quarantine - Quarantaine - - eventsmanager/notify/uploadquarantine.php + Quarantine notificaton - Notification de la Quarantaine + Quarantine notificaton + eventsmanager/notify/uploadquarantine.php - web/admin/editusers_quotas.html.twig Quotas - Quotas + Quotas + web/admin/editusers_quotas.html.twig - - web/prod/index.html.twig + Raccourcis claviers de la zone des paniers : - + 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 + Raccourcis claviers en cours de editing : + 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 + Raccourcis claviers en cours de preview : + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis claviers en cours de recherche : - Raccourcis de la fenêtre principale + Raccourcis claviers en cours de recherche : + web/prod/index.html.twig - - web/prod/index.html.twig - web/prod/index.html.twig + Raccourcis:: ctrl-a : tout selectionner - ctrl-a : sélectionner tout + Raccourcis:: ctrl-a : tout selectionner + 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 + Raccourcis:: ctrl-e : editer la 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 : imprimer la sélection + Raccourcis:: ctrl-p : imprimer la selection + 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 + Raccourcis::espace : arreter/demarrer 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 + Raccourcis::fleche bas : scroll vertical + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche droite : page suivante - flèche droite : page suivante + Raccourcis::fleche 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 + Raccourcis::fleche gauche : en arriere + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche gauche : en avant - flèche droite : document suivant + Raccourcis::fleche gauche : en avant + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche gauche : page precedente - flèche gauche : page précédente + Raccourcis::fleche gauche : page precedente + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche haut : scroll vertical - flèche haute : défilement vers le haut + Raccourcis::fleche haut : scroll vertical + 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 + Raccourcis::tab/shift-tab se ballade dans les champs + web/prod/index.html.twig - eventsmanager/notify/validationreminder.php Rappel : Il vous reste %number% jours pour valider %title% de %user% Rappel : Il vous reste %number% jours pour valider %title% de %user% + eventsmanager/notify/validationreminder.php - eventsmanager/notify/validationreminder.php Rappel pour une demande de validation - Rappel pour une demande de validation + Rappel pour une demande de validation + eventsmanager/notify/validationreminder.php - eventsmanager/notify/validationdone.php Rapport de Validation - Rapport de Validation + Rapport de Validation + eventsmanager/notify/validationdone.php - prod/Baskets/Reorder.html.twig - web/prod/index.html.twig - prod/Story/Reorder.html.twig Re-initialiser Ré-initialiser + prod/Baskets/Reorder.html.twig + web/prod/index.html.twig + prod/Story/Reorder.html.twig - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig Re-ordonner Ordonner + prod/Baskets/Reorder.html.twig + prod/Story/Reorder.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig - - admin/fields/templates.html.twig + Read-only - Lecture seule + Read-only + admin/fields/templates.html.twig - - Form/Configuration/WebservicesFormType.php + Recaptcha private key - Clé privée reCAPTCHA + Recaptcha private key + Form/Configuration/WebservicesFormType.php - - Form/Configuration/WebservicesFormType.php + Recaptcha public key - Clé publique reCAPTCHA + Recaptcha public key + Form/Configuration/WebservicesFormType.php - - eventsmanager/notify/push.php + Receive notification when I receive a push - Recevoir une notification lors de la réception d'un Push + Receive notification when I receive a push + eventsmanager/notify/push.php - - eventsmanager/notify/feed.php + Receive notification when a publication is available - Recevoir une notification lorsqu'une nouvelle publication est publiée. + Receive notification when a publication is available + eventsmanager/notify/feed.php - - WorkZone/Browser/Browser.html.twig + Received baskets - Paniers reçus + Received baskets + WorkZone/Browser/Browser.html.twig - + + Received from %user_name% + Received from %user_name% WorkZone/Browser/Basket.html.twig WorkZone/Browser/Results.html.twig - Received from %user_name% - Reçu de %user_name% - - Controller/Report/Activity.php + Receiver - Destinataire + Receiver + Controller/Report/Activity.php - - eventsmanager/notify/validationdone.php + Reception d'un rapport de validation - Réception d'un rapport de validation + Reception d'un rapport de validation + eventsmanager/notify/validationdone.php - - eventsmanager/notify/orderdeliver.php + Reception d'une commande - Réception d'une commande + Reception d'une commande + eventsmanager/notify/orderdeliver.php - - eventsmanager/notify/orderdeliver.php + Reception de commande - Réception de commande + Reception de commande + eventsmanager/notify/orderdeliver.php - Notification/Mail/MailInfoPushReceived.php Reception of %basket_name% Reception of %basket_name% + Notification/Mail/MailInfoPushReceived.php - - eventsmanager/notify/validate.php + Recevoir des notifications lorsqu'on me demande une validation - Demande une validation d'enregistrements + Recevoir des notifications lorsqu'on me demande une validation + eventsmanager/notify/validate.php - - eventsmanager/notify/bridgeuploadfail.php + Recevoir des notifications lorsqu'un upload echoue sur un bridge - Recevoir les notifications lorsqu'un transfert Bridge échoue + Recevoir des notifications lorsqu'un upload echoue sur un bridge + eventsmanager/notify/bridgeuploadfail.php - - eventsmanager/notify/order.php + Recevoir des notifications lorsqu'un utilisateur commande des documents - Commande de documents + Recevoir des notifications lorsqu'un utilisateur commande des documents + eventsmanager/notify/order.php - - eventsmanager/notify/register.php + Recevoir des notifications lorsqu'un utilisateur demande une inscription necessitant mon approbation - Une demande d'accès nécessite mon accord + Recevoir des notifications lorsqu'un utilisateur demande une inscription necessitant mon approbation + eventsmanager/notify/register.php - - eventsmanager/notify/autoregister.php + Recevoir des notifications lorsqu'un utilisateur s'inscrit sur une collection - Inscription d'utilisateur + Recevoir des notifications lorsqu'un utilisateur s'inscrit sur une collection + eventsmanager/notify/autoregister.php - - web/common/dialog_export.html.twig + Recevoir un accuse de reception a %my_email% - Demander un accusé de reception à transmettre à l'adresse %my_email% + Recevoir un accuse de reception a %my_email% + web/common/dialog_export.html.twig + + + Recherche Avancée + Recherche Avancée + web/prod/index.html.twig - prod/results/help.html.twig Recherche multicritères - Recherche multicritères + Recherche multicritères + prod/results/help.html.twig - - web/prod/index.html.twig + + Rechercher + Rechercher + web/prod/index.html.twig + + Rechercher dans un champ date - Dans un champ date + Rechercher dans un champ date + web/prod/index.html.twig - - web/admin/dashboard.html.twig + Recommendations - Recommandation + Recommendations + web/admin/dashboard.html.twig - - actions/Tools/index.html.twig + Reconstruire les sous definitions - Reconstruire les sous-définitions + Reconstruire les sous definitions + actions/Tools/index.html.twig - - TaskManager/Job/RecordMoverJob.php + Record Mover - "Record Mover" + Record Mover + TaskManager/Job/RecordMoverJob.php - - API/V1/adapter.php + Record Not Found - Enregistrement non trouvé + Record Not Found + Controller/Api/V1.php - - Controller/Prod/BasketController.php + Record removed from basket - L'enregistrement a été supprimé du panier + Record removed from basket + Controller/Prod/BasketController.php - - Controller/Prod/Story.php + Record removed from story - Enregistrement supprimé du reportage + Record removed from story + Controller/Prod/Story.php - web/common/technical_datas.html.twig Record_id - Record_id + Record_id + web/common/technical_datas.html.twig - - actions/Property/index.html.twig + Records Statut - Statut des enregistrements + Records Statut + actions/Property/index.html.twig - - Controller/Prod/MoveCollection.php + Records have been successfuly moved - Les enregistrements ont été déplacés avec succès. + Records have been successfuly moved + Controller/Prod/MoveCollection.php - - actions/Property/index.html.twig + Records status edition - Edition des Status bits des documents + Records status edition + actions/Property/index.html.twig - - actions/Property/index.html.twig + Records type - Type des enregistrements + Records type + actions/Property/index.html.twig - - actions/Feedback/lists-all.html.twig + Refresh - Rafraîchir + Refresh + actions/Feedback/lists-all.html.twig - - eventsmanager/notify/ordernotdelivered.php - eventsmanager/notify/ordernotdelivered.php + Refus d'elements de commande - Rejet des documents commandés + Refus d'elements de commande + eventsmanager/notify/ordernotdelivered.php + eventsmanager/notify/ordernotdelivered.php - + + Register + Register login/include/register-link-block.html.twig web/login/register-classic.html.twig web/login/register-provider.html.twig web/login/register.html.twig - Register - Inscription - - eventsmanager/notify/register.php + Register approbation - Demande d'accès + Register approbation + eventsmanager/notify/register.php - - Form/Configuration/MainConfigurationFormType.php + Registration - Inscription + Registration + Form/Configuration/MainConfigurationFormType.php - + + Reglages:: reglages d acces guest + Reglages:: reglages d acces guest web/admin/editusers.html.twig web/admin/users.html.twig - Reglages:: reglages d acces guest - Réglages d'accès invité - + + Reglages:: reglages d inscitpition automatisee + Reglages:: reglages d inscitpition automatisee web/admin/editusers.html.twig web/admin/users.html.twig - Reglages:: reglages d inscitpition automatisee - Réglages d'auto-inscription - - Form/Login/PhraseaAuthenticationForm.php + + Rejected access to the following collections + Rejected access to the following collections + web/account/access.html.twig + + Remember me - Se souvenir de moi + Remember me + Form/Login/PhraseaAuthenticationForm.php - Notification/Mail/MailInfoValidationReminder.php Reminder : validate '%title%' Reminder : validate '%title%' + Notification/Mail/MailInfoValidationReminder.php - - actions/Feedback/List-Share.html.twig + Remove - Retirer + Remove + actions/Feedback/List-Share.html.twig - - Media/Subdef/Image.php + Remove ICC Profile - Retirer le profil ICC + Remove ICC Profile + Media/Subdef/Image.php - - prod/preview/tools.html.twig + Remove from basket - Retirer du panier + Remove from basket + prod/preview/tools.html.twig - - web/admin/editusers.html.twig + Remove watermark - Sans filigrane + Remove watermark + web/admin/editusers.html.twig - - admin/databox/databox.html.twig + Rename - Renommer + Rename + admin/databox/databox.html.twig - + + Renew password + Renew password Notification/Mail/MailRequestPasswordUpdate.php web/account/change-password.html.twig web/login/renew-password.html.twig - Renew password - Renouveler le mot de passe - - admin/collection/reorder.html.twig + Reorder collections - Réordonner les collections + Reorder collections + admin/collection/reorder.html.twig - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig Reordonner automatiquement Tri automatique + prod/Baskets/Reorder.html.twig + prod/Story/Reorder.html.twig - - web/setup/step2.html.twig + Repertoire de stockage des fichiers - Répertoire de stockage des fichiers + Repertoire de stockage des fichiers + web/setup/step2.html.twig - - admin/fields/templates.html.twig + Report - Afficher dans Phraseanet Report + Report + admin/fields/templates.html.twig - - web/login/register-classic.html.twig + + Report generation may take a long time to generate, depending on the number of collections and the period selected. + Report generation may take a long time to generate, depending on the number of collections and the period selected. + web/report/report_layout_child.html.twig + + Request access - Demande d'accès + Request access + web/login/register-classic.html.twig - - Controller/Prod/Bridge.php - Controller/Prod/Bridge.php + Request contains invalid datas - La requête contient des données invalides + Request contains invalid datas + Controller/Prod/Bridge.php + Controller/Prod/Bridge.php - - admin/user/demand.html.twig + Requests for the application registrations were recorded successfully - Les demandes d'inscription ont été correctement enregistrées + Requests for the application registrations were recorded successfully + admin/user/registrations.html.twig - - Form/Configuration/ActionsFormType.php + Require authentication to download documents - Exiger de s'authentifier pour télécharger des documents + Require authentication to download documents + Form/Configuration/ActionsFormType.php - - web/admin/index.html.twig + Require email validation to activate the account - Demander une confirmation par mail pour valider le compte + Require email validation to activate the account + web/admin/index.html.twig - - web/setup/step2.html.twig + Required - Obligatoire + Required + web/setup/step2.html.twig - - web/setup/step2.html.twig + Required field - Champ obligatoire + Required field + web/setup/step2.html.twig - - web/admin/dashboard.html.twig + Requirements - Prérequis + Requirements + web/admin/dashboard.html.twig - - web/admin/index.html.twig + Reset and apply - Réinitialiser et appliquer + Reset and apply + web/admin/index.html.twig - - web/admin/index.html.twig + Reset and apply template - Réinitialiser et appliquer le modèle + Reset and apply template + web/admin/index.html.twig - - web/admin/dashboard.html.twig + Reset cache - Réinitialiser le cache + Reset cache + web/admin/dashboard.html.twig - - web/admin/index.html.twig + Reset rights before applying template? - Réinitialiser les droits avant d'appliquer modèle ? + Reset rights before applying template? + web/admin/index.html.twig - - Media/Subdef/Image.php + Resolution - Résolution + Resolution + Media/Subdef/Image.php - - prod/Share/record.html.twig + Resource URL - URL de la ressource + Resource URL + prod/Share/record.html.twig - - web/login/register-provider.html.twig + Resquest access - Demande d'accès + Resquest access + web/login/register-provider.html.twig - web/admin/editusers_quotas.html.twig Reste - Reste + Reste + web/admin/editusers_quotas.html.twig + Restriction + Restriction web/admin/editusers_quotas.html.twig admin/publications/list.html.twig - Restriction - Restriction - - web/admin/editusers_quotas.html.twig + Restrictions de telechargement - Restrictions de téléchargement + Restrictions de telechargement + web/admin/editusers_quotas.html.twig - Bridge/Youtube/upload.html.twig Retour - Retour + Retour + Bridge/Youtube/upload.html.twig - - mobile/lightbox/error.html.twig + Retour a l'accueil - Retour à l'accueil + Retour a l'accueil + mobile/lightbox/error.html.twig - - web/lightbox/error.html.twig + Retour a laccueil - Retour à l'accueil + Retour a laccueil + web/lightbox/error.html.twig - prod/orders/order_item.html.twig Retour aux commandes - Retour aux commandes + Retour aux commandes + prod/orders/order_item.html.twig - admin/task-manager/log.html.twig Return Return + admin/task-manager/log.html.twig - Notification/Mail/MailInfoNewOrder.php Review order on %website% Review order on %website% + Notification/Mail/MailInfoNewOrder.php - - web/setup/step2.html.twig + Review system configuration - Examen de la configuration du système + Review system configuration + web/setup/step2.html.twig - - web/account/authorized_apps.html.twig + Revoquer l'access - Révoquer l'accès + Revoquer l'access + web/account/authorized_apps.html.twig - - web/admin/editusers.html.twig + Rights - Droits + Rights + web/admin/editusers.html.twig - - web/admin/index.html.twig + Rights will be erased before applying template, do you confirm? - Les droits seront effacés avant d'appliquer le modèle. Confirmez-vous l'action ? + Rights will be erased before applying template, do you confirm? + web/admin/index.html.twig - - actions/Feedback/List-Share.html.twig + Role - Rôle + Role + actions/Feedback/List-Share.html.twig - - user/import/file.html.twig + Row login is missing, script has stopped - La colonne Login est manquante. Le script s'est arrêté. + Row login is missing, script has stopped + user/import/file.html.twig - - user/import/file.html.twig + Row mail is missing, script has stopped - La colonne Mail est manquante. Le programme s'est arrêté. + Row mail is missing, script has stopped + user/import/file.html.twig - - user/import/file.html.twig + Row password is missing, script has stopped - La colonne Password est manquante. Le script s'est arrêté. + Row password is missing, script has stopped + user/import/file.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + Run as application, not as service - Executer comme une application, non comme un service + Run as application, not as service + task-manager/task-editor/phraseanet-indexer.html.twig - - Form/Configuration/EmailFormType.php + SMTP encryption - Chiffrement SMTP (SMTP encryption) + SMTP encryption + Form/Configuration/EmailFormType.php - - Form/Configuration/EmailFormType.php + SMTP host - Serveur hôte SMTP + SMTP host + Form/Configuration/EmailFormType.php - - Form/Configuration/EmailFormType.php + SMTP password - Mot de passe SMTP + SMTP password + Form/Configuration/EmailFormType.php - - Form/Configuration/EmailFormType.php + SMTP port - Port SMTP + SMTP port + Form/Configuration/EmailFormType.php - - Form/Configuration/EmailFormType.php + SMTP user - Utilisateur ou identifiant SMTP + SMTP user + Form/Configuration/EmailFormType.php - Form/Configuration/EmailFormType.php SSL SSL + Form/Configuration/EmailFormType.php - - web/admin/tree.html.twig + SUBDEFS - Sous définition + SUBDEFS + web/admin/tree.html.twig - prod/results/help.html.twig Sachez que vous pouvez utiliser les opérateurs ou caractères spéciaux suivants : - Sachez que vous pouvez utiliser les opérateurs ou caractères spéciaux suivants : + Sachez que vous pouvez utiliser les opérateurs ou caractères spéciaux suivants : + prod/results/help.html.twig - + + Save + Save web/account/change-password.html.twig task-manager/task-editor/task.html.twig web/developers/application.html.twig + web/developers/application.html.twig web/login/renew-password.html.twig actions/Feedback/list.html.twig - Save - Sauvegarder - - admin/fields/templates.html.twig + Save all changes - Sauvegarder toutes les modifications + Save all changes + admin/fields/templates.html.twig - - prod/actions/Push.html.twig + Save this list - Sauvegarder cette liste + Save this list + prod/actions/Push.html.twig - api/auth/end_user_authorization.html.twig Se connecter - Se connecter + Se connecter + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - WorkZone/Browser/Browser.html.twig + Search baskets - Rechercher des paniers + Search baskets + WorkZone/Browser/Browser.html.twig - - Form/Configuration/MainConfigurationFormType.php + Search engine - Moteur de recherche + Search engine + Form/Configuration/MainConfigurationFormType.php - - Form/Configuration/ClassicFormType.php + Search tab position - Position de l'onglet de recherche + Search tab position + Form/Configuration/ClassicFormType.php - - web/admin/tree.html.twig + SearchEngine settings - Paramètres du moteur de recherche + SearchEngine settings + web/admin/tree.html.twig - - web/common/password_strength_widget.html.twig + Security - Sécurité + Security + web/common/password_strength_widget.html.twig - - WorkZone/Browser/Browser.html.twig + See - Voir + See + WorkZone/Browser/Browser.html.twig - Form/Configuration/ExecutablesFormType.php - Form/Configuration/WebservicesFormType.php See documentation at %url% See documentation at %url% + Form/Configuration/ExecutablesFormType.php + Form/Configuration/WebservicesFormType.php - - Notification/Mail/MailInfoOrderCancelled.php - Notification/Mail/MailInfoOrderDelivered.php + See my order - Voir ma commande + See my order + Notification/Mail/MailInfoOrderCancelled.php + Notification/Mail/MailInfoOrderDelivered.php - - prod/actions/Push.html.twig + See others - Voir les autres + See others + prod/actions/Push.html.twig - - Notification/Mail/MailInfoValidationDone.php + See validation results - Voir les résultats de la validation + See validation results + Notification/Mail/MailInfoValidationDone.php - - prod/actions/Push.html.twig + Select a list on the left and edit it ! - Sélectionner une liste sur la gauche puis éditez la ! + Select a list on the left and edit it ! + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + Select a user in the list - Sélectionner un utilisateur dans la liste + Select a user in the list + prod/actions/Push.html.twig - - prod/actions/Push.html.twig - web/report/form_date_and_base.html.twig + Select all - Tout sélectionner + Select all + prod/actions/Push.html.twig + web/report/form_date_and_base.html.twig - - Controller/Root/Login.php + Select all collections - Sélectionner toutes les collections + Select all collections + Controller/Root/Login.php - + + Select files... + Select files... admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig - admin/collection/collection.html.twig admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig user/import/file.html.twig - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - Select files... - Sélectionner des fichiers - - prod/upload/upload-flash.html.twig + Selected files - Fichiers sélectionnés + Selected files + prod/upload/upload-flash.html.twig - - web/prod/index.html.twig + Selecteur de theme - Sélecteur de thème + Selecteur de theme + web/prod/index.html.twig - - prod/orders/order_item.html.twig + Selectionnez des documents et - Sélectionnez des documents et + Selectionnez des documents et + prod/orders/order_item.html.twig - - Controller/Prod/Language.php + + Send + Send + Controller/Prod/Language.php web/admin/dashboard.html.twig web/login/forgot-password.html.twig - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/orders/order_item.html.twig - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - Send - Envoyer - - web/admin/index.html.twig + Send an email to the user to setup his password - Envoyer un email à l'utilisateur pour créer son mot de passe + Send an email to the user to setup his password + web/admin/index.html.twig - - prod/Share/record.html.twig + Send to Facebook - Envoyer vers Facebook + Send to Facebook + prod/Share/record.html.twig - - prod/Share/record.html.twig + Send to Twitter - Envoyer vers Twitter + Send to Twitter + prod/Share/record.html.twig - - web/report/report_layout_child.html.twig + Sent - Envoyé + Sent + web/report/report_layout_child.html.twig - - module/report/sent.php + Sent documents (mail) - Documents envoyés (par email) + Sent documents (mail) + module/report/sent.php - + + Sent for validation to %list_participants% + Sent for validation to %list_participants% WorkZone/Browser/Basket.html.twig WorkZone/Browser/Results.html.twig - Sent for validation to %list_participants% - Envoyé pour validation à %list_participants% - - admin/fields/templates.html.twig + Separator - Séparateur de valeurs + Separator + admin/fields/templates.html.twig - - Bridge/Api/Youtube.php + Service youtube introuvable. - Service Youtube introuvable + Service youtube introuvable. + Bridge/Api/Youtube.php - web/admin/connected-users.html.twig Session persistente - Session persistente + Session persistente + web/admin/connected-users.html.twig - web/account/base.html.twig Sessions - Sessions + Sessions + web/account/base.html.twig - - web/admin/editusers.html.twig + Set download quotas - Régler les quotas de téléchargement + Set download quotas + web/admin/editusers.html.twig - - admin/collection/collection.html.twig - admin/databox/databox.html.twig + Set labels - Définir les labels + Set labels + admin/collection/collection.html.twig + admin/databox/databox.html.twig - - actions/Feedback/list.html.twig + Set sharing permission - Réglage des partages + Set sharing permission + actions/Feedback/list.html.twig - - web/admin/editusers.html.twig + Set statuses restrictions - Régler les droits d'accès selon les status + Set statuses restrictions + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Set time restrictions - Régler les restrictions temporelles + Set time restrictions + web/admin/editusers.html.twig - + + Setup + Setup web/admin/setup.html.twig web/admin/tree.html.twig - Setup - Paramétrage - - Notification/Mail/MailRequestPasswordSetup.php + Setup my password - Choisir mon mot de passe + Setup my password + Notification/Mail/MailRequestPasswordSetup.php - - Controller/Prod/Language.php + Share - Partager + Share + Controller/Prod/Language.php - - actions/Feedback/list.html.twig + Share the list - Partager cette liste + Share the list + actions/Feedback/list.html.twig - + + Short description + Short description admin/publications/fiche.html.twig admin/publications/list.html.twig - Short description - Description brève - - web/common/technical_datas.html.twig + Shutter speed - Vitesse d'obturateur + Shutter speed + web/common/technical_datas.html.twig - templates/web/email-template.html.twig Si cet email contient des liens non cliquables, copiez/collez ces liens dans votre navigateur. - Si cet email contient des liens non cliquables, copiez/collez ces liens dans votre navigateur. + Si cet email contient des liens non cliquables, copiez/collez ces liens dans votre navigateur. + templates/web/email-template.html.twig - - actions/Bridge/callback.html.twig + Si cette fenetre ne se ferme pas automatiquement, fermez la, et raffraichissez votre compte - Si cette fenêtre ne se ferme pas automatiquement, fermez la, et rafraîchissez votre compte + Si cette fenetre ne se ferme pas automatiquement, fermez la, et raffraichissez votre compte + actions/Bridge/callback.html.twig - - web/setup/step2.html.twig + Si vous aviez besoin de plus de parametres, %debut_lien%Afficher d'avantage d'options%fin_lien% - %debut_lien%Afficher davantage d'options%fin_lien% + Si vous aviez besoin de plus de parametres, %debut_lien%Afficher d'avantage d'options%fin_lien% + web/setup/step2.html.twig - - prod/Tooltip/DataboxFieldRestrictions.html.twig + Si vous ne les respectez pas, les documents seront correctement indexes, mais les metadonnees inscrites risquent d'etre erronnees - Si vous ne les respectez pas, les documents seront correctement indexés, mais les métadonnées inscrites risquent d’être erronées + Si vous ne les respectez pas, les documents seront correctement indexes, mais les metadonnees inscrites risquent d'etre erronnees + prod/Tooltip/DataboxFieldRestrictions.html.twig - - login/layout/base-layout.html.twig + Si vous ne pouvez pas installer un autre navigateur, utilisez Google Chrome Frame. - Utilisateur d'Internet Explorer, si vous ne pouvez pas installer un autre navigateur, utilisez Google Chrome Frame. + Si vous ne pouvez pas installer un autre navigateur, utilisez Google Chrome Frame. + login/layout/base-layout.html.twig - - Form/Configuration/GeneralFormType.php + Single image - Image seule + Single image + Form/Configuration/GeneralFormType.php - - web/developers/application_form.html.twig + Site web - Site Internet + Site web + web/developers/application_form.html.twig - + + Size + Size web/common/technical_datas.html.twig actions/Download/prepare.html.twig - Size - Taille - - Form/Configuration/GeneralFormType.php + Slide show - Diaporama + Slide show + Form/Configuration/GeneralFormType.php - - task-manager/task-editor/phraseanet-indexer.html.twig + Socket port - Socket/Port de connexion + Socket port + task-manager/task-editor/phraseanet-indexer.html.twig - - Controller/Prod/Language.php + Some files are being downloaded - Des documents sont en cours de téléchargement + Some files are being downloaded + Controller/Prod/Language.php - - web/setup/step2.html.twig + Some of them are required, like the indexer, Exiftool or ImageMagick components, some others are optionnal, like FFmpeg which is used to preview video files. - Certains sont obligatoires, comme Indexer, Exiftool ou ImageMagick d'autres sont facultatifs comme FFmpeg utilisé pour construire les sous résolutions des Vidéos + Some of them are required, like the indexer, Exiftool or ImageMagick components, some others are optionnal, like FFmpeg which is used to preview video files. + web/setup/step2.html.twig - - Controller/Prod/Export.php + Something went wrong - Quelque chose s'est mal passé + Something went wrong + Controller/Prod/Export.php - - Controller/Prod/Bridge.php + Something went wrong, please contact an administrator - Une erreur est apparue, veuillez contacter un administrateur + Something went wrong, please contact an administrator + Controller/Prod/Bridge.php - - Controller/Admin/Root.php + Something wrong happend - Un problème est survenu + Something wrong happend + Controller/Admin/Root.php - - WorkZone/Browser/Browser.html.twig + Something wrong happened, please retry or contact an admin. - Quelque chose d'inattendu s'est produit. Veuillez réessayer ou contacter un administrateur. + Something wrong happened, please retry or contact an admin. + WorkZone/Browser/Browser.html.twig - - Controller/Admin/Fields.php + Something wrong happened, please try again or contact an admin. - Quelque chose ne fonctionne pas correctement. Veuillez réessayer ou contactez un administrateur. + Something wrong happened, please try again or contact an admin. + Controller/Admin/Fields.php - - Phrasea/Core/PhraseaExceptionHandler.php + Sorry, site is currently undergoing maintenance, come back soon. - L'application est momentanément en cours de maintenance. Veuillez revenir ultérieurement. + Sorry, site is currently undergoing maintenance, come back soon. + Phrasea/Core/PhraseaExceptionHandler.php - - Phrasea/Core/PhraseaExceptionHandler.php + Sorry, the page you are looking for could not be found. - Désolé, la page demandée n'existe pas. + Sorry, the page you are looking for could not be found. + Phrasea/Core/PhraseaExceptionHandler.php - - Phrasea/Core/PhraseaExceptionHandler.php + Sorry, you do have access to the page you are looking for. - Désolé, vous n'avez pas accès à cette page. + Sorry, you do have access to the page you are looking for. + Phrasea/Core/PhraseaExceptionHandler.php - - task-manager/task-editor/phraseanet-indexer.html.twig + Sort records with an empty field - Trier les enregistrements avec un champ vide + Sort records with an empty field + task-manager/task-editor/phraseanet-indexer.html.twig + Source + Source admin/fields/templates.html.twig admin/fields/templates.html.twig prod/Tooltip/DataboxField.html.twig - Source - Source + Sous-titre + Sous-titre admin/publications/fiche.html.twig admin/publications/list.html.twig - Sous-titre - Sous-titre - - admin/search-engine/sphinx-search.html.twig + Sphinx Search RealTime server - Server d'indexation temps-réel SphinxSearch + Sphinx Search RealTime server + admin/search-engine/sphinx-search.html.twig - - admin/search-engine/sphinx-search.html.twig + Sphinx Search connection configuration - Configuration de la connexion du moteur Sphinx + Sphinx Search connection configuration + admin/search-engine/sphinx-search.html.twig - - admin/search-engine/sphinx-search.html.twig + Sphinx Search server - Serveur Sphinx + Sphinx Search server + admin/search-engine/sphinx-search.html.twig - + + Sphinx server is offline + Sphinx server is offline SearchEngine/SphinxSearch/SphinxSearchEngine.php SearchEngine/SphinxSearch/SphinxSearchEngine.php SearchEngine/SphinxSearch/SphinxSearchEngine.php - Sphinx server is offline - Serveur Sphinx inaccessible - - admin/search-engine/sphinx-search.html.twig + SphinxSearch search-engine configuration - Configuration du moteur de recherche Sphinx + SphinxSearch search-engine configuration + admin/search-engine/sphinx-search.html.twig - - admin/collection/collection.html.twig + Stamp logo - Logo de Stamp + Stamp logo + admin/collection/collection.html.twig - - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig + Start - Démarrer + Start + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig - prod/actions/Push.html.twig Start by creating one by using the "add" button on the left ! Start by creating one by using the "add" button on the left ! + prod/actions/Push.html.twig - - Notification/Mail/MailInfoValidationReminder.php - Notification/Mail/MailInfoValidationRequest.php + Start validation - Démarrer la validation + Start validation + Notification/Mail/MailInfoValidationReminder.php + Notification/Mail/MailInfoValidationRequest.php - Phrasea/Form/TaskForm.php Started Started + Phrasea/Form/TaskForm.php - - web/prod/index.html.twig + Status des documents a rechercher - Status des documents pour la recherche + Status des documents a rechercher + web/prod/index.html.twig - - Controller/Admin/Root.php + Status icon upload failed : can not write on disk - L'ajout de l'icône de Status a échoué, impossible d'écrire sur le disque + Status icon upload failed : can not write on disk + Controller/Admin/Root.php - - Controller/Admin/Root.php + Status icon upload failed : upload error - L'ajout de l'icône de Status a échoué + Status icon upload failed : upload error + Controller/Admin/Root.php - prod/orders/order_box.html.twig Statut - Statut + Statut + prod/orders/order_box.html.twig - - admin/search-engine/phrasea.html.twig + Stemming - Stemmes + Stemming + admin/search-engine/phrasea.html.twig - - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig + Stop - Arrêter + Stop + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - Phrasea/Form/TaskForm.php Stopped Stopped + Phrasea/Form/TaskForm.php - - Form/Configuration/SearchEngineFormType.php + Stories - Reportages + Stories + Form/Configuration/SearchEngineFormType.php - - actions/Property/index.html.twig + Stories status edition - Edition des Status bits de reportage + Stories status edition + actions/Property/index.html.twig - - API/V1/adapter.php + Story Not Found - Reportage inconnu + Story Not Found + Controller/Api/V1.php - - Controller/Prod/Story.php + Story created - Reportage créé + Story created + Controller/Prod/Story.php - - Controller/Prod/WorkZone.php + Story detached from the WorkZone - Reportage détaché de l'espace de travail + Story detached from the WorkZone + Controller/Prod/WorkZone.php - - prod/Story/Create.html.twig + Story name - Nom du reportage + Story name + prod/Story/Create.html.twig - - Controller/Prod/Story.php + Story updated - Reportage mis à jour + Story updated + Controller/Prod/Story.php - web/common/technical_datas.html.twig Story_id - Story_id + Story_id + web/common/technical_datas.html.twig - - web/admin/structure.html.twig + Structure errors - Erreurs dans la structure + Structure errors + web/admin/structure.html.twig - - web/admin/structure.html.twig + Structure has been successfully updated - La structure a été mise à jour + Structure has been successfully updated + web/admin/structure.html.twig - - actions/Download/prepare.html.twig + Sub definition - Sous-définitions + Sub definition + actions/Download/prepare.html.twig - - admin/databox/details.html.twig + Subdef - Sous définition + Subdef + admin/databox/details.html.twig - - web/admin/subdefs.html.twig + Subdef name - Nom de la sous résolution + Subdef name + web/admin/subdefs.html.twig - - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + Substitute - Substituer + Substitute + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - - actions/Tools/index.html.twig + Substitution is not possible for this kind of record - La substitution de ce type d'enregistrement n'est pas possible + Substitution is not possible for this kind of record + actions/Tools/index.html.twig - - api/auth/native_app_access_token.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + Success - Succès + Success + api/auth/native_app_access_token.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/admin/index.html.twig + Successful install - Installation réussie + Successful install + web/admin/index.html.twig - - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php + Successful removal - Suppression effectuée + Successful removal + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php - - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php + + Successful update + Successful update + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig - Successful update - Mise à jour réussie - - web/setup/step2.html.twig + Successfull connection - Connexion réussie + Successfull connection + web/setup/step2.html.twig - - admin/collection/suggested_value.html.twig + Suggested values - Valeurs suggérées + Suggested values + admin/collection/suggested_value.html.twig - - Bridge/Flickr/photo_deleteelement.html.twig + Suppression de %n_element% photos - Suppression de %n_element% photo(s) + Suppression de %n_element% photos + Bridge/Flickr/photo_deleteelement.html.twig - Bridge/Flickr/photoset_deleteelement.html.twig Suppression de %n_element% photosets - Suppression de %n_element% photosets + Suppression de %n_element% photosets + Bridge/Flickr/photoset_deleteelement.html.twig - + + Suppression de %n_element% playlists + Suppression de %n_element% playlists Bridge/Dailymotion/playlist_deleteelement.html.twig Bridge/Youtube/playlist_deleteelement.html.twig - Suppression de %n_element% playlists - Suppression de %n_element% liste(s) de lecture - + + Suppression de %n_element% videos + Suppression de %n_element% videos Bridge/Dailymotion/video_deleteelement.html.twig Bridge/Youtube/video_deleteelement.html.twig - Suppression de %n_element% videos - Suppression de %n_element% vidéo(s) - web/admin/users.html.twig Supprimer - Supprimer + Supprimer + web/admin/users.html.twig - - Controller/Prod/Language.php + Supprimer egalement les documents rattaches a ces regroupements - Egalement supprimer les documents rattachés à ces reportages ? + Supprimer egalement les documents rattaches a ces regroupements + Controller/Prod/Language.php - + + Suspended access to the following collections + Suspended access to the following collections + web/account/access.html.twig + + + Symbolized by + Symbolized by admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - Symbolized by - Symbolisé par - - Bridge/Dailymotion/upload.html.twig + + Sélection et Prévisualisation de documents + Sélection et Prévisualisation de documents + web/prod/index.html.twig + + + Sélectionner les documents en cliquant dessus. + Pour sélectionner plusieurs documents, maintenez la touche maj enfoncée et + cliquez sur les documents souhaités. + Pour prévisualier un document cliquez dessus. + Sélectionner les documents en cliquant dessus. + Pour sélectionner plusieurs documents, maintenez la touche maj enfoncée et + cliquez sur les documents souhaités. + Pour prévisualier un document cliquez dessus. + web/prod/index.html.twig + + + Séléctionner ici le type de document que vous souhaitez rechercher. + Séléctionner ici le type de document que vous souhaitez rechercher. + web/prod/index.html.twig + + + Séléctionner les champs et les collections sur lesquels vous voulez rechercher. + Séléctionner les champs et les collections sur lesquels vous voulez rechercher. + web/prod/index.html.twig + + Séparez les tags par un espace: Paris vacances restaurant - Séparez les mots clés ou tags par un espace : Paris vacances restaurant + Séparez les tags par un espace: Paris vacances restaurant + Bridge/Dailymotion/upload.html.twig - Form/Configuration/EmailFormType.php TLS TLS + Form/Configuration/EmailFormType.php - prod/results/help.html.twig TOUT - TOUT + TOUT + prod/results/help.html.twig - web/admin/tree.html.twig Tableau de bord - Tableau de bord + Tableau de bord + web/admin/tree.html.twig + Tags + Tags Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/upload.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - Tags - Tags - - classes/databox/subdef.php + + Taper ici les termes de recherche afin de retrouver les documents souhaités. + Taper ici les termes de recherche afin de retrouver les documents souhaités. + web/prod/index.html.twig + + Target Device - Dispositif ciblé + Target Device + classes/databox/subdef.php + + + Task Scheduler + Task Scheduler + Controller/Admin/TaskManager.php + Controller/Admin/TaskManager.php + admin/task-manager/index.html.twig - Phrasea/Form/TaskForm.php Task name Task name + Phrasea/Form/TaskForm.php - Phrasea/Form/TaskForm.php Task period (in seconds) Task period (in seconds) + Phrasea/Form/TaskForm.php - - prod/Tooltip/TechnicalDatas.html.twig + Technical Informations - Informations techniques + Technical Informations + prod/Tooltip/TechnicalDatas.html.twig - - web/admin/subdefs.html.twig + Telechargeable - Téléchargeable + Telechargeable + web/admin/subdefs.html.twig - - actions/Feedback/list.html.twig + Template - Modèle + Template + actions/Feedback/list.html.twig - - admin/databox/cgus.html.twig + + Temporary access to the following collections + Temporary access to the following collections + web/account/access.html.twig + + Terms Of Use - Conditions Générales d'Utilisation + Terms Of Use + admin/databox/cgus.html.twig - - Form/Login/PhraseaRegisterForm.php - web/common/dialog_export.html.twig + Terms of Use - Conditions générales d'utilisation + Terms of Use + Form/Login/PhraseaRegisterForm.php + web/common/dialog_export.html.twig - - actions/Bridge/wrapper.html.twig + Terms of service - Conditions Générales d'Utilisation + Terms of service + actions/Bridge/wrapper.html.twig - - Controller/Prod/TOU.php - web/login/cgus.html.twig - login/layout/base-layout.html.twig + Terms of use - Conditions d'utilisation + Terms of use + Controller/Prod/TOU.php + web/admin/tree.html.twig + web/login/cgus.html.twig + login/layout/base-layout.html.twig - - Phrasea/Controller/Lightbox.php + The URL you used is out of date, please login - L'URL utilisée est périmé. Veuillez vous identifier. + The URL you used is out of date, please login + Phrasea/Controller/Lightbox.php - - Bridge/Api/Youtube.php + The Youtube servers have received too many calls from the same caller in a short amount of time. - Le Serveur Youtube a reçu trop de requêtes de la même source dans un intervalle trop court + The Youtube servers have received too many calls from the same caller in a short amount of time. + Bridge/Api/Youtube.php - - Controller/Root/Session.php + The application is going down for maintenance, please logout. - L'application va être désactivée pour maintenance, merci de vous déconnecter dès que possible + The application is going down for maintenance, please logout. + Controller/Root/Session.php - - Bridge/Api/Youtube.php + The authentication token specified in the Authorization header has expired. - Le jeton d'authentification spécifié dans l’entête Autorisation est expiré + The authentication token specified in the Authorization header has expired. + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + The authentication token specified in the Authorization header is invalid - Le token d'authentification n'est pas valide + The authentication token specified in the Authorization header is invalid + Bridge/Api/Youtube.php - eventsmanager/notify/downloadmailfail.php The delivery to %email% failed for the following reason : %reason% The delivery to %email% failed for the following reason : %reason% + eventsmanager/notify/downloadmailfail.php - - Controller/Prod/Lazaret.php + The destination record provided is not allowed - L'enregistrement de destination fourni n'est pas autorisé + The destination record provided is not allowed + Controller/Prod/Lazaret.php - eventsmanager/notify/uploadquarantine.php The document %name% has been quarantined The document %name% has been quarantined + eventsmanager/notify/uploadquarantine.php - - actions/Download/prepare.html.twig + The file contains the following elements - Le fichier contient les éléments suivants : + The file contains the following elements + actions/Download/prepare.html.twig - - user/import/file.html.twig + The file does not contains any user to add - Le fichier ne contient pas d'utilisateurs à ajouter. + The file does not contains any user to add + user/import/file.html.twig - - Border/Checker/Colorspace.php + The file does not match available color - Ce fichier ne correspond pas aux espaces couleurs autorisés + The file does not match available color + Border/Checker/Colorspace.php - - Border/Checker/Extension.php + The file does not match available extensions - Ce fichier ne correspond pas aux formats d'extensions acceptés + The file does not match available extensions + Border/Checker/Extension.php - - Border/Checker/Dimension.php + The file does not match required dimension - Ce fichier ne correspond pas aux dimensions spatiales requises + The file does not match required dimension + Border/Checker/Dimension.php - - Border/Checker/MediaType.php + The file does not match required media type - Ce fichier ne correspond pas aux types de médias acceptés + The file does not match required media type + Border/Checker/MediaType.php - - Controller/Admin/Collection.php - Controller/Admin/Databox.php + The file is too big - Le fichier est trop gros + The file is too big + Controller/Admin/Collection.php + Controller/Admin/Databox.php - - Controller/Prod/Upload.php + The file was moved to the quarantine - Le fichier a été déplacé en quarantaine + The file was moved to the quarantine + Controller/Prod/Upload.php - - user/import/view.html.twig + The following errors have been detected - Les erreurs suivantes ont été détectées. + The following errors have been detected + user/import/view.html.twig - - Controller/Admin/Collection.php - Controller/Admin/Databox.php + The publication has been stopped - La publication a été suspendue + The publication has been stopped + Controller/Admin/Collection.php + Controller/Admin/Databox.php - - Controller/Prod/Upload.php + The record was successfully created - L'enregistrement a été créé + The record was successfully created + Controller/Prod/Upload.php - - Controller/Prod/Order.php - prod/orders/order_box.html.twig + The records have been properly ordered - Les documents ont été correctement commandés + The records have been properly ordered + Controller/Prod/Order.php + prod/orders/order_box.html.twig - - Controller/Prod/BasketController.php + The requested basket does not exist - La panier demandé n'existe pas + The requested basket does not exist + Controller/Prod/BasketController.php - Phrasea/Form/TaskForm.php The task status The task status + Phrasea/Form/TaskForm.php - - Controller/Admin/Databoxes.php + The upgrade is already started - Une mise à jour est déjà en cours + The upgrade is already started + Controller/Admin/Databoxes.php - - prod/upload/upload-flash.html.twig + The upload violates a security restriction, please retry - L'upload va à l'encontre de restrictions de sécurité. Veuillez réessayer + The upload violates a security restriction, please retry + prod/upload/upload-flash.html.twig - - web/admin/users.html.twig + The user has been created. - L'utilisateur a été créé. + The user has been created. + web/admin/users.html.twig - - web/prod/index.html.twig + Theme - Thème + Theme + web/prod/index.html.twig - - Controller/Prod/Order.php + There is no one to validate orders, please contact an administrator - Personne ne peut valider de commande. Veuillez prendre contact avec un administrateur en lui indiquant ce message d'erreur. + There is no one to validate orders, please contact an administrator + Controller/Prod/Order.php - - Controller/Prod/Order.php + There is no record eligible for an order - Aucun document n'est éligible à une commande. + There is no record eligible for an order + Controller/Prod/Order.php - - user/import/view.html.twig + There is no user to add. - Il n'y a pas d'utilisateur à ajouter. + There is no user to add. + user/import/view.html.twig - - admin/fields/templates.html.twig + Thesaurus branch - Branche de thésaurus + Thesaurus branch + admin/fields/templates.html.twig - web/thesaurus/load-thesaurus.html.twig Thesaurus ou CTerms invalide Thesaurus ou CTerms invalide + web/thesaurus/load-thesaurus.html.twig - - login/providers/mapping.html.twig + These informations do not match? - Ces informations ne correspondent pas ? + These informations do not match? + login/providers/mapping.html.twig - - prod/actions/delete_records_confirm.html.twig + These records will be definitely deleted and can not be recovered - Ces enregistrements seront définitivement supprimés et ne pourront pas être récupérés. + These records will be definitely deleted and can not be recovered + prod/actions/delete_records_confirm.html.twig - - web/admin/subdefs.html.twig + These subdef will be permanently deleted and cannot be recovered. Are you sure? - Êtes vous certain de vouloir supprimer définitivement ce type de sous résolution? Cette opération est irréversible + These subdef will be permanently deleted and cannot be recovered. Are you sure? + web/admin/subdefs.html.twig - - web/account/authorized_apps.html.twig + Third-party applications - Applications tierces + Third-party applications + web/account/authorized_apps.html.twig - - Controller/Prod/Language.php + This feature is not supported by your browser - Cette fonction n'est pas supportée par votre navigateur + This feature is not supported by your browser + Controller/Prod/Language.php - - admin/publications/list.html.twig - actions/publish/publish.html.twig + This feed is public - Ce flux est public + This feed is public + admin/publications/list.html.twig + actions/publish/publish.html.twig - - web/admin/index.html.twig + This field is required - Ce champ est obligatoire + This field is required + web/admin/index.html.twig - - prod/actions/edit_default.html.twig + This field represents the title of the document - Ce champ est utilisé pour affecter un titre à l'enregistrement + This field represents the title of the document + prod/actions/edit_default.html.twig - - Controller/Prod/Language.php - web/admin/index.html.twig + This file is too big - Ce fichier est trop volumineux + This file is too big + Controller/Prod/Language.php + web/admin/index.html.twig - - web/admin/users.html.twig + This is a template - Ceci est un modèle + This is a template + web/admin/users.html.twig - - Form/Configuration/RegistrationFormType.php + This option disables the selecting of the databases on which a user can register himself, and registration is made on all granted databases. - Cette option désactive la sélection des bases et collections sur laquelle l'utilisateur fait une demande d'inscription. L'inscription est alors effectuée d'office sur toutes les bases et collections rendues disponibles. + This option disables the selecting of the databases on which a user can register himself, and registration is made on all granted databases. + Form/Configuration/RegistrationFormType.php - - TaskManager/Job/PhraseanetIndexerJob.php + This task is used to index records for Phrasea engine. - Cette tâche se destine à l'indexation d'enregistrements par le moteur Phrasea + This task is used to index records for Phrasea engine. + TaskManager/Job/PhraseanetIndexerJob.php - - prod/WorkZone/Macros.html.twig + This user does not participate to the validation but is only viewer. - Cet utilisateur ne participe pas à la validation + This user does not participate to the validation but is only viewer. + prod/WorkZone/Macros.html.twig - - web/admin/users.html.twig + This user has no rights - Cet utilisateur ne possède aucun droit + This user has no rights + web/admin/users.html.twig - - prod/upload/upload-flash.html.twig + This version does not allow you to access all the features offered by the HTML5 uploader - Cette version ne permet pas d'utiliser toutes les fonctionnalités offertes par l'uploader HTML5 + This version does not allow you to access all the features offered by the HTML5 uploader + prod/upload/upload-flash.html.twig - - WorkZone/Browser/Browser.html.twig + This year - Cette année + This year + WorkZone/Browser/Browser.html.twig - - actions/Download/prepare.html.twig + Thumbnail - Vignette + Thumbnail + actions/Download/prepare.html.twig - - Controller/Prod/Tools.php + Thumbnail has been successfully substitued - La vignette a été substitué + Thumbnail has been successfully substitued + Controller/Prod/Tools.php - - web/setup/step2.html.twig + Thumbnails directory is mounted to be accessible via HTTP, while other files are not. - Le répertoire des vignettes est monté pour être accessible en HTTP, les autres non. + Thumbnails directory is mounted to be accessible via HTTP, while other files are not. + web/setup/step2.html.twig - - Controller/Prod/Language.php - prod/templates/push.html.twig + Time for feedback (days) - Durée de la validation (en jours) + Time for feedback (days) + Controller/Prod/Language.php + prod/templates/push.html.twig + Titre + Titre admin/publications/fiche.html.twig admin/publications/list.html.twig admin/publications/list.html.twig @@ -6439,299 +6673,299 @@ Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig - Titre - Titre + prod/Story/Reorder.html.twig - - actions/Tools/index.html.twig + To take a screenshot click on camera - Pour faire une capture, cliquer sur l'appareil photo + To take a screenshot click on camera + actions/Tools/index.html.twig - - web/developers/application.html.twig + Token - Jeton + Token + web/developers/application.html.twig - - Controller/Prod/Language.php + Tool box - Outils + Tool box + Controller/Prod/Language.php - - Form/Configuration/ClassicFormType.php + Topics display mode - Mode d'affichage des thèmes + Topics display mode + Form/Configuration/ClassicFormType.php - - Form/Configuration/ClassicFormType.php + Topics tab position - Position de l'onglet des thèmes + Topics tab position + Form/Configuration/ClassicFormType.php + Total + Total admin/collection/details.html.twig admin/databox/details.html.twig - Total - Total - admin/fields/templates.html.twig Tous - Tous + Tous + admin/fields/templates.html.twig - web/prod/index.html.twig Tout type - Tout type + Tout type + web/prod/index.html.twig - prod/feeds/feeds.html.twig Toutes les publications - Toutes les publications + Toutes les publications + prod/feeds/feeds.html.twig - - TaskManager/Job/FtpJob.php + Transfert Annule - Transfert Annulé + Transfert Annule + TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php Transfert OK - Transfert OK + Transfert OK + TaskManager/Job/FtpJob.php - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + Transmited files - Fichiers transmis + Transmited files + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - - Form/Configuration/ClassicFormType.php + Trees - Arborescence thématique + Trees + Form/Configuration/ClassicFormType.php - web/report/generate_tab.html.twig - web/report/generate_tab.html.twig Trier - Trier + Trier + web/report/generate_tab.html.twig + web/report/generate_tab.html.twig - web/prod/index.html.twig Trier par - Trier par + Trier par + web/prod/index.html.twig - - task-manager/task-editor/subdefs.html.twig + Try to extract embedded thumbnails - Essayer d'extraire les vignettes intégrées + Try to extract embedded thumbnails + task-manager/task-editor/subdefs.html.twig - admin/fields/templates.html.twig Type - Type + Type + admin/fields/templates.html.twig - web/developers/application_form.html.twig Type d'application - Type d'application + Type d'application + web/developers/application_form.html.twig - prod/Tooltip/DataboxField.html.twig Type date - Type date + Type date + prod/Tooltip/DataboxField.html.twig - - web/prod/index.html.twig + Type de documents - Type de document + Type de documents + web/prod/index.html.twig - prod/Tooltip/DataboxField.html.twig Type nombre - Type nombre + Type nombre + prod/Tooltip/DataboxField.html.twig - prod/Tooltip/DataboxField.html.twig Type texte - Type texte + Type texte + prod/Tooltip/DataboxField.html.twig - + + Types de documents + Types de documents + web/prod/index.html.twig + + + URL de callback + URL de callback web/developers/application.html.twig web/developers/application_form.html.twig - URL de callback - Url de Callback - - web/common/dialog_export.html.twig + Un document commande - Un document commandé. + Un document commande + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + Un document ne peut etre commande - Un document ne peut être commandé. + Un document ne peut etre commande + web/common/dialog_export.html.twig - - Controller/Admin/Publications.php - Controller/Prod/Upload.php + Unable to add file to Phraseanet - Impossible d'ajouter des fichiers à Phraseanet + Unable to add file to Phraseanet + Controller/Admin/Publications.php + Controller/Prod/Upload.php - - Controller/Prod/UsrLists.php + Unable to add usr to list - Impossible d'ajouter un utilisateur à la liste + Unable to add usr to list + Controller/Prod/UsrLists.php - Controller/Root/Login.php Unable to authenticate with %provider_name% Unable to authenticate with %provider_name% + Controller/Root/Login.php - - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig + Unable to connect to MySQL server - Connexion impossible avec le serveur MySQL + Unable to connect to MySQL server + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig - Controller/Prod/UsrLists.php Unable to create list %name% Unable to create list %name% + Controller/Prod/UsrLists.php - - Controller/Prod/UsrLists.php + + Unable to create template, the name is already used. + Unable to create template, the name is already used. + Controller/Admin/Users.php + + + Unable to create the user. + Unable to create the user. + Controller/Admin/Users.php + + Unable to delete list - Impossible de supprimer la liste + Unable to delete list + Controller/Prod/UsrLists.php - - SearchEngine/Phrasea/PhraseaEngine.php + Unable to execute query - Impossible d'exécuter la requête + Unable to execute query + SearchEngine/Phrasea/PhraseaEngine.php - - Controller/Prod/UsrLists.php + Unable to remove entry from list - Impossible de supprimer l'entrée de la liste + Unable to remove entry from list + Controller/Prod/UsrLists.php - - Controller/Prod/UsrLists.php + Unable to remove usr from list - Impossible de supprimer l'utilisateur de la liste + Unable to remove usr from list + Controller/Prod/UsrLists.php - - Controller/Root/Login.php + Unable to retrieve provider identity - Impossible de récupérer l'identité auprès du fournisseur. + Unable to retrieve provider identity + Controller/Root/Login.php - - Controller/Prod/Push.php - Controller/Prod/Push.php + Unable to send the documents - Impossible d'envoyer les documents + Unable to send the documents + Controller/Prod/Push.php + Controller/Prod/Push.php - - Controller/Root/Login.php - Controller/Root/Login.php + Unable to send your account unlock email. - Impossible d'adresser l'e-mail de déverrouillage du compte. + Unable to send your account unlock email. + Controller/Root/Login.php + Controller/Root/Login.php - - Controller/Prod/UsrLists.php + Unable to share the list with the usr - Impossible de partager la liste avec l'utilisateur + Unable to share the list with the usr + Controller/Prod/UsrLists.php - - Controller/Prod/UsrLists.php + Unable to update list - Impossible de mettre à jour la liste + Unable to update list + Controller/Prod/UsrLists.php - - admin/publications/list.html.twig + + Unauthorized action + Unauthorized action + web/common/dialog_export.html.twig + + Une fois la publication supprimee, les donnees publiees seront definitivement perdues. Continuer ? - Une fois la publication supprimée, les informations publiées seront définitivement perdues. Continuer ? + Une fois la publication supprimee, les donnees publiees seront definitivement perdues. Continuer ? + admin/publications/list.html.twig - - web/prod/index.html.twig + Une question personnelle - La question + Une question personnelle + web/prod/index.html.twig - - eventsmanager/notify/validate.php - eventsmanager/notify/validate.php - eventsmanager/notify/validationreminder.php - eventsmanager/notify/validationreminder.php + Une selection - une sélection "sans titre" + Une selection + eventsmanager/notify/validate.php + eventsmanager/notify/validate.php + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationreminder.php - - prod/upload/upload-flash.html.twig + Unhandled Error - Erreur non gérée + Unhandled Error + prod/upload/upload-flash.html.twig - - prod/upload/upload-flash.html.twig + Unknow Error - Erreur inconnue + Unknow Error + prod/upload/upload-flash.html.twig - - prod/upload/upload-flash.html.twig + Unknow reason - Raison inconnue + Unknow reason + prod/upload/upload-flash.html.twig - Controller/Prod/Push.php Unknown user %user_id% Unknown user %user_id% + Controller/Prod/Push.php - Controller/Prod/Push.php Unknown user %usr_id% Unknown user %usr_id% + Controller/Prod/Push.php - - Model/Entities/User.php - Unnamed user - Unnamed user - - - Controller/Admin/Databoxes.php + Unreachable server - Serveur injoignable + Unreachable server + Controller/Admin/Databoxes.php - Notification/Mail/MailSuccessEmailUpdate.php Update of your email address on %application% Update of your email address on %application% + Notification/Mail/MailSuccessEmailUpdate.php - - Notification/Mail/MailInfoSomebodyAutoregistered.php + Update the account - Mettre à jour un compte + Update the account + Notification/Mail/MailInfoSomebodyAutoregistered.php - - web/admin/structure.html.twig + Updated structure - Structure mise à jour + Updated structure + web/admin/structure.html.twig - - lib/classes/base.php - Updating table %table_name% - Updating table %table_name% - - - lib/classes/appbox.php - Upgrading %databox_name% - Upgrading %databox_name% - - - lib/classes/appbox.php - Upgrading appbox - Mise à jour de l'ApplicationBox - - - web/common/menubar.html.twig + + Upload + Upload + web/common/menubar.html.twig Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig @@ -6741,2091 +6975,2066 @@ Bridge/Youtube/upload.html.twig prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - Upload - Ajouter - - prod/upload/upload-flash.html.twig + Upload URL is not set, please contact an admin - L'URL d'upload n'est pas paramétrée. Veuillez contacter un administrateur + Upload URL is not set, please contact an admin + prod/upload/upload-flash.html.twig - - user/import/file.html.twig + Upload a csv file for users creation - Importer un fichier CSV pour créer des utilisateurs + Upload a csv file for users creation + user/import/file.html.twig - Notification/Mail/MailInfoBridgeUploadFailed.php Upload failed on %application% Upload failed on %application% + Notification/Mail/MailInfoBridgeUploadFailed.php - Bridge/Flickr/upload.html.twig Upload sur Flickr de %elements_length% elements - Upload sur Flickr de %elements_length% elements + Upload sur Flickr de %elements_length% elements + Bridge/Flickr/upload.html.twig - - prod/upload/lazaret.html.twig + Uploaded by : %username% - Ajouté par : %username% + Uploaded by : %username% + prod/upload/lazaret.html.twig - Form/Configuration/WebservicesFormType.php Use Google Chart API Use Google Chart API + Form/Configuration/WebservicesFormType.php - - Form/Configuration/EmailFormType.php + Use a SMTP server - Utiliser un serveur SMTP + Use a SMTP server + Form/Configuration/EmailFormType.php - web/prod/index.html.twig Use latest search settings on Production loading Use latest search settings on Production loading + web/prod/index.html.twig - - login/providers/mapping.html.twig + Use my Phraseanet account - Utiliser mon compte Phraseanet + Use my Phraseanet account + login/providers/mapping.html.twig - - Form/Configuration/WebservicesFormType.php + Use recaptcha API - Utiliser l'API reCAPTCHA + Use recaptcha API + Form/Configuration/WebservicesFormType.php - - prod/upload/upload.html.twig + Use the Flash uploader - Utiliser l'uploader Flash + Use the Flash uploader + prod/upload/upload.html.twig - - prod/upload/upload-flash.html.twig + Use the HTML5 uploader - Utiliser l'uploader HTML5 + Use the HTML5 uploader + prod/upload/upload-flash.html.twig - - Form/Configuration/ExecutablesFormType.php + Use with mod_token. Attention requires the apache modules and mod_h264_streaming mod_auth_token - Utiliser avec mod_token (requiert les modules Apache mod_token, mod_auth_token et mod_h264_streaming). + Use with mod_token. Attention requires the apache modules and mod_h264_streaming mod_auth_token + Form/Configuration/ExecutablesFormType.php - - Form/Configuration/ActionsFormType.php + Used for guest account - Utilisé pour le compte invité. + Used for guest account + Form/Configuration/ActionsFormType.php - - Form/Configuration/SearchEngineFormType.php + Used in search engine - Utilisé dans le moteur de recherche. + Used in search engine + Form/Configuration/SearchEngineFormType.php - - Form/Configuration/SearchEngineFormType.php + Used when opening the application - Utilisé à l'ouverture de l'application. + Used when opening the application + Form/Configuration/SearchEngineFormType.php - - Controller/Prod/Push.php + User already exists - L'utilisateur existe déjà + User already exists + Controller/Prod/Push.php - - Controller/Prod/Language.php + + User can download HD + User can download HD + Controller/Prod/Language.php + 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 + User can see others choices + Controller/Prod/Language.php prod/templates/push.html.twig prod/templates/push.html.twig - prod/templates/push.html.twig - prod/templates/push.html.twig - User can download HD - L'utilisateur peut télécharger des documents HD - + + User contribute to the feedback + User contribute to the feedback Controller/Prod/Language.php prod/templates/push.html.twig prod/templates/push.html.twig - User can see others choices - L'utilisateur peut consulter les choix des autres utilisateurs - - Controller/Prod/Language.php - prod/templates/push.html.twig - prod/templates/push.html.twig - User contribute to the feedback - L'utilisateur peut participer aux demandes de validations - - - Controller/Prod/Push.php + User successfully created - Utilisateur créé avec succès + User successfully created + Controller/Prod/Push.php - - Vocabulary/ControlProvider/UserProvider.php + + Users + Users + Vocabulary/ControlProvider/UserProvider.php user/import/view.html.twig web/admin/users.html.twig prod/actions/Push.html.twig - Users - Utilisateurs - - Form/Configuration/ActionsFormType.php + Users must accept Terms of Use for each export - Les utilisateurs doivent accepter les conditions générales d'utilisation à chaque export + Users must accept Terms of Use for each export + Form/Configuration/ActionsFormType.php - - prod/actions/Push.html.twig + Users suggestion - Suggestion d'utilisateurs + Users suggestion + prod/actions/Push.html.twig - prod/orders/order_box.html.twig Utilisateur - Utilisateur + Utilisateur + prod/orders/order_box.html.twig - + + Utilisation prevue + Utilisation prevue prod/orders/order_box.html.twig prod/orders/order_item.html.twig - Utilisation prevue - Utilisation prévue + + + Utilisez la barre d'outils pour télécharger les documents ou pour agir sur ces documents. + Utilisez la barre d'outils pour télécharger les documents ou pour agir sur ces documents. + web/prod/index.html.twig + VALIDATION + VALIDATION web/lightbox/agreement_box.html.twig lightbox/IE6/agreement_box.html.twig - web/lightbox/validate.html.twig - VALIDATION - VALIDATION + web/lightbox/validate.html.twig - - Notification/Mail/MailRequestEmailConfirmation.php + Validate e-mail address - Valider votre adresse email + Validate e-mail address + Notification/Mail/MailRequestEmailConfirmation.php - eventsmanager/notify/validate.php - eventsmanager/notify/validate.php - eventsmanager/notify/validationdone.php - eventsmanager/notify/validationreminder.php - eventsmanager/notify/validationreminder.php - lightbox/IE6/validate.html.twig Validation - Validation + Validation + eventsmanager/notify/validate.php + eventsmanager/notify/validate.php + eventsmanager/notify/validationdone.php + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationreminder.php + lightbox/IE6/validate.html.twig - Controller/Prod/Push.php Validation from %user% Validation from %user% + Controller/Prod/Push.php - Notification/Mail/MailInfoValidationRequest.php Validation request from %user% for '%title%' Validation request from %user% for '%title%' + Notification/Mail/MailInfoValidationRequest.php + Validations + Validations mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig - lightbox/IE6/validate.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig - web/lightbox/validate.html.twig - Validations - Validations + web/lightbox/validate.html.twig - - WorkZone/Browser/Browser.html.twig + Validations received - Validations reçues + Validations received + WorkZone/Browser/Browser.html.twig - - WorkZone/Browser/Browser.html.twig + Validations sent - Validations envoyées + Validations sent + WorkZone/Browser/Browser.html.twig - - actions/Bridge/index.html.twig + Vers quel API voulez vous vous connecter ? - Vers quelle API voulez-vous vous connecter ? + Vers quel API voulez vous vous connecter ? + actions/Bridge/index.html.twig - - Controller/Admin/Databoxes.php + Veuillez arreter le planificateur avant la mise a jour - Veuillez arrêter le planificateur avant la mise à jour + Veuillez arreter le planificateur avant la mise a jour + Controller/Admin/Databoxes.php - web/setup/step2.html.twig Veuillez corriger les erreurs avant de poursuivre - Veuillez corriger les erreurs avant de poursuivre + Veuillez corriger les erreurs avant de poursuivre + web/setup/step2.html.twig - - TaskManager/Job/EmptyCollectionJob.php + Vidage de collection - Suppression de tous les documents de la collection + Vidage de collection + TaskManager/Job/EmptyCollectionJob.php - - web/prod/index.html.twig + Video - Vidéo + Video + web/prod/index.html.twig - - Media/Subdef/Video.php + Video Codec - Codec Vidéos + Video Codec + Media/Subdef/Video.php - - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Videos - Vidéos + Videos + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - - actions/Feedback/list.html.twig + View - Voir + View + actions/Feedback/list.html.twig - Notification/Mail/MailInfoNewPublication.php View on %title% View on %title% + Notification/Mail/MailInfoNewPublication.php - - prod/results/help.html.twig + Visualiser tous les enregistrements / les derniers enregistrements - Pour chercher tous les documents / les derniers documents + Visualiser tous les enregistrements / les derniers enregistrements + prod/results/help.html.twig - - Controller/Prod/Edit.php + Vocabulary not found - Vocabulaire non trouvé + Vocabulary not found + Controller/Prod/Edit.php - - admin/fields/templates.html.twig + Vocabulary type - Liste de vocabulaire + Vocabulary type + admin/fields/templates.html.twig + Voici vos paniers + Voici vos paniers mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig web/lightbox/index.html.twig - Voici vos paniers - Voici vos paniers + Voici vos validations en cours + Voici vos validations en cours mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig web/lightbox/index.html.twig - Voici vos validations en cours - Voici vos validations en cours - web/setup/step2.html.twig Votre adresse email - Votre adresse email + Votre adresse email + web/setup/step2.html.twig - web/setup/step2.html.twig Votre mot de passe - Votre mot de passe + Votre mot de passe + web/setup/step2.html.twig - - prod/results/help.html.twig + Votre recherche ne retourne aucun resultat - Votre recherche ne retourne aucun résultat + Votre recherche ne retourne aucun resultat + prod/results/help.html.twig - - web/developers/application.html.twig + Votre token d'access - Votre token d'accès + Votre token d'access + web/developers/application.html.twig - + + Voulez-vous dire %link% ? + Voulez-vous dire %link% ? prod/results/answerabstract.html.twig prod/results/help.html.twig - Voulez-vous dire %link% ? - Voulez vous dire %link% ? - - web/setup/step2.html.twig + Vous aurez besoin de spécifier un serveur MySQL, des repertoires de stockage pour vos documents, et de configurer votre serveur web pour qu'il publie certains de ces dossiers de stockage. - Vous aurez besoin de spécifier un serveur MySQL, des répertoires de stockage pour vos documents, et de configurer votre serveur web pour qu'il publie certains de ces répertoires de stockage. + Vous aurez besoin de spécifier un serveur MySQL, des repertoires de stockage pour vos documents, et de configurer votre serveur web pour qu'il publie certains de ces dossiers de stockage. + web/setup/step2.html.twig - - web/account/authorized_apps.html.twig + Vous avez autorise ces applications a acceder a votre compte - Vous avez autorisé ces applications à accéder à votre compte + Vous avez autorise ces applications a acceder a votre compte + web/account/authorized_apps.html.twig - Model/Entities/ValidationSession.php Vous avez envoye cette demande a %n% utilisateurs Vous avez envoye cette demande a %n% utilisateurs + Model/Entities/ValidationSession.php - - prod/WorkZone/Macros.html.twig + Vous avez envoye une demande de validation de document sur ce panier - Vous avez envoyé ce panier pour validation + Vous avez envoye une demande de validation de document sur ce panier + prod/WorkZone/Macros.html.twig - - Notification/Mail/MailRecordsExport.php + Vous avez recu des documents - Vous avez reçu des documents. + Vous avez recu des documents + Notification/Mail/MailRecordsExport.php - - prod/WorkZone/Macros.html.twig + Vous avez recu un nouveau panier - Vous avez reçu un nouveau panier + Vous avez recu un nouveau panier + prod/WorkZone/Macros.html.twig - - prod/WorkZone/Macros.html.twig + Vous avez recu une demande de validation de document sur ce panier - Vous avez reçu une demande de validation des documents de ce panier + Vous avez recu une demande de validation de document sur ce panier + prod/WorkZone/Macros.html.twig - Model/Entities/ValidationSession.php Vous aviez envoye cette demande a %n% utilisateurs Vous aviez envoye cette demande a %n% utilisateurs + Model/Entities/ValidationSession.php - - Controller/Prod/Language.php + Vous devez donner un titre - Nom du modèle + Vous devez donner un titre + Controller/Prod/Language.php - admin/publications/wrapper.html.twig Vous devez remplir les champs requis - Vous devez remplir les champs requis + Vous devez remplir les champs requis + admin/publications/wrapper.html.twig - - web/common/dialog_export.html.twig + Vous devez selectionner un type de sous definitions - Vous devez sélectionner un type de sous résolution + Vous devez selectionner un type de sous definitions + web/common/dialog_export.html.twig - - web/setup/step2.html.twig + Vous devez specifier une adresse email et un mot de passe valides - Vous devez spécifier une adresse e-mail et un mot de passe valides + Vous devez specifier une adresse email et un mot de passe valides + web/setup/step2.html.twig - Controller/Prod/Bridge.php Vous essayez de faire une action que je ne connais pas ! - Vous essayez de faire une action que je ne connais pas ! + Vous essayez de faire une action que je ne connais pas ! + Controller/Prod/Bridge.php - - actions/Bridge/disconnected.html.twig + Vous etes actuellement deconnecte de votre compte, vous devez vous connecter pour continuer - Vous êtes actuellement déconnecté de votre compte, vous devez vous connecter pour continuer. + Vous etes actuellement deconnecte de votre compte, vous devez vous connecter pour continuer + actions/Bridge/disconnected.html.twig - - actions/Bridge/callback.html.twig + Vous etes authentifie avec succes - Vous êtes authentifié avec succès + Vous etes authentifie avec succes + actions/Bridge/callback.html.twig - - Controller/Root/Login.php + Vous etes maintenant deconnecte. A bientot. - Vous êtes maintenant déconnecté. A bientôt. + Vous etes maintenant deconnecte. A bientot. + Controller/Root/Login.php - - actions/Bridge/index.html.twig + Vous n'avez pas assez de droits sur certains elements selectionnes - Vous ne disposez pas des droits sur certains des documents sélectionnés + Vous n'avez pas assez de droits sur certains elements selectionnes + actions/Bridge/index.html.twig - - actions/Bridge/index.html.twig + Vous n'avez pas assez de droits sur les elements selectionnes - Vous ne disposez pas des droits suffisants sur les documents sélectionnés + Vous n'avez pas assez de droits sur les elements selectionnes + actions/Bridge/index.html.twig - - Controller/Prod/Language.php + Vous n'avez pas les droits pour supprimer certains documents - Vous ne possédez pas les autorisations pour supprimer certains documents - - + Vous n'avez pas les droits pour supprimer certains documents Controller/Prod/Language.php + + Vous n'avez pas les droits pour supprimer ces documents - Vous ne possédez pas les autorisations pour supprimer ces documents + Vous n'avez pas les droits pour supprimer ces documents + Controller/Prod/Language.php - - Controller/Prod/Language.php + Vous n'avez pas rempli tous les champ requis - Vous n'avez pas rempli tous les champs requis - - + Vous n'avez pas rempli tous les champ requis Controller/Prod/Language.php - Vous n'avez pas selectionne de fil de publication - Vous n'avez pas selectionné de "fil" de publication - + + Vous n'avez pas selectionne de fil de publication + Vous n'avez pas selectionne de fil de publication + Controller/Prod/Language.php + + + Vous n'avez selectionne aucun element + Vous n'avez selectionne aucun element Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig - actions/Bridge/index.html.twig + actions/Bridge/index.html.twig Bridge/Youtube/upload.html.twig - Vous n'avez selectionne aucun element - Aucun document sélectionné - - Controller/Prod/Bridge.php - Controller/Prod/Bridge.php + Vous ne pouvez pas editer plusieurs elements simultanement - Vous ne pouvez pas éditer plusieurs documents simultanément + Vous ne pouvez pas editer plusieurs elements simultanement + Controller/Prod/Bridge.php + Controller/Prod/Bridge.php - - Controller/Prod/Language.php + Vous ne pouvez pas selectionner plus de 800 enregistrements - Vous ne pouvez pas sélectionner plus de 800 enregistrements + Vous ne pouvez pas selectionner plus de 800 enregistrements + Controller/Prod/Language.php - - Bridge/Dailymotion/upload.html.twig + Vous ne pouvez uploader des elements sur Dailymotion qu'un par un - Vous ne pouvez ajouter des documents sur Dailymotion que un par un + Vous ne pouvez uploader des elements sur Dailymotion qu'un par un + Bridge/Dailymotion/upload.html.twig - - Bridge/Youtube/upload.html.twig + Vous ne pouvez uploader des elements sur Youtube qu'un par un - Vous ne pouvez ajouter des documents sur Youtube que un par un + Vous ne pouvez uploader des elements sur Youtube qu'un par un + Bridge/Youtube/upload.html.twig - prod/results/help.html.twig Vous pouvez affiner votre recherche avec les opérateurs : ET, OU, SAUF ou DANS - Vous pouvez affiner votre recherche avec les opérateurs : ET, OU, SAUF ou DANS + Vous pouvez affiner votre recherche avec les opérateurs : ET, OU, SAUF ou DANS + prod/results/help.html.twig - - web/prod/index.html.twig + 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 + Vous pouvez quitter la plupart des fenetres survolantes via la touche echap + web/prod/index.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + Warning ! - Attention ! + Warning ! + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/setup/step2.html.twig + Warning, this database is not empty - Attention cette base n'est pas vide + Warning, this database is not empty + web/setup/step2.html.twig - - Notification/Mail/MailInfoPushReceived.php + Watch it online - Voir en ligne + Watch it online + Notification/Mail/MailInfoPushReceived.php - + + Watch my access requests status + Watch my access requests status Notification/Mail/MailSuccessAccessRequest.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - Watch my access requests status - Consulter l'état de ma demande d'accès - - admin/collection/collection.html.twig + Watermark - Filigrane + Watermark + admin/collection/collection.html.twig - - Controller/Root/Login.php + Weak - Faible + Weak + Controller/Root/Login.php - - Form/Configuration/MainConfigurationFormType.php + Webservices connectivity - Connexion à des Webservices + Webservices connectivity + Form/Configuration/MainConfigurationFormType.php - - admin/databox/details.html.twig + Weight - Poids + Weight + admin/databox/details.html.twig - - prod/actions/Push.html.twig + Welcome to the ListManager ! - Bienvenue sur le Gestionnaire de Listes ! + Welcome to the ListManager ! + prod/actions/Push.html.twig - - WorkZone/Browser/Browser.html.twig + When - Quand + When + WorkZone/Browser/Browser.html.twig - - Bridge/Flickr/photo_moveinto_photoset.html.twig + Which photosets you want to put you %number% photos into ? - A quel Photoset souhaitez vous ajouter les %number% photos ? + Which photosets you want to put you %number% photos into ? + Bridge/Flickr/photo_moveinto_photoset.html.twig - + + Which playlist you want to put you %number% elements into ? + Which playlist you want to put you %number% elements into ? Bridge/Dailymotion/video_moveinto_playlist.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig - Which playlist you want to put you %number% elements into ? - A quelle liste de lecture souhaitez vous ajouter les %number% documents - + + Whoops, looks like something went wrong. + Whoops, looks like something went wrong. Event/Subscriber/ApiOauth2ErrorsSubscriber.php Phrasea/Core/PhraseaExceptionHandler.php Phrasea/Core/PhraseaExceptionHandler.php - Whoops, looks like something went wrong. - Zut ! Quelque chose s'est mal passé. - - task-manager/task-editor/phraseanet-indexer.html.twig + Windows specific - Spécifique à la version Windows + Windows specific + task-manager/task-editor/phraseanet-indexer.html.twig - - user/import/view.html.twig + Would you like to continue ? - Voulez-vous continuer ? + Would you like to continue ? + user/import/view.html.twig - - web/common/dialog_export.html.twig + Would you like to receive an e-mail when your download is ready ? - Souhaitez vous recevoir un email quand votre téléchargement est prêt ? + Would you like to receive an e-mail when your download is ready ? + web/common/dialog_export.html.twig - - web/admin/index.html.twig - web/admin/index.html.twig + Would you like to reset rights before applying the template? - Souhaitez-vous réinitialiser les droits avant d'appliquer le modèle ? + Would you like to reset rights before applying the template? + web/admin/index.html.twig + web/admin/index.html.twig - - web/admin/subdefs.html.twig + Write Metas - Ecriture des métadonnées + Write Metas + web/admin/subdefs.html.twig - web/prod/index.html.twig - web/prod/index.html.twig YYYY/MM/DD YYYY/MM/DD + web/prod/index.html.twig + web/prod/index.html.twig - + + Yes + Yes user/import/view.html.twig web/developers/applications.html.twig - Yes - Oui - - actions/Feedback/List-Share.html.twig + You are Admin - Vous êtes administrateur + You are Admin + actions/Feedback/List-Share.html.twig - - prod/actions/Push.html.twig + You are about to ask for feedback for %nb_push_items% records, %nb_not_available% records can not be processed. - Vous êtes sur le point d'envoyer une demande de validation pour %nb_push_items% documents, or seuls %nb_not_available% documents peuvent être pris en compte. + You are about to ask for feedback for %nb_push_items% records, %nb_not_available% records can not be processed. + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + You are about to ask for feedback for %nb_push_items% records. - Vous êtes sur le point d'envoyer une demande de validation pour %nb_push_items% documents. + You are about to ask for feedback for %nb_push_items% records. + prod/actions/Push.html.twig - - actions/Bridge/index.html.twig + You are about to delete this account. Would you like to continue ? - Vous êtes sur le point de supprimer ce compte. Êtes-vous sûr de vouloir continuer ? + You are about to delete this account. Would you like to continue ? + actions/Bridge/index.html.twig - - WorkZone/Browser/Browser.html.twig + You are about to delete this basket. Would you like to continue ? - Vous êtes sur le point de supprimer ce panier. Continuer ? + You are about to delete this basket. Would you like to continue ? + WorkZone/Browser/Browser.html.twig - - prod/actions/Push.html.twig + You are about to push %nb_push_items% records, %nb_not_available% records can not be processed. - Vous êtes sur le point d'adresser %nb_push_items% documents or seuls %nb_not_available% peuvent être pris en compte. + You are about to push %nb_push_items% records, %nb_not_available% records can not be processed. + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + You are about to push %nb_push_items% records. - Vous êtes sur le point d'adresser %nb_push_items% documents. + You are about to push %nb_push_items% records. + prod/actions/Push.html.twig - - Bridge/Api/Youtube.php + You are attempting to exceed the storage limit on your account and must delete existing entries before inserting new entries - Vous dépassez la taille maximale de stockage autorisée par votre compte, veuillez supprimer des documents avant d'en ajouter de nouveaux. + You are attempting to exceed the storage limit on your account and must delete existing entries before inserting new entries + Bridge/Api/Youtube.php - - Controller/Prod/Push.php + You are not allowed to add users - Vous n'êtes pas autorisé à ajouter des utilisateurs + You are not allowed to add users + Controller/Prod/Push.php - - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - actions/Feedback/List-Share.html.twig + You are not authorized to do this - Vous ne disposez pas des droits nécessaires pour cette action + You are not authorized to do this + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + actions/Feedback/List-Share.html.twig - - admin/publications/fiche.html.twig + You are not the feed owner - Vous n'êtes pas le propriétaire de ce flux + You are not the feed owner + admin/publications/fiche.html.twig - - Controller/Admin/Publications.php + You are not the owner of this feed, you can not edit it - Vous n'êtes pas le propriétaire de ce flux, vous ne pouvez pas l'éditer + You are not the owner of this feed, you can not edit it + Controller/Admin/Publications.php - + + You are using the Flash uploader. + You are using the Flash uploader. prod/upload/upload-flash.html.twig prod/upload/upload-flash.html.twig - You are using the Flash uploader. - Vous utilisez l'uploader Flash - + + You are using the HTML5 uploader. + You are using the HTML5 uploader. prod/upload/upload.html.twig prod/upload/upload.html.twig - You are using the HTML5 uploader. - Vous utilisez l'uploader HTML5 - - user/import/file.html.twig + You can download an example by clicking here - Télécharger un exemple de fichier CSV + You can download an example by clicking here + user/import/file.html.twig - - web/common/dialog_export.html.twig + You can alternatively receive an email when the download is ready. - Vous pouvez être informé par email quand votre téléchargement est prêt. + You can alternatively receive an email when the download is ready. + web/common/dialog_export.html.twig - - Controller/Prod/Language.php + You can choose only one record - Vous ne pouvez choisir qu'un seul enregistrement + You can choose only one record + Controller/Prod/Language.php - - user/import/file.html.twig + You can download the documentation here - Télécharger une documentation succincte + You can download the documentation here + user/import/file.html.twig - - web/common/dialog_export.html.twig + You can not directly download more than %max_download% Mo ; time to package all documents is too long - Vous ne pouvez pas télécharger directement plus de %max_download% Mo de données. Le temps nécessaire pour zipper tous les documents serait trop long. + You can not directly download more than %max_download% Mo ; time to package all documents is too long + web/common/dialog_export.html.twig - - Controller/Prod/Story.php + You can not edit this story - Vous ne disposez pas des droits suffisants pour éditer ce reportage + You can not edit this story + Controller/Prod/Story.php - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + You can not upload files - Vous ne pouvez ajouter des fichiers + You can not upload files + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - - Controller/Admin/Root.php + You do not enough rights to update status - Vous ne disposez pas des droits suffisants pour changer les Status + You do not enough rights to update status + Controller/Admin/Root.php - - Controller/Prod/BasketController.php + You do not have access to this basket - Vous n'avez pas accès à ce panier + You do not have access to this basket + Controller/Prod/BasketController.php - - prod/upload/lazaret.html.twig + You do not have enough rights to access quarantine - Vous ne disposez pas des autorisations suffisantes pour accéder à la quarantaine + You do not have enough rights to access quarantine + prod/upload/lazaret.html.twig - - Controller/Prod/Export.php + You do not have required rights to send these documents over FTP - Vous ne disposez pas des droits requis pour transmettre ces documents par un export FTP. + You do not have required rights to send these documents over FTP + Controller/Prod/Export.php - - prod/actions/delete_records_confirm.html.twig + You do not have rights to remove all selected documents. Are you sure ? - Vous n'avez pas les droits nécessaires pour supprimer tous les documents sélectionnés. Etes-vous sûr ? + You do not have rights to remove all selected documents. Are you sure ? + prod/actions/delete_records_confirm.html.twig - - prod/actions/delete_records_confirm.html.twig + You do not have rights to remove selected documents - Vous n'avez pas les droits pour supprimer les documents sélectionnés + You do not have rights to remove selected documents + prod/actions/delete_records_confirm.html.twig - Controller/Prod/MoveCollection.php You do not have the permission to move records to %collection% You do not have the permission to move records to %collection% + Controller/Prod/MoveCollection.php - - Notification/Mail/MailInfoValidationRequest.php + You have %d days to validate the selection. - Vous disposez de %d jours pour exprimer des avis et commentaires sur les documents séléctionnés. + You have %d days to validate the selection. + Notification/Mail/MailInfoValidationRequest.php - - Notification/Mail/MailInfoValidationRequest.php + You have 1 day to validate the selection. - Vous avez 1 jour pour valider la sélection. + You have 1 day to validate the selection. + Notification/Mail/MailInfoValidationRequest.php - - prod/upload/upload-flash.html.twig + You have attempted to queue too many files - Trop de fichiers dans la file d'attente + You have attempted to queue too many files + prod/upload/upload-flash.html.twig - - actions/Property/index.html.twig + + You have been redirected to production application. + You have been redirected to production application. + web/prod/index.html.twig + + You have selected %nbReceivedDocuments% records. - Vous avez sélectionné %nbReceivedDocuments% enregistrements. + You have selected %nbReceivedDocuments% records. + actions/Property/index.html.twig - - actions/Property/index.html.twig + You have selected one record. - Vous avez sélectionné un enregistrement. + You have selected one record. + actions/Property/index.html.twig - - Phrasea/Controller/Lightbox.php + You have to give your feedback at least on one document to send a report - Vous devez donner au moins un avis pour envoyer un report + You have to give your feedback at least on one document to send a report + Phrasea/Controller/Lightbox.php - - Notification/Mail/MailSuccessEmailConfirmationUnregistered.php + You have to wait for an administrator approval for your access request - Vous devez attendre l'approbation de votre demande d'accès par un administrateur. + You have to wait for an administrator approval for your access request + Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - Notification/Mail/MailInfoPushReceived.php You just received a push containing %quantity% documents from %user% You just received a push containing %quantity% documents from %user% + Notification/Mail/MailInfoPushReceived.php - - web/common/dialog_export.html.twig + You must agree to the Terms of Use to continue. - Vous devez accepter les conditions générales d'utilisation pour poursuivre. + You must agree to the Terms of Use to continue. + web/common/dialog_export.html.twig - - Controller/Prod/Lazaret.php + You must give a destination collection - Vous devez spécifier une collection de destination + You must give a destination collection + Controller/Prod/Lazaret.php - - Controller/Prod/Lazaret.php + You must give a destination record - Vous devez spécifier un enregistrement de destination + You must give a destination record + Controller/Prod/Lazaret.php - - user/import/view.html.twig + You need define a model before importing a list of users - Vous devez définir un modèle avant d'importer une liste d'utilisateurs + You need define a model before importing a list of users + user/import/view.html.twig - - Notification/Mail/MailRequestPasswordSetup.php + You now have to set up your pasword - Procédez maintenant au choix du mot de passe + You now have to set up your pasword + Notification/Mail/MailRequestPasswordSetup.php - - Controller/Root/Login.php - Controller/Root/Login.php + You tried to register with an unknown provider - Vous tentez de vous inscrire auprès d'un fournisseur inconnu. + You tried to register with an unknown provider + Controller/Root/Login.php + Controller/Root/Login.php - Helper/User/Edit.php You will no longer receive notifications at %old_email% You will no longer receive notifications at %old_email% + Helper/User/Edit.php - Helper/User/Edit.php You will now receive notifications at %new_email% You will now receive notifications at %new_email% + Helper/User/Edit.php - - login/providers/mapping.html.twig + Your %provider_name% account matchs a Phraseanet account - Votre compte %provider_name% correspond à un compte Phraseanet. + Your %provider_name% account matchs a Phraseanet account + login/providers/mapping.html.twig - Notification/Mail/MailSuccessEmailConfirmationRegistered.php Your access on %application% Your access on %application% + Notification/Mail/MailSuccessEmailConfirmationRegistered.php - - web/login/index.html.twig + Your account is locked, please follow the following link to unlock it - Votre compte est verrouillé. Veuillez suivre le lien suivant pour le déverrouiller. + Your account is locked, please follow the following link to unlock it + web/login/index.html.twig - Notification/Mail/MailRequestPasswordSetup.php Your account on %application% Your account on %application% + Notification/Mail/MailRequestPasswordSetup.php - Notification/Mail/MailRequestPasswordSetup.php Your account with the login %login% as been created Your account with the login %login% as been created + Notification/Mail/MailRequestPasswordSetup.php - - prod/upload/upload.html.twig + Your browser does not support all HTML5 features properly. - Votre navigateur ne supporte pas toutes les fonctionnalités de HTML5 + Your browser does not support all HTML5 features properly. + prod/upload/upload.html.twig - - Controller/Admin/Fields.php + Your configuration has been successfuly saved. - La configuration a été sauvegardée avec succès. + Your configuration has been successfuly saved. + Controller/Admin/Fields.php - - Notification/Mail/MailSuccessEmailUpdate.php + Your contact email address has been updated - Votre adresse email de contact a été mise à jour + Your contact email address has been updated + Notification/Mail/MailSuccessEmailUpdate.php - - actions/Download/prepare.html.twig + Your documents are ready. If the download does not start, %before_link%click here%after_link% - Vos documents sont prêts. Si le téléchargement ne démarre pas, %before_link%cliquez ici%after_link%. + Your documents are ready. If the download does not start, %before_link%click here%after_link% + actions/Download/prepare.html.twig - - web/setup/step2.html.twig + Your email will be used to log in the application. - Votre adresse email sera utilisée pour vous connecter à l'application + Your email will be used to log in the application. + web/setup/step2.html.twig - - Controller/Root/Login.php + Your identity is not recognized. - Votre identité n'est pas reconnue. + Your identity is not recognized. + Controller/Root/Login.php - - lib/classes/appbox.php + Your install might need to build some sub-definitions - Votre installation semble nécessiter la génération de sous-définitions. + Your install might need to build some sub-definitions + lib/classes/appbox.php - - lib/classes/appbox.php + Your install might need to re-read technical datas - Votre installation nécessite probablement une relecture de données techniques + Your install might need to re-read technical datas + lib/classes/appbox.php - - lib/classes/appbox.php - lib/classes/appbox.php + Your install requires data migration, please execute the following command - Votre installation requiert une mise à jour, veuillez exécuter la commande suivante + Your install requires data migration, please execute the following command + lib/classes/appbox.php + lib/classes/appbox.php - - web/setup/step2.html.twig + Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories. - Vos documents et leurs sous résolutions (sous définitions, vignettes...) seront stockés dans ces répertoires + Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories. + web/setup/step2.html.twig - + + Your registration requests have been taken into account. + Your registration requests have been taken into account. + Controller/Root/Account.php + + + a propos + a propos mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig - a propos - A propos - + + action : ajouter au panier + action : ajouter au panier web/client/answers.html.twig web/common/drop_down_options.html.twig prod/preview/tools.html.twig - action : ajouter au panier - Ajouter au panier - - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : bridge - Bridge + action : bridge + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : collection - Déplacer + action : collection + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - web/prod/index.html.twig - prod/preview/caption.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : editer - Editer + action : editer + web/prod/index.html.twig + prod/preview/caption.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - + + action : exporter + action : exporter web/client/answers.html.twig web/client/baskets.html.twig web/client/baskets.html.twig - web/client/index.html.twig + web/client/index.html.twig web/common/drop_down_options.html.twig - web/lightbox/feed.html.twig - lightbox/IE6/feed.html.twig - lightbox/IE6/validate.html.twig - web/lightbox/validate.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 + web/lightbox/validate.html.twig + web/prod/index.html.twig + web/prod/index.html.twig prod/preview/tools.html.twig - prod/WorkZone/Basket.html.twig + prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig - action : exporter - Exporter - - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : outils - Outils + action : outils + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - web/client/baskets.html.twig + action : ouvrir dans le comparateur - Lancer Lightbox + action : ouvrir dans le comparateur + web/client/baskets.html.twig - + + action : print + action : print web/client/answers.html.twig web/client/baskets.html.twig web/common/drop_down_options.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/preview/tools.html.twig - prod/WorkZone/Basket.html.twig + prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig - action : print - Imprimer - - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : publier - Publier + action : publier + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : push - Push + action : push + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : status - Propriétés + action : status + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - + + action : supprimer + action : supprimer web/client/baskets.html.twig web/client/baskets.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Macros.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Macros.html.twig prod/WorkZone/Story.html.twig - action : supprimer - Supprimer - - web/client/baskets.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + action:: nouveau panier - Nouveau panier + action:: nouveau panier + web/client/baskets.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 - web/prod/index.html.twig + action:: nouveau reportage - Nouveau reportage + action:: nouveau reportage + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig - - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig + action::Valider - Valider + action::Valider + 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 - action::editer - Editer - - - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig + action::detacher prod/WorkZone/Macros.html.twig + + + action::editer + action::editer + prod/WorkZone/Macros.html.twig + + action::exporter - Exporter + action::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 + action::renommer - Renommer + action::renommer + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig - - web/admin/tree.html.twig - admin:: CGUs - CGU + + actual status + actual status + admin/task-manager/index.html.twig - - admin/collection/create.html.twig + admin:: La collection n'a pas ete creee : vous devez donner un nom a votre collection - Collection non créée : vous devez donner un nom à la collection + admin:: La collection n'a pas ete creee : vous devez donner un nom a votre collection + admin/collection/create.html.twig - - admin/user/demand.html.twig + admin:: appliquer le modele - Appliquer le modèle + admin:: appliquer le modele + admin/user/registrations.html.twig - - admin/user/demand.html.twig + admin:: demandes en cours - Demandes en cours + admin:: demandes en cours + admin/user/registrations.html.twig - - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin:: donner les droits de telechargement et consultation de previews - Autoriser la visualisation et le téléchargement des prévisualisations + admin:: donner les droits de telechargement et consultation de previews + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin:: donner les droits de telechargements de preview et hd - Autoriser le téléchargement des prévisualisations et documents + admin:: donner les droits de telechargements de preview et hd + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin:: refuser l'acces - Refuser l'accès + admin:: refuser l'acces + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin:: watermarquer les documents - Appliquer le filigrane sur les prévisualisations + admin:: watermarquer les documents + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - - admin/databox/cgus.html.twig + admin::CGU Les utilisateurs doivent imperativement revalider ces conditions - Les utlisateurs enregistrés doivent accepter les CGU modifiées + admin::CGU Les utilisateurs doivent imperativement revalider ces conditions + admin/databox/cgus.html.twig - - admin/databox/databox.html.twig + admin::base: Alias - Alias + admin::base: Alias + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: Cette base est indexable - base indexable + admin::base: Cette base est indexable + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: Confirmer la suppression de la base - Confirmer la suppression de la base + admin::base: Confirmer la suppression de la base + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: Confirmer la suppression de tous les logs - Supprimer l'intégralité des logs de la base ? + admin::base: Confirmer la suppression de tous les logs + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: Confirmer le vidage complet de la base - Supprimer l'intégralité du contenu de la base ? + admin::base: Confirmer le vidage complet de la base + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: Confirmer vous l'arret de la publication de la base - Stopper la publication de la base ? + admin::base: Confirmer vous l'arret de la publication de la base + admin/databox/databox.html.twig - - web/admin/databases.html.twig + admin::base: Monter une base - Monter une base + admin::base: Monter une base + web/admin/databases.html.twig - - web/admin/databases.html.twig + admin::base: Version - Version + admin::base: Version + web/admin/databases.html.twig - - admin/databox/databox.html.twig + admin::base: arreter la publication de la base - Arrêter la publication + admin::base: arreter la publication de la base + admin/databox/databox.html.twig - - Controller/Admin/Databox.php - admin/databox/databox.html.twig + admin::base: aucun alias - Aucun Alias + admin::base: aucun alias + Controller/Admin/Databox.php + admin/databox/databox.html.twig - - web/admin/databases.html.twig + admin::base: creer une base - Créer une base + admin::base: creer une base + web/admin/databases.html.twig - - admin/databox/databox.html.twig + admin::base: document indexes en utilisant la fiche xml - Documents indexés en texte-plein + admin::base: document indexes en utilisant la fiche xml + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: document indexes en utilisant le thesaurus - Documents indexés via Thésaurus + admin::base: document indexes en utilisant le thesaurus + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: envoyer un logo (jpeg 35px de hauteur max) - Envoyer un logo (jpeg 35px max en hauteur) + admin::base: envoyer un logo (jpeg 35px de hauteur max) + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: logo impression PDF - Logo pour impression + admin::base: logo impression PDF + admin/databox/databox.html.twig - - admin/collection/details.html.twig + admin::base: nombre - Nombre + admin::base: nombre + admin/collection/details.html.twig - - admin/databox/databox.html.twig + admin::base: nombre d'enregistrements sur la base : - Nombre d'enregistrements : + admin::base: nombre d'enregistrements sur la base : + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: nombre de mots indexes sur la base - Mots indexés sur la base : - - - admin/databox/databox.html.twig - admin::base: nombre de mots uniques sur la base : - Mots uniques sur la base : - - + admin::base: nombre de mots indexes sur la base admin/databox/databox.html.twig + + + admin::base: nombre de mots uniques sur la base : + admin::base: nombre de mots uniques sur la base : + admin/databox/databox.html.twig + + admin::base: nombre de termes de Thesaurus indexes : - Termes de thésaurus indexés : + admin::base: nombre de termes de Thesaurus indexes : + admin/databox/databox.html.twig - - admin/collection/details.html.twig + admin::base: objet - Objet + admin::base: objet + admin/collection/details.html.twig - + + admin::base: poids + admin::base: poids admin/collection/details.html.twig admin/collection/details.html.twig - admin::base: poids - Taille - - web/admin/tree.html.twig + admin::base: preferences de collection - Réglages de collection + admin::base: preferences de collection + web/admin/tree.html.twig - - web/admin/structure.html.twig + admin::base: structure - Structure + admin::base: structure + web/admin/structure.html.twig - - admin/databox/databox.html.twig + + admin::base: subdefs to be created : + admin::base: subdefs to be created : + admin/databox/databox.html.twig + + admin::base: supprimer la base - Supprimer la base + admin::base: supprimer la base + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: supprimer tous les logs - Supprimer tous les logs + admin::base: supprimer tous les logs + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: vider la base - Vider la base + admin::base: vider la base + admin/databox/databox.html.twig - - Controller/Admin/Databox.php + admin::base: vider la base avant de la supprimer - Vider la base avant de la supprimer + admin::base: vider la base avant de la supprimer + Controller/Admin/Databox.php - - web/admin/structure.html.twig + admin::base: xml invalide, les changements ne seront pas appliques - Le XML n'est pas valide, les changements ne seront pas appliqués + admin::base: xml invalide, les changements ne seront pas appliques + web/admin/structure.html.twig - - admin/collection/create.html.twig - admin/databox/databox.html.twig + admin::base:collection: Creer une collection - Créer une collection + admin::base:collection: Creer une collection + admin/collection/create.html.twig + admin/databox/databox.html.twig - - admin/databox/databox.html.twig - admin/databox/databox.html.twig + admin::base:collection: Monter une collection - Monter une collection + admin::base:collection: Monter une collection + admin/databox/databox.html.twig + admin/databox/databox.html.twig - - admin/collection/create.html.twig + admin::base:collection: Nom de la nouvelle collection : - Nom : + admin::base:collection: Nom de la nouvelle collection : + admin/collection/create.html.twig - - admin/collection/create.html.twig - admin/databox/databox.html.twig + admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces - Copier les droits utilisateur de la collection : + admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces + admin/collection/create.html.twig + admin/databox/databox.html.twig - + + admin::base:collection: activer la collection + admin::base:collection: activer la collection admin/collection/collection.html.twig admin/collection/collection.html.twig - admin::base:collection: activer la collection - Collection activé - + + admin::base:collection: aucun fichier (minilogo, watermark ...) + admin::base:collection: aucun fichier (minilogo, watermark ...) admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig - admin/collection/collection.html.twig - admin/databox/databox.html.twig - admin::base:collection: aucun fichier (minilogo, watermark ...) - Aucun fichier + admin/databox/databox.html.twig - + + admin::base:collection: descativer la collection + admin::base:collection: descativer la collection admin/collection/collection.html.twig admin/collection/collection.html.twig - admin::base:collection: descativer la collection - Désactiver la collection - - admin/collection/collection.html.twig + admin::base:collection: etat de la collection - Etat de la collection + admin::base:collection: etat de la collection + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::base:collection: etes vous sur darreter la publication de cette collection - Confirmer l'arrêt la publication de cette collection - - + admin::base:collection: etes vous sur darreter la publication de cette collection admin/collection/collection.html.twig + + admin::base:collection: etes vous sur de publier cette collection ? - Confirmer la publication cette collection + admin::base:collection: etes vous sur de publier cette collection ? + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::base:collection: etes vous sur de vider la collection ? - Êtes-vous sûr de vouloir vider la collection ? + admin::base:collection: etes vous sur de vider la collection ? + admin/collection/collection.html.twig - - admin/collection/collection.html.twig - admin::base:collection: image de presentation : - Bandeau de présentation de la collection - - - admin/collection/collection.html.twig + admin::base:collection: minilogo actuel - Minilogo actuel + admin::base:collection: minilogo actuel + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::base:collection: numero de collection distante - ID de collection distante + admin::base:collection: numero de collection distante + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::base:collection: renommer la collection - Renommer + admin::base:collection: renommer la collection + admin/collection/collection.html.twig - - admin/databox/databox.html.twig + admin::base:collection: supprimer le logo - Supprimer le logo + admin::base:collection: supprimer le logo + admin/databox/databox.html.twig - - admin/collection/collection.html.twig + admin::base:collection: vider la collection - Vider + admin::base:collection: vider la collection + admin/collection/collection.html.twig - + + admin::base:collorder: descendre + admin::base:collorder: descendre admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig - admin::base:collorder: descendre - Descendre - + + admin::base:collorder: monter + admin::base:collorder: monter admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig - admin::base:collorder: monter - Monter - + + admin::base:collorder: reinitialiser en ordre alphabetique + admin::base:collorder: reinitialiser en ordre alphabetique admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig - admin::base:collorder: reinitialiser en ordre alphabetique - Ordre alphabétique - - admin/collection/collection.html.twig + admin::colelction::presentation des elements : rien - Par défaut + admin::colelction::presentation des elements : rien + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::colelction::presentation des elements : stamp - Bandeau de notice + admin::colelction::presentation des elements : stamp + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::colelction::presentation des elements : watermark - Fichier de filigrane + admin::colelction::presentation des elements : watermark + admin/collection/collection.html.twig - - admin/user/demand.html.twig + admin::collection - Collection + admin::collection + admin/user/registrations.html.twig - - admin/collection/collection.html.twig + admin::collection: Confirmez vous la suppression de cette collection ? - Confirmer la suppression de la collection ? + admin::collection: Confirmez vous la suppression de cette collection ? + admin/collection/collection.html.twig - - web/admin/tree.html.twig + admin::collection: ordre des collections - Ordre des collections + admin::collection: ordre des collections + web/admin/tree.html.twig - - admin/collection/collection.html.twig + admin::collection:: Gestionnaires des commandes - Gestionnaires des commandes + admin::collection:: Gestionnaires des commandes + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications) - Option d'affichage des documents partagés hors application + admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications) + admin/collection/collection.html.twig - - web/setup/step2.html.twig + admin::compte-utilisateur A propos de la securite des mots de passe : - A propos de la sécurité des mots de passe : + admin::compte-utilisateur A propos de la securite des mots de passe : + web/setup/step2.html.twig - - web/setup/step2.html.twig + admin::compte-utilisateur Les mots de passe doivent etre clairement distincts du login et contenir au moins deux types parmis les caracteres suivants : - Les mots de passe doivent être clairement distincts du login et contenir au moins deux types parmi les caractères suivants : + admin::compte-utilisateur Les mots de passe doivent etre clairement distincts du login et contenir au moins deux types parmis les caracteres suivants : + web/setup/step2.html.twig - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig + admin::compte-utilisateur activite - Activité + admin::compte-utilisateur activite + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur adresse - Adresse + admin::compte-utilisateur adresse + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/common/dialog_export.html.twig - - web/account/account.html.twig + admin::compte-utilisateur changer mon mot de passe - Changer mon mot de passe + admin::compte-utilisateur changer mon mot de passe + web/account/account.html.twig - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur code postal - Code postal + admin::compte-utilisateur code postal + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - web/account/reset-email.html.twig + admin::compte-utilisateur confirmer la nouvelle adresse email - Confirmer l'adresse e-mail + admin::compte-utilisateur confirmer la nouvelle adresse email + web/account/reset-email.html.twig - - web/admin/users.html.twig + admin::compte-utilisateur date de creation - Création + admin::compte-utilisateur date de creation + web/admin/users.html.twig - - web/admin/users.html.twig + admin::compte-utilisateur dernier modele applique - Dernier modèle appliqué + admin::compte-utilisateur dernier modele applique + web/admin/users.html.twig - - Controller/Admin/Users.php - eventsmanager/notify/autoregister.php - web/account/account.html.twig + + admin::compte-utilisateur email + admin::compte-utilisateur email + Controller/Admin/Users.php + web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig - admin/user/demand.html.twig + admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur email - E-mail + web/common/dialog_export.html.twig - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur fax - Fax + admin::compte-utilisateur fax + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - web/admin/users.html.twig + admin::compte-utilisateur id utilisateur - Id + admin::compte-utilisateur id utilisateur + web/admin/users.html.twig - - Core/Provider/RegistrationServiceProvider.php + + admin::compte-utilisateur identifiant + admin::compte-utilisateur identifiant + Core/Provider/RegistrationServiceProvider.php api/auth/end_user_authorization.html.twig - web/account/account.html.twig - web/account/account.html.twig + web/account/account.html.twig + web/account/account.html.twig web/account/reset-email.html.twig web/admin/editusers.html.twig - admin/user/demand.html.twig + admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur identifiant - Identifiant - - api/auth/end_user_authorization.html.twig - web/account/account.html.twig - web/account/reset-email.html.twig - web/common/dialog_export.html.twig - web/setup/step2.html.twig - admin::compte-utilisateur mot de passe - Mot de passe + web/common/dialog_export.html.twig - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - eventsmanager/notify/autoregister.php - web/account/account.html.twig + + admin::compte-utilisateur mot de passe + admin::compte-utilisateur mot de passe + api/auth/end_user_authorization.html.twig + web/account/account.html.twig + web/account/reset-email.html.twig + api/auth/end_user_authorization.html.twig + web/common/dialog_export.html.twig + web/setup/step2.html.twig + + + admin::compte-utilisateur nom + admin::compte-utilisateur nom + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur nom - Nom + admin/user/registrations.html.twig + web/common/dialog_export.html.twig - - web/account/reset-email.html.twig + admin::compte-utilisateur nouvelle adresse email - Nouvelle adresse e-mail + admin::compte-utilisateur nouvelle adresse email + web/account/reset-email.html.twig - - Controller/Admin/Users.php - web/admin/users.html.twig + admin::compte-utilisateur pays - Pays - - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur poste - Poste - - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - eventsmanager/notify/autoregister.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur prenom - Prénom - - - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin::compte-utilisateur sexe - Civilité - - + admin::compte-utilisateur pays Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/admin/users.html.twig + + + admin::compte-utilisateur poste + admin::compte-utilisateur poste + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/common/dialog_export.html.twig + + + admin::compte-utilisateur prenom + admin::compte-utilisateur prenom + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/common/dialog_export.html.twig + + + admin::compte-utilisateur sexe + admin::compte-utilisateur sexe + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + + + admin::compte-utilisateur societe + admin::compte-utilisateur societe + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig - admin/user/demand.html.twig + admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur societe - Société + web/common/dialog_export.html.twig - - Core/Provider/RegistrationServiceProvider.php + admin::compte-utilisateur tel - Téléphone + admin::compte-utilisateur tel + Core/Provider/RegistrationServiceProvider.php - - Controller/Admin/Users.php - web/account/account.html.twig + + admin::compte-utilisateur telephone + admin::compte-utilisateur telephone + Controller/Admin/Users.php + web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur telephone - Téléphone + admin/user/registrations.html.twig + web/common/dialog_export.html.twig - - Controller/Root/Account.php + admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer - Un e-mail de confirmation vient de vous être envoyé. Veuillez suivre les instructions contenues dans ce mail pour continuer + admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer + Controller/Root/Account.php - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur ville - Ville + admin::compte-utilisateur ville + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - Controller/Root/Account.php + admin::compte-utilisateur: L'email a correctement ete mis a jour - L'e-mail a été mis à jour + admin::compte-utilisateur: L'email a correctement ete mis a jour + Controller/Root/Account.php - - web/account/reset-email.html.twig + admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ? - Pourquoi me demande t-on mon mot de passe, pour changer mon adresse e-mail ? + admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ? + web/account/reset-email.html.twig - - web/account/reset-email.html.twig + admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer. - Votre adresse e-mail sera utilisée si vous perdez votre mot de passe afin de pouvoir le réinitialiser, il est important que vous soyez la seule personne à pouvoir la changer. + admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer. + web/account/reset-email.html.twig - - Notification/Mail/MailRequestEmailUpdate.php + admin::compte-utilisateur: email changement de mot d'email Bonjour, nous avons bien recu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. SI vous recevez ce mail sans l'avoir sollicite, merci de le detruire et de l'ignorer. - Bonjour, nous avons bien reçu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. Si vous recevez ce mail sans l'avoir sollicité, merci de le détruire et de l'ignorer. + admin::compte-utilisateur: email changement de mot d'email Bonjour, nous avons bien recu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. SI vous recevez ce mail sans l'avoir sollicite, merci de le detruire et de l'ignorer. + Notification/Mail/MailRequestEmailUpdate.php - - Controller/Root/Account.php + admin::compte-utilisateur: erreur lors de la mise a jour - La mise à jour a échoué + admin::compte-utilisateur: erreur lors de la mise a jour + Controller/Root/Account.php - - web/setup/step2.html.twig + admin::compte-utilisateur::securite caracteres majuscules - Majuscules + admin::compte-utilisateur::securite caracteres majuscules + web/setup/step2.html.twig - - web/setup/step2.html.twig + admin::compte-utilisateur::securite caracteres minuscules - Minuscules + admin::compte-utilisateur::securite caracteres minuscules + web/setup/step2.html.twig - - web/setup/step2.html.twig + admin::compte-utilisateur::securite caracteres numeriques - Numériques + admin::compte-utilisateur::securite caracteres numeriques + web/setup/step2.html.twig - - web/setup/step2.html.twig + admin::compte-utilisateur::securite caracteres speciaux - Spéciaux + admin::compte-utilisateur::securite caracteres speciaux + web/setup/step2.html.twig - - web/account/account.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:ftp: repertoire de destination ftp - Dossier distant + admin::compte-utilisateur:ftp: repertoire de destination ftp + web/account/account.html.twig + web/common/dialog_export.html.twig - - web/account/account.html.twig + admin::compte-utilisateur:ftp: Activer le compte FTP - Activer la fonction FTP + admin::compte-utilisateur:ftp: Activer le compte FTP + web/account/account.html.twig - - Controller/Root/Account.php + admin::compte-utilisateur:ftp: Le mot de passe est errone - Le mot de passe est erroné + admin::compte-utilisateur:ftp: Le mot de passe est errone + Controller/Root/Account.php - - web/account/account.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:ftp: Nombre d'essais max - Nombre d'essais + admin::compte-utilisateur:ftp: Nombre d'essais max + web/account/account.html.twig + web/common/dialog_export.html.twig - - web/account/account.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:ftp: Utiliser le mode passif - Utiliser le mode passif + admin::compte-utilisateur:ftp: Utiliser le mode passif + web/account/account.html.twig + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + admin::compte-utilisateur:ftp: creer un dossier - Créer un dossier + admin::compte-utilisateur:ftp: creer un dossier + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + admin::compte-utilisateur:ftp: ecrire un fichier de log - Ecrire un fichier de Log + admin::compte-utilisateur:ftp: ecrire un fichier de log + web/common/dialog_export.html.twig - - web/account/account.html.twig + admin::compte-utilisateur:ftp: prefixe des noms de dossier ftp - Préfixe des noms de dossier + admin::compte-utilisateur:ftp: prefixe des noms de dossier ftp + web/account/account.html.twig - - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:sexe: madame - Mme + admin::compte-utilisateur:sexe: madame + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:sexe: mademoiselle - Mlle + admin::compte-utilisateur:sexe: mademoiselle + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:sexe: monsieur - M. + admin::compte-utilisateur:sexe: monsieur + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - web/common/menubar.html.twig - admin::monitor: Ancienne version (client) - Classic - - - web/common/menubar.html.twig - admin::monitor: Nouvelle version (prod) - Prod - - - web/admin/connected-users.html.twig + admin::monitor: bases sur lesquelles l'utilisateur est connecte : - Bases connectées + admin::monitor: bases sur lesquelles l'utilisateur est connecte : + web/admin/connected-users.html.twig - - web/admin/connected-users.html.twig + admin::monitor: date de connexion - Date de connexion + admin::monitor: date de connexion + web/admin/connected-users.html.twig - - web/admin/connected-users.html.twig + admin::monitor: dernier access - Dernière connexion + admin::monitor: dernier access + web/admin/connected-users.html.twig - + + admin::monitor: module admin + admin::monitor: module admin Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig - admin::monitor: module admin - Admin + web/admin/connected-users.html.twig + web/common/menubar.html.twig - + + admin::monitor: module client + admin::monitor: module client Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - classes/record/preview.php - web/admin/connected-users.html.twig - admin::monitor: module client - Classic + classes/record/preview.php + web/admin/connected-users.html.twig - + + admin::monitor: module comparateur + admin::monitor: module comparateur Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - web/admin/connected-users.html.twig - admin::monitor: module comparateur - Lightbox + web/admin/connected-users.html.twig - - Controller/Admin/ConnectedUsers.php + admin::monitor: module inconnu - Inconnu + admin::monitor: module inconnu + Controller/Admin/ConnectedUsers.php - + + admin::monitor: module production + admin::monitor: module production Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - classes/record/preview.php - web/admin/connected-users.html.twig - admin::monitor: module production - Production + classes/record/preview.php + web/admin/connected-users.html.twig - + + admin::monitor: module report + admin::monitor: module report Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig - admin::monitor: module report - Report + web/admin/connected-users.html.twig + web/common/menubar.html.twig - + + admin::monitor: module thesaurus + admin::monitor: module thesaurus Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig - admin::monitor: module thesaurus - Thesaurus + web/admin/connected-users.html.twig + web/common/menubar.html.twig - + + admin::monitor: module upload + admin::monitor: module upload Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - web/common/menubar.html.twig - admin::monitor: module upload - Upload + web/common/menubar.html.twig - - Controller/Admin/ConnectedUsers.php - Phrasea/Controller/Lightbox.php - Phrasea/Controller/Lightbox.php - Phrasea/Controller/Lightbox.php - lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig + admin::monitor: module validation - Lightbox + admin::monitor: module validation + Controller/Admin/ConnectedUsers.php + Phrasea/Controller/Lightbox.php + Phrasea/Controller/Lightbox.php + Phrasea/Controller/Lightbox.php + lib/classes/phrasea.php + web/common/menubar.html.twig - - web/admin/connected-users.html.twig + admin::monitor: modules - Modules + admin::monitor: modules + web/admin/connected-users.html.twig - - web/common/menubar.html.twig + admin::monitor: production - Prod + admin::monitor: production + web/common/menubar.html.twig - - web/admin/connected-users.html.twig + admin::monitor: total des utilisateurs uniques : - Utilisateurs uniques + admin::monitor: total des utilisateurs uniques : + web/admin/connected-users.html.twig - - web/admin/connected-users.html.twig + admin::monitor: utilisateur - Utilisateur + admin::monitor: utilisateur + web/admin/connected-users.html.twig - Notification/Mail/MailInfoSomebodyAutoregistered.php admin::register: Inscription automatique sur %application% admin::register: Inscription automatique sur %application% + Notification/Mail/MailInfoSomebodyAutoregistered.php - - Notification/Mail/MailInfoNewOrder.php + admin::register: Nouvelle commande sur %s - Nouvelle commande sur %s + admin::register: Nouvelle commande sur %s + Notification/Mail/MailInfoNewOrder.php - Notification/Mail/MailInfoUserRegistered.php admin::register: demande d'inscription sur %application% admin::register: demande d'inscription sur %application% + Notification/Mail/MailInfoUserRegistered.php - - Notification/Mail/MailInfoUserRegistered.php + admin::register: un utilisateur a fait une demande d'inscription - Un utilisateur a fait une demande d'inscription + admin::register: un utilisateur a fait une demande d'inscription + Notification/Mail/MailInfoUserRegistered.php - - Notification/Mail/MailInfoSomebodyAutoregistered.php + admin::register: un utilisateur s'est inscrit - Un utilisateur s'est inscrit + admin::register: un utilisateur s'est inscrit + Notification/Mail/MailInfoSomebodyAutoregistered.php - - admin/statusbit/edit.html.twig + admin::status: case A - Off + admin::status: case A + admin/statusbit/edit.html.twig - - admin/statusbit/edit.html.twig + admin::status: case B - On + admin::status: case B + admin/statusbit/edit.html.twig - - web/admin/tree.html.twig + admin::status: reglage des status - Réglage des Status + admin::status: reglage des status + web/admin/tree.html.twig - + + admin::status: texte a afficher + admin::status: texte a afficher admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - admin::status: texte a afficher - Texte affiché - + + admin::status:: aucun symbole + admin::status:: aucun symbole admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - admin::status:: aucun symbole - Supprimer l'icône - - web/admin/tree.html.twig + admin::structure: reglage de la structure - Réglage de la structure + admin::structure: reglage de la structure + web/admin/tree.html.twig - admin/collection/suggested_value.html.twig admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. + admin/collection/suggested_value.html.twig - - admin/collection/suggested_value.html.twig + admin::sugval: Valeurs suggerees/Preferences de la collection - Valeurs suggérées - Préférences de la collection + admin::sugval: Valeurs suggerees/Preferences de la collection + admin/collection/suggested_value.html.twig - - admin/collection/suggested_value.html.twig + admin::sugval: champs - Champs + admin::sugval: champs + admin/collection/suggested_value.html.twig - - task-manager/task-editor/task.html.twig + admin::tasks: Nombre de crashes : - Echecs + admin::tasks: Nombre de crashes : + task-manager/task-editor/task.html.twig - - admin/task-manager/list.html.twig - admin::tasks: Nouvelle tache - Nouvelle tâche - - - admin/task-manager/list.html.twig - admin::tasks: nom de la tache - Nom - - - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig - admin::tasks: planificateur de taches - Planificateur de tâches - - - admin/task-manager/list.html.twig - admin::tasks: process_id de la tache - Process_id - - - task-manager/task-editor/task.html.twig + admin::tasks: reinitialiser el compteur de crashes - Ré-initialiser le compteur d'échecs + admin::tasks: reinitialiser el compteur de crashes + task-manager/task-editor/task.html.twig - - admin/task-manager/list.html.twig - admin::tasks: statut de la tache - Statut - - - web/admin/users.html.twig + admin::user: export d'utilisateurs - Export + admin::user: export d'utilisateurs + web/admin/users.html.twig - - web/admin/users.html.twig + admin::user: import d'utilisateurs - Import + admin::user: import d'utilisateurs + web/admin/users.html.twig - - web/admin/users.html.twig + admin::user: nouveau template - Nouveau modèle + admin::user: nouveau template + web/admin/users.html.twig - - web/admin/users.html.twig + admin::user: nouvel utilisateur - Nouvel utilisateur + admin::user: nouvel utilisateur + web/admin/users.html.twig - - web/admin/tree.html.twig + admin::utilisateurs: bases de donnees - Bases + admin::utilisateurs: bases de donnees + web/admin/tree.html.twig - - web/admin/tree.html.twig + admin::utilisateurs: demandes en cours - Demandes + admin::utilisateurs: demandes en cours + web/admin/tree.html.twig - - web/admin/tree.html.twig + admin::utilisateurs: gestionnaire de taches - Gestionnaire de tâches + admin::utilisateurs: gestionnaire de taches + web/admin/tree.html.twig - - web/admin/tree.html.twig - web/admin/tree.html.twig - web/admin/tree.html.twig + admin::utilisateurs: utilisateurs - Utilisateurs + admin::utilisateurs: utilisateurs + web/admin/tree.html.twig + web/admin/tree.html.twig + web/admin/tree.html.twig - - web/admin/connected-users.html.twig - web/admin/tree.html.twig + admin::utilisateurs: utilisateurs connectes - Utilisateurs Connectés + admin::utilisateurs: utilisateurs connectes + web/admin/connected-users.html.twig + web/admin/tree.html.twig - - SearchEngine/SphinxSearch/SphinxSearchEngine.php + aleatoire - Aléatoire + aleatoire + SearchEngine/SphinxSearch/SphinxSearchEngine.php - - actions/Tools/index.html.twig + alert - Alerte + alert + actions/Tools/index.html.twig - - web/admin/dashboard.html.twig + all caches services have been flushed - Tous les services de caches ont été purgés + all caches services have been flushed + web/admin/dashboard.html.twig - - Controller/Prod/Tools.php - actions/Tools/index.html.twig + an error occured - une erreur est survenue + an error occured + Controller/Prod/Tools.php + actions/Tools/index.html.twig - Phrasea/Controller/Setup.php an error occured : %message% an error occured : %message% + Phrasea/Controller/Setup.php - - eventsmanager/notify/downloadmailfail.php + an error occured while exporting records - Une erreur s'est produite lors de l'export d'enregistrements + an error occured while exporting records + eventsmanager/notify/downloadmailfail.php - - prod/actions/Push.html.twig + and %n% more peoples - and %n% autres personnes + and %n% more peoples + prod/actions/Push.html.twig - - web/common/doctype_icons.html.twig + animation flash - animations Flash + animation flash + web/common/doctype_icons.html.twig - - classes/module/report.php + aout - août + aout + classes/module/report.php - - SearchEngine/Elastic/ElasticSearchEngine.php - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + ascendant - Ascendant + ascendant + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php - - web/common/doctype_icons.html.twig + audio - audios + audio + web/common/doctype_icons.html.twig - prod/results/help.html.twig auto* - auto* + auto* + prod/results/help.html.twig - prod/results/help.html.twig automobile - automobile + automobile + prod/results/help.html.twig - classes/module/report.php avril - avril + avril + classes/module/report.php - Controller/Thesaurus/Thesaurus.php bad character at line %line% bad character at line %line% + Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php bad encoding at line %line% bad encoding at line %line% + Controller/Thesaurus/Thesaurus.php - - admin/databox/databox.html.twig + base:: re-indexer - Ré-indexer la base maintenant (selon le nombre de documents, cette opération peut durer plusieurs heures) + base:: re-indexer + admin/databox/databox.html.twig - - eventsmanager/notify/uploadquarantine.php + be notified when a document is placed in quarantine - Recevoir une notification si un document est placé en quarantaine + be notified when a document is placed in quarantine + eventsmanager/notify/uploadquarantine.php - prod/results/help.html.twig bijou en or - bijou en or + bijou en or + prod/results/help.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + boutton:: selectionner aucune base - Aucune + boutton:: selectionner aucune base + web/client/index.html.twig + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + boutton:: selectionner toutes les bases - Toutes + boutton:: selectionner toutes les bases + web/client/index.html.twig + web/prod/index.html.twig - + + boutton::ajouter + boutton::ajouter admin/collection/suggested_value.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig - boutton::ajouter - Ajouter - - Controller/Client/Root.php - Controller/Prod/Language.php - Controller/Prod/Language.php + + boutton::annuler + boutton::annuler + Controller/Client/Root.php + Controller/Prod/Language.php + Controller/Prod/Language.php web/account/reset-email.html.twig admin/collection/create.html.twig - web/admin/index.html.twig + web/admin/index.html.twig admin/publications/fiche.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig @@ -8834,146 +9043,141 @@ Bridge/Youtube/video_modify.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/import-dialog.html.twig - web/thesaurus/link-field-step1.html.twig - web/thesaurus/link-field-step2.html.twig - web/thesaurus/new-synonym-dialog.html.twig - web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig - web/thesaurus/search.html.twig - boutton::annuler - Annuler + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/import-dialog.html.twig + web/thesaurus/link-field-step1.html.twig + web/thesaurus/link-field-step2.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - - web/admin/users.html.twig + boutton::appliquer - Appliquer + boutton::appliquer + web/admin/users.html.twig - + + boutton::chercher + boutton::chercher lib/classes/queries.php lib/classes/queries.php web/admin/users.html.twig - actions/Feedback/list.html.twig - web/prod/thesaurus.js.twig - web/thesaurus/search.html.twig - boutton::chercher - Chercher + actions/Feedback/list.html.twig + web/prod/thesaurus.js.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - + + boutton::choisir + boutton::choisir web/admin/editusers.html.twig web/admin/users.html.twig - boutton::choisir - Choisir - - web/common/dialog_export.html.twig + boutton::commander - Commander + boutton::commander + web/common/dialog_export.html.twig - - Controller/Prod/Language.php - web/admin/databases.html.twig + boutton::creer - Créer + boutton::creer + Controller/Prod/Language.php + web/admin/databases.html.twig - + + boutton::demarrer + boutton::demarrer web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - boutton::demarrer - Diaporama - - prod/feeds/entry_macro.html.twig + boutton::editer - Editer + boutton::editer + prod/feeds/entry_macro.html.twig - - web/lightbox/sc_note.html.twig + boutton::enregistrer - Enregistrer + boutton::enregistrer + web/lightbox/sc_note.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + boutton::envoyer - Envoyer + boutton::envoyer + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + boutton::essayer - Essayer + boutton::essayer + web/common/dialog_export.html.twig - - web/admin/users.html.twig + boutton::exporter - Exporter + boutton::exporter + web/admin/users.html.twig - - Controller/Client/Root.php - Controller/Prod/Language.php - web/client/index.html.twig - web/common/dialog_export.html.twig + + boutton::fermer + boutton::fermer + Controller/Client/Root.php + Controller/Prod/Language.php + web/client/index.html.twig + web/common/dialog_export.html.twig web/lightbox/sc_note.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig prod/actions/Push.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-topics.html.twig - web/thesaurus/link-field-step3.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/export-topics.html.twig + web/thesaurus/link-field-step3.html.twig web/thesaurus/properties.html.twig - boutton::fermer - Fermer - - web/developers/application.html.twig + boutton::generer - Générer + boutton::generer + web/developers/application.html.twig - - prod/actions/printer_default.html.twig + boutton::imprimer - Imprimer + boutton::imprimer + prod/actions/printer_default.html.twig - - actions/publish/publish_edit.html.twig - boutton::mettre a jour - Mettre à jour - - - web/admin/users.html.twig + + boutton::modifier + boutton::modifier + web/admin/users.html.twig Bridge/Dailymotion/actionelement.html.twig Bridge/Flickr/actionelement.html.twig Bridge/Youtube/actionelement.html.twig - boutton::modifier - Modifier - - web/admin/databases.html.twig + boutton::monter - Monter + boutton::monter + web/admin/databases.html.twig - + + boutton::pause + boutton::pause web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - boutton::pause - Pause - + + boutton::precedent + boutton::precedent web/lightbox/feed_options_box.html.twig web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig @@ -8982,56 +9186,51 @@ lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - boutton::precedent - précédent + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig - - actions/publish/publish.html.twig - boutton::publier - Publier - - - Controller/Prod/Language.php - web/client/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + boutton::rechercher - Rechercher - - - actions/Bridge/disconnected.html.twig - boutton::refresh - Rafraîchir - - - web/admin/dashboard.html.twig - boutton::reinitialiser - Ré-initialiser - - - prod/actions/edit_default.html.twig - boutton::remplacer - Remplacer - - - Controller/Client/Root.php + boutton::rechercher Controller/Prod/Language.php - boutton::renouveller - Renouveler + web/client/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig - + + boutton::refresh + boutton::refresh + actions/Bridge/disconnected.html.twig + + + boutton::reinitialiser + boutton::reinitialiser + web/admin/dashboard.html.twig + + + boutton::remplacer + boutton::remplacer + prod/actions/edit_default.html.twig + + + boutton::renouveller + boutton::renouveller + Controller/Client/Root.php + Controller/Prod/Language.php + + + boutton::retour + boutton::retour admin/collection/details.html.twig admin/databox/details.html.twig web/admin/editusers.html.twig admin/publications/fiche.html.twig admin/statusbit/edit.html.twig user/import/file.html.twig - web/developers/application.html.twig + web/developers/application.html.twig web/developers/application_form.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig Bridge/Dailymotion/playlist_deleteelement.html.twig @@ -9045,15 +9244,15 @@ Bridge/Youtube/playlist_deleteelement.html.twig Bridge/Youtube/video_deleteelement.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig - boutton::retour - Retour - - actions/Bridge/error.html.twig + boutton::retry - Recommencer + boutton::retry + actions/Bridge/error.html.twig - + + boutton::suivant + boutton::suivant web/lightbox/feed_options_box.html.twig web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig @@ -9062,22 +9261,20 @@ lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - boutton::suivant - suivant + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig - - Controller/Prod/Language.php - Controller/Thesaurus/Xmlhttp.php + + boutton::supprimer + boutton::supprimer + Controller/Prod/Language.php admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig - admin/collection/collection.html.twig admin/collection/suggested_value.html.twig admin/publications/fiche.html.twig admin/publications/list.html.twig @@ -9090,38 +9287,38 @@ Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig prod/feeds/entry_macro.html.twig - web/prod/thesaurus.js.twig - boutton::supprimer - Supprimer + web/prod/thesaurus.js.twig + web/thesaurus/presets.html.twig - - web/common/dialog_export.html.twig + + boutton::telecharger + boutton::telecharger + web/common/dialog_export.html.twig web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - boutton::telecharger - Télécharger - - web/lightbox/feed.html.twig - lightbox/IE6/feed.html.twig - lightbox/IE6/validate.html.twig - web/lightbox/validate.html.twig + boutton::telecharger tous les documents - Tout télécharger + boutton::telecharger tous les documents + web/lightbox/feed.html.twig + lightbox/IE6/feed.html.twig + lightbox/IE6/validate.html.twig + web/lightbox/validate.html.twig - - web/setup/step2.html.twig - web/setup/step2.html.twig + boutton::tester - Tester + boutton::tester + web/setup/step2.html.twig + web/setup/step2.html.twig - Controller/Prod/Language.php + boutton::valider + Valider + Controller/Prod/Language.php mobile/lightbox/note_form.html.twig - web/account/access.html.twig - web/account/account.html.twig + web/account/account.html.twig web/account/reset-email.html.twig admin/collection/collection.html.twig admin/collection/create.html.twig @@ -9138,8 +9335,8 @@ admin/statusbit/edit.html.twig web/admin/structure.html.twig web/admin/subdefs.html.twig - admin/user/demand.html.twig user/import/view.html.twig + admin/user/registrations.html.twig web/developers/application_form.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig Bridge/Dailymotion/playlist_deleteelement.html.twig @@ -9160,3841 +9357,3757 @@ prod/actions/edit_default.html.twig prod/Baskets/Reorder.html.twig prod/Baskets/Update.html.twig - web/prod/index.html.twig - prod/Story/Reorder.html.twig + web/prod/index.html.twig + prod/Story/Reorder.html.twig web/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/import-dialog.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/import-dialog.html.twig web/thesaurus/index.html.twig - web/thesaurus/link-field-step1.html.twig - web/thesaurus/link-field-step2.html.twig - web/thesaurus/new-synonym-dialog.html.twig - web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig - boutton::valider - Valider + web/thesaurus/link-field-step1.html.twig + web/thesaurus/link-field-step2.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/thesaurus.html.twig - + + boutton::vue graphique + boutton::vue graphique admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig - boutton::vue graphique - Vue Graphique - + + boutton::vue xml + boutton::vue xml admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig - boutton::vue xml - Vue XML - - actions/Tools/index.html.twig + brightness settings - Réglage de luminosité + brightness settings + actions/Tools/index.html.twig - - web/setup/step2.html.twig + button::Install - Installer + button::Install + web/setup/step2.html.twig - - web/developers/applications.html.twig + button::supprimer - Supprimer + button::supprimer + web/developers/applications.html.twig - - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig + cancel - Annuler + cancel + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig - prod/results/help.html.twig cannes SAUF festival - cannes SAUF festival + cannes SAUF festival + prod/results/help.html.twig - - classes/record/exportElement.php + caption XML - Notice XML + caption XML + classes/record/exportElement.php - - classes/record/exportElement.php + caption YAML - Notice YAML + caption YAML + classes/record/exportElement.php - - Controller/Prod/Language.php + cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces - Attention, refuser les «Conditions Générales d'Utilisation» (CGU) implique que vous renoncez à l’accès de cette base. - - + cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces Controller/Prod/Language.php + + cgus :: Vous devez vous reauthentifier pour que vos parametres soient pris en compte. - Les modifications prendront effet à votre prochaine connexion. Déconnectez-vous et reconnectez-vous pour en bénéficier immédiatement. + cgus :: Vous devez vous reauthentifier pour que vos parametres soient pris en compte. + Controller/Prod/Language.php - - classes/databox/cgu.php + cgus :: accepter - Accepter + cgus :: accepter + classes/databox/cgu.php - - classes/databox/cgu.php + cgus :: refuser - Refuser + cgus :: refuser + classes/databox/cgu.php - classes/databox/cgu.php cgus:: CGUs de la base %databox_name% cgus:: CGUs de la base %databox_name% + classes/databox/cgu.php - + + cgus:: CGUs de la base %name% + cgus:: CGUs de la base %name% classes/databox/cgu.php - cgus:: CGUs de la base %s - Conditions Générales d'Utilisation de la base %s - - classes/databox/cgu.php + cgus:: Pour continuer a utiliser lapplication, vous devez accepter les conditions precedentes - Pour continuer, vous devez accepter les Conditions Générales d'Utilisation + cgus:: Pour continuer a utiliser lapplication, vous devez accepter les conditions precedentes + classes/databox/cgu.php - - web/prod/index.html.twig - web/prod/index.html.twig + chargement - Chargement + chargement + web/prod/index.html.twig + web/prod/index.html.twig - + + charger d'avantage de publications + charger d'avantage de publications prod/feeds/feeds.html.twig prod/feeds/feeds.html.twig - charger d'avantage de publications - Charger davantage de publications - - classes/eventsmanager/broker.php + charger d'avantages de notifications - Charger davantage de notifications + charger d'avantages de notifications + classes/eventsmanager/broker.php - - admin/collection/create.html.twig - admin/databox/databox.html.twig - web/prod/index.html.twig + choisir - Choisir + choisir + admin/collection/create.html.twig + admin/databox/databox.html.twig + web/prod/index.html.twig - + + classe + classe web/admin/subdefs.html.twig web/admin/subdefs.html.twig - classe - Classe - - web/admin/subdefs.html.twig + classe d'acces - Classe des sous résolutions + classe d'acces + web/admin/subdefs.html.twig - - web/client/index.html.twig + client:: recherche - Recherche + client:: recherche + web/client/index.html.twig - - web/client/index.html.twig + client:: recherche avancee - Recherche avancée + client:: recherche avancee + web/client/index.html.twig - - web/client/index.html.twig + client:: topics - Thèmes + client:: topics + web/client/index.html.twig - - web/client/answers.html.twig + client::answers: %available_results% reponses - %available_results% résultats + client::answers: %available_results% reponses + web/client/answers.html.twig - - web/client/answers.html.twig + client::answers: rapport de questions par bases - Rapport de questions + client::answers: rapport de questions par bases + web/client/answers.html.twig - - web/client/index.html.twig + client::recherche: cliquez ici pour desactiver tous les filtres de cette base - Désactiver tous les filtres + client::recherche: cliquez ici pour desactiver tous les filtres de cette base + web/client/index.html.twig - - web/client/index.html.twig + client::recherche: cliquez ici pour desactiver tous les filtres de toutes base - Cliquer ici pour désactiver tous les filtres + client::recherche: cliquez ici pour desactiver tous les filtres de toutes base + web/client/index.html.twig - - lib/classes/queries.php + client::recherche: dans les categories - Dans les catégories + client::recherche: dans les categories + lib/classes/queries.php - - web/client/index.html.twig + client::recherche: filter sur - Filtrer - - - web/client/index.html.twig - client::recherche: filtrer par champs - Par champ - - + client::recherche: filter sur web/client/index.html.twig + + + client::recherche: filtrer par champs + client::recherche: filtrer par champs + web/client/index.html.twig + + client::recherche: filtrer par champs : tous les champs - Tous les champs + client::recherche: filtrer par champs : tous les champs + web/client/index.html.twig - - web/client/index.html.twig + client::recherche: filtrer par dates - Par date + client::recherche: filtrer par dates + web/client/index.html.twig - - web/client/index.html.twig + client::recherche: filtrer par status - Par status + client::recherche: filtrer par status + web/client/index.html.twig - - web/client/index.html.twig + client::recherche: rechercher dans les bases : - Rechercher : + client::recherche: rechercher dans les bases : + web/client/index.html.twig - - web/client/index.html.twig + client::recherche: rechercher dans toutes les bases - Toutes les bases + client::recherche: rechercher dans toutes les bases + web/client/index.html.twig - - web/report/listColumn.html.twig + cocher tout - Tout cocher + cocher tout + web/report/listColumn.html.twig - - web/common/dialog_export.html.twig + commande::deadline - Date limite + commande::deadline + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + commande::utilisation prevue - Utilisation prévue + commande::utilisation prevue + web/common/dialog_export.html.twig - - Controller/Report/Activity.php - Controller/Report/Root.php + configuration - Configuration + configuration + Controller/Report/Activity.php + Controller/Report/Root.php - - actions/Tools/index.html.twig + contrast settings - Réglage de contraste + contrast settings + actions/Tools/index.html.twig - actions/Bridge/element_list.html.twig dans %category% - dans %category% + dans %category% + actions/Bridge/element_list.html.twig - prod/feeds/entry_macro.html.twig dans %feed_name% - dans %feed_name% + dans %feed_name% + prod/feeds/entry_macro.html.twig - + + date dajout + date dajout SearchEngine/Elastic/ElasticSearchEngine.php SearchEngine/SphinxSearch/SphinxSearchEngine.php - date dajout - Date d'ajout - - classes/module/report.php + decembre - décembre + decembre + classes/module/report.php - - prod/WorkZone/Macros.html.twig + delete - Supprimer + delete + prod/WorkZone/Macros.html.twig - - SearchEngine/Elastic/ElasticSearchEngine.php - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + descendant - Descendant + descendant + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php - - actions/Tools/confirm.html.twig + do you want to validate - Souhaitez vous valider l'opération? + do you want to validate + actions/Tools/confirm.html.twig - + + document + document web/admin/subdefs.html.twig web/admin/subdefs.html.twig web/common/doctype_icons.html.twig - document - documents - + + document original + document original classes/record/exportElement.php classes/record/exportElement.php - document original - Document original - prod/results/help.html.twig dé?it - dé?it + dé?it + prod/results/help.html.twig - - prod/actions/edit_default.html.twig + + edit + edit + web/account/account.html.twig + web/account/account.html.twig + web/account/account.html.twig + prod/WorkZone/Macros.html.twig + + edit: chosiir limage du regroupement - Définir comme image principale + edit: chosiir limage du regroupement + prod/actions/edit_default.html.twig - - Controller/Prod/Language.php + edit:: Ajouter %s au champ courrant - Ajouter %s au champ courrant + edit:: Ajouter %s au champ courrant + Controller/Prod/Language.php - - Controller/Prod/Language.php + edit:: Ajouter %s au champ courrant pour les records selectionnes - Ajouter %s au champ courant pour les documents sélectionnés - - + edit:: Ajouter %s au champ courrant pour les records selectionnes Controller/Prod/Language.php + + edit:: Supprimer %s du champ courrant - Supprimer %s du champ courant + edit:: Supprimer %s du champ courrant + Controller/Prod/Language.php - - Controller/Prod/Language.php + edit:: Supprimer %s du champ dans les records selectionnes - Supprimer %s du champ pour les documents sélectionnés + edit:: Supprimer %s du champ dans les records selectionnes + Controller/Prod/Language.php - - prod/actions/edit_default.html.twig + edit::Certains champs doivent etre remplis pour valider cet editing - Certains champs doivent être remplis pour valider + edit::Certains champs doivent etre remplis pour valider cet editing + prod/actions/edit_default.html.twig - - Controller/Prod/Language.php + edit::certains documents possedent des champs requis non remplis. Merci de les remplir pour valider votre editing - Certains documents possèdent des champs requis non remplis. Merci de leur donner une valeur avant de valider + edit::certains documents possedent des champs requis non remplis. Merci de les remplir pour valider votre editing + Controller/Prod/Language.php - - prod/actions/edit_default.html.twig + edit::preset:: titre - Nom du modèle + edit::preset:: titre + prod/actions/edit_default.html.twig - web/thesaurus/load-thesaurus.html.twig effacer (OK) ou quitter (Annuler) ? effacer (OK) ou quitter (Annuler) ? + web/thesaurus/load-thesaurus.html.twig - - prod/templates/push.html.twig + element(s) - élément(s) + element(s) + prod/templates/push.html.twig - - eventsmanager/notify/downloadmailfail.php + email is not valid - Adresse email non valide + email is not valid + eventsmanager/notify/downloadmailfail.php - - prod/actions/collection_default.html.twig + erreur : Vous n'avez pas les droits - Vous ne possédez pas les autorisations d'accès requises + erreur : Vous n'avez pas les droits + prod/actions/collection_default.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + example : fr,en - exemple : fr, en + example : fr,en + task-manager/task-editor/phraseanet-indexer.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + export:: FTP - FTP + export:: FTP + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - Controller/Client/Root.php + export:: aucun document n'est disponible au telechargement - Aucun document n'est disponible au téléchargement + export:: aucun document n'est disponible au telechargement + Controller/Client/Root.php - - web/common/dialog_export.html.twig + export:: commande - Commander - - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - export:: envoi par mail - E-Mail - - - prod/actions/printer_default.html.twig - export:: erreur : aucun document selectionne - Erreur : aucun document sélectionné - - - web/common/dialog_export.html.twig + export:: commande web/common/dialog_export.html.twig + + + export:: envoi par mail + export:: envoi par mail + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + + + export:: erreur : aucun document selectionne + export:: erreur : aucun document selectionne + prod/actions/printer_default.html.twig + + export:: telechargement - Téléchargement + export:: telechargement + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - classes/set/export.php + export::ftp: reglages manuels - Réglages manuels + export::ftp: reglages manuels + classes/set/export.php - - web/common/dialog_export.html.twig + export::mail: contenu du mail - Texte + export::mail: contenu du mail + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + export::mail: destinataire - A + export::mail: destinataire + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + export::mail: fichiers joint - Fichier(s) joint(s) + export::mail: fichiers joint + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + export::titre: nom original du document - Nom original + export::titre: nom original du document + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + export::titre: titre du documument - Titre + export::titre: titre du documument + web/common/dialog_export.html.twig - - eventsmanager/notify/downloadmailfail.php + failed to send mail - Echec de l'envoi d'email + failed to send mail + eventsmanager/notify/downloadmailfail.php - - classes/module/report.php + fevrier - février + fevrier + classes/module/report.php - - Controller/Prod/Tools.php - Controller/Prod/Tools.php - Controller/Prod/Tools.php - Controller/Prod/Tools.php + file is not valid - Le fichier n'est pas valide + file is not valid + Controller/Prod/Tools.php + Controller/Prod/Tools.php + Controller/Prod/Tools.php + Controller/Prod/Tools.php - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php filtrer les resultats sur la colonne %colonne% filtrer les resultats sur la colonne %colonne% + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php - eventsmanager/notify/uploadquarantine.php for the following reasons : %reasons% for the following reasons : %reasons% + eventsmanager/notify/uploadquarantine.php - + + forms::ce champ est requis + forms::ce champ est requis web/setup/step2.html.twig web/setup/step2.html.twig - forms::ce champ est requis - Ce champ est requis - - Controller/Root/Account.php - forms::erreurs lors de l'enregistrement des modifications - Erreur lors de l'enregistrement des modifications - - - Controller/Root/Account.php + forms::l'email semble invalide - L'e-mail semble invalide + forms::l'email semble invalide + Controller/Root/Account.php - - web/setup/step2.html.twig + forms::la valeur donnee est trop courte - Trop court + forms::la valeur donnee est trop courte + web/setup/step2.html.twig - - web/setup/step2.html.twig + forms::le mot de passe est bon - Bon + forms::le mot de passe est bon + web/setup/step2.html.twig - - web/setup/step2.html.twig + forms::le mot de passe est tres bon - Très bon + forms::le mot de passe est tres bon + web/setup/step2.html.twig - - web/setup/step2.html.twig + forms::le mot de passe est trop similaire a l'identifiant - Trop similaire à l'identifiant + forms::le mot de passe est trop similaire a l'identifiant + web/setup/step2.html.twig - + + forms::le mot de passe est trop simple + forms::le mot de passe est trop simple web/setup/step2.html.twig web/setup/step2.html.twig - forms::le mot de passe est trop simple - Trop simple - - Controller/Root/Account.php + forms::les emails ne correspondent pas - Les e-mails ne correspondent pas + forms::les emails ne correspondent pas + Controller/Root/Account.php - - web/setup/step2.html.twig + forms::les mots de passe ne correspondent pas - Les mots de passe ne correspondent pas + forms::les mots de passe ne correspondent pas + web/setup/step2.html.twig - - web/setup/step2.html.twig + forms::merci d'entrer une adresse e-mail valide - Veuillez saisir une adresse e-mail valide + forms::merci d'entrer une adresse e-mail valide + web/setup/step2.html.twig - - admin/databox/databox.html.twig + forms::operation effectuee OK - Modifications effectuées + forms::operation effectuee OK + admin/databox/databox.html.twig - - web/common/doctype_icons.html.twig + + from + from + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + image - images + image + web/common/doctype_icons.html.twig - - actions/Tools/index.html.twig + image rotation - Rotation d'images + image rotation + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + image tool - Rotation + image tool + actions/Tools/index.html.twig - - Controller/Client/Root.php - Controller/Prod/Language.php + invite:: Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annulez - Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annuler + invite:: Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annulez + Controller/Client/Root.php + Controller/Prod/Language.php - classes/module/report.php janvier - janvier + janvier + classes/module/report.php - prod/results/help.html.twig journal OU jt - journal OU jt + journal OU jt + prod/results/help.html.twig - classes/module/report.php juillet - juillet + juillet + classes/module/report.php - classes/module/report.php juin - juin + juin + classes/module/report.php - - login/include/language-block.html.twig + language - Langue + language + login/include/language-block.html.twig - - actions/Bridge/deactivated.html.twig + le service sera de nouveau disponible dans quelques minutes - Le service sera de nouveau disponible dans quelques minutes. + le service sera de nouveau disponible dans quelques minutes + actions/Bridge/deactivated.html.twig - + + lightbox::recaptitulatif + lightbox::recaptitulatif web/lightbox/agreement_box.html.twig lightbox/IE6/agreement_box.html.twig - web/lightbox/validate.html.twig - lightbox::recaptitulatif - Récapitulatif + web/lightbox/validate.html.twig - - web/account/account.html.twig + login:: Changer mon adresse email - Changer mon adresse e-mail + login:: Changer mon adresse email + web/account/account.html.twig - - web/login/index.html.twig + login:: Envoyer a nouveau le mail de confirmation - Envoyez moi à nouveau un e-mail de confirmation. + login:: Envoyer a nouveau le mail de confirmation + web/login/index.html.twig - - Notification/Mail/MailRequestPasswordUpdate.php + login:: Forgot your password - Mot de passe oublié ? + login:: Forgot your password + Notification/Mail/MailRequestPasswordUpdate.php - - web/account/account.html.twig - web/common/menubar.html.twig + login:: Mon compte - Mon Compte + login:: Mon compte + web/account/account.html.twig + web/common/menubar.html.twig - - Notification/Mail/MailRequestPasswordUpdate.php + login:: Visitez le lien suivant et suivez les instructions pour continuer, sinon ignorez cet email et il ne se passera rien - Visitez le lien suivant et suivez les instructions pour continuer, sinon ignorez cet e-mail et il ne se passera rien. + login:: Visitez le lien suivant et suivez les instructions pour continuer, sinon ignorez cet email et il ne se passera rien + Notification/Mail/MailRequestPasswordUpdate.php - - actions/Bridge/disconnected.html.twig + login:: connexion - Connexion + login:: connexion + actions/Bridge/disconnected.html.twig - - Controller/Api/Oauth2.php - Controller/Root/Login.php + login::erreur: Erreur d'authentification - Erreur d'authentification + login::erreur: Erreur d'authentification + Controller/Api/Oauth2.php + Controller/Root/Login.php - - Controller/Root/Login.php + login::erreur: No available connection - Please contact sys-admin - Connexion impossible, contactez un administrateur système + login::erreur: No available connection - Please contact sys-admin + Controller/Root/Login.php - - Controller/Root/Login.php + login::erreur: Vous n'avez pas confirme votre email - Accès impossible, vous n'avez pas confirmé votre adresse e-mail. + login::erreur: Vous n'avez pas confirme votre email + Controller/Root/Login.php - - Controller/Root/Account.php + login::notification: Changements enregistres - Changements confirmés + login::notification: Changements enregistres + Controller/Root/Account.php - - Controller/Root/Account.php - Controller/Root/Login.php + login::notification: Mise a jour du mot de passe avec succes - Mise à jour du mot de passe effectuée + login::notification: Mise a jour du mot de passe avec succes + Controller/Root/Account.php + Controller/Root/Login.php - - Controller/Root/Account.php - login::notification: Vos demandes ont ete prises en compte - Vos demandes ont été prises en compte - - - Controller/Root/Login.php - Controller/Root/Login.php + login::notification: demande de confirmation par mail envoyee - Demande de confirmation envoyée par e-mail + login::notification: demande de confirmation par mail envoyee + Controller/Root/Login.php + Controller/Root/Login.php - - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - web/account/access.html.twig - web/account/access.html.twig + login::register: Faire une demande d'acces - Faire une demande d'accès + login::register: Faire une demande d'acces + web/account/access.html.twig - - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - web/account/access.html.twig - web/account/access.html.twig + login::register: L'acces aux bases ci-dessous implique l'acceptation des Conditions Generales d'Utilisation (CGU) suivantes - L'accès aux collections ci-dessous implique l'acceptation des Conditions Générales d'Utilisation suivantes + login::register: L'acces aux bases ci-dessous implique l'acceptation des Conditions Generales d'Utilisation (CGU) suivantes + web/account/access.html.twig - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces authorise sur la collection - Accès autorisé sur : - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces refuse sur la collection - Accès refusé sur : - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces supendu sur - Accès suspendu sur : - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces temporaire sur - Accès temporaire sur : - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces temporaire termine sur - Accès temporaire terminé sur : - - - Notification/Mail/MailRequestEmailConfirmation.php + login::register: email confirmation email Pour valider votre inscription a la base de donnees, merci de confirmer votre e-mail en suivant le lien ci-dessous. - Pour valider votre inscription, merci de confirmer votre e-mail en suivant le lien ci-dessous. + login::register: email confirmation email Pour valider votre inscription a la base de donnees, merci de confirmer votre e-mail en suivant le lien ci-dessous. + Notification/Mail/MailRequestEmailConfirmation.php - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: en attente d'acces sur - En attente d'accès sur : - - + + login::register: merci d'avoir confirme votre adresse email + login::register: merci d'avoir confirme votre adresse email Notification/Mail/MailSuccessEmailConfirmationRegistered.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - login::register: merci d'avoir confirme votre adresse email - Merci d'avoir confirmé votre adresse e-mail - + + login::register: sujet email : confirmation de votre adresse email + login::register: sujet email : confirmation de votre adresse email Notification/Mail/MailRequestEmailConfirmation.php Notification/Mail/MailRequestEmailUpdate.php - login::register: sujet email : confirmation de votre adresse email - Confirmation de votre adresse e-mail - - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig + login::register::CGU: lire les CGU - Lire les CGU + login::register::CGU: lire les CGU + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig - - Notification/Mail/MailSuccessAccessRequest.php + login::register:email: Voici un compte rendu du traitement de vos demandes d'acces : - Compte rendu du traitement de vos demandes d'accès. + login::register:email: Voici un compte rendu du traitement de vos demandes d'acces : + Notification/Mail/MailSuccessAccessRequest.php - Notification/Mail/MailSuccessAccessRequest.php login::register:email: Votre compte %application% login::register:email: Votre compte %application% + Notification/Mail/MailSuccessAccessRequest.php - Controller/Admin/Users.php login::register:email: Vous avez ete accepte sur les collections suivantes : login::register:email: Vous avez ete accepte sur les collections suivantes : + Controller/Admin/Users.php - Controller/Admin/Users.php login::register:email: Vous avez ete refuse sur les collections suivantes : login::register:email: Vous avez ete refuse sur les collections suivantes : + Controller/Admin/Users.php - classes/module/report.php mai - mai + mai + classes/module/report.php - classes/module/report.php mars - mars + mars + classes/module/report.php + maximum : %maxFileSizeReadable% + maximum : %maxFileSizeReadable% prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - maximum : %maxFileSizeReadable% - maximum : %maxFileSizeReadable% - - web/admin/subdefs.html.twig + mediatype - Type média + mediatype + web/admin/subdefs.html.twig - - actions/Tools/index.html.twig + meta-datas - Métadonnées + meta-datas + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + mettre a jour le nom original de fichier apres substitution - Mettre à jour le nom original du fichier après substitution + mettre a jour le nom original de fichier apres substitution + actions/Tools/index.html.twig - - Model/Entities/User.php - classes/User/Adapter.php - modele %name% - modele %name% + + name + name + admin/task-manager/index.html.twig - - web/developers/application_form.html.twig + new client application - Nouvelle application cliente + new client application + web/developers/application_form.html.twig - - web/account/sessions.html.twig + + no + no + web/account/sessions.html.twig web/admin/subdefs.html.twig user/import/view.html.twig web/common/technical_datas.html.twig - no - Non - - actions/Tools/index.html.twig + no image selected - Aucune image sélectionnée + no image selected + actions/Tools/index.html.twig - + + non + non web/admin/statusbit.html.twig web/admin/statusbit.html.twig - non - Non - - web/lightbox/feed.html.twig - lightbox/IE6/feed.html.twig - lightbox/IE6/validate.html.twig - web/lightbox/validate.html.twig + notice - Notice + notice + web/lightbox/feed.html.twig + lightbox/IE6/feed.html.twig + lightbox/IE6/validate.html.twig + web/lightbox/validate.html.twig - - actions/Bridge/index.html.twig + nouveau - Nouveau + nouveau + actions/Bridge/index.html.twig - classes/module/report.php novembre - novembre + novembre + classes/module/report.php - classes/module/report.php octobre - octobre + octobre + classes/module/report.php - - prod/actions/Push.html.twig + or - ou bien + or + prod/actions/Push.html.twig - + + oui + oui web/admin/statusbit.html.twig web/admin/statusbit.html.twig - oui - Oui - Controller/Thesaurus/Thesaurus.php over-indent at line %line% over-indent at line %line% + Controller/Thesaurus/Thesaurus.php - - Controller/Prod/Language.php - Controller/Prod/Language.php + panier:: Un reportage ne peux recevoir que des elements provenants de la base ou il est enregistre - Un reportage ne peut recevoir des éléments provenant d'une base autre que celle à laquelle il est rattaché + panier:: Un reportage ne peux recevoir que des elements provenants de la base ou il est enregistre + Controller/Prod/Language.php + Controller/Prod/Language.php - prod/Baskets/Update.html.twig panier:: description Description du panier + prod/Baskets/Update.html.twig - prod/Baskets/Update.html.twig panier:: nom Nom du panier + prod/Baskets/Update.html.twig - - prod/WorkZone/Macros.html.twig + panier:: ordre Validation ascendante - Mieux noté + panier:: ordre Validation ascendante + prod/WorkZone/Macros.html.twig - - prod/WorkZone/Macros.html.twig + panier:: ordre Validation descendante - Moins noté + panier:: ordre Validation descendante + prod/WorkZone/Macros.html.twig - - prod/WorkZone/Macros.html.twig + panier:: ordre du panier - Ordre du panier + panier:: ordre du panier + prod/WorkZone/Macros.html.twig - - Controller/Prod/Language.php + panier:: renommer le panier - Renommer + panier:: renommer le panier + Controller/Prod/Language.php - - Controller/Prod/Language.php + panier:: vous ne pouvez pas supprimer un panier public - Vous ne possédez pas les autorisations d'accès requises pour supprimer un panier public + panier:: vous ne pouvez pas supprimer un panier public + Controller/Prod/Language.php - - Controller/Prod/Language.php + panier::Attention, vous etes sur le point de supprimer un element du reportage. Merci de confirmer votre action. - Attention, vous êtes sur le point de supprimer un élément du reportage. Merci de confirmer votre action. + panier::Attention, vous etes sur le point de supprimer un element du reportage. Merci de confirmer votre action. + Controller/Prod/Language.php - - Controller/Prod/Language.php + panier::Supression d'un element d'un reportage - Suppression d'un élément d'un reportage + panier::Supression d'un element d'un reportage + Controller/Prod/Language.php - + + paniers:: %nb_basket_elements% documents dans le panier + paniers:: %nb_basket_elements% documents dans le panier web/client/baskets.html.twig web/client/baskets.html.twig - paniers:: %nb_basket_elements% documents dans le panier - %nb_basket_elements% documents dans le panier - - Controller/Client/Root.php - Controller/Client/Root.php + paniers:: Quel nom souhaitez vous donner a votre panier ? - Nom du panier + paniers:: Quel nom souhaitez vous donner a votre panier ? + Controller/Client/Root.php + Controller/Client/Root.php - - web/client/baskets.html.twig + paniers:: panier emis par %pusher_name% - Panier adressé par %pusher_name% + paniers:: panier emis par %pusher_name% + web/client/baskets.html.twig - - prod/WorkZone/Macros.html.twig + paniers:: panier recu de %pusher% - Panier reçu de %pusher% + paniers:: panier recu de %pusher% + prod/WorkZone/Macros.html.twig - - web/client/baskets.html.twig + paniers:: vous avez de nouveaux paniers non consultes - Nouveau(x) panier(s) reçu(s) (Vous avez reçu des nouveaux paniers) + paniers:: vous avez de nouveaux paniers non consultes + web/client/baskets.html.twig - - Controller/Client/Root.php - Controller/Prod/Language.php + paniers::Vous etes sur le point de supprimer ce panier. Cette action est irreversible. Souhaitez-vous continuer ? - Vous êtes sur le point de supprimer ce panier. Cette action est irréversible. Souhaitez vous continuer ? - - - web/client/baskets.html.twig - paniers::categories: mes paniers - Mes paniers - - - web/client/baskets.html.twig - paniers::categories: paniers recus - Paniers reçus - - - prod/Baskets/Create.html.twig - paniers::description du nouveau panier - Donner une description au nouveau panier - - - web/account/authorized_apps.html.twig - par %user_name% - par %user_name% - - - web/admin/editusers_quotas.html.twig - par mois - par mois - - - SearchEngine/Elastic/ElasticSearchEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php - pertinence - Pertinence - - - Form/Configuration/ExecutablesFormType.php - php.ini path - Chemin du répertoire de fichier php.ini - - - web/admin/databases.html.twig - phraseanet:: Creer une base sur un serveur different de l'application box - Créer une base sur un autre serveur - - - Controller/Prod/Language.php - phraseanet:: Erreur - Erreur - - - web/admin/databases.html.twig - phraseanet:: Modele de donnees - Modèles de structure XML - - - web/admin/databases.html.twig - phraseanet:: Monter une base provenant d'un serveur different de l'application box - Monter une base provenant d'un serveur different de l'application box - - - Controller/Root/Login.php - phraseanet:: Un email vient de vous etre envoye - Un e-mail vient de vous être envoyé - - - web/common/menubar.html.twig - phraseanet:: a propos - A propos - - - web/account/account.html.twig - admin/collection/collection.html.twig - web/admin/connected-users.html.twig - web/common/dialog_export.html.twig - web/setup/step2.html.twig - phraseanet:: adresse - Adresse - - - web/common/menubar.html.twig - phraseanet:: aide - Aide - - - web/thesaurus/index.html.twig - phraseanet:: choisir - Choisir - - - admin/collection/collection.html.twig - phraseanet:: collection - Collection - - - web/client/index.html.twig - phraseanet:: collections - Collections - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: dbname - Nom de la base - - - web/common/menubar.html.twig - actions/Bridge/wrapper.html.twig - phraseanet:: deconnection - Déconnexion - - - admin/collection/collection.html.twig - admin/databox/databox.html.twig - phraseanet:: details - Détails - - - web/client/index.html.twig - phraseanet:: historique - Historique - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: hostname - Nom de l'hôte - - - web/thesaurus/new-synonym-dialog.html.twig - phraseanet:: language - Langue - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: password - Mot de passe - - - web/admin/databases.html.twig - web/admin/databases.html.twig - web/setup/step2.html.twig - phraseanet:: port - Port - - - web/common/dialog_export.html.twig - phraseanet:: prereglages - Pré-réglages - - - web/client/index.html.twig - phraseanet:: presentation des resultats - Présentation - - - prod/actions/edit_default.html.twig - phraseanet:: presse-papier - Presse-papier - - - prod/actions/edit_default.html.twig - prod/actions/printer_default.html.twig - phraseanet:: preview - Prévisualisation - - - web/client/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - phraseanet:: propositions - Propositions - - - web/common/menubar.html.twig - phraseanet:: raccourcis clavier - Raccourcis - - - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - phraseanet:: sous definition - Sous-définition - - - prod/actions/edit_default.html.twig - web/prod/index.html.twig - web/thesaurus/index.html.twig - web/thesaurus/load-thesaurus.html.twig - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig - phraseanet:: thesaurus - Thésaurus - - - web/thesaurus/export-topics-dialog.html.twig - phraseanet:: tri - Tri - - - web/prod/index.html.twig - web/prod/index.html.twig - web/thesaurus/export-topics-dialog.html.twig - phraseanet:: tri par date - Tri par date - - - web/prod/index.html.twig - web/prod/index.html.twig - phraseanet:: tri par nom - Tri alphabétique - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: user - Utilisateur - - - web/common/dialog_export.html.twig - phraseanet:: utiliser SSL - SSL - - - Controller/Prod/Language.php - phraseanet::Ne plus afficher ce message - Ne plus afficher ce message - - - Controller/Prod/Language.php - admin/collection/suggested_value.html.twig - prod/actions/edit_default.html.twig - web/thesaurus/thesaurus.html.twig - phraseanet::chargement - Chargement - - - Controller/Client/Root.php - Controller/Prod/Language.php - web/admin/index.html.twig - phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible - La connexion au serveur Phraseanet semble être indisponible. - - - Controller/Root/Login.php - phraseanet::erreur: Le compte n'a pas ete trouve - Le compte n'a pas été trouvé - - + paniers::Vous etes sur le point de supprimer ce panier. Cette action est irreversible. Souhaitez-vous continuer ? Controller/Client/Root.php Controller/Prod/Language.php - web/admin/index.html.twig - phraseanet::erreur: Une erreur est survenue, si ce probleme persiste, contactez le support technique - Une erreur est survenue, si le problème persiste, contactez le support technique - - Controller/Client/Root.php + + paniers::categories: mes paniers + paniers::categories: mes paniers + web/client/baskets.html.twig + + + paniers::categories: paniers recus + paniers::categories: paniers recus + web/client/baskets.html.twig + + + paniers::description du nouveau panier + Donner une description au nouveau panier + prod/Baskets/Create.html.twig + + + par %user_name% + par %user_name% + web/account/authorized_apps.html.twig + + + par mois + par mois + web/admin/editusers_quotas.html.twig + + + pertinence + pertinence + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php + + + php.ini path + php.ini path + Form/Configuration/ExecutablesFormType.php + + + phraseanet:: Creer une base sur un serveur different de l'application box + phraseanet:: Creer une base sur un serveur different de l'application box + web/admin/databases.html.twig + + + phraseanet:: Erreur + phraseanet:: Erreur + Controller/Prod/Language.php + + + phraseanet:: Modele de donnees + phraseanet:: Modele de donnees + web/admin/databases.html.twig + + + phraseanet:: Monter une base provenant d'un serveur different de l'application box + phraseanet:: Monter une base provenant d'un serveur different de l'application box + web/admin/databases.html.twig + + + phraseanet:: Un email vient de vous etre envoye + phraseanet:: Un email vient de vous etre envoye + Controller/Root/Login.php + + + phraseanet:: a propos + phraseanet:: a propos + web/common/menubar.html.twig + + + phraseanet:: adresse + phraseanet:: adresse + web/account/account.html.twig + admin/collection/collection.html.twig + web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/setup/step2.html.twig + + + phraseanet:: aide + phraseanet:: aide + web/common/menubar.html.twig + + + phraseanet:: choisir + phraseanet:: choisir + web/thesaurus/index.html.twig + + + phraseanet:: collection + phraseanet:: collection + admin/collection/collection.html.twig + + + phraseanet:: collections + phraseanet:: collections + web/client/index.html.twig + + + phraseanet:: dbname + phraseanet:: dbname + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: deconnection + phraseanet:: deconnection + web/common/menubar.html.twig + actions/Bridge/wrapper.html.twig + + + phraseanet:: details + phraseanet:: details + admin/collection/collection.html.twig + admin/databox/databox.html.twig + + + phraseanet:: historique + phraseanet:: historique + web/client/index.html.twig + + + phraseanet:: hostname + phraseanet:: hostname + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: language + phraseanet:: language + web/thesaurus/thesaurus.html.twig + + + phraseanet:: password + phraseanet:: password + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: port + phraseanet:: port + web/admin/databases.html.twig + web/admin/databases.html.twig + web/setup/step2.html.twig + + + phraseanet:: prereglages + phraseanet:: prereglages + web/common/dialog_export.html.twig + + + phraseanet:: presentation des resultats + phraseanet:: presentation des resultats + web/client/index.html.twig + + + phraseanet:: presse-papier + phraseanet:: presse-papier + prod/actions/edit_default.html.twig + + + phraseanet:: preview + phraseanet:: preview + prod/actions/edit_default.html.twig + prod/actions/printer_default.html.twig + + + phraseanet:: propositions + phraseanet:: propositions + web/client/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + + + phraseanet:: raccourcis clavier + phraseanet:: raccourcis clavier + web/common/menubar.html.twig + + + phraseanet:: sous definition + phraseanet:: sous definition + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + phraseanet:: thesaurus + phraseanet:: thesaurus + prod/actions/edit_default.html.twig + web/prod/index.html.twig + web/thesaurus/index.html.twig + web/thesaurus/load-thesaurus.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig + + + phraseanet:: tri + phraseanet:: tri + web/thesaurus/export-topics-dialog.html.twig + + + phraseanet:: tri par date + phraseanet:: tri par date + web/prod/index.html.twig + web/prod/index.html.twig + web/thesaurus/export-topics-dialog.html.twig + + + phraseanet:: tri par nom + phraseanet:: tri par nom + web/prod/index.html.twig + web/prod/index.html.twig + + + phraseanet:: user + phraseanet:: user + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: utiliser SSL + phraseanet:: utiliser SSL + web/common/dialog_export.html.twig + + + phraseanet::Ne plus afficher ce message + phraseanet::Ne plus afficher ce message + Controller/Prod/Language.php + + + phraseanet::chargement + phraseanet::chargement + Controller/Prod/Language.php + admin/collection/suggested_value.html.twig + prod/actions/edit_default.html.twig + web/thesaurus/thesaurus.html.twig + + + phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible + phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible + Controller/Client/Root.php Controller/Prod/Language.php - web/admin/index.html.twig + web/admin/index.html.twig + + + phraseanet::erreur: Une erreur est survenue, si ce probleme persiste, contactez le support technique + phraseanet::erreur: Une erreur est survenue, si ce probleme persiste, contactez le support technique + Controller/Client/Root.php + Controller/Prod/Language.php + web/admin/index.html.twig + + phraseanet::erreur: Votre session est fermee, veuillez vous re-authentifier - Votre session a expiré. Veuillez vous ré-authentifier + phraseanet::erreur: Votre session est fermee, veuillez vous re-authentifier + Controller/Client/Root.php + Controller/Prod/Language.php + web/admin/index.html.twig + web/thesaurus/thesaurus.html.twig - - Controller/Root/Account.php + phraseanet::erreur: echec du serveur de mail - Echec du serveur de mails + phraseanet::erreur: echec du serveur de mail + Controller/Root/Account.php - - classes/module/report.php + phraseanet::jours:: dimanche - Dimanche + phraseanet::jours:: dimanche + classes/module/report.php - - classes/module/report.php + phraseanet::jours:: jeudi - Jeudi + phraseanet::jours:: jeudi + classes/module/report.php - - classes/module/report.php + phraseanet::jours:: lundi - Lundi + phraseanet::jours:: lundi + classes/module/report.php - - classes/module/report.php + phraseanet::jours:: mardi - Mardi - - - classes/module/report.php - phraseanet::jours:: mercredi - Mercredi - - - classes/module/report.php - phraseanet::jours:: samedi - Samedi - - + phraseanet::jours:: mardi classes/module/report.php + + + phraseanet::jours:: mercredi + phraseanet::jours:: mercredi + classes/module/report.php + + + phraseanet::jours:: samedi + phraseanet::jours:: samedi + classes/module/report.php + + phraseanet::jours:: vendredi - Vendredi + phraseanet::jours:: vendredi + classes/module/report.php - - Controller/Prod/Language.php + phraseanet::recherche avancee - Recherche avancée + phraseanet::recherche avancee + Controller/Prod/Language.php - - web/admin/statusbit.html.twig + phraseanet::status bit - Status + phraseanet::status bit + web/admin/statusbit.html.twig - - Controller/Thesaurus/Thesaurus.php - web/client/index.html.twig - web/client/index.html.twig + phraseanet::technique:: et - Et + phraseanet::technique:: et + Controller/Thesaurus/Thesaurus.php + web/client/index.html.twig + web/client/index.html.twig - - web/client/index.html.twig - web/client/index.html.twig + phraseanet::technique:: except - Sauf + phraseanet::technique:: except + web/client/index.html.twig + web/client/index.html.twig - - web/client/index.html.twig - web/client/index.html.twig + phraseanet::technique:: or - Ou + phraseanet::technique:: or + web/client/index.html.twig + web/client/index.html.twig - - lib/classes/phraseadate.php + phraseanet::temps:: a l'instant - A l'instant + phraseanet::temps:: a l'instant + lib/classes/phraseadate.php - - lib/classes/phraseadate.php + phraseanet::temps:: hier - Hier + phraseanet::temps:: hier + lib/classes/phraseadate.php - lib/classes/phraseadate.php phraseanet::temps:: il y a %quantity% heures phraseanet::temps:: il y a %quantity% heures + lib/classes/phraseadate.php - lib/classes/phraseadate.php phraseanet::temps:: il y a %quantity% minutes phraseanet::temps:: il y a %quantity% minutes + lib/classes/phraseadate.php - - lib/classes/phraseadate.php + phraseanet::temps:: il y a une heure - Il y a une heure + phraseanet::temps:: il y a une heure + lib/classes/phraseadate.php - - lib/classes/phraseadate.php + phraseanet::temps:: il y a une minute - Il y a une minute + phraseanet::temps:: il y a une minute + lib/classes/phraseadate.php - - web/client/index.html.twig - web/prod/index.html.twig + phraseanet::time:: a - A + phraseanet::time:: a + web/client/index.html.twig + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + phraseanet::time:: de - De + phraseanet::time:: de + web/client/index.html.twig + web/prod/index.html.twig - - web/prod/index.html.twig + phraseanet::type:: audios - Audios + phraseanet::type:: audios + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + phraseanet::type:: documents - Documents + phraseanet::type:: documents + web/client/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig - - web/prod/index.html.twig + phraseanet::type:: images - Images + phraseanet::type:: images + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + phraseanet::type:: reportages - Reportage + phraseanet::type:: reportages + web/client/index.html.twig + web/prod/index.html.twig - - web/prod/index.html.twig + phraseanet::type:: videos - Vidéos + phraseanet::type:: videos + web/prod/index.html.twig - - module/report/nav.php - classes/User/Adapter.php + phraseanet::utilisateur inconnu - Utilisateur inconnu + phraseanet::utilisateur inconnu + module/report/nav.php - - Controller/Report/Root.php - module/report/filter.php + phraseanet::utilisateurs - Utilisateurs + phraseanet::utilisateurs + Controller/Report/Root.php + module/report/filter.php - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php + phrseanet:: sous definition - Sous-définition + phrseanet:: sous definition + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php - prod/results/help.html.twig pour chercher une phrase contenant un des mots-clé ci-dessus, utilisez les guillemets : - pour chercher une phrase contenant un des mots-clé ci-dessus, utilisez les guillemets : + pour chercher une phrase contenant un des mots-clé ci-dessus, utilisez les guillemets : + prod/results/help.html.twig - + + preview + preview web/admin/subdefs.html.twig web/admin/subdefs.html.twig - preview - Sous Résolution - - web/client/index.html.twig - web/prod/index.html.twig + preview:: Description - Notice + preview:: Description + web/client/index.html.twig + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + preview:: Historique - Historique + preview:: Historique + web/client/index.html.twig + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + preview:: Popularite - Popularité + preview:: Popularite + web/client/index.html.twig + web/prod/index.html.twig - + + preview:: arreter le diaporama + preview:: arreter le diaporama prod/preview/basket_train.html.twig prod/preview/feed_train.html.twig prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig - preview:: arreter le diaporama - Arrêter - + + preview:: demarrer le diaporama + preview:: demarrer le diaporama prod/preview/basket_train.html.twig prod/preview/feed_train.html.twig prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig - preview:: demarrer le diaporama - Diaporama - classes/record/preview.php preview:: resultat numero %number% preview:: resultat numero %number% + classes/record/preview.php - - prod/preview/popularity.html.twig + preview::statistiques de telechargement - Statistiques de téléchargement + preview::statistiques de telechargement + prod/preview/popularity.html.twig - - prod/preview/popularity.html.twig + preview::statistiques de visualisation pour le lien - Statistiques de visualisation + preview::statistiques de visualisation pour le lien + prod/preview/popularity.html.twig - - prod/actions/printer_default.html.twig + print:: image de choix et description - Prévisualisation et Légende + print:: image de choix et description + prod/actions/printer_default.html.twig - - prod/actions/printer_default.html.twig + print:: image de choix et description avec planche contact - Prévisualisation et Légende avec planche contact + print:: image de choix et description avec planche contact + prod/actions/printer_default.html.twig - - prod/actions/printer_default.html.twig + print:: image de choix seulement - Prévisualisation + print:: image de choix seulement + prod/actions/printer_default.html.twig - - prod/actions/printer_default.html.twig + print:: imagette - Imagette + print:: imagette + prod/actions/printer_default.html.twig - - prod/actions/printer_default.html.twig + print:: liste d'imagettes - Liste de vignettes + print:: liste d'imagettes + prod/actions/printer_default.html.twig - - prod/actions/printer_default.html.twig + print:: planche contact (mosaique) - Planche contact + print:: planche contact (mosaique) + prod/actions/printer_default.html.twig - + + prive + prive Bridge/Dailymotion/upload.html.twig Bridge/Youtube/upload.html.twig - prive - Privé - + + privé + privé Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/video_modify.html.twig - privé - Privé - - actions/Tools/index.html.twig + processing - En cours... + processing + actions/Tools/index.html.twig - - prod/actions/collection_default.html.twig + prod::Les enregistrements ne provienent pas tous de la meme base et ne peuvent donc etre traites ensemble - Cette action n'est pas possible, les documents sélectionnés proviennent de bases différentes. + prod::Les enregistrements ne provienent pas tous de la meme base et ne peuvent donc etre traites ensemble + prod/actions/collection_default.html.twig - - prod/actions/collection_default.html.twig + prod::Vous n'avez le droit d'effectuer l'operation sur aucun document - Vous ne possédez pas les autorisations d'accès requises sur les documents pour effectuer cette action. + prod::Vous n'avez le droit d'effectuer l'operation sur aucun document + prod/actions/collection_default.html.twig - - prod/actions/collection_default.html.twig + prod::collection deplacer egalement les documents rattaches a ce(s) regroupement(s) - Déplacer également les documents de ces reportages ? + prod::collection deplacer egalement les documents rattaches a ce(s) regroupement(s) + prod/actions/collection_default.html.twig - - prod/actions/edit_default.html.twig + prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes - Impossible d'éditer simultanément des documents provenant de bases différentes + prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes + prod/actions/edit_default.html.twig - - Controller/Prod/Language.php + prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler' - Valeurs hétérogènes, choisir 'remplacer', 'ajouter' ou 'annuler' - - - prod/actions/edit_default.html.twig - 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::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::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants - Aucun document ne peut être édité car vous ne disposez pas des autorisations nécessaires - - - prod/actions/edit_default.html.twig - prod::editing: modeles de fiches - Modèles - - - prod/actions/edit_default.html.twig - prod::editing: rechercher-remplacer - Rechercher / Remplacer - - - prod/actions/edit_default.html.twig - prod::editing: valider ou annuler les modifications - Valider ou annuler les modifications - - + prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler' Controller/Prod/Language.php + + + prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants + prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants + prod/actions/edit_default.html.twig + + + prod::editing: 1 document ne peut etre edite car vos droits sont induffisants + prod::editing: 1 document ne peut etre edite car vos droits sont induffisants + prod/actions/edit_default.html.twig + + + prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants + prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants + prod/actions/edit_default.html.twig + + + prod::editing: modeles de fiches + prod::editing: modeles de fiches + prod/actions/edit_default.html.twig + + + prod::editing: rechercher-remplacer + prod::editing: rechercher-remplacer + prod/actions/edit_default.html.twig + + + prod::editing: valider ou annuler les modifications + prod::editing: valider ou annuler les modifications + prod/actions/edit_default.html.twig + + prod::editing::annulation: abandonner les modification ? - Annulation : abandonner les modifications ? + prod::editing::annulation: abandonner les modification ? + Controller/Prod/Language.php - - prod/actions/edit_default.html.twig + prod::editing::fields: status - Status + prod::editing::fields: status + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing::replace: remplacer dans le champ - Remplacer dans le champ + prod::editing::replace: remplacer dans le champ + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing::replace: remplacer dans tous les champs - Remplacer dans tous les champs + prod::editing::replace: remplacer dans tous les champs + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:indexation en cours - Indexation en cours + prod::editing:indexation en cours + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace: chaine remplacante - Remplacer par + prod::editing:remplace: chaine remplacante + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace: options de remplacement - Options + prod::editing:remplace: options de remplacement + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option : utiliser une expression reguliere - Expression régulière + prod::editing:remplace::option : utiliser une expression reguliere + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option la valeur du cahmp doit etre exacte - Champ complet + prod::editing:remplace::option la valeur du cahmp doit etre exacte + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option la valeur est comprise dans le champ - Contenu dans le champ + prod::editing:remplace::option la valeur est comprise dans le champ + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option respecter la casse - Respecter la casse + prod::editing:remplace::option respecter la casse + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option: remplacer toutes les occurences - Remplacer tout + prod::editing:remplace::option: remplacer toutes les occurences + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option: rester insensible a la casse - Insensible à la casse + prod::editing:remplace::option: rester insensible a la casse + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:replace: chaine a rechercher - Rechercher + prod::editing:replace: chaine a rechercher + prod/actions/edit_default.html.twig - - Controller/Prod/Language.php + prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee. - Attention : la liste des collections sélectionnées pour la recherche a été changée + prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee. + Controller/Prod/Language.php - - web/prod/index.html.twig + prod::thesaurusTab:candidats - Candidats + prod::thesaurusTab:candidats + web/prod/index.html.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:cmenu:Accepter en %lng_code% - Accepter en %lng_code% + prod::thesaurusTab:cmenu:Accepter en %lng_code% + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:cmenu:Remplacer par... - Remplacer par + prod::thesaurusTab:cmenu:Remplacer par... + web/prod/thesaurus.js.twig - Controller/Thesaurus/Xmlhttp.php prod::thesaurusTab:dlg:%number% record(s) updated prod::thesaurusTab:dlg:%number% record(s) updated + Controller/Thesaurus/Xmlhttp.php - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:Acceptation en cours. - Acceptation... + prod::thesaurusTab:dlg:Acceptation en cours. + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:Remplacement du candidat "%(from)s" par "%(to)s" prod::thesaurusTab:dlg:Remplacement du candidat "%(from)s" par "%(to)s" + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:Remplacement en cours. - Remplacement... + prod::thesaurusTab:dlg:Remplacement en cours. + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:Suppression en cours. - Suppression... + prod::thesaurusTab:dlg:Suppression en cours. + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:accepter le terme candidat "%s" ? prod::thesaurusTab:dlg:accepter le terme candidat "%s" ? + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:accepter les %d termes candidats ? - Accepter les %d termes candidats ? + prod::thesaurusTab:dlg:accepter les %d termes candidats ? + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:remplacer le terme "%s" des fiches par : prod::thesaurusTab:dlg:remplacer le terme "%s" des fiches par : + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:remplacer les %d termes des fiches par : - Remplacer les "%d" termes des fiches par + prod::thesaurusTab:dlg:remplacer les %d termes des fiches par : + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:supprimer le terme "%s" des fiches ? prod::thesaurusTab:dlg:supprimer le terme "%s" des fiches ? + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:supprimer les %d termes des fiches ? - Supprimer les %d termes des fiches ? + prod::thesaurusTab:dlg:supprimer les %d termes des fiches ? + web/prod/thesaurus.js.twig - Controller/Thesaurus/Xmlhttp.php prod::thesaurusTab:dlg:too many (%number%) records to update (limit=%maximum%) prod::thesaurusTab:dlg:too many (%number%) records to update (limit=%maximum%) + Controller/Thesaurus/Xmlhttp.php - - web/prod/index.html.twig + prod::thesaurusTab:thesaurus - Thésaurus + prod::thesaurusTab:thesaurus + web/prod/index.html.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:tmenu:Accepter comme synonyme - Accepter comme synonyme + prod::thesaurusTab:tmenu:Accepter comme synonyme + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:tmenu:Accepter comme terme specifique - Accepter comme terme spécifique + prod::thesaurusTab:tmenu:Accepter comme terme specifique + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig + prod::thesaurusTab:tree:loading - Chargement... + prod::thesaurusTab:tree:loading + web/prod/thesaurus.js.twig + web/prod/thesaurus.js.twig - - web/prod/index.html.twig + prod::thesaurusTab:wizard:accepter le terme candidat - Accepter le terme candidat + prod::thesaurusTab:wizard:accepter le terme candidat + web/prod/index.html.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:wizard:clic-droit / accepter le terme candidat "%s" prod::thesaurusTab:wizard:clic-droit / accepter le terme candidat "%s" + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:wizard:clic-droit / accepter les %s termes candidats - Accepter les %s termes candidats + prod::thesaurusTab:wizard:clic-droit / accepter les %s termes candidats + web/prod/thesaurus.js.twig - - web/prod/index.html.twig + prod::thesaurusTab:wizard:remplacer par le terme - Remplacer le terme + prod::thesaurusTab:wizard:remplacer par le terme + web/prod/index.html.twig - + + public + public Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - public - Public - - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig + publication : autheur - Auteur + publication : autheur + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig + publication : email autheur - Email de l'auteur + publication : email autheur + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig + publication : sous titre - Sous titre + publication : sous titre + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig + publication : titre - Titre de la publication + publication : titre + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - + + publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications. + publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications. Controller/Prod/Feed.php Controller/Prod/Feed.php - 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. - - web/client/home_inter_pub_basket.html.twig + publications:: derniere mise a jour - Dernière mise à jour + publications:: derniere mise a jour + web/client/home_inter_pub_basket.html.twig - - web/client/home_inter_pub_basket.html.twig + publications:: dernieres publications - Dernières Publications + publications:: dernieres publications + web/client/home_inter_pub_basket.html.twig - + + publications:: s'abonner aux publications + publications:: s'abonner aux publications prod/feeds/feeds.html.twig prod/feeds/feeds.html.twig - publications:: s'abonner aux publications - S'abonner - + + publications::Ne le partagez pas, il est strictement confidentiel + publications::Ne le partagez pas, il est strictement confidentiel Controller/Prod/Feed.php Controller/Prod/Feed.php - publications::Ne le partagez pas, il est strictement confidentiel - Ne le partagez pas, il est strictement confidentiel - + + publications::votre rss personnel + publications::votre rss personnel Controller/Prod/Feed.php Controller/Prod/Feed.php - publications::votre rss personnel - Votre rss personnel - Notification/Mail/MailInfoValidationDone.php push::mail:: Rapport de validation de %user% pour %title% push::mail:: Rapport de validation de %user% pour %title% + Notification/Mail/MailInfoValidationDone.php - Notification/Mail/MailInfoOrderDelivered.php push::mail:: Reception de votre commande %title% push::mail:: Reception de votre commande %title% + Notification/Mail/MailInfoOrderDelivered.php - - Notification/Mail/MailInfoOrderCancelled.php + push::mail:: Refus d'elements de votre commande - Refus d'éléments de votre commande + push::mail:: Refus d'elements de votre commande + Notification/Mail/MailInfoOrderCancelled.php - - SearchEngine/Phrasea/PhraseaEngineQueryParser.php + qparser:: Formulation incorrecte, necessite plus de caractere : - Formulation de la question incorrecte, question trop courte (nécessite plus de caractères). + qparser:: Formulation incorrecte, necessite plus de caractere : + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - - SearchEngine/Phrasea/PhraseaEngineQueryParser.php + qparser:: erreur : trop de parentheses fermantes - Trop de parenthèses fermantes + qparser:: erreur : trop de parentheses fermantes + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, %token% ne peut suivre un operateur qparser::Formulation incorrecte, %token% ne peut suivre un operateur + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, ne peut suivre un operateur : %token% qparser::Formulation incorrecte, ne peut suivre un operateur : %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, un nom de champs est attendu avant l operateur %token% qparser::Formulation incorrecte, un nom de champs est attendu avant l operateur %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, une valeur est attendu apres %token% qparser::Formulation incorrecte, une valeur est attendu apres %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, une valeur est attendue apres l operateur %token% qparser::Formulation incorrecte, une valeur est attendue apres l operateur %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::erreur : une question ne peut commencer par %token% qparser::erreur : une question ne peut commencer par %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - - SearchEngine/Phrasea/PhraseaEngineQueryParser.php + qparser::la question est vide - La question est vide + qparser::la question est vide + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - - web/prod/index.html.twig + raccourci :: a propos des raccourcis claviers - A propos des raccourcis clavier + raccourci :: a propos des raccourcis claviers + web/prod/index.html.twig - - web/prod/index.html.twig + raccourcis :: ne plus montrer cette aide - Ne plus montrer cette aide + raccourcis :: ne plus montrer cette aide + web/prod/index.html.twig - + + rafraichir + rafraichir prod/feeds/feeds.html.twig prod/feeds/feeds.html.twig - prod/WorkZone/Basket.html.twig + prod/WorkZone/Basket.html.twig prod/WorkZone/Macros.html.twig prod/WorkZone/Story.html.twig - rafraichir - Rafraîchir - - web/prod/index.html.twig - web/prod/index.html.twig + rechercher dans tous les champs - Tous les champs + rechercher dans tous les champs + web/prod/index.html.twig + web/prod/index.html.twig - - web/prod/index.html.twig + rechercher par stemme - Rechercher par Stemme + rechercher par stemme + web/prod/index.html.twig - - actions/Tools/index.html.twig - recreer aucune sous-definitions - Ne pas recréer les sous définitions - - - actions/Tools/index.html.twig - recreer toutes les sous-definitions - Recréer toutes les sous-définitions - - - actions/Tools/index.html.twig + regeneration of sub-definitions - Régénération des sous définitions + regeneration of sub-definitions + actions/Tools/index.html.twig - Controller/Prod/Query.php reponses:: %available% Resultats rappatries sur un total de %total% trouves reponses:: %available% Resultats rappatries sur un total de %total% trouves - - - Controller/Prod/Query.php - reponses:: %number% documents selectionnes - reponses:: %number% documents selectionnes + Controller/Prod/Query.php - Controller/Prod/Query.php reponses:: %total% Resultats reponses:: %total% Resultats + Controller/Prod/Query.php - - Controller/Prod/Query.php - reponses:: %total% reponses - reponses:: %total% reponses - - - Controller/Prod/Language.php + reponses:: Ces enregistrements vont etre definitivement supprimes et ne pourront etre recuperes. Etes vous sur ? - Ces enregistrements vont être définitivement supprimés et ne pourront être récupérés. Confirmer ? + reponses:: Ces enregistrements vont etre definitivement supprimes et ne pourront etre recuperes. Etes vous sur ? + Controller/Prod/Language.php - - web/prod/index.html.twig + reponses:: images par pages : - Résultats par page + reponses:: images par pages : + web/prod/index.html.twig - - web/prod/index.html.twig + reponses:: mode liste - Liste + reponses:: mode liste + web/prod/index.html.twig - - web/prod/index.html.twig + reponses:: mode vignettes - Vignettes + reponses:: mode vignettes + web/prod/index.html.twig - - web/common/drop_down_options.html.twig + reponses:: partager - Partager + reponses:: partager + web/common/drop_down_options.html.twig - - web/prod/index.html.twig + reponses:: selectionner rien - Aucun + reponses:: selectionner rien + web/prod/index.html.twig - - web/prod/index.html.twig + reponses:: selectionner tout - Tout + reponses:: selectionner tout + web/prod/index.html.twig - - web/prod/index.html.twig + reponses:: taille des images : - Taille des vignettes + reponses:: taille des images : + web/prod/index.html.twig - - classes/record/adapter.php + reponses::document sans titre - Sans titre + reponses::document sans titre + classes/record/adapter.php - SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour la base %name reponses::propositions pour la base %name + SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour le terme %terme% reponses::propositions pour le terme %terme% + SearchEngine/Phrasea/PhraseaEngine.php - - web/report/generate_tab.html.twig + report :: aucun resultat trouve - Aucun résultat trouvé + report :: aucun resultat trouve + web/report/generate_tab.html.twig - - web/report/generate_tab.html.twig + report :: configurer le tableau - Configurer le tableau + report :: configurer le tableau + web/report/generate_tab.html.twig - - web/report/generate_tab.html.twig + report :: filtrer - Filtrer + report :: filtrer + web/report/generate_tab.html.twig - - web/report/generate_tab.html.twig + report :: grouper - Grouper + report :: grouper + web/report/generate_tab.html.twig - - web/report/generate_tab.html.twig + report :: imprimer le tableau - Imprimer le tableau + report :: imprimer le tableau + web/report/generate_tab.html.twig - - web/report/report_layout_child.html.twig + report:: (connexions) Globales - Toutes les connexions + report:: (connexions) Globales + web/report/report_layout_child.html.twig - - web/report/report_layout_child.html.twig + report:: (connexions) OS et navigateurs - Plateformes et navigateurs + report:: (connexions) OS et navigateurs + web/report/report_layout_child.html.twig - - web/report/report_layout_child.html.twig + report:: (connexions) Par utilisateurs - Groupé par utilisateurs + report:: (connexions) Par utilisateurs + web/report/report_layout_child.html.twig - - web/report/report_layout_child.html.twig + report:: (telechargement) Global - Tous les téléchargements + report:: (telechargement) Global + web/report/report_layout_child.html.twig - - web/report/report_layout_child.html.twig + report:: (telechargement) Par documents sur la base - Par document, sur la base + report:: (telechargement) Par documents sur la base + web/report/report_layout_child.html.twig - - web/report/report_layout_child.html.twig + report:: (telechargement) Par jours base par base - Par Jour + report:: (telechargement) Par jours base par base + web/report/report_layout_child.html.twig - - web/report/form_date_and_base.html.twig + report:: 1 - Periode - 1 - Période + report:: 1 - Periode + web/report/form_date_and_base.html.twig - - web/report/form_date_and_base.html.twig + report:: 2 - Bases - 2 - Bases + report:: 2 - Bases + web/report/form_date_and_base.html.twig - - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig + report:: 3 - Type de report - 3 - Type de report + report:: 3 - Type de report + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig - + + report:: Au (date) + report:: Au (date) web/report/ajax_report_dashboard.html.twig web/report/form_date_and_base.html.twig - web/report/report_layout_child.html.twig - report:: Au (date) - Au - - classes/module/report.php + + report:: Connexion + report:: Connexion + classes/module/report.php + web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig web/report/ajax_data_content.html.twig web/report/ajax_data_content.html.twig web/report/all_content.html.twig web/report/chart.html.twig web/report/chart.html.twig web/report/report_layout.html.twig - report:: Connexion - Connexions - web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig - + + report:: Dashboard + report:: Dashboard web/report/ajax_dashboard_content.html.twig web/report/ajax_report_dashboard.html.twig web/report/report_layout.html.twig - report:: Dashboard - Tableau de bord - - module/report/activity.php + report:: Detail des connexions - Détail des connexions + report:: Detail des connexions + module/report/activity.php - - module/report/activity.php + report:: Detail des telechargements - Détail des téléchargements + report:: Detail des telechargements + module/report/activity.php - + + report:: Du (date) + report:: Du (date) web/report/ajax_report_dashboard.html.twig web/report/form_date_and_base.html.twig - web/report/report_layout_child.html.twig - report:: Du (date) - Du - - web/report/colFilter.html.twig + report:: Enlever le filtre - Enlever le filtre + report:: Enlever le filtre + web/report/colFilter.html.twig - - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig + report:: Grouper par - Grouper par + report:: Grouper par + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig - - web/report/all_content.html.twig + report:: Heures - Heures + report:: Heures + web/report/all_content.html.twig - - Controller/Report/Root.php - module/report/filter.php + report:: IP - IP + report:: IP + Controller/Report/Root.php + module/report/filter.php - module/report/nav.php report:: Information sur l'enregistrement numero %number% report:: Information sur l'enregistrement numero %number% + module/report/nav.php - module/report/nav.php report:: Information sur l'utilisateur %name% report:: Information sur l'utilisateur %name% + module/report/nav.php - module/report/nav.php report:: Information sur le navigateur %name% report:: Information sur le navigateur %name% + module/report/nav.php - module/report/nav.php report:: Information sur les utilisateurs correspondant a %critere% report:: Information sur les utilisateurs correspondant a %critere% + module/report/nav.php - - web/report/ajax_dashboard_content_child.html.twig - web/report/report_layout_child.html.twig + report:: Les questions les plus posees - Questions les plus posées + report:: Les questions les plus posees + web/report/ajax_dashboard_content_child.html.twig + web/report/report_layout_child.html.twig - - module/report/nav.php + report:: Plateforme - Plateforme - - - module/report/activity.php - report:: Telechargement effectue par l'utilisateur %name% - report:: Telechargement effectue par l'utilisateur %name% + report:: Plateforme + module/report/nav.php - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig report:: Utilisateurs les plus actifs report:: Utilisateurs les plus actifs - - - web/report/dashboard_macro.html.twig - report:: Volumetrie des questions posees sur %home_title% - Volumétrie des questions posées sur %home_title% - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: activite - Activité - - - web/report/ajax_dashboard_content_child.html.twig - report:: activite document ajoute - report:: activite document ajoute - - - web/report/ajax_dashboard_content_child.html.twig - report:: activite document edite - report:: activite document edite - - - web/report/report_layout.html.twig - web/report/report_layout_child.html.twig - report:: activite du site - Activité du site - - - module/report/activity.php - web/report/ajax_dashboard_content_child.html.twig - report:: activite par heure - Activité par heure (moyenne) - - - web/report/ajax_dashboard_content_child.html.twig - web/report/chart.html.twig - web/report/chart.html.twig - report:: activite par jour - Activité par jour - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: adresse - Adresse - - - web/report/report_layout_child.html.twig - report:: ajoute - Ajouté - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - report:: collections - Collections - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - report:: commentaire - Commentaire - - - classes/module/report.php - report:: copyright - Crédit - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - classes/module/report.php - report:: date - Date - - - Controller/Report/Informations.php - Controller/Report/Informations.php - web/report/ajax_dashboard_content_child.html.twig - web/report/report_layout_child.html.twig - report:: document - Document - - - module/report/add.php - report:: document ajoute - Documents ajoutés - - - Controller/Report/Activity.php - report:: document original - Document original - - - web/report/ajax_dashboard_content_child.html.twig - report:: documents les plus telecharges - report:: documents les plus telecharges - - - web/report/report_layout_child.html.twig - report:: edite - Edité - - - module/report/edit.php - report:: edited documents - Documents édités - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: email - E-mail - - - Controller/Report/Root.php - classes/module/report.php - report:: fichier - Fichier - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: fonction - Fonction - - - Controller/Report/Informations.php - report:: historique des connexions - Historique des connexions - - - Controller/Report/Informations.php - report:: historique des questions - Historique des questions - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: historique des telechargements - Historique des téléchargements - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: identifiant - Identifiant - - - Controller/Report/Activity.php - web/report/all_content.html.twig - report:: jour - Jour - - - Controller/Report/Root.php - report:: module - Module - - - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - module/report/nav.php - report:: modules - Modules - - - Controller/Report/Root.php - module/report/nav.php - report:: navigateur - Navigateur - - - Controller/Report/Root.php - module/report/nav.php - report:: navigateurs et plateforme - Navigateurs et Plateformes - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: nom - Nom - - - Controller/Report/Activity.php - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - report:: nombre - Nombre - - - Controller/Report/Activity.php - report:: nombre de documents - Nombre de documents - - - Controller/Report/Activity.php - report:: nombre de preview - Nombre de sous définitions - - - Controller/Report/Activity.php - Controller/Report/Activity.php - report:: nombre de reponses - Nombre de réponses - - - web/report/ajax_dashboard_content_child.html.twig - report:: nombre de vue - report:: nombre de vue - - - module/report/activity.php - module/report/activity.php - module/report/activity.php - module/report/add.php - module/report/connexion.php - module/report/connexion.php - module/report/connexion.php - module/report/download.php - module/report/edit.php - module/report/filter.php - module/report/nav.php - module/report/push.php - module/report/question.php - module/report/sent.php - module/report/validate.php - web/report/colFilter.html.twig - web/report/colFilter.html.twig - report:: non-renseigne - Non-Renseigné - - - classes/record/preview.php - report:: page d'accueil - Accueil - - - prod/preview/short_history.html.twig - report:: par %user_infos% - par %user_infos% - - - web/report/report_layout_child.html.twig - report:: par utilisateurs - Par utilisateur - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: pays - Pays - - - Controller/Report/Root.php - report:: plateforme - Plateforme - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: poids - Poids - - - Controller/Report/Activity.php - report:: poids des documents - Poids des documents - - - Controller/Report/Activity.php - report:: poids des previews - Poids des sous définitions - - - web/report/ajax_dashboard_content_child.html.twig - report:: poids document - report:: poids document - - - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - report:: poids preview - report:: poids preview - - - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - report:: pourcentage - Pourcentage - - - Controller/Report/Activity.php - web/report/ajax_dashboard_content_child.html.twig - report:: preview - Sous définitions - - - web/report/ajax_dashboard_content_child.html.twig - report:: preview les plus telecharges - report:: preview les plus telecharges - - - web/report/report_layout_child.html.twig - report:: pushe - Poussé - - - module/report/push.php - report:: pushed documents - Documents distribués - - - Controller/Report/Activity.php - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - module/report/question.php - classes/module/report.php - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - report:: question - Questions - - - module/report/activity.php - report:: questions - Questions - - - module/report/activity.php - report:: questions les plus posees - Questions les plus posées - - - module/report/activity.php - web/report/report_layout_child.html.twig - report:: questions sans reponses - Questions sans réponses - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - report:: record id - recordId - - - web/report/report_layout_child.html.twig - report:: recordid - recordId - - - Controller/Report/Root.php - module/report/nav.php - report:: resolution - Résolution - - - web/report/ajax_dashboard_content_child.html.twig - report:: site - report:: site - - - web/report/ajax_dashboard_content_child.html.twig - report:: site d'ou les photo sont les plus consultees - report:: site d'ou les photo sont les plus consultees - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: societe - Société - - - Controller/Report/Root.php - classes/module/report.php - report:: taille - Taille - - - classes/module/report.php - report:: telechargement - Téléchargement - - - Controller/Report/Root.php - module/report/download.php web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/report_layout.html.twig - report:: telechargements - Téléchargements - - - web/report/ajax_dashboard_content_child.html.twig - report:: telechargements document - report:: telechargements document - - - module/report/activity.php - report:: telechargements par jour - Téléchargements par jour - - - web/report/ajax_dashboard_content_child.html.twig - report:: telechargements preview - report:: telechargements preview - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: telephone - Téléphone - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: titre - Titre - - - Controller/Report/Activity.php - report:: total des telechargements - Total des téléchargements - - - web/report/report_layout_child.html.twig - report:: toutes les questions - Historique des questions - - - Controller/Report/Root.php - classes/module/report.php - report:: type - Résolution - - - classes/module/report.php - report:: type d'action - Type d'action - - - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Root.php - classes/module/report.php - report:: utilisateur - Utilisateur - - - Controller/Report/Informations.php - Controller/Report/Root.php web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig + + + report:: Volumetrie des questions posees sur %home_title% + report:: Volumetrie des questions posees sur %home_title% + web/report/dashboard_macro.html.twig + + + report:: activite + report:: activite + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: activite document ajoute + report:: activite document ajoute + web/report/ajax_dashboard_content_child.html.twig + + + report:: activite document edite + report:: activite document edite + web/report/ajax_dashboard_content_child.html.twig + + + report:: activite du site + report:: activite du site + web/report/report_layout.html.twig + web/report/report_layout_child.html.twig + + + report:: activite par heure + report:: activite par heure + module/report/activity.php + web/report/ajax_dashboard_content_child.html.twig + + + report:: activite par jour + report:: activite par jour + web/report/ajax_dashboard_content_child.html.twig + web/report/chart.html.twig + web/report/chart.html.twig + + + report:: adresse + report:: adresse + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: ajoute + report:: ajoute + web/report/report_layout_child.html.twig + + + report:: collections + report:: collections + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + report:: commentaire + report:: commentaire + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + report:: copyright + report:: copyright + classes/module/report.php + + + report:: date + report:: date + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + classes/module/report.php + + + report:: document + report:: document + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Informations.php + web/report/ajax_dashboard_content_child.html.twig + web/report/report_layout_child.html.twig + + + report:: document ajoute + report:: document ajoute + module/report/add.php + + + report:: documents les plus telecharges + report:: documents les plus telecharges web/report/ajax_dashboard_content_child.html.twig + + + report:: edite + report:: edite + web/report/report_layout_child.html.twig + + + report:: edited documents + report:: edited documents + module/report/edit.php + + + report:: email + report:: email + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: fichier + report:: fichier + Controller/Report/Root.php + classes/module/report.php + + + report:: fonction + report:: fonction + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: historique des connexions + report:: historique des connexions + Controller/Report/Informations.php + + + report:: historique des questions + report:: historique des questions + Controller/Report/Informations.php + + + report:: historique des telechargements + report:: historique des telechargements + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: identifiant + report:: identifiant + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: jour + report:: jour + Controller/Report/Activity.php + web/report/all_content.html.twig + + + report:: module + report:: module + Controller/Report/Root.php + + + report:: modules + report:: modules + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + module/report/nav.php + + + report:: navigateur + report:: navigateur + Controller/Report/Root.php + module/report/nav.php + + + report:: navigateurs et plateforme + report:: navigateurs et plateforme + Controller/Report/Root.php + module/report/nav.php + + + report:: nom + report:: nom + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: nombre + report:: nombre + Controller/Report/Activity.php + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + + + report:: nombre de documents + report:: nombre de documents + Controller/Report/Activity.php + + + report:: nombre de preview + report:: nombre de preview + Controller/Report/Activity.php + + + report:: nombre de reponses + report:: nombre de reponses + Controller/Report/Activity.php + Controller/Report/Activity.php + + + report:: nombre de vue + report:: nombre de vue + web/report/ajax_dashboard_content_child.html.twig + + + report:: non-renseigne + report:: non-renseigne + module/report/activity.php + module/report/activity.php + module/report/activity.php + module/report/add.php + module/report/connexion.php + module/report/connexion.php + module/report/connexion.php + module/report/download.php + module/report/edit.php + module/report/filter.php + module/report/nav.php + module/report/push.php + module/report/question.php + module/report/sent.php + module/report/validate.php + web/report/colFilter.html.twig + web/report/colFilter.html.twig + + + report:: page d'accueil + report:: page d'accueil + classes/record/preview.php + + + report:: par %user_infos% + report:: par %user_infos% + prod/preview/short_history.html.twig + + + report:: par utilisateurs + report:: par utilisateurs + web/report/report_layout_child.html.twig + + + report:: pays + report:: pays + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: plateforme + report:: plateforme + Controller/Report/Root.php + + + report:: poids + report:: poids + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: poids document + report:: poids document + web/report/ajax_dashboard_content_child.html.twig + + + report:: poids preview + report:: poids preview + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + + + report:: pourcentage + report:: pourcentage + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + + + report:: preview + report:: preview + Controller/Report/Activity.php + web/report/ajax_dashboard_content_child.html.twig + + + report:: preview les plus telecharges + report:: preview les plus telecharges + web/report/ajax_dashboard_content_child.html.twig + + + report:: pushe + report:: pushe + web/report/report_layout_child.html.twig + + + report:: pushed documents + report:: pushed documents + module/report/push.php + + + report:: question + report:: question + Controller/Report/Activity.php + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + module/report/question.php + classes/module/report.php + web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig + + + report:: questions + report:: questions + module/report/activity.php + + + report:: questions les plus posees + report:: questions les plus posees + module/report/activity.php + + + report:: questions sans reponses + report:: questions sans reponses + module/report/activity.php + web/report/report_layout_child.html.twig + + + report:: record id + report:: record id + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + report:: recordid + report:: recordid + web/report/report_layout_child.html.twig + + + report:: resolution + report:: resolution + Controller/Report/Root.php + module/report/nav.php + + + report:: site + report:: site + web/report/ajax_dashboard_content_child.html.twig + + + report:: site d'ou les photo sont les plus consultees + report:: site d'ou les photo sont les plus consultees + web/report/ajax_dashboard_content_child.html.twig + + + report:: societe + report:: societe + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: taille + report:: taille + Controller/Report/Root.php + classes/module/report.php + + + report:: telechargement + report:: telechargement + classes/module/report.php + + + report:: telechargements + report:: telechargements + Controller/Report/Root.php + module/report/download.php + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/report_layout.html.twig + + + report:: telechargements document + report:: telechargements document + web/report/ajax_dashboard_content_child.html.twig + + + report:: telechargements par jour + report:: telechargements par jour + module/report/activity.php + + + report:: telechargements preview + report:: telechargements preview + web/report/ajax_dashboard_content_child.html.twig + + + report:: telephone + report:: telephone + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: titre + report:: titre + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: total des telechargements + report:: total des telechargements + Controller/Report/Activity.php + + + report:: toutes les questions + report:: toutes les questions + web/report/report_layout_child.html.twig + + + report:: type + report:: type + Controller/Report/Root.php + classes/module/report.php + + + report:: type d'action + report:: type d'action + classes/module/report.php + + + report:: utilisateur + report:: utilisateur + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Root.php + classes/module/report.php + + report:: utilisateurs - Utilisateurs + report:: utilisateurs + Controller/Report/Informations.php + Controller/Report/Root.php + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig - - module/report/validate.php + report:: validated documents - Documents validés + report:: validated documents + module/report/validate.php - - web/report/report_layout_child.html.twig + report:: valide - Validé + report:: valide + web/report/report_layout_child.html.twig - - classes/record/preview.php + report:: visualiseur cooliris - Visualiseur Cooliris + report:: visualiseur cooliris + classes/record/preview.php - - prod/preview/short_history.html.twig + report::Changement de collection vers : %coll_name% - Changement de collection vers : %coll_name% + report::Changement de collection vers : %coll_name% + prod/preview/short_history.html.twig - web/report/ajax_dashboard_content_child.html.twig report::Connexion report::Connexion + web/report/ajax_dashboard_content_child.html.twig - - module/report/connexion.php + report::Connexions - Connexions + report::Connexions + module/report/connexion.php - - prod/preview/short_history.html.twig + report::Demande de validation vers %n_user% utilisateurs depuis lapplication box %appbox% - Demande de validation vers %n_user% utilisateur(s) depuis l'application box %appbox% + report::Demande de validation vers %n_user% utilisateurs depuis lapplication box %appbox% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Edition des meta-donnees - Editions des meta-données + report::Edition des meta-donnees + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Edition des status - Edition des status + report::Edition des status + prod/preview/short_history.html.twig - + + report::Heures + report::Heures web/report/ajax_data_content.html.twig web/report/all_content.html.twig - report::Heures - Heures - - prod/preview/short_history.html.twig + report::Impression des formats : %format% - Impression des : %format% + report::Impression des formats : %format% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Modification du document -- je ne me souviens plus de quoi... - Action inconnue sur le document + report::Modification du document -- je ne me souviens plus de quoi... + prod/preview/short_history.html.twig - - web/report/all_content.html.twig + report::Nombre de connexions - Nombre de connexions + report::Nombre de connexions + web/report/all_content.html.twig - - web/report/all_content.html.twig + report::Nombre de document ajoute - Nombre de documents ajoutés + report::Nombre de document ajoute + web/report/all_content.html.twig - - web/report/all_content.html.twig + report::Nombre de document edite - Nombre de documents édités + report::Nombre de document edite + web/report/all_content.html.twig - - prod/preview/short_history.html.twig + report::Publication de %dest% - Publication de %dest% + report::Publication de %dest% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Push vers %n_user% utilisateurs depuis lapplication box %appbox% - Push vers %n_user% utilisateur(s) depuis l'application box %appbox% + report::Push vers %n_user% utilisateurs depuis lapplication box %appbox% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Substitution de %dest% - Substitution de %dest% + report::Substitution de %dest% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Telechargement de %dest% - Téléchargement de %dest% + report::Telechargement de %dest% + prod/preview/short_history.html.twig - - classes/record/preview.php - classes/record/preview.php - classes/record/preview.php + report::acces direct - Accès direct + report::acces direct + classes/record/preview.php + classes/record/preview.php + classes/record/preview.php - - Controller/Report/Root.php - module/report/filter.php + report::activite - Activité + report::activite + Controller/Report/Root.php + module/report/filter.php - - prod/preview/short_history.html.twig + report::ajout du documentt - Ajout du document + report::ajout du documentt + prod/preview/short_history.html.twig - - web/report/report_layout_child.html.twig + report::aucune precision - Aucun filtre + report::aucune precision + web/report/report_layout_child.html.twig - - Controller/Report/Root.php - module/report/filter.php + report::fonction - Fonction + report::fonction + Controller/Report/Root.php + module/report/filter.php - - web/report/report_layout_child.html.twig + report::la description contient - la description contient + report::la description contient + web/report/report_layout_child.html.twig - - Controller/Report/Root.php - module/report/filter.php + report::pays - Pays + report::pays + Controller/Report/Root.php + module/report/filter.php - - Controller/Report/Root.php - module/report/filter.php + report::societe - Société + report::societe + Controller/Report/Root.php + module/report/filter.php - - prod/preview/short_history.html.twig + report::supression du document - Suppression du document + report::supression du document + prod/preview/short_history.html.twig - - Controller/Report/Informations.php + report::version - Version + report::version + Controller/Report/Informations.php - - web/common/doctype_icons.html.twig + reportage - Reportage + reportage + web/common/doctype_icons.html.twig - prod/results/help.html.twig retourne "automobile", "automate", "autoroute", ... retourne "automobile", "automate", "autoroute", ... + prod/results/help.html.twig - prod/results/help.html.twig retourne "délit", "débit", ... retourne "délit", "débit", ... + prod/results/help.html.twig - - prod/results/help.html.twig + retourne les 20 derniers enregistrements archives dans les collections selectionnees - retourne les 20 derniers enregistrements ajoutés dans les collections sélectionnées + retourne les 20 derniers enregistrements archives dans les collections selectionnees + prod/results/help.html.twig - prod/results/help.html.twig retourne les documents comprenant cannes sans le mot festival. - retourne les documents comprenant cannes sans le mot festival. + retourne les documents comprenant cannes sans le mot festival. + prod/results/help.html.twig - prod/results/help.html.twig retourne les documents comprenant les deux mots. - retourne les documents comprenant les deux mots. + retourne les documents comprenant les deux mots. + prod/results/help.html.twig - prod/results/help.html.twig retourne les documents comprenant un mot et/ou l'autre. - retourne les documents comprenant un mot et/ou l'autre. + retourne les documents comprenant un mot et/ou l'autre. + prod/results/help.html.twig - prod/results/help.html.twig retourne les documents où le terme est au moins présent dans le titre, en évitant par exemple celles où le terme est uniquement cité dans la légende. - retourne les documents où le terme est au moins présent dans le titre, en évitant par exemple celles où le terme est uniquement cité dans la légende. + retourne les documents où le terme est au moins présent dans le titre, en évitant par exemple celles où le terme est uniquement cité dans la légende. + prod/results/help.html.twig - - prod/results/help.html.twig + retourne tous les enregistrements des collections selectionnees - retourne tous les enregistrements des collections selectionnées + retourne tous les enregistrements des collections selectionnees + prod/results/help.html.twig - - actions/Tools/index.html.twig + rotation 90 degres anti-horaires - Rotation 90 degrés anti-horaires + rotation 90 degres anti-horaires + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + rotation 90 degres horaire - Rotation 90 degrés horaire + rotation 90 degres horaire + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + + scheduled status + scheduled status + admin/task-manager/index.html.twig + + screenshot video - Capture d'écran vidéo + screenshot video + actions/Tools/index.html.twig - - web/admin/users.html.twig + select at least one user - Sélectionner au moins un utilisateur + select at least one user + web/admin/users.html.twig - - Bridge/Youtube/upload.html.twig + separe par un espace - séparé par un espace + separe par un espace + Bridge/Youtube/upload.html.twig - classes/module/report.php septembre - septembre + septembre + classes/module/report.php - - web/developers/application.html.twig + settings OAuth - Réglage Oauth + settings OAuth + web/developers/application.html.twig - - web/admin/dashboard.html.twig + setup:: Reinitialisation des droits admins - Ré-initialisation des droits des administrateurs + setup:: Reinitialisation des droits admins + web/admin/dashboard.html.twig - - web/admin/dashboard.html.twig + setup:: administrateurs de l'application - Administrateurs de l'application + setup:: administrateurs de l'application + web/admin/dashboard.html.twig - - admin/collection/collection.html.twig + setup:: ajouter un administrateur des commandes - Ajouter un gestionnaire des commandes + setup:: ajouter un administrateur des commandes + admin/collection/collection.html.twig - - web/setup/step2.html.twig + setup::Configuration de la base de compte ApplicationBox - Configuration de la base de compte ApplicationBox + setup::Configuration de la base de compte ApplicationBox + web/setup/step2.html.twig - - web/setup/step2.html.twig + setup::Configuration de la base de stockage DataBox - Configuration de la base de stockage DataBox + setup::Configuration de la base de stockage DataBox + web/setup/step2.html.twig - - web/setup/step2.html.twig + setup::Configuration des repertoires de stockage - Configuration des répertoires de stockage + setup::Configuration des repertoires de stockage + web/setup/step2.html.twig - - web/admin/dashboard.html.twig + setup::Tests d'envois d'emails - Tests d'envois d'e-mails + setup::Tests d'envois d'emails + web/admin/dashboard.html.twig - prod/results/help.html.twig sport - sport + sport + prod/results/help.html.twig - - web/admin/statusbit.html.twig + status:: Affichable pour tous - Symboles affichés + status:: Affichable pour tous + web/admin/statusbit.html.twig - - admin/statusbit/edit.html.twig + status:: Afficher le status dans les feuilles de reponses pour tous les utilisateurs - Afficher les symboles du status au-dessus des vignettes pour tous les utilisateurs (si non cochés, seuls les utilisateurs ayant le droit d'éditer les status les verront). + status:: Afficher le status dans les feuilles de reponses pour tous les utilisateurs + admin/statusbit/edit.html.twig - - web/admin/statusbit.html.twig + status:: cherchable par tous - Cherchable par tous + status:: cherchable par tous + web/admin/statusbit.html.twig - - web/admin/statusbit.html.twig + status:: nom - Nom + status:: nom + web/admin/statusbit.html.twig - + + status:: numero de bit + status:: numero de bit admin/statusbit/edit.html.twig web/admin/statusbit.html.twig - status:: numero de bit - Status n° - - admin/statusbit/edit.html.twig + status:: retrouver sous forme de filtre dans la recherche - Activer les recherches sur ce status dans la recherche avancée. + status:: retrouver sous forme de filtre dans la recherche + admin/statusbit/edit.html.twig - - actions/Tools/index.html.twig + substitution - Substitution + substitution + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + substitution HD - Substitution de document + substitution HD + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + substitution SD - Substitution de la vignette thumbnail + substitution SD + actions/Tools/index.html.twig - - actions/Tools/index.html.twig - actions/Tools/index.html.twig + take a screenshot - Faire une capture + take a screenshot + actions/Tools/index.html.twig + actions/Tools/index.html.twig - - task-manager/task-editor/archive.html.twig + task::_common_:hotfolder - Hot Folder + task::_common_:hotfolder + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::_common_:secondes (unite temporelle) - secondes + task::_common_:secondes (unite temporelle) + task-manager/task-editor/archive.html.twig - - TaskManager/Job/ArchiveJob.php + task::archive:Archivage - Archive dans la collection + task::archive:Archivage + TaskManager/Job/ArchiveJob.php - - TaskManager/Job/ArchiveJob.php + task::archive:Archiving files found into a 'hotfolder' - Archiver les fichiers déposés dans le dossier + task::archive:Archiving files found into a 'hotfolder' + TaskManager/Job/ArchiveJob.php - - task-manager/task-editor/archive.html.twig + task::archive:archivage sur base/collection/ - Archive dans la base et la collection + task::archive:archivage sur base/collection/ + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::archive:copier les fichiers '.phrasea.xml' et '.grouping.xml' dans _archived - Déplacer les fichiers '.phrasea.xml' et '.grouping.xml' dans "_archived" + task::archive:copier les fichiers '.phrasea.xml' et '.grouping.xml' dans _archived + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::archive:delai de 'repos' avant traitement - délais avant traitement. + task::archive:delai de 'repos' avant traitement + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::archive:deplacer les fichiers archives dans _archived - Déplacer les documents archivés dans "_archived" + task::archive:deplacer les fichiers archives dans _archived + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::archive:deplacer les fichiers non-archives dans _error - Déplacer les documents non-archivés dans "_error" + task::archive:deplacer les fichiers non-archives dans _error + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::archive:supprimer les repertoires apres archivage - Supprimer les répertoires après archivage + task::archive:supprimer les repertoires apres archivage + task-manager/task-editor/archive.html.twig - - TaskManager/Job/FtpJob.php + task::ftp:Certains documents n'ont pas pu etre tranferes - Certains fichiers n'ont pu être transférés + task::ftp:Certains documents n'ont pas pu etre tranferes + TaskManager/Job/FtpJob.php - - TaskManager/Job/FtpJob.php + task::ftp:Details des fichiers - Détails des fichiers: + task::ftp:Details des fichiers + TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" + TaskManager/Job/FtpJob.php - - TaskManager/Job/FtpPullJob.php + task::ftp:FTP Pull - FTP Pull + task::ftp:FTP Pull + TaskManager/Job/FtpPullJob.php - TaskManager/Job/FtpJob.php task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) + TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% + TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php - Notification/Mail/MailSuccessFTPReceiver.php - Notification/Mail/MailSuccessFTPSender.php task::ftp:Status about your FTP transfert from %application% to %server% task::ftp:Status about your FTP transfert from %application% to %server% + Notification/Mail/MailSuccessFTPReceiver.php + Notification/Mail/MailSuccessFTPSender.php - TaskManager/Job/FtpJob.php task::ftp:TENTATIVE no %number%, %date% task::ftp:TENTATIVE no %number%, %date% + TaskManager/Job/FtpJob.php - - TaskManager/Job/FtpJob.php + task::ftp:Tous les documents ont ete transferes avec succes - Tous les fichiers ont été transférés + task::ftp:Tous les documents ont ete transferes avec succes + TaskManager/Job/FtpJob.php - task-manager/task-editor/ftp-pull.html.twig task::ftp:chemin distant task::ftp:chemin distant + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:host task::ftp:host + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:localpath task::ftp:localpath + task-manager/task-editor/ftp-pull.html.twig - - task-manager/task-editor/ftp-pull.html.twig + task::ftp:mode passif - ftp : mode passif + task::ftp:mode passif + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:password task::ftp:password + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:port task::ftp:port + task-manager/task-editor/ftp-pull.html.twig - + + task::ftp:proxy + task::ftp:proxy task-manager/task-editor/ftp-pull.html.twig task-manager/task-editor/ftp.html.twig - task::ftp:proxy - Proxy - + + task::ftp:proxy port + task::ftp:proxy port task-manager/task-editor/ftp-pull.html.twig task-manager/task-editor/ftp.html.twig - task::ftp:proxy port - Port - task-manager/task-editor/ftp-pull.html.twig task::ftp:user task::ftp:user + task-manager/task-editor/ftp-pull.html.twig - - task-manager/task-editor/ftp-pull.html.twig + task::ftp:utiliser SSL - SSL + task::ftp:utiliser SSL + task-manager/task-editor/ftp-pull.html.twig - - TaskManager/Job/SubdefsJob.php + task::subdef:creation des sous definitions - Création des sous définitions + task::subdef:creation des sous definitions + TaskManager/Job/SubdefsJob.php - - TaskManager/Job/SubdefsJob.php + task::subdef:creation des sous definitions des documents d'origine - Création des sous définitions des documents + task::subdef:creation des sous definitions des documents d'origine + TaskManager/Job/SubdefsJob.php - - TaskManager/Job/WriteMetadataJob.php + task::writemeta:(re)ecriture des metadatas dans les documents (et subdefs concernees) - Réécriture des métadonnées dans les documents (et subdef) + task::writemeta:(re)ecriture des metadatas dans les documents (et subdefs concernees) + TaskManager/Job/WriteMetadataJob.php - - TaskManager/Job/WriteMetadataJob.php + + task::writemeta:Compatibilité MWG + task::writemeta:Compatibilité MWG + task-manager/task-editor/write-metadata.html.twig + + task::writemeta:ecriture des metadatas - Ecriture des métas-données + task::writemeta:ecriture des metadatas + TaskManager/Job/WriteMetadataJob.php - - task-manager/task-editor/write-metadata.html.twig + task::writemeta:effacer les metadatas non presentes dans la structure - Effacer les métadonnées + task::writemeta:effacer les metadatas non presentes dans la structure + task-manager/task-editor/write-metadata.html.twig - prod/results/help.html.twig thalassa DANS titre - thalassa DANS titre + thalassa DANS titre + prod/results/help.html.twig - - web/thesaurus/load-thesaurus.html.twig + thesaurus has been updated - Le thésaurus a été mis à jour + thesaurus has been updated + web/thesaurus/load-thesaurus.html.twig - - web/thesaurus/properties.html.twig + thesaurus:: %hits% reponses retournees - %hits% enregistrements retournés + thesaurus:: %hits% reponses retournees + web/thesaurus/properties.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: A cet emplacement du thesaurus , un candidat du champ %cfield% ne peut etre accepte - A cet emplacement du thesaurus, un terme candidat du champ %cfield% ne peut pas être accepté. + thesaurus:: A cet emplacement du thesaurus , un candidat du champ %cfield% ne peut etre accepte + web/thesaurus/accept.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: Accepter la branche comme - Accepter la branche comme + thesaurus:: Accepter la branche comme + web/thesaurus/accept.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: Accepter le terme comme - Accepter le terme comme : + thesaurus:: Accepter le terme comme + web/thesaurus/accept.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: Ajouter le terme dans reindexer - Ajouter le terme sans ré-indexer + thesaurus:: Ajouter le terme dans reindexer + web/thesaurus/new-term.html.twig - web/thesaurus/link-field-step2.html.twig thesaurus:: Ce champ a ete modifie ; ancienne branche : %old_branch% }} thesaurus:: Ce champ a ete modifie ; ancienne branche : %old_branch% }} + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/properties.html.twig + thesaurus:: Confirmer la suppression du terme %s - Confirmer la suppression du terme "%s" + thesaurus:: Confirmer la suppression du terme %s + web/thesaurus/properties.html.twig - - web/thesaurus/thesaurus.html.twig + - + + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus:: Des termes de cette branche ne renvoient pas de hits. Les supprimer ? - Des termes de cette branche ne renvoient aucun résultat. Les supprimer ? + thesaurus:: Des termes de cette branche ne renvoient pas de hits. Les supprimer ? + web/thesaurus/thesaurus.html.twig - - web/thesaurus/index.html.twig + thesaurus:: Editer le thesaurus - Editer le thésaurus + thesaurus:: Editer le thesaurus + web/thesaurus/index.html.twig - - web/thesaurus/import-dialog.html.twig + thesaurus:: Importer - Importer + thesaurus:: Importer + web/thesaurus/import-dialog.html.twig - - web/thesaurus/link-field-step2.html.twig - web/thesaurus/link-field-step3.html.twig + thesaurus:: Lier la branche de thesaurus - Lier la branche + thesaurus:: Lier la branche de thesaurus + web/thesaurus/link-field-step2.html.twig + web/thesaurus/link-field-step3.html.twig - - web/thesaurus/link-field-step1.html.twig + thesaurus:: Lier la branche de thesaurus au champ - Lier la branche de thesaurus au champ + thesaurus:: Lier la branche de thesaurus au champ + web/thesaurus/link-field-step1.html.twig - - web/thesaurus/link-field-step1.html.twig + thesaurus:: Lier la branche de thesaurus au champ %branch% - Lier la branche de thesaurus au champ %branch% + thesaurus:: Lier la branche de thesaurus au champ %branch% + web/thesaurus/link-field-step1.html.twig - - web/thesaurus/new-synonym-dialog.html.twig - web/thesaurus/new-term.html.twig + thesaurus:: Nouveau synonyme - Nouveau synonyme + thesaurus:: Nouveau synonyme + web/thesaurus/new-term.html.twig + web/thesaurus/thesaurus.html.twig - - web/thesaurus/new-synonym-dialog.html.twig + thesaurus:: Nouveau terme - Nouveau terme + thesaurus:: Nouveau terme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: Nouveau terme specifique - Nouveau terme spécifique + thesaurus:: Nouveau terme specifique + web/thesaurus/new-term.html.twig - - web/thesaurus/properties.html.twig + thesaurus:: Proprietes - Propriétés + thesaurus:: Proprietes + web/thesaurus/properties.html.twig - - web/thesaurus/thesaurus.html.twig + - + + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus:: Tous les termes ont des hits - Tous les termes renvoient des résultats + thesaurus:: Tous les termes ont des hits + web/thesaurus/thesaurus.html.twig - - web/thesaurus/index.html.twig + thesaurus:: Vous n'avez acces a aucune base - Vous n'avez accès à aucune base + thesaurus:: Vous n'avez acces a aucune base + web/thesaurus/index.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: accepter... - Accepter + thesaurus:: accepter... + web/thesaurus/accept.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus:: afficher les termes refuses - Afficher les termes refusés + thesaurus:: afficher les termes refuses + web/thesaurus/thesaurus.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: ajouter le terme et reindexer - Ajouter le terme et ré-indexer + thesaurus:: ajouter le terme et reindexer + web/thesaurus/new-term.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: attention : - Attention : + thesaurus:: attention : + web/thesaurus/new-term.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: ce champ doit etre lie au thesaurus. La reindexation de la base est necessaire - Ce champ doit être lié au Thésaurus. La ré-indexation de la base est nécessaire + thesaurus:: ce champ doit etre lie au thesaurus. La reindexation de la base est necessaire + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: ce champ n'est plus lie au thesaurus, les termes indexes et candidats seront supprimes - Ce champ n'est plus lié au Thésaurus, les termes indexés et les candidats seront supprimés + thesaurus:: ce champ n'est plus lie au thesaurus, les termes indexes et candidats seront supprimes + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: comme synonyme de %fullpath_tgt_raw% - en tant que synonyme de %fullpath_tgt_raw% + thesaurus:: comme synonyme de %fullpath_tgt_raw% + web/thesaurus/accept.html.twig - - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig + thesaurus:: comme terme specifique - Terme spécifique + thesaurus:: comme terme specifique + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig - - web/thesaurus/search.html.twig + thesaurus:: commence par - commence par + thesaurus:: commence par + web/thesaurus/thesaurus.html.twig - - web/thesaurus/new-synonym-dialog.html.twig + thesaurus:: contexte - Contexte + thesaurus:: contexte + web/thesaurus/thesaurus.html.twig - - web/thesaurus/search.html.twig + thesaurus:: contient - contient + thesaurus:: contient + web/thesaurus/thesaurus.html.twig - - Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php + thesaurus:: corbeille - Stock + thesaurus:: corbeille + Controller/Thesaurus/Thesaurus.php + Controller/Thesaurus/Thesaurus.php + Controller/Thesaurus/Thesaurus.php - - web/thesaurus/thesaurus.html.twig + thesaurus:: deplacer le terme dans la corbeille ? - Déplacer le terme dans le stock ? + thesaurus:: deplacer le terme dans la corbeille ? + web/thesaurus/thesaurus.html.twig - - web/thesaurus/link-field-step3.html.twig + thesaurus:: enregistrement de la liste modifiee des mots candidats. - Enregistrement de la liste modifiée des mots candidats + thesaurus:: enregistrement de la liste modifiee des mots candidats. + web/thesaurus/link-field-step3.html.twig - - Controller/Thesaurus/Thesaurus.php + thesaurus:: erreur lors de l'enregsitrement du fichier - Erreur lors de l'enregistrement du fichier + thesaurus:: erreur lors de l'enregsitrement du fichier + Controller/Thesaurus/Thesaurus.php - - web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig + thesaurus:: est candidat en provenance des champs mais ne peut etre accepte a cet emplacement du thesaurus - est candidat en provenance des champs mais ne peut être accepté à cet emplacement + thesaurus:: est candidat en provenance des champs mais ne peut etre accepte a cet emplacement du thesaurus + web/thesaurus/new-term.html.twig + web/thesaurus/new-term.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: est deja candidat en provenance des champs acceptables : - est déjà candidat en provenance des champs acceptables : + thesaurus:: est deja candidat en provenance des champs acceptables : + web/thesaurus/new-term.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: est deja candidat en provenance du champ acceptable : - est déjà candidat en provenance du champ acceptable + thesaurus:: est deja candidat en provenance du champ acceptable : + web/thesaurus/new-term.html.twig - - web/thesaurus/search.html.twig - thesaurus:: est egal a - est égal à + + thesaurus:: est egal a + thesaurus:: est egal a + web/thesaurus/thesaurus.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: example - exemple + thesaurus:: example + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: export : inclure la langue - Inclure la langue + thesaurus:: export : inclure la langue + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: export : inclure les hits - Inclure le nombre de résultats + thesaurus:: export : inclure les hits + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: export : numeroter les lignes - Numéroter les lignes + thesaurus:: export : numeroter les lignes + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text.html.twig + thesaurus:: export au format texte - Texte + thesaurus:: export au format texte + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-text.html.twig - - web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics.html.twig + thesaurus:: export en topics - Thèmes + thesaurus:: export en topics + web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/export-topics.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: exporter - Exporter + thesaurus:: exporter + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: exporter a l'ecran pour la langue %piv% - Exporter le thésaurus à l'ecran pour la langue %piv% + thesaurus:: exporter a l'ecran pour la langue %piv% + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: exporter avec les synonymes sur la meme ligne - Synonyme(s) sur la même ligne + thesaurus:: exporter avec les synonymes sur la meme ligne + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: exporter avec une ligne par synonyme - Une ligne par synonyme + thesaurus:: exporter avec une ligne par synonyme + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: exporter vers topics pour toutes les langues - Exporter pour toutes les langues + thesaurus:: exporter vers topics pour toutes les langues + web/thesaurus/export-topics-dialog.html.twig - Controller/Thesaurus/Thesaurus.php thesaurus:: fichier genere : %filename% thesaurus:: fichier genere : %filename% + Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php thesaurus:: fichier genere le %date% thesaurus:: fichier genere le %date% + Controller/Thesaurus/Thesaurus.php - - web/thesaurus/properties.html.twig + thesaurus:: hits - hits + thesaurus:: hits + web/thesaurus/properties.html.twig - - web/thesaurus/properties.html.twig + thesaurus:: ids - Nom de l'utilisateur + thesaurus:: ids + web/thesaurus/properties.html.twig - - web/thesaurus/import-dialog.html.twig + thesaurus:: langue par default - Langue par défaut + thesaurus:: langue par default + web/thesaurus/import-dialog.html.twig - - web/thesaurus/index.html.twig + thesaurus:: langue pivot - Sélectionner une langue d'édition + thesaurus:: langue pivot + web/thesaurus/index.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: le lien au thesaurus doit etre modifie, la reindexation de la base est necessaire - Le lien au thésaurus doit être modifié, la ré-indexation de la base est nécessaire + thesaurus:: le lien au thesaurus doit etre modifie, la reindexation de la base est necessaire + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/search.html.twig + thesaurus:: le terme - Le terme + thesaurus:: le terme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: le terme %term% avec contexte %context% - Le terme %term% avec le contexte %context% + thesaurus:: le terme %term% avec contexte %context% + web/thesaurus/new-term.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: le terme %term% sans contexte - Le terme %term% sans contexte + thesaurus:: le terme %term% sans contexte + web/thesaurus/new-term.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: n'est pas present dans les candidats - n'est pas présent parmi les candidats + thesaurus:: n'est pas present dans les candidats + web/thesaurus/new-term.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: nouvelle branche - Nouvelle branche + thesaurus:: nouvelle branche + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus:: onglet stock - Candidats + thesaurus:: onglet stock + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus:: onglet thesaurus - Thésaurus + thesaurus:: onglet thesaurus + web/thesaurus/thesaurus.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: options d'export : - Export + thesaurus:: options d'export : + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: pas de reindexation - Pas de ré-indexation + thesaurus:: pas de reindexation + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: presentation - Options d'affichage + thesaurus:: presentation + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: presentation : branche ouvertes - Reprendre l'affichage (statique) + thesaurus:: presentation : branche ouvertes + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: presentation : branches refermables - Reprendre l'affichage (navigable) + thesaurus:: presentation : branches refermables + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: question complete (avec operateurs) - Question complète (avec opérateurs) + thesaurus:: question complete (avec operateurs) + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: recherche - Recherche + thesaurus:: recherche + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: recherche fulltext - Texte-plein + thesaurus:: recherche fulltext + web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: recherche thesaurus *:"query" thesaurus:: recherche thesaurus *:"query" + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig + thesaurus:: refresh - Rafraîchir + thesaurus:: refresh + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: reindexation necessaire - Ré-indexation nécessaire + thesaurus:: reindexation necessaire + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/import-dialog.html.twig + thesaurus:: reindexer la base apres l'import - Ré-indexer après l'import + thesaurus:: reindexer la base apres l'import + web/thesaurus/import-dialog.html.twig - - web/thesaurus/link-field-step3.html.twig + thesaurus:: reindexer tous les enregistrements - Ré-indexer tous les enregistrements + thesaurus:: reindexer tous les enregistrements + web/thesaurus/link-field-step3.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: removed tgt - removed_tgt + thesaurus:: removed tgt + web/thesaurus/accept.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: removed_src - removed_src + thesaurus:: removed_src + web/thesaurus/accept.html.twig - - web/thesaurus/properties.html.twig - thesaurus:: remplacer - Remplacer - - - web/thesaurus/new-term.html.twig + thesaurus:: selectionner la provenance a accepter - Sélectionner la provenance à accepter + thesaurus:: selectionner la provenance a accepter + web/thesaurus/new-term.html.twig - - web/thesaurus/link-field-step3.html.twig - web/thesaurus/link-field-step3.html.twig + thesaurus:: suppression de la branche de mot candidats pour le champ %field% - Suppression de la branche de mots candidats pour le champ %field% + thesaurus:: suppression de la branche de mot candidats pour le champ %field% + web/thesaurus/link-field-step3.html.twig + web/thesaurus/link-field-step3.html.twig - - web/thesaurus/link-field-step3.html.twig + thesaurus:: suppression des indexes vers le thesaurus pour le champ %field% - Suppression des index vers le thesaurus pour le champ %field% + thesaurus:: suppression des indexes vers le thesaurus pour le champ %field% + web/thesaurus/link-field-step3.html.twig - - web/thesaurus/link-field-step3.html.twig + thesaurus:: suppression du lien du champ %field% - Suppression du lien avec le champ %field% + thesaurus:: suppression du lien du champ %field% + web/thesaurus/link-field-step3.html.twig - - web/thesaurus/import-dialog.html.twig + thesaurus:: supprimer les liens des champs tbranch - Supprimer le(s) lien(s) entre le(s) branche(s) et le(s) champ(s) + thesaurus:: supprimer les liens des champs tbranch + web/thesaurus/import-dialog.html.twig - - web/thesaurus/new-synonym-dialog.html.twig + thesaurus:: synonyme - Synonyme + thesaurus:: synonyme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/properties.html.twig + thesaurus:: synonymes - Synonymes + thesaurus:: synonymes + web/thesaurus/properties.html.twig - - web/thesaurus/new-synonym-dialog.html.twig + thesaurus:: terme - Terme + thesaurus:: terme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: tout deployer - refermable - Tout déployer (navigable) + thesaurus:: tout deployer - refermable + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: tout deployer - statique - Tout déployer (statique) + thesaurus:: tout deployer - statique + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: tout fermer - Tout fermer (navigable) + thesaurus:: tout fermer + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: Nouveau synonyme - Nouveau synonyme + thesaurus::menu: Nouveau synonyme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: Nouveau terme - Nouveau terme + thesaurus::menu: Nouveau terme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: accepter - Accepter - - - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig - thesaurus::menu: chercher - Chercher - - - web/thesaurus/thesaurus.html.twig - thesaurus::menu: export topics - Exporter comme thèmes - - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: accepter web/thesaurus/thesaurus.html.twig + + + thesaurus::menu: chercher + thesaurus::menu: chercher + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig + + + thesaurus::menu: export topics + thesaurus::menu: export topics + web/thesaurus/thesaurus.html.twig + + thesaurus::menu: exporter - Exporter + thesaurus::menu: exporter + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: importer - Importer + thesaurus::menu: importer + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: lier au champ - Lier au champ + thesaurus::menu: lier au champ + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig + thesaurus::menu: proprietes - Propriétés + thesaurus::menu: proprietes + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: refuser - Refuser + thesaurus::menu: refuser + web/thesaurus/thesaurus.html.twig - - web/thesaurus/properties.html.twig - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig + thesaurus::menu: supprimer - Supprimer + thesaurus::menu: supprimer + web/thesaurus/properties.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: supprimer les candidats a 0 hits - Supprimer les candidats sans réponse + thesaurus::menu: supprimer les candidats a 0 hits + web/thesaurus/thesaurus.html.twig - - actions/Tools/index.html.twig + thumbnail validation - Validation de la vignette + thumbnail validation + actions/Tools/index.html.twig - - web/report/listColumn.html.twig + + to + to + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + tout decocher - Tout décocher + tout decocher + web/report/listColumn.html.twig - + + tout le monde + tout le monde web/admin/subdefs.html.twig web/admin/subdefs.html.twig - tout le monde - Tout le monde - prod/results/help.html.twig tout le sport - tout le sport + tout le sport + prod/results/help.html.twig - - web/prod/notifications.html.twig + toutes les notifications - Toutes les notifications + toutes les notifications + web/prod/notifications.html.twig - - web/admin/databases.html.twig + update::Votre application necessite une mise a jour vers : - Votre application nécessite une mise à jour vers : + update::Votre application necessite une mise a jour vers : + web/admin/databases.html.twig - - web/admin/databases.html.twig + update::Votre version est a jour : - Votre version est à jour : + update::Votre version est a jour : + web/admin/databases.html.twig - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + upload:: Destination (collection) : - Destination + upload:: Destination (collection) : + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + upload:: Status : - Appliquer les status + upload:: Status : + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - - web/admin/users.html.twig + users rights have been reseted - Les droits utilisateurs ont été ré-initialisés + users rights have been reseted + web/admin/users.html.twig - - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig + validate - Valider + validate + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig - + + validation:: NON + validation:: NON mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig lightbox/IE6/agreement_box.html.twig - validation:: NON - NON - + + validation:: OUI + validation:: OUI mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig lightbox/IE6/agreement_box.html.twig - validation:: OUI - OUI - - mobile/lightbox/basket_element.html.twig + validation:: editer ma note - Modifier mon annotation + validation:: editer ma note + mobile/lightbox/basket_element.html.twig - - mobile/lightbox/sc_note.html.twig + validation:: note - Annotation + validation:: note + mobile/lightbox/sc_note.html.twig - - web/lightbox/sc_note.html.twig + validation:: votre note - Annotation + validation:: votre note + web/lightbox/sc_note.html.twig - + + validation::envoyer mon rapport + validation::envoyer mon rapport mobile/lightbox/validate.html.twig mobile/lightbox/validate.html.twig web/lightbox/basket_options.html.twig web/lightbox/basket_options.html.twig lightbox/IE6/basket_options.html.twig lightbox/IE6/basket_options.html.twig - validation::envoyer mon rapport - Envoyer mon rapport - - web/admin/databases.html.twig + version - Version + version + web/admin/databases.html.twig - - web/report/all_content.html.twig + veuillez choisir au minimum une collection - Veuillez choisir au moins une collection + veuillez choisir au minimum une collection + web/report/all_content.html.twig - - web/common/doctype_icons.html.twig + video - vidéos + video + web/common/doctype_icons.html.twig - - actions/Tools/index.html.twig + video tool - Outils vidéos + video tool + actions/Tools/index.html.twig - - web/account/sessions.html.twig + + yes + yes + web/account/sessions.html.twig web/admin/subdefs.html.twig web/common/technical_datas.html.twig - yes - Oui - - actions/Tools/confirm.html.twig + you are about to change the representation thumbnail of your video - Vous vous apprêtez à changer la vignette de représentation de la vidéo + you are about to change the representation thumbnail of your video + actions/Tools/confirm.html.twig - - web/admin/dashboard.html.twig + your configuration - Votre configuration + your configuration + web/admin/dashboard.html.twig
diff --git a/resources/locales/messages.nl.xlf b/resources/locales/messages.nl.xlf index fa206469ca..927866cd19 100644 --- a/resources/locales/messages.nl.xlf +++ b/resources/locales/messages.nl.xlf @@ -1,1755 +1,1833 @@ - +
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.
- - WorkZone/Browser/Basket.html.twig - %ElementsCount% records - %ElementsCount% records + + + + Form/Configuration/EmailFormType.php + Form/Login/PhraseaAuthenticationForm.php - + + The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account + to see its contents. + This avoids anonymous users to access to the content of the push if they were able to get the display + url through a forwarded mail for example. + + The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account + to see its contents. + This avoids anonymous users to access to the content of the push if they were able to get the display + url through a forwarded mail for example. + + prod/templates/push.html.twig + + + %ElementsCount% records + %ElementsCount% records + WorkZone/Browser/Basket.html.twig + + + %Total% results + %Total% results WorkZone/Browser/Results.html.twig WorkZone/Browser/Results.html.twig - %Total% results - %Total% resultaten - + + %basket_length% documents + %basket_length% documents mobile/lightbox/validate.html.twig lightbox/IE6/index.html.twig lightbox/IE6/index.html.twig web/lightbox/index.html.twig web/lightbox/index.html.twig - %basket_length% documents - %basket_length% documenten - - prod/actions/collection_default.html.twig + %countable% documents can not be modified. - %countable% documenten kunnen niet worden aangepast. + %countable% documents can not be modified. + prod/actions/collection_default.html.twig - - Controller/Root/Login.php + %d collection selected - %d collectie geselecteerd + %d collection selected + Controller/Root/Login.php - - Controller/Root/Login.php + %d collections selected - %d collecties geselecteerd + %d collections selected + Controller/Root/Login.php - - Controller/Prod/Language.php + %d fields have been updated - %d velden werden upgedate + %d fields have been updated + Controller/Prod/Language.php - - prod/orders/order_item.html.twig + %displayName% wants to place an order - %displayName% wil een bestelling plaatsen + %displayName% wants to place an order + prod/orders/order_item.html.twig - - web/common/dialog_export.html.twig + %docs_not_orderable% documents ne peuvent pas etre commandes - %docs_not_orderable% documenten kunnen niet worden besteld + %docs_not_orderable% documents ne peuvent pas etre commandes + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + %docs_orderable% documents commandes - %docs_orderable% documenten besteld + %docs_orderable% documents commandes + web/common/dialog_export.html.twig - - mobile/lightbox/feed.html.twig + %entry_length% documents - %entry_length% documenten + %entry_length% documents + mobile/lightbox/feed.html.twig - - actions/Feedback/list.html.twig - actions/Feedback/ListsMacros.html.twig + %length% peoples - %length% personen + %length% peoples + actions/Feedback/list.html.twig + actions/Feedback/ListsMacros.html.twig - - Bridge/Flickr/upload.html.twig + %n_elements% elements ne peuvent etre uploades - %n_elements% elementen kunnen geen uploads zijn + %n_elements% elements ne peuvent etre uploades + Bridge/Flickr/upload.html.twig - - web/admin/users.html.twig + + %n_par_page% par page + %n_par_page% par page web/admin/users.html.twig web/admin/users.html.twig - %n_par_page% par page - %n_par_page% per pagina + web/admin/users.html.twig - - actions/Bridge/deactivated.html.twig + %name% est momentanement indisponible a cause d'un trop grand nombre de requetes - %name% is tijdelijk niet beschikbaar omdat er te veel query's actief zijn + %name% est momentanement indisponible a cause d'un trop grand nombre de requetes + actions/Bridge/deactivated.html.twig - - Bridge/Dailymotion/element_informations.html.twig + %nb_rating% like - %nb_rating% vindt ik leuk + %nb_rating% like + Bridge/Dailymotion/element_informations.html.twig - - Bridge/Dailymotion/element_informations.html.twig + %nb_rating% likes - %nb_rating% vindt ik leuks + %nb_rating% likes + Bridge/Dailymotion/element_informations.html.twig + %nb_records% records + %nb_records% records prod/Tooltip/Basket.html.twig prod/Tooltip/Story.html.twig - %nb_records% records - %nb_records% records - + + %nb_view% vue + %nb_view% vue Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig Bridge/Youtube/element_informations.html.twig - %nb_view% vue - %nb_view% weergave - + + %nb_view% vues + %nb_view% vues Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig Bridge/Youtube/element_informations.html.twig - %nb_view% vues - %nb_view% weergaven - Controller/Prod/WorkZone.php %quantity% Stories attached to the WorkZone %quantity% Stories attached to the WorkZone + Controller/Prod/WorkZone.php - Controller/Prod/WorkZone.php %quantity% Stories attached to the WorkZone, %quantity_already% already attached %quantity% Stories attached to the WorkZone, %quantity_already% already attached + Controller/Prod/WorkZone.php - Controller/Prod/WorkZone.php %quantity% Story attached to the WorkZone %quantity% Story attached to the WorkZone + Controller/Prod/WorkZone.php - Controller/Prod/WorkZone.php %quantity% Story attached to the WorkZone, %quantity_already% already attached %quantity% Story attached to the WorkZone, %quantity_already% already attached + Controller/Prod/WorkZone.php - Controller/Prod/UsrLists.php %quantity% User added to list %quantity% User added to list + Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php %quantity% Users added to list %quantity% Users added to list + Controller/Prod/UsrLists.php - Controller/Prod/Bridge.php %quantity% elements en attente %quantity% elements en attente + Controller/Prod/Bridge.php - Controller/Prod/BasketController.php - Controller/Prod/Story.php %quantity% records added %quantity% records added + Controller/Prod/BasketController.php + Controller/Prod/Story.php - Controller/Prod/BasketController.php %quantity% records moved %quantity% records moved + Controller/Prod/BasketController.php - prod/upload/upload.html.twig %quantity% selected files %quantity% selected files + prod/upload/upload.html.twig - Controller/Prod/Push.php %quantity_records% records have been sent for validation to %quantity_users% users %quantity_records% records have been sent for validation to %quantity_users% users + Controller/Prod/Push.php - Controller/Prod/Push.php %quantity_records% records have been sent to %quantity_users% users %quantity_records% records have been sent to %quantity_users% users + Controller/Prod/Push.php - - prod/upload/lazaret.html.twig + %record_count% records match the unique identifier : - %record_count% records zijn gelijk aan de unieke id : + %record_count% records match the unique identifier : + prod/upload/lazaret.html.twig - - Controller/Admin/Fields.php + %s field has been created with success. - Veld %s is met succes aangemaakt. + %s field has been created with success. + Controller/Admin/Fields.php - - Controller/Admin/Fields.php + %s field has been deleted with success. - Veld %s is met succes verwijderd. + %s field has been deleted with success. + Controller/Admin/Fields.php - - web/report/generate_tab.html.twig + + %total% reponses + %total% reponses + Controller/Prod/Query.php + + %total_count% results - %total_count% resultaten + %total_count% results + web/report/generate_tab.html.twig - eventsmanager/notify/validationdone.php %user% a envoye son rapport de validation de %title% %user% a envoye son rapport de validation de %title% + eventsmanager/notify/validationdone.php - eventsmanager/notify/order.php %user% a passe une %opening_link% commande %end_link% %user% a passe une %opening_link% commande %end_link% + eventsmanager/notify/order.php - Notification/Mail/MailInfoOrderCancelled.php %user% a refuse %quantity% elements de votre commande %user% a refuse %quantity% elements de votre commande + Notification/Mail/MailInfoOrderCancelled.php - eventsmanager/notify/ordernotdelivered.php %user% a refuse la livraison de %quantity% document(s) pour votre commande %user% a refuse la livraison de %quantity% document(s) pour votre commande + eventsmanager/notify/ordernotdelivered.php - eventsmanager/notify/register.php %user% demande votre approbation sur une ou plusieurs %before_link% collections %after_link% %user% demande votre approbation sur une ou plusieurs %before_link% collections %after_link% + eventsmanager/notify/register.php - Notification/Mail/MailInfoValidationDone.php %user% has just sent its validation report, you can now see it %user% has just sent its validation report, you can now see it + Notification/Mail/MailInfoValidationDone.php - Notification/Mail/MailInfoNewOrder.php %user% has ordered documents %user% has ordered documents + Notification/Mail/MailInfoNewOrder.php - eventsmanager/notify/feed.php %user% has published %title% %user% has published %title% + eventsmanager/notify/feed.php - eventsmanager/notify/autoregister.php %user% s'est enregistre sur une ou plusieurs %before_link% scollections %after_link% %user% s'est enregistre sur une ou plusieurs %before_link% scollections %after_link% + eventsmanager/notify/autoregister.php - Notification/Mail/MailInfoNewPublication.php %user% vient de publier %title% %user% vient de publier %title% + Notification/Mail/MailInfoNewPublication.php - eventsmanager/notify/orderdeliver.php %user% vous a delivre %quantity% document(s) pour votre commande %title% %user% vous a delivre %quantity% document(s) pour votre commande %title% + eventsmanager/notify/orderdeliver.php - Notification/Mail/MailInfoOrderDelivered.php %user% vous a delivre votre commande, consultez la en ligne a l'adresse suivante %user% vous a delivre votre commande, consultez la en ligne a l'adresse suivante + Notification/Mail/MailInfoOrderDelivered.php - eventsmanager/notify/push.php %user% vous a envoye un %before_link% panier %after_link% %user% vous a envoye un %before_link% panier %after_link% + eventsmanager/notify/push.php - eventsmanager/notify/validate.php %user% vous demande de valider %title% %user% vous demande de valider %title% + eventsmanager/notify/validate.php - web/admin/users.html.twig %user_count% users have been created. - %user_count% users have been created. + %user_count% users have been created. + web/admin/users.html.twig - - Bridge/Youtube/element_informations.html.twig + %value% like - %value% vindt ik leuk + %value% like + Bridge/Youtube/element_informations.html.twig - - Bridge/Youtube/element_informations.html.twig + %value% likes - %value% vindt ik leuks + %value% likes + Bridge/Youtube/element_informations.html.twig - + + (validation) a envoyer + (validation) a envoyer lightbox/IE6/index.html.twig web/lightbox/index.html.twig - (validation) a envoyer - te versturen - + + (validation) envoyee + (validation) envoyee lightbox/IE6/index.html.twig web/lightbox/index.html.twig - (validation) envoyee - verstuurd - + + (validation) session terminee + (validation) session terminee lightbox/IE6/index.html.twig web/lightbox/index.html.twig - (validation) session terminee - sessie beïndigd - - prod/results/help.html.twig + * , ? , ET , OU , SAUF , DANS , DERNIERS , TOUT (ou AND , OR , EXCEPT , LAST , ALL) - * , ? , EN , OF , BEHALVE , IN , LAATSTE , ALLE (of AND , OR , EXCEPT , LAST , ALL) + * , ? , ET , OU , SAUF , DANS , DERNIERS , TOUT (ou AND , OR , EXCEPT , LAST , ALL) + prod/results/help.html.twig - - Form/Configuration/APIClientsFormType.php + *Phraseanet Navigator* is a smartphone application that allow user to connect on this instance - *Phraseanet Navigator* is ten smartphone applicatie waarmee de gebruiker verbinding maken met op deze instantie + *Phraseanet Navigator* is a smartphone application that allow user to connect on this instance + Form/Configuration/APIClientsFormType.php - WorkZone/Browser/Basket.html.twig 1 record - 1 record + 1 record + WorkZone/Browser/Basket.html.twig - + + 1 result + 1 result WorkZone/Browser/Results.html.twig WorkZone/Browser/Results.html.twig - web/report/generate_tab.html.twig - 1 result - 1 resultaat + web/report/generate_tab.html.twig - - Bridge/Dailymotion/upload.html.twig + 10 tags maximum - Maximum 10 tags + 10 tags maximum + Bridge/Dailymotion/upload.html.twig - - Bridge/Youtube/upload.html.twig + 100 caracteres maximum - Maximum 100 tekens + 100 caracteres maximum + Bridge/Youtube/upload.html.twig - - Bridge/Dailymotion/upload.html.twig + 1000 caracteres maximum - Maximum 1000 tekens + 1000 caracteres maximum + Bridge/Dailymotion/upload.html.twig - - Bridge/Youtube/upload.html.twig + 2000 caracteres maximum - Maximum 2000 tekens + 2000 caracteres maximum + Bridge/Youtube/upload.html.twig - - Bridge/Flickr/upload.html.twig + 2000 caracteres maximum, separe par des espaces - Maximum 2000 tekens, gescheiden door spaties + 2000 caracteres maximum, separe par des espaces + Bridge/Flickr/upload.html.twig - - Bridge/Dailymotion/upload.html.twig + 250 caracteres maximum - Maximum 250 tekens + 250 caracteres maximum + Bridge/Dailymotion/upload.html.twig - - Bridge/Dailymotion/upload.html.twig + 255 caracteres maximum - Maximum 255 tekens + 255 caracteres maximum + Bridge/Dailymotion/upload.html.twig - - Bridge/Youtube/upload.html.twig + 500 caracteres maximum - Maximum 500 tekens + 500 caracteres maximum + Bridge/Youtube/upload.html.twig + A + A web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - A - A - - Notification/Mail/MailInfoRecordQuarantined.php + A document has been quarantined - Een document werd in quarantaine geplaatst + A document has been quarantined + Notification/Mail/MailInfoRecordQuarantined.php - - Bridge/Api/Youtube.php + A field value contains an invalid character - Een veld bevat een ongeldig teken + A field value contains an invalid character + Bridge/Api/Youtube.php - - Notification/Mail/MailInfoRecordQuarantined.php + A file has been thrown to the quarantine. - Een file werd in de quarantaine geplaatst + A file has been thrown to the quarantine. + Notification/Mail/MailInfoRecordQuarantined.php - - Border/Checker/UUID.php + A file with the same UUID already exists in database - Een bestand met dezelfde UUID bestaat al in de database + A file with the same UUID already exists in database + Border/Checker/UUID.php - - Border/Checker/Sha256.php + A file with the same checksum already exists in database - Een bestand met dezelfde checksum bestaat al in de database + A file with the same checksum already exists in database + Border/Checker/Sha256.php - - Border/Checker/Filename.php + A file with the same filename already exists in database - Een bestand met dezelfde bestandsnaam bestaat al in de database + A file with the same filename already exists in database + Border/Checker/Filename.php - - prod/upload/lazaret.html.twig + A record matches the unique identifier : - Een record is gelijk aan de unieke id : + A record matches the unique identifier : + prod/upload/lazaret.html.twig - - Bridge/Api/Youtube.php + A required field is missing or has an empty value - Een verplicht veld ontbreekt of heeft geen waarde + A required field is missing or has an empty value + Bridge/Api/Youtube.php - - Controller/Admin/Databox.php + A task has been created, please run it to complete empty collection - Een taak werd aangemaakt, gelieve deze uit te voeren om de lege collectie te vervolledigen. + A task has been created, please run it to complete empty collection + Controller/Admin/Databox.php - - Controller/Admin/Collection.php + A task has been creted, please run it to complete empty collection - Een taak werd gemaakt, gelieve deze op een volledig lege collectie uit te voeren + A task has been creted, please run it to complete empty collection + Controller/Admin/Collection.php - - web/account/authorized_apps.html.twig + A third-party application is a product developed apart from Phraseanet and that would access Phraseanet data. - Een extern programma is een is een product die niet door Phraseanet is ontwikkeld en dat toegang kan krijgen tot de data van Phraseanet + A third-party application is a product developed apart from Phraseanet and that would access Phraseanet data. + web/account/authorized_apps.html.twig - - classes/User/Adapter.php - A user already exists with email addres %email% - A user already exists with email addres %email% - - - Bridge/Api/Youtube.php + A value does not match an expected format - Een waarde voldoet niet aan het verwachte formaat + A value does not match an expected format + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + A value exceeds the maximum allowable length - Een waarde overschrijdt de maximum toegelaten lengte + A value exceeds the maximum allowable length + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + A value has been deprecated and is no longer valid - Een waarde is verouderd en niet langer meer geldig + A value has been deprecated and is no longer valid + Bridge/Api/Youtube.php - - actions/Feedback/List-Share.html.twig + + API Webhook + API Webhook + TaskManager/Job/WebhookJob.php + + About Roles : - Over Functies : + About Roles : + actions/Feedback/List-Share.html.twig - - web/account/base.html.twig + Acces - Toegang + Acces + web/account/base.html.twig - + + Access + Access web/admin/editusers.html.twig actions/Feedback/List-Share.html.twig - Access - Toegang - - login/oauth/desktop-code.html.twig + Access code - Toegangscode + Access code + login/oauth/desktop-code.html.twig - - web/account/sessions.html.twig + Access history - Geschiedenis van de toegang + Access history + web/account/sessions.html.twig - - Notification/Mail/MailInfoRecordQuarantined.php + Access quarantine - Toegang tot de quarantaine + Access quarantine + Notification/Mail/MailInfoRecordQuarantined.php - - web/admin/editusers.html.twig + Access to HD - Toegang tot HD + Access to HD + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Access to image tools - Toegang tot beeldgereedschappen + Access to image tools + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Access to preview - Toegang tot voorvertoning + Access to preview + web/admin/editusers.html.twig - - actions/Feedback/List-Share.html.twig + + Access to the above bases constitutes acceptance of the following Terms of Use (TOU). + Access to the above bases constitutes acceptance of the following Terms of Use (TOU). + web/account/access.html.twig + + Access user have readonly access - Toegang gebruiker heeft enkel lezen toegang + Access user have readonly access + actions/Feedback/List-Share.html.twig - - Controller/Root/Login.php - Controller/Root/Login.php + Account has been unlocked, you can now login. - Gebruiker is ontgrendeld, u kunt zich aanmelden. + Account has been unlocked, you can now login. + Controller/Root/Login.php + Controller/Root/Login.php - - Controller/Root/Login.php + Account has been unlocked, you still have to wait for admin approval. - Gebruiker is ontgrendeld, u dient nog te wachten op goedkeuring van een beheerder. + Account has been unlocked, you still have to wait for admin approval. + Controller/Root/Login.php - - Controller/Root/Login.php + Account is already unlocked, you can login. - Deze gebruiker is reeds ontgrendeld, u kunt zich aanmelden. + Account is already unlocked, you can login. + Controller/Root/Login.php - - Controller/Prod/Bridge.php + Account is not found. - Gebruiker niet gevonden + Account is not found. + Controller/Prod/Bridge.php - - Controller/Prod/Language.php - prod/templates/push.html.twig + Accuse de reception - Ontvangstbevestiging + Accuse de reception + Controller/Prod/Language.php + prod/templates/push.html.twig - - web/common/dialog_export.html.twig + Accuse de reception indisponible, vous n'avez pas declare d'adresse email - Ontvangstbevestiging niet beschikbaar is, u hebt geen emailadres opgegeven + Accuse de reception indisponible, vous n'avez pas declare d'adresse email + web/common/dialog_export.html.twig - - Controller/Prod/Feed.php + Action Forbidden : You are not the publisher - Verboden actie : U bent niet de publisher + Action Forbidden : You are not the publisher + Controller/Prod/Feed.php - + + Actions + Actions Bridge/Dailymotion/actioncontainers.html.twig Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Flickr/actionelements.html.twig Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig - Actions - Acties - - web/admin/editusers.html.twig + Active - Actief + Active + web/admin/editusers.html.twig - - Form/Configuration/ClassicFormType.php + Active tab position - Actieve tab positie + Active tab position + Form/Configuration/ClassicFormType.php - - admin/databox/databox.html.twig + + Activer + Activer + admin/databox/databox.html.twig web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - Activer - Activeren - - web/developers/application.html.twig + Activer le grant_type de type password pour votre application - Activeer de grant_type type paswoord voor uw toepassing + Activer le grant_type de type password pour votre application + web/developers/application.html.twig - - admin/databox/databox.html.twig + Activer une collection - Activeer een collectie + Activer une collection + admin/databox/databox.html.twig - - actions/Feedback/list.html.twig + Activite - Activiteit + Activite + actions/Feedback/list.html.twig - + + Add + Add admin/fields/templates.html.twig actions/Feedback/lists-all.html.twig prod/actions/Push.html.twig - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig prod/User/Add.html.twig - Add - Toevoegen - + + Add a new field + Add a new field admin/fields/templates.html.twig admin/fields/templates.html.twig - Add a new field - Voeg een nieuw veld toe - - web/admin/dashboard.html.twig + Add an admin - Voeg een beheerder toe + Add an admin + web/admin/dashboard.html.twig - - prod/actions/Push.html.twig + Add user - Gebruiker toevoegen + Add user + prod/actions/Push.html.twig - - Form/Configuration/MainConfigurationFormType.php + Additionnal modules - Bijkomende modules + Additionnal modules + Form/Configuration/MainConfigurationFormType.php + + + Adds an option to the push form submission to restrict push recipient(s) to Phraseanet users only. + Adds an option to the push form submission to restrict push recipient(s) to Phraseanet users only. + Form/Configuration/ActionsFormType.php - actions/Feedback/List-Share.html.twig Admin - Admin + Admin + actions/Feedback/List-Share.html.twig - - actions/Feedback/List-Share.html.twig + Admin can edit shares, modify content - Admin kan delen aanpassen, inhoud veranderen + Admin can edit shares, modify content + actions/Feedback/List-Share.html.twig - - web/admin/index.html.twig + Adresse email du nouvel utilisateur - Email adres van de nieuwe gebruiker + Adresse email du nouvel utilisateur + web/admin/index.html.twig - - web/prod/index.html.twig + Advanced Search - Geavanceerd zoeken + Advanced Search + web/prod/index.html.twig - - admin/fields/templates.html.twig + Advanced field parameters - Geavanceerde veld parameters + Advanced field parameters + admin/fields/templates.html.twig - - Form/Configuration/ClassicFormType.php + Advanced search tab position - Uitgebreid zoeken tab positie + Advanced search tab position + Form/Configuration/ClassicFormType.php - - web/prod/index.html.twig + Affichage - Tonen + Affichage + web/prod/index.html.twig - - web/prod/index.html.twig + Affichage au demarrage - Tonen bij opstart + Affichage au demarrage + web/prod/index.html.twig - - web/prod/index.html.twig - Afficher - Tonen - - - web/prod/index.html.twig - Afficher dans la notice - In de nota tonen - - - web/prod/index.html.twig + Afficher la fiche descriptive - De beschrijvingsfiche tonen + Afficher la fiche descriptive + web/prod/index.html.twig - - web/prod/index.html.twig + Afficher le titre - De titel tonen + Afficher le titre + web/prod/index.html.twig - - web/prod/index.html.twig + Afficher les status - De statussen tonen + Afficher les status + web/prod/index.html.twig - - web/prod/index.html.twig + Afficher une icone - Pictogram tonen + Afficher une icone + web/prod/index.html.twig - - web/prod/index.html.twig + + After metadata + After metadata + web/prod/index.html.twig + + + Aggregable fields + Aggregable fields + admin/fields/templates.html.twig + + Aide - Help + Aide + web/prod/index.html.twig - - prod/actions/edit_default.html.twig + Aide sur les expressions regulieres - Help over reguliere expressies + Aide sur les expressions regulieres + prod/actions/edit_default.html.twig - + + Ajouter a + Ajouter a Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actionelements.html.twig Bridge/Youtube/actionelements.html.twig - Ajouter a - Toevoegen aan + + + Ajouter au panier + Ajouter au panier + web/prod/index.html.twig - prod/Baskets/Create.html.twig - prod/Story/Create.html.twig Ajouter ma selection courrante Voeg mijn huidige selectie toe + prod/Baskets/Create.html.twig + prod/Story/Create.html.twig - - web/admin/index.html.twig + Ajouter un nouvel utilisateur - Voeg een nieuwe gebruiker toe + Ajouter un nouvel utilisateur + web/admin/index.html.twig - - admin/publications/fiche.html.twig + Ajouter un publisher - Een publisher toevoegen + Ajouter un publisher + admin/publications/fiche.html.twig - - admin/publications/list.html.twig + Ajouter une publication - Voeg een publicatie toe + Ajouter une publication + admin/publications/list.html.twig - - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - actions/Feedback/list.html.twig - WorkZone/Browser/Browser.html.twig + + Ajoutez des médias simplement en les faisant glisser vers le panier + désiré et en relachant au dessus. + Ajoutez des médias simplement en les faisant glisser vers le panier + désiré et en relachant au dessus. + web/prod/index.html.twig + + All - Alle + All + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + actions/Feedback/list.html.twig + WorkZone/Browser/Browser.html.twig - - prod/feeds/feeds.html.twig + Aller a - Ga naar + Aller a + prod/feeds/feeds.html.twig - - Form/Configuration/GeneralFormType.php + Allow the website to be indexed by search engines like Google - Sta toe om de website te indexeren voor zoek robots zoals Google + Allow the website to be indexed by search engines like Google + Form/Configuration/GeneralFormType.php - - web/account/authorized_apps.html.twig + Allowed - Toegestaan + Allowed + web/account/authorized_apps.html.twig - - web/admin/editusers.html.twig + + Allowed access to the following collections + Allowed access to the following collections + web/account/access.html.twig + + Allowed to access report - Toegestaan ​​om rapport te openen + Allowed to access report + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to add - Toegestaan om toe te voegen + Allowed to add + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to add in basket - Toegestaan om in mandje te plaatsen + Allowed to add in basket + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to change statuses - Toegestaan om statussen te veranderen + Allowed to change statuses + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to delete - Toegestaan om te verwijderen + Allowed to delete + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to edit - Toegestaan om te bewerken + Allowed to edit + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to order - Toegestaan om te sorteren + Allowed to order + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to publish - Publiceren toegelaten + Allowed to publish + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Allowed to push - Toegestaan om door te sturen + Allowed to push + web/admin/editusers.html.twig - - prod/actions/delete_records_confirm.html.twig + Also delete records that rely on groupings. - Verwijder ook de records die in de groepen voorkomen? + Also delete records that rely on groupings. + prod/actions/delete_records_confirm.html.twig - - Controller/Admin/Collection.php - Controller/Admin/Collection.php + + An error occured + An error occured + Controller/Admin/Collection.php + Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databoxes.php - Controller/Prod/BasketController.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/MoveCollection.php - Controller/Prod/Order.php - Controller/Prod/Story.php - Controller/Prod/Tools.php - Controller/Prod/Tools.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databoxes.php + Controller/Api/V1.php + Controller/Api/V1.php + Controller/Prod/BasketController.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/MoveCollection.php + Controller/Prod/Order.php + Controller/Prod/Story.php + Controller/Prod/Tools.php + Controller/Prod/Tools.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig admin/databox/databox.html.twig task-manager/task-editor/task.html.twig - web/admin/users.html.twig - An error occured - Er is een fout opgetreden + web/admin/users.html.twig - - Controller/Prod/Order.php + An error occured while denying, please retry or contact an admin if problem persists - Er heeft zich een fout voorgedaan tijdens het weigeren, gelieve opnieuw te proberen of contact op te nemen met een beheerder als het probleem blijft bestaan + An error occured while denying, please retry or contact an admin if problem persists + Controller/Prod/Order.php - - Controller/Prod/Order.php + An error occured while sending, please retry or contact an admin if problem persists - Er heeft zich een fout voorgedaan tijdens het versturen, gelieve opnieuw te proberen of contact op te nemen met een beheerder als het probleem blijft bestaan + An error occured while sending, please retry or contact an admin if problem persists + Controller/Prod/Order.php - - user/import/file.html.twig + An error occured while upload the file. Please retry - Er heeft zich een fout voorgedaan bij het laden van de file. Gelieve opnieuw te proberen + An error occured while upload the file. Please retry + user/import/file.html.twig - - Controller/Prod/Language.php + An error occured, please retry - Er is een fout opgetreden, probeer het opnieuw + An error occured, please retry + Controller/Prod/Language.php - - admin/collection/create.html.twig + An error occured, please retry or contact an admin if problem persist - Er heeft zich een fout voorgedaan, probeer opnieuw of neem contact op met een beheerder als het probleem zich blijft voordoen. + An error occured, please retry or contact an admin if problem persist + admin/collection/create.html.twig - + + An error occured, please retry or contact an admin if problem persists + An error occured, please retry or contact an admin if problem persists prod/orders/order_box.html.twig prod/orders/order_item.html.twig - An error occured, please retry or contact an admin if problem persists - Een fout heeft zich voorgedaan, gelieve opnieuw te proberen of contact op te nemen met een beheerder als het probleem zich blijft voordoen - - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Prod/BasketController.php - web/admin/statusbit.html.twig + An error occurred - Er is een fout opgetreden + An error occurred + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Prod/BasketController.php + web/admin/statusbit.html.twig - - Controller/Prod/Language.php + An error occurred reading this file - Een fout is opgetreden bij het lezen van dit bestand + An error occurred reading this file + Controller/Prod/Language.php - - Controller/Root/Login.php + An unexpected error occured during authentication process, please contact an admin - Er heeft zich een onverwachte fout voor gedaan bij het aanmelden, gelieve een beheerder te contacteren + An unexpected error occured during authentication process, please contact an admin + Controller/Root/Login.php - Notification/Mail/MailInfoBridgeUploadFailed.php An upload on %bridge_adapter% failed, the resaon is : %reason% An upload on %bridge_adapter% failed, the resaon is : %reason% + Notification/Mail/MailInfoBridgeUploadFailed.php - - Form/Configuration/ModulesFormType.php + Anonymous report - Anoniem verslag + Anonymous report + Form/Configuration/ModulesFormType.php - - WorkZone/Browser/Browser.html.twig + Any time - Elk tijdstip + Any time + WorkZone/Browser/Browser.html.twig - - web/common/technical_datas.html.twig + Aperture - Diafragma + Aperture + web/common/technical_datas.html.twig - - prod/preview/appears_in.html.twig + Apparait aussi dans ces paniers - Word ook in deze mandjes weergegeven + Apparait aussi dans ces paniers + prod/preview/appears_in.html.twig - - prod/preview/appears_in.html.twig + Apparait aussi dans ces reportages - Wordt ook in deze reportages weergegeven + Apparait aussi dans ces reportages + prod/preview/appears_in.html.twig - - Phrasea/Controller/Setup.php + Appbox is unreachable - Appbox is niet bereikbaar + Appbox is unreachable + Phrasea/Controller/Setup.php - - web/developers/application.html.twig + Application - Toepassing + Application + web/developers/application.html.twig - - Form/Configuration/GeneralFormType.php + Application description - Programma omschrijving + Application description + Form/Configuration/GeneralFormType.php - - web/developers/application_form.html.twig + Application desktop - Desktoptoepassing + Application desktop + web/developers/application_form.html.twig - - Form/Configuration/GeneralFormType.php + Application title - Programma naam + Application title + Form/Configuration/GeneralFormType.php - - web/developers/application_form.html.twig + Application web - Webtoepassing + Application web + web/developers/application_form.html.twig - - web/setup/step2.html.twig + ApplicationBox is a Mysql database. - ApplicationBox is een Mysql database. + ApplicationBox is a Mysql database. + web/setup/step2.html.twig - - web/account/base.html.twig + Applications - Programma's + Applications + web/account/base.html.twig - - user/import/view.html.twig + Apply a model - Gebruik een model + Apply a model + user/import/view.html.twig - + + Apply a template + Apply a template web/admin/editusers.html.twig web/admin/users.html.twig - Apply a template - Pas een sjabloon toe - - actions/Property/index.html.twig - actions/Property/type.html.twig + Apply changes - Wijzigingen toepassen + Apply changes + actions/Property/index.html.twig + actions/Property/type.html.twig - - actions/Property/index.html.twig + Apply status on stories children. - Pas status en inhoud op kinderen + Apply status on stories children. + actions/Property/index.html.twig - - actions/Property/index.html.twig + Apply status on story children. - Pas status aan op de onderliggende. + Apply status on story children. + actions/Property/index.html.twig - - web/admin/index.html.twig + Apply template - Pas de template toe + Apply template + web/admin/index.html.twig - - actions/Property/type.html.twig + Apply to all selected documents - Pas toe op alle geselecteerde documenten + Apply to all selected documents + actions/Property/type.html.twig - - lib/classes/base.php - lib/classes/base.php - Applying patches on %databox_name% - Applying patches on %databox_name% - - - prod/WorkZone/Macros.html.twig + Archive - Archief + Archive + prod/WorkZone/Macros.html.twig - - web/admin/users.html.twig + Are you sure you want delete users rights ? - Bent u zeker om de gebruikersrechten te verwijderen? + Are you sure you want delete users rights ? + web/admin/users.html.twig - - web/developers/applications.html.twig + Are you sure you want to delete this application? - Bent u zeker om dit programma te verwijderen? + Are you sure you want to delete this application? + web/developers/applications.html.twig - - Controller/Prod/Language.php - prod/templates/push.html.twig + Are you sure you want to delete this list ? - Bent u zeker deze lijst te verwijderen ? + Are you sure you want to delete this list ? + Controller/Prod/Language.php + prod/templates/push.html.twig - - web/admin/editusers.html.twig - Are you sure you want to reset rights? - Bent u zeker om de rechten te herstellen? - - - task-manager/task-editor/phraseanet-indexer.html.twig - At the beginning - Bij het begin - - - task-manager/task-editor/phraseanet-indexer.html.twig - At the end - Bij het einde - - - Controller/Prod/Language.php - web/admin/index.html.twig - prod/results/help.html.twig - Attention - Let op! - - - Controller/Prod/Language.php - Attention ! - Opgelet ! - - + + Are you sure you want to rebuild the sub-definitions of selected records? + Are you sure you want to rebuild the sub-definitions of selected records? actions/Tools/index.html.twig + + + Are you sure you want to reset rights? + Are you sure you want to reset rights? + web/admin/editusers.html.twig + + + At the beginning + At the beginning + task-manager/task-editor/phraseanet-indexer.html.twig + + + At the end + At the end + task-manager/task-editor/phraseanet-indexer.html.twig + + + Attention + Attention + Controller/Prod/Language.php + web/admin/index.html.twig + prod/results/help.html.twig + + + Attention ! + Attention ! + Controller/Prod/Language.php + + Attention, certain documents ont des sous-definitions substituees - Opgelet, sommige documenten bevatten thumbnails + Attention, certain documents ont des sous-definitions substituees + actions/Tools/index.html.twig - - Controller/Prod/Language.php + Attention, en supprimant ce preregalge, vous ne pourrez plus modifier ou supprimer de publications prealablement effectues avec celui-ci - Opgepast, door deze voorinstellinge te verwijderen, kunt u de vooraf gemaakte publicaties niet meer bewerken of verwijderen + Attention, en supprimant ce preregalge, vous ne pourrez plus modifier ou supprimer de publications prealablement effectues avec celui-ci + Controller/Prod/Language.php - - admin/fields/templates.html.twig + Aucun - Geen enkele + Aucun + admin/fields/templates.html.twig - - actions/Bridge/index.html.twig + Aucun bridge disponible. Veuillez contacter un administrateur. - Geen enkele bridge beschikbaar. Gelieve een administrator te contacteren. + Aucun bridge disponible. Veuillez contacter un administrateur. + actions/Bridge/index.html.twig - - Controller/Prod/Language.php + Aucun document selectionne - Geen enkel document geselecteerd + Aucun document selectionne + Controller/Prod/Language.php - - prod/actions/edit_default.html.twig + Aucun statut editable - Geen enkele bewerkbare status + Aucun statut editable + prod/actions/edit_default.html.twig - - prod/orders/order_box.html.twig + Aucune - Geen enkele + Aucune + prod/orders/order_box.html.twig - - web/developers/applications.html.twig + Aucune application creee. - Geen enkel programma werd gemaakt + Aucune application creee. + web/developers/applications.html.twig - - web/account/authorized_apps.html.twig + Aucune application n'a accés à vos données. - Geen enkel programma heeft toegang tot uw gegevens + Aucune application n'a accés à vos données. + web/account/authorized_apps.html.twig - - actions/Bridge/element_list.html.twig + Aucune description. - Geen enkele beschrijving. + Aucune description. + actions/Bridge/element_list.html.twig - - prod/feeds/feeds.html.twig + Aucune entree pour le moment - Geen vermelding voor het moment + Aucune entree pour le moment + prod/feeds/feeds.html.twig - - web/prod/notifications.html.twig + Aucune notification - Geen enkele melding + Aucune notification + web/prod/notifications.html.twig - - Controller/Prod/Language.php + Aucune publication effectuee, verifiez vos parametres - Geen enkele publicatie uitgevoerd, controleer uw parameters + Aucune publication effectuee, verifiez vos parametres + Controller/Prod/Language.php - web/prod/index.html.twig Audio - Audio + Audio + web/prod/index.html.twig - Media/Subdef/Audio.php Audio Birate - Audio Birate + Audio Birate + Media/Subdef/Audio.php + Audio Codec + Audio Codec Media/Subdef/Audio.php Media/Subdef/Video.php - Audio Codec - Audio Codec - Media/Subdef/Audio.php AudioSamplerate - AudioSamplerate + AudioSamplerate + Media/Subdef/Audio.php - - Form/Configuration/ExecutablesFormType.php + Auth_token directory path - Auth_token folderpad + Auth_token directory path + Form/Configuration/ExecutablesFormType.php - Form/Configuration/ExecutablesFormType.php Auth_token mount point - Auth_token mount point + Auth_token mount point + Form/Configuration/ExecutablesFormType.php - - Form/Configuration/ExecutablesFormType.php + Auth_token passphrase - Auth_token toegangszin + Auth_token passphrase + Form/Configuration/ExecutablesFormType.php - - web/account/authorized_apps.html.twig + Authoriser l'access - De toegang toestaan + Authoriser l'access + web/account/authorized_apps.html.twig - + + Authorization Access + Authorization Access login/oauth/authorize-access.html.twig login/oauth/authorize-access.html.twig - Authorization Access - Machtiging toegang - - login/oauth/desktop-code.html.twig + Authorization code - Autorisatie code + Authorization code + login/oauth/desktop-code.html.twig - - login/oauth/authorize-access.html.twig + Authorize - Toestaan + Authorize + login/oauth/authorize-access.html.twig - - Form/Configuration/APIClientsFormType.php + Authorize *Phraseanet Navigator* - Sta *Phraseanet Navigator* toe + Authorize *Phraseanet Navigator* + Form/Configuration/APIClientsFormType.php - - Form/Configuration/APIClientsFormType.php + Authorize Microsoft Office Plugin to connect. - Laat Microsoft Office Plugin toe om te connecteren. + Authorize Microsoft Office Plugin to connect. + Form/Configuration/APIClientsFormType.php - Form/Configuration/ExecutablesFormType.php Auto Auto + Form/Configuration/ExecutablesFormType.php - - Form/Configuration/RegistrationFormType.php + Auto select databases - Auto select databanken + Auto select databases + Form/Configuration/RegistrationFormType.php - - eventsmanager/notify/autoregister.php + AutoRegister information - AutoRegister informatie + AutoRegister information + eventsmanager/notify/autoregister.php - api/auth/end_user_authorization.html.twig Autorisation d'acces Autorisation d'acces + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - api/auth/end_user_authorization.html.twig + Autoriser - Toestaan + Autoriser + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - api/auth/end_user_authorization.html.twig Autorisez-vous l'application %application_name% a acceder a votre contenu sur %home_title% ? Autorisez-vous l'application %application_name% a acceder a votre contenu sur %home_title% ? + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - Form/Configuration/FtpExportFormType.php + Available in multi-export tab - Actief in de multi-export tab + Available in multi-export tab + Form/Configuration/FtpExportFormType.php - - web/setup/step2.html.twig + Avant de continuer, prenez connaissance des points ci-dessous. Vous pouvez continuer sans corriger ces problèmes. - Alvorens door te gaan, neem nota van onderstaande punten. U kunt zonder correctie van deze nota's doorgaan. + Avant de continuer, prenez connaissance des points ci-dessous. Vous pouvez continuer sans corriger ces problèmes. + web/setup/step2.html.twig - + + Back + Back mobile/lightbox/index.html.twig mobile/lightbox/validate.html.twig - Back - Terug - - prod/actions/Push.html.twig + Back to Feedback - Terug naar Feedback + Back to Feedback + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + Back to Push - Terug naar Push + Back to Push + prod/actions/Push.html.twig - - WorkZone/Browser/Basket.html.twig + Back to basket list - Terug naar mandjes lijst + Back to basket list + WorkZone/Browser/Basket.html.twig - - Controller/Admin/Databox.php - Controller/Admin/Root.php - Controller/Admin/Root.php - Controller/Root/Account.php + Bad request format, only JSON is allowed - Slecht verzoek formaat, enkel JSON is toegestaan + Bad request format, only JSON is allowed + Controller/Admin/Databox.php + Controller/Admin/Root.php + Controller/Admin/Root.php + Controller/Root/Account.php - - prod/upload/upload-flash.html.twig + Bad request, please contact an admin - Verkeerd verzoek, gelieve een administrator te contacteren + Bad request, please contact an admin + prod/upload/upload-flash.html.twig - - actions/Download/prepare.html.twig + + Barre d'outils + Barre d'outils + web/prod/index.html.twig + + Base - Databank + Base + actions/Download/prepare.html.twig - + + Base %base% + Base %base% web/admin/editusers_quotas.html.twig web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - Base %base% - Database %base% - - Controller/Admin/Databoxes.php + Base could not be created - Database kon niet worden aangemaakt + Base could not be created + Controller/Admin/Databoxes.php - - Controller/Admin/Databox.php + Base empty successful - Database met succes geledigd + Base empty successful + Controller/Admin/Databox.php - - Controller/Prod/BasketController.php + Basket created - Mandje werd aangemaakt + Basket created + Controller/Prod/BasketController.php - - Controller/Prod/BasketController.php + Basket has been archived - Mandje werd geachriveerd + Basket has been archived + Controller/Prod/BasketController.php - - Controller/Prod/BasketController.php + Basket has been deleted - Mandje werd verwijderd + Basket has been deleted + Controller/Prod/BasketController.php - - Controller/Prod/BasketController.php + Basket has been unarchived - Mandje werd actief gezet + Basket has been unarchived + Controller/Prod/BasketController.php - - Controller/Prod/BasketController.php + Basket has been updated - Mandje werd geüpdate + Basket has been updated + Controller/Prod/BasketController.php - - Controller/Prod/BasketController.php + Basket updated - Mandje geüpdate + Basket updated + Controller/Prod/BasketController.php - - Media/Subdef/Video.php + Bitrate - Bitsnelheid + Bitrate + Media/Subdef/Video.php - - api/auth/end_user_authorization.html.twig + Bonjour, veuillez vous identifier sur %home_title% : - Goede dag, wilt u zich bekendmaken op %home_title% : + Bonjour, veuillez vous identifier sur %home_title% : + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - web/setup/step2.html.twig + Bonjour, vous etes sur le point d'installer Phraseanet. - Goededag, u staat op het punt Phraseanet te installeren. + Bonjour, vous etes sur le point d'installer Phraseanet. + web/setup/step2.html.twig - - eventsmanager/notify/bridgeuploadfail.php + Bridge upload fail - Bridge upload niet geslaagd + Bridge upload fail + eventsmanager/notify/bridgeuploadfail.php - TaskManager/Job/BridgeJob.php Bridge uploader Bridge uploader + TaskManager/Job/BridgeJob.php - - web/prod/index.html.twig - web/prod/index.html.twig + Browse Baskets - Mandjes doorbladeren + Browse Baskets + web/prod/index.html.twig + web/prod/index.html.twig - web/account/sessions.html.twig Browser - Browser + Browser + web/account/sessions.html.twig - - admin/fields/templates.html.twig + Business Fields - Zakelijke velden + Business Fields + admin/fields/templates.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + By checking this box, you accept %beginning_link% Terms of Use %end_link% - Door deze optie aan te klikken aanvaardt u %beginning_link% Gebruiksvoorwaarden %end_link% + By checking this box, you accept %beginning_link% Terms of Use %end_link% + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - Form/Configuration/FtpExportFormType.php + By default it is available for admins - Standaard is dit voor de beheerders beschikbaar + By default it is available for admins + Form/Configuration/FtpExportFormType.php - - prod/results/help.html.twig + C dans l'air - C in de lucht + C dans l'air + prod/results/help.html.twig - - web/admin/tree.html.twig + CHAMPS - VELDEN + CHAMPS + web/admin/tree.html.twig - - web/common/technical_datas.html.twig + + CSV export + CSV export + web/report/generate_tab.html.twig + + Camera Model - Cameramodel + Camera Model + web/common/technical_datas.html.twig - + + Cancel + Cancel admin/fields/templates.html.twig task-manager/task-editor/task.html.twig user/import/view.html.twig prod/actions/delete_records_confirm.html.twig actions/Property/index.html.twig - actions/Property/type.html.twig + actions/Property/type.html.twig prod/User/Add.html.twig - Cancel - Annuleren - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + Cancel all - Annuleer alles + Cancel all + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - - prod/upload/upload-flash.html.twig + Cannot upload Zero Byte files - Kan geen 0 byte bestanden uploaden + Cannot upload Zero Byte files + prod/upload/upload-flash.html.twig - prod/Tooltip/Caption.html.twig Caption - Caption + Caption + prod/Tooltip/Caption.html.twig - - prod/results/help.html.twig + Caractères de troncature - Verborgen tekens + Caractères de troncature + prod/results/help.html.twig - Form/Configuration/GeneralFormType.php Carousel - Carousel + Carousel + Form/Configuration/GeneralFormType.php + Categorie + Categorie Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - Categorie - Categorie - - prod/Tooltip/DataboxField.html.twig + Ce champ est decrit comme element du %DublinCoreElementSet% - Dit veld is beschreven als %DublinCoreElementSet% + Ce champ est decrit comme element du %DublinCoreElementSet% + prod/Tooltip/DataboxField.html.twig - - prod/Tooltip/DCESFieldInfo.html.twig + Ce champ est decrit comme l'element DublinCore %element_name% - Dit veld is beschreven als het DublinCore %element_name% element + Ce champ est decrit comme l'element DublinCore %element_name% + prod/Tooltip/DCESFieldInfo.html.twig - - prod/actions/edit_default.html.twig + Ce champ est decrit comme un element DublinCore - Dit veld is beschreven als een DublinCore element + Ce champ est decrit comme un element DublinCore + prod/actions/edit_default.html.twig - - prod/Tooltip/DataboxField.html.twig + Ce champ est en lecture seule - Dit veld is alleen lezen + Ce champ est en lecture seule + prod/Tooltip/DataboxField.html.twig - - prod/Tooltip/DataboxField.html.twig + Ce champ est multivalue - Dit veld is multi waarde + Ce champ est multivalue + prod/Tooltip/DataboxField.html.twig - + + Ce champ est obligatoire + Ce champ est obligatoire Bridge/Api/Dailymotion.php Bridge/Api/Dailymotion.php Bridge/Api/Flickr.php Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Ce champ est obligatoire - Dit veld is verplicht + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php - - prod/Tooltip/DataboxField.html.twig + Ce champ est relie a une branche de thesaurus - Dit veld is gekoppeld aan een tak van de thesaurus + Ce champ est relie a une branche de thesaurus + prod/Tooltip/DataboxField.html.twig - - prod/Tooltip/DataboxField.html.twig + Ce champ est requis - Dit veld is vereist + Ce champ est requis + prod/Tooltip/DataboxField.html.twig - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php Ce champ est trop court %length% caracteres min Ce champ est trop court %length% caracteres min + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Ce champ est trop long %length% caracteres max + Ce champ est trop long %length% caracteres max Bridge/Api/Dailymotion.php Bridge/Api/Dailymotion.php Bridge/Api/Flickr.php Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Ce champ est trop long %length% caracteres max - Ce champ est trop long %length% caracteres max + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php - - prod/Tooltip/DataboxField.html.twig + Ce champ est utilise en titre a l'affichage - Dit veld wordt gebruikt als titel bij de voorvertoning + Ce champ est utilise en titre a l'affichage + prod/Tooltip/DataboxField.html.twig - - prod/Tooltip/DataboxField.html.twig + Ce champ n'est pas indexe - Dit veld werd niet geïndexeerd + Ce champ n'est pas indexe + prod/Tooltip/DataboxField.html.twig - - Bridge/Api/Flickr.php + + Ce lien est valable jusqu'au + Ce lien est valable jusqu'au + templates/web/email-template.html.twig + + Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr - Dit product gebruikt de API van Flickr, maar is niet ondersteund, noch toegelaten van Flickr + Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr + Bridge/Api/Flickr.php - - prod/WorkZone/Basket.html.twig + Certaines donnees du panier ont change - Sommige gegevens in het mandje zijn veranderd + Certaines donnees du panier ont change + prod/WorkZone/Basket.html.twig - - prod/WorkZone/Story.html.twig + Certaines donnees du reportage ont change - Sommige gegevens van de reportage zijn veranderd + Certaines donnees du reportage ont change + prod/WorkZone/Story.html.twig - - Controller/Prod/Language.php + Certaines publications n'ont pu etre effectuees, verifiez vos parametres - Bepaalde publicaties kunnen niet uitgevoerd worden, controleer uw parameters + Certaines publications n'ont pu etre effectuees, verifiez vos parametres + Controller/Prod/Language.php - - web/common/dialog_export.html.twig + Certains champs sont obligatoires, veuillez les remplir - Sommige velden zijn verplicht, wilt u ze invullen + Certains champs sont obligatoires, veuillez les remplir + web/common/dialog_export.html.twig - - prod/Tooltip/DataboxFieldRestrictions.html.twig + Ces informations sont directement fournies par la norme de metadonnees de ce champ : %norm_name% - Deze informatie wordt rechtstreeks geleverd door de metagegevens van het standaard veld : %norm_name% + Ces informations sont directement fournies par la norme de metadonnees de ce champ : %norm_name% + prod/Tooltip/DataboxFieldRestrictions.html.twig - - web/account/reset-email.html.twig + Change my email address - Mijn email adres wijzigen + Change my email address + web/account/reset-email.html.twig - - web/common/technical_datas.html.twig + + Changes for rotation will be applied only on the sub-definitions of "image" type. + Changes for rotation will be applied only on the sub-definitions of "image" type. + actions/Tools/index.html.twig + + Channels - Kanalen + Channels + web/common/technical_datas.html.twig - - web/prod/index.html.twig + Chargement - Laden + Chargement + web/prod/index.html.twig - - admin/search-engine/sphinx-search.html.twig + Charset to use for indexation - Te gebruiken karakterset voor de indexatie + Charset to use for indexation + admin/search-engine/sphinx-search.html.twig - Form/Configuration/ClassicFormType.php Check-box - Check-box + Check-box + Form/Configuration/ClassicFormType.php - - web/thesaurus/search.html.twig + Chercher - Zoeken + Chercher + web/thesaurus/thesaurus.html.twig + Choisir + Kiezen web/admin/subdefs.html.twig web/admin/subdefs.html.twig prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig - Choisir - Kiezen + prod/Story/Reorder.html.twig - + + Choose a new password + Choose a new password web/account/change-password.html.twig web/login/renew-password.html.twig - Choose a new password - Kies een nieuw paswoord - - Form/Configuration/ActionsFormType.php + Choose the title of the document to export - Kies een naam voor het document bij de export + Choose the title of the document to export + Form/Configuration/ActionsFormType.php - - prod/User/Add.html.twig + City - Stad + City + prod/User/Add.html.twig - - web/common/dialog_export.html.twig + Civility - Beleefdheid + Civility + web/common/dialog_export.html.twig - - admin/task-manager/log.html.twig + Clear - Wis + Clear + admin/task-manager/log.html.twig - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + Clear list - Lijst wissen + Clear list + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - Form/Configuration/MainConfigurationFormType.php Client - Client + Client + Form/Configuration/MainConfigurationFormType.php - - web/developers/application.html.twig + Client application - Klant programma + Client application + web/developers/application.html.twig - - web/developers/applications.html.twig + + Client application is deprecated + Client application is deprecated + web/prod/index.html.twig + + Client applications - Klant programma's + Client applications + web/developers/applications.html.twig - - admin/fields/templates.html.twig + Close - Sluit + Close + admin/fields/templates.html.twig - - web/prod/index.html.twig + Close the WorkZone - Sluit de WorkZone + Close the WorkZone + web/prod/index.html.twig - - web/admin/index.html.twig + Cocher toute la colonne - Verberg de hele kolom + Cocher toute la colonne + web/admin/index.html.twig - - web/report/listColumn.html.twig + Cochez les cases correspondantes aux colonnes que vous desirez voire apparaitre dans le report - Schakel de selectievakjes die overeenkomen met de kolommen die u wilt of zelfs opgenomen zijn het rapport uit + Cochez les cases correspondantes aux colonnes que vous desirez voire apparaitre dans le report + web/report/listColumn.html.twig - - api/auth/native_app_access_token.html.twig + Code d'acces - Toegangs code + Code d'acces + api/auth/native_app_access_token.html.twig - - web/common/technical_datas.html.twig + Codec Audio - Audio Codec + Codec Audio + web/common/technical_datas.html.twig - - web/common/technical_datas.html.twig + Codec Video - Video Codec + Codec Video + web/common/technical_datas.html.twig - + + Collection + Collection admin/databox/details.html.twig prod/Story/Create.html.twig - prod/upload/lazaret.html.twig - Collection - Collectie + prod/upload/lazaret.html.twig - + + Collection %collection% + Collection %collection% web/admin/editusers_quotas.html.twig web/admin/editusers_timelimit.html.twig - Collection %collection% - Collectie %collection% - - Controller/Admin/Collection.php + Collection empty successful - Collectie met succes geledigd + Collection empty successful + Controller/Admin/Collection.php - - Form/Configuration/ClassicFormType.php + Collections display mode - Collections weergave modus + Collections display mode + Form/Configuration/ClassicFormType.php - - web/common/technical_datas.html.twig + Color Depth - Kleurdiepte + Color Depth + web/common/technical_datas.html.twig - - web/common/technical_datas.html.twig + Color space - Kleurruimte + Color space + web/common/technical_datas.html.twig - - eventsmanager/notify/orderdeliver.php - eventsmanager/notify/ordernotdelivered.php + Commande - Bestelling + Commande + eventsmanager/notify/orderdeliver.php + eventsmanager/notify/ordernotdelivered.php - Controller/Prod/Order.php Commande du %date% Commande du %date% + Controller/Prod/Order.php - - web/common/menubar.html.twig + Commandes - Commandos + Commandes + web/common/menubar.html.twig - - actions/Feedback/list.html.twig + + Company + Company + actions/Feedback/list.html.twig actions/Feedback/ListsMacros.html.twig prod/User/Add.html.twig - Company - Bedrijf - - web/login/register-classic.html.twig + Complete the fields below to register on %instance_title%! - Vervolledig de onderstaande velden om op %instance_title% te registreren! + Complete the fields below to register on %instance_title%! + web/login/register-classic.html.twig - - web/login/register-provider.html.twig + Completion of your registration - Vervollediging van uw registratie + Completion of your registration + web/login/register-provider.html.twig - + + Confidentialite + Confidentialite Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - Confidentialite - Vertrouwelijk - - actions/Bridge/element_list.html.twig + Confidentialite : privee - prive + Confidentialite : privee + actions/Bridge/element_list.html.twig - - actions/Bridge/element_list.html.twig + Confidentialite : publique - publiek + Confidentialite : publique + actions/Bridge/element_list.html.twig - - web/prod/index.html.twig + Configuration - Configuratie + Configuration + web/prod/index.html.twig - - Notification/Mail/MailRequestEmailUpdate.php + Confirm new email address - Bevestig nieuw email adres + Confirm new email address + Notification/Mail/MailRequestEmailUpdate.php - - web/admin/index.html.twig + Confirm reset users rights before applying template - Bevestig reset van de gebruikersrechten alvorens de template toe te passen + Confirm reset users rights before applying template + web/admin/index.html.twig - - web/setup/step2.html.twig + Confirmation de votre mot de passe - Confirmatie van uw paswoord + Confirmation de votre mot de passe + web/setup/step2.html.twig - - admin/databox/databox.html.twig + Confirmez-vous la re-indexation de la base ? - Bevestigt u de herindexering van de database ? + Confirmez-vous la re-indexation de la base ? + admin/databox/databox.html.twig - + + Connection + Connection web/login/index.html.twig web/login/index.html.twig login/oauth/login.html.twig @@ -1757,445 +1835,450 @@ login/providers/bind.html.twig login/providers/mapping.html.twig login/providers/mapping.html.twig - Connection - Verbinding - - web/setup/step2.html.twig + Connection is OK but database does not exists or can not be accessed - Connectie is OK maar database bestaat niet of er is geen toegang tot de database + Connection is OK but database does not exists or can not be accessed + web/setup/step2.html.twig - - prod/upload/upload-flash.html.twig + Connection terminates unexpetecdly, please retry - Verbinding onverwacht beëindigt, gelieve opnieuw te proberen + Connection terminates unexpetecdly, please retry + prod/upload/upload-flash.html.twig - - Controller/Prod/Export.php + Connection to FTP succeed - De verbinding met de FTP is geslaagd + Connection to FTP succeed + Controller/Prod/Export.php - - web/setup/step2.html.twig + + Consulter et administrer vos paniers dans cet onglet. + Pour créer un panier et affichez le menu déroulant en cliquant sue la + flèche blanche. + Consulter et administrer vos paniers dans cet onglet. + Pour créer un panier et affichez le menu déroulant en cliquant sue la + flèche blanche. + web/prod/index.html.twig + + Consultez en ligne les pré-requis et la configuration du serveur web - Raadpleeg online de voorwaarden en de configuratie van de webserver + Consultez en ligne les pré-requis et la configuration du serveur web + web/setup/step2.html.twig - - module/console/systemUpgrade.php + Continuer ? - Doorgaan ? + Continuer ? + module/console/systemUpgrade.php - admin/collection/suggested_value.html.twig Continuer quand meme Continuer quand meme + admin/collection/suggested_value.html.twig - - prod/actions/Push.html.twig + Contributor - Bijdrage + Contributor + prod/actions/Push.html.twig - Form/Configuration/GeneralFormType.php Cooliris Cooliris + Form/Configuration/GeneralFormType.php - api/auth/native_app_access_token.html.twig Copiez le code ci-dessous, retournez dans votre application et collez-le a l'endroit requis : Copiez le code ci-dessous, retournez dans votre application et collez-le a l'endroit requis : + api/auth/native_app_access_token.html.twig - - login/oauth/desktop-code.html.twig + Copy the code below, return to your application and paste the code to the right place. - Copy de onderstaande code, keer terug naar uw toepassing en plak de code op de juiste plaats. + Copy the code below, return to your application and paste the code to the right place. + login/oauth/desktop-code.html.twig - - lib/classes/appbox.php - Copying files - Bezig met kopiëren - - - prod/upload/upload-flash.html.twig + Could not initiate upload, please retry - Kan de upload niet starten, gelieve opnieuw te proberen - - - Controller/Root/Account.php - Could not perform request, please contact an administrator. - Kon uw aanvraag niet behandelen, gelieve contact op te nemen met een beheerder - - + Could not initiate upload, please retry prod/upload/upload-flash.html.twig + + + Could not perform request, please contact an administrator. + Could not perform request, please contact an administrator. + Controller/Root/Account.php + + Could not retrieve the file ID, please retry or contact an admin if problem persist - Kan het bestands-ID niet ophalen, gelieve opnieuw te proberen of contacteer een administrator is het probleem blijft + Could not retrieve the file ID, please retry or contact an admin if problem persist + prod/upload/upload-flash.html.twig - - Controller/Admin/Dashboard.php + Could not send email - Kon geen mail versturen + Could not send email + Controller/Admin/Dashboard.php - - web/prod/index.html.twig + Couleur de selection - Kleur van de selectie + Couleur de selection + web/prod/index.html.twig - - actions/Feedback/list.html.twig - actions/Feedback/ListsMacros.html.twig + Country - Land + Country + actions/Feedback/list.html.twig + actions/Feedback/ListsMacros.html.twig - - web/login/register.html.twig + Create an account manually - Maak manueel een gebruiker + Create an account manually + web/login/register.html.twig - - web/admin/subdefs.html.twig + Create new subdef - Maak nieuwe thumbnail + Create new subdef + web/admin/subdefs.html.twig - - lib/classes/appbox.php - Creating new tables - Niewe tabellen maken - - - lib/classes/base.php - Creating table %table_name% - Creating table %table_name% - - - actions/Feedback/ListsMacros.html.twig + Creation date - Aanmaakdatum + Creation date + actions/Feedback/ListsMacros.html.twig - - web/setup/step2.html.twig + Creation de votre compte - Creatie van uw account + Creation de votre compte + web/setup/step2.html.twig - - web/setup/step2.html.twig + Creation des taches - Aanmaken van de taken + Creation des taches + web/setup/step2.html.twig - + + Creer + Creer Bridge/Dailymotion/actioncontainers.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Youtube/actioncontainers.html.twig - Creer - Maken - - web/setup/step2.html.twig + Creer la tache d'ecriture des metadonnees - Maak de taak voor het lezen van de metadata + Creer la tache d'ecriture des metadonnees + web/setup/step2.html.twig - - web/setup/step2.html.twig + Creer la tache d'indexation - Maak de indexeren taak + Creer la tache d'indexation + web/setup/step2.html.twig - - web/setup/step2.html.twig + Creer la tache de creation des sous-definitions - Maak de taak voor het aanmaken van thumbnails + Creer la tache de creation des sous-definitions + web/setup/step2.html.twig - - Bridge/Flickr/photoset_createcontainer.html.twig + Creer un Photoset - Maak een Photoset + Creer un Photoset + Bridge/Flickr/photoset_createcontainer.html.twig - - web/admin/index.html.twig + Creer un model - Maak een model + Creer un model + web/admin/index.html.twig - - web/admin/index.html.twig + Creer un modele - Maak een model + Creer un modele + web/admin/index.html.twig - - web/admin/index.html.twig + Creer un utilisateur - Maak een gebruiker + Creer un utilisateur + web/admin/index.html.twig - - web/developers/applications.html.twig + Creer une nouvelle applications - Maak een nieuw programma + Creer une nouvelle applications + web/developers/applications.html.twig - + + Creer une playlist + Creer une playlist Bridge/Dailymotion/playlist_createcontainer.html.twig Bridge/Youtube/playlist_createcontainer.html.twig - Creer une playlist - Maak een playlist - - web/developers/applications.html.twig + Creez une application pour commencer a utiliser l'API Phraseanet - Maak een programma voor het gebruik van de Phraseanet API te starten + Creez une application pour commencer a utiliser l'API Phraseanet + web/developers/applications.html.twig - - admin/databox/details.html.twig + Cumulative total - Cumulatief totaal + Cumulative total + admin/databox/details.html.twig - - admin/fields/templates.html.twig + Current configuration contains some errors - Huidige configuratie bevat enkele fouten + Current configuration contains some errors + admin/fields/templates.html.twig - - Bridge/Api/Youtube.php + Current operations cannot be executed because the site is temporarily in maintenance mode. Wait a few minutes and try your request again - De bewerkingen kunnen niet uitgevoerd worden doordat de site in onderhoudsmodus is. Wacht een paar minuten en probeer het opnieuw. + Current operations cannot be executed because the site is temporarily in maintenance mode. Wait a few minutes and try your request again + Bridge/Api/Youtube.php - - Form/Login/PhraseaRenewPasswordForm.php + Current password - Huidig wachtwoord + Current password + Form/Login/PhraseaRenewPasswordForm.php - - web/account/sessions.html.twig + Current session - Huidige sessie + Current session + web/account/sessions.html.twig - admin/fields/templates.html.twig DCES - DCES + DCES + admin/fields/templates.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig Database - Database + Database + web/setup/step2.html.twig + web/setup/step2.html.twig - - Controller/Admin/Databoxes.php + Database can not be empty - Database mag niet leeg zijn - - + Database can not be empty Controller/Admin/Databoxes.php + + Database could not be mounted - Database kon niet worden geladen + Database could not be mounted + Controller/Admin/Databoxes.php - - Controller/Admin/Databoxes.php + Database does not exists or can not be accessed - Database bestaat niet of is niet toegankelijk + Database does not exists or can not be accessed + Controller/Admin/Databoxes.php - - Controller/Admin/Databoxes.php + Database name can not contains special characters - Database kan geen speciale tekens bevatten + Database name can not contains special characters + Controller/Admin/Databoxes.php - - web/setup/step2.html.twig + + Database server does not support InnoDB storage engine + Database server does not support InnoDB storage engine + web/setup/step2.html.twig + + Database user - Database gebruiker + Database user + web/setup/step2.html.twig - - Phrasea/Controller/Setup.php + Databox is unreachable - Databox is niet bereikbaar + Databox is unreachable + Phrasea/Controller/Setup.php - - web/setup/step2.html.twig + Databoxes store records, metadatas and their classifications - Databoxes bewaren records, metadatas en hun classificaties + Databoxes store records, metadatas and their classifications + web/setup/step2.html.twig - - prod/upload/lazaret.html.twig + Date - Datum + Date + prod/upload/lazaret.html.twig - - admin/publications/list.html.twig + Date Creation - Aanmaakdatum + Date Creation + admin/publications/list.html.twig - - prod/orders/order_item.html.twig + Date de commande - Bestellingsdatum + Date de commande + prod/orders/order_item.html.twig - - web/account/sessions.html.twig + Date de connexion - Datum van de verbinding + Date de connexion + web/account/sessions.html.twig - - prod/orders/order_box.html.twig + Date de demande - Datum van de aanvraag + Date de demande + prod/orders/order_box.html.twig - - admin/search-engine/sphinx-search.html.twig + Date fields available for search - Datum velden zijn beschikbaar bij het zoeken + Date fields available for search + admin/search-engine/sphinx-search.html.twig + De + De web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - De - De + Deadline + Deadline prod/orders/order_box.html.twig prod/orders/order_item.html.twig - Deadline - Deadline - Notification/Mail/MailSuccessEmailUpdate.php Dear %user%, Dear %user%, + Notification/Mail/MailSuccessEmailUpdate.php - - task-manager/task-editor/phraseanet-indexer.html.twig + Debug binary mask - Debug binair masker + Debug binary mask + task-manager/task-editor/phraseanet-indexer.html.twig - - web/admin/index.html.twig + Decocher toute la colonne - Toon de hele kolom + Decocher toute la colonne + web/admin/index.html.twig - - mobile/lightbox/index.html.twig + Deconnexion - Log out + Deconnexion + mobile/lightbox/index.html.twig - - web/developers/applications.html.twig + Decouvrez la documentation - Raadpleeg de handleiding + Decouvrez la documentation + web/developers/applications.html.twig - - Phrasea/Helper/WorkZone.php + Default basket - Standaard mandje + Default basket + Phrasea/Helper/WorkZone.php - - Form/Configuration/ActionsFormType.php + Default export title - Standaard export naam + Default export title + Form/Configuration/ActionsFormType.php - - task-manager/task-editor/phraseanet-indexer.html.twig + Default language for thesaurus candidates - Standaard taal voor thesaurus kandidaten + Default language for thesaurus candidates + task-manager/task-editor/phraseanet-indexer.html.twig - - Form/Configuration/EmailFormType.php + Default mail sender address - Standaard mail adres + Default mail sender address + Form/Configuration/EmailFormType.php - - Form/Configuration/SearchEngineFormType.php + Default query - Standaard vraag + Default query + Form/Configuration/SearchEngineFormType.php - - Form/Configuration/SearchEngineFormType.php + Default searched type - Standaard gezocht type + Default searched type + Form/Configuration/SearchEngineFormType.php - - admin/search-engine/phrasea.html.twig + Default sort - Standaard sortering + Default sort + admin/search-engine/phrasea.html.twig - - Form/Configuration/ActionsFormType.php + Default validation links duration - Standaard tijd voor de validatie links + Default validation links duration + Form/Configuration/ActionsFormType.php - - Form/Configuration/ExecutablesFormType.php + + Define a webhook URL + Define a webhook URL + web/developers/application.html.twig + + Defined in Apache configuration - Gedefinieerd in de Apache configuratie + Defined in Apache configuration + Form/Configuration/ExecutablesFormType.php - - web/setup/step2.html.twig + Delai depasse lors du contact avec le serveur WEB - Tijd overschreden bij contact opname met de webserver + Delai depasse lors du contact avec le serveur WEB + web/setup/step2.html.twig - - Media/Subdef/Gif.php + Delay - Uitstellen + Delay + Media/Subdef/Gif.php - - admin/task-manager/list.html.twig + + Delete + Delete + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig prod/actions/delete_records_confirm.html.twig actions/Feedback/list.html.twig - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig - Delete - Verwijder + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - + + Delete all users rights + Delete all users rights web/admin/editusers.html.twig web/admin/users.html.twig - Delete all users rights - Verwijder alle gebruikersrechten - - WorkZone/Browser/Results.html.twig + Delete basket - Verwijder mandje + Delete basket + WorkZone/Browser/Results.html.twig - - Controller/Prod/Language.php + Delete records - Verwijder records + Delete records + Controller/Prod/Language.php - - web/admin/subdefs.html.twig + Delete the subdef ? - Verwijder de thumbnail ? + Delete the subdef ? + web/admin/subdefs.html.twig - - web/developers/applications.html.twig + Demarrer avec l'API Phraseanet - Starten met de API Phraseanet + Demarrer avec l'API Phraseanet + web/developers/applications.html.twig - + + Deny + Deny login/oauth/authorize-access.html.twig prod/orders/order_item.html.twig - Deny - Weiger - + + Deplacement %n_element% elements + Deplacement %n_element% elements Bridge/Dailymotion/video_moveinto_playlist.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig - Deplacement %n_element% elements - %n_element% elementen verplaatsen - - web/account/sessions.html.twig + Dernier access - Laatste verbinding + Dernier access + web/account/sessions.html.twig - - prod/feeds/entry_macro.html.twig + Derniere mise a jour le %updated_on% - Laatste update %updated_on% + Derniere mise a jour le %updated_on% + prod/feeds/entry_macro.html.twig - - TaskManager/Job/FtpJob.php + Des difficultes ont ete rencontres a la connection au serveur distant - Er zijn moeilijkheden ontstaan met de connectie naar de server + Des difficultes ont ete rencontres a la connection au serveur distant + TaskManager/Job/FtpJob.php - + + Description + Description web/developers/application_form.html.twig Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig @@ -2206,4227 +2289,4378 @@ Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig prod/Tooltip/DCESFieldInfo.html.twig - Description - Beschrijving - - prod/actions/Push.html.twig - web/report/form_date_and_base.html.twig + Deselect all - Alles deselecteren + Deselect all + prod/actions/Push.html.twig + web/report/form_date_and_base.html.twig - - prod/orders/order_item.html.twig + Destinataire - Bestemmeling + Destinataire + prod/orders/order_item.html.twig - - prod/Share/record.html.twig + Detailed view URL - Gedetailleerde weergave URL + Detailed view URL + prod/Share/record.html.twig + Details + Details admin/collection/details.html.twig admin/databox/details.html.twig - Details - Details - - web/account/base.html.twig + Developpeur - Ontwikkelaar + Developpeur + web/account/base.html.twig - - web/account/authorized_apps.html.twig + Developpeurs - Ontwikkelaars + Developpeurs + web/account/authorized_apps.html.twig - - Media/Subdef/Image.php - Media/Subdef/Video.php + Dimension - Afmeting + Dimension + Media/Subdef/Image.php + Media/Subdef/Video.php - - Form/Configuration/ActionsFormType.php + Disabled - Uitgeschakeld + Disabled + Form/Configuration/ActionsFormType.php - - admin/fields/templates.html.twig + + Disallow the possibility for the end user to disable push authentication + Disallow the possibility for the end user to disable push authentication + Form/Configuration/ActionsFormType.php + + - + + admin/fields/templates.html.twig - - Form/Configuration/ClassicFormType.php + Display proposals tab - Toon de voorstellen tab + Display proposals tab + Form/Configuration/ClassicFormType.php - - Form/Configuration/ClassicFormType.php + + Display technical data + Display technical data + web/prod/index.html.twig + + Display the name of databases and collections - Toon de naam van de databases en de collecties + Display the name of databases and collections + Form/Configuration/ClassicFormType.php - - Form/Configuration/ClassicFormType.php + Display the total size of the document basket - Toon de volledige grootte van het documenten mandje + Display the total size of the document basket + Form/Configuration/ClassicFormType.php - - admin/fields/templates.html.twig + Display thumbnails - Toon thumbnails + Display thumbnails + admin/fields/templates.html.twig - - web/admin/databases.html.twig + + Do not display + Do not display + web/prod/index.html.twig + + Do not forget to restart the tasks scheduler - Vergeet niet om de taakbeheerder te herstarten + Do not forget to restart the tasks scheduler + web/admin/databases.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + Do not log, output to console - Neem niet op in de log-files, stuur door naar de console + Do not log, output to console + task-manager/task-editor/phraseanet-indexer.html.twig - - login/oauth/authorize-access.html.twig + Do you authorize the application %application_name% to access to your Phraseanet content? - Staat u het programma %application_name% toe om toegang te krijgen tot de Phraseanet inhoud? + Do you authorize the application %application_name% to access to your Phraseanet content? + login/oauth/authorize-access.html.twig - - Controller/Admin/Fields.php + Do you really want to delete the field %s ? - Bent u zeker om het veld %s te verwijderen? + Do you really want to delete the field %s ? + Controller/Admin/Fields.php - - web/account/sessions.html.twig + Do you really want to end the activity of this session? - Wilt u werkelijk de activiteit van deze sessie stoppen? + Do you really want to end the activity of this session? + web/account/sessions.html.twig - - Phrasea/Controller/Lightbox.php - mobile/lightbox/validate.html.twig - web/lightbox/validate.html.twig + Do you want to send your report ? - Wenst u uw rapport te sturen ? + Do you want to send your report ? + Phrasea/Controller/Lightbox.php + mobile/lightbox/validate.html.twig + web/lightbox/validate.html.twig - web/prod/index.html.twig Document - Document + Document + web/prod/index.html.twig - - prod/orders/order_item.html.twig + Document envoye par %name% - Document verstuurd door %name% + Document envoye par %name% + prod/orders/order_item.html.twig - - Controller/Prod/Tools.php + Document has been successfully substitued - Document werd met succes vervangen + Document has been successfully substitued + Controller/Prod/Tools.php - - prod/orders/order_item.html.twig + Document refuse par %name% - Document geweigerd door %name% + Document refuse par %name% + prod/orders/order_item.html.twig - - Form/Configuration/ActionsFormType.php + Document title - Document naam + Document title + Form/Configuration/ActionsFormType.php - - Form/Configuration/SearchEngineFormType.php + Documents - Documenten + Documents + Form/Configuration/SearchEngineFormType.php - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + Documents indisponibles - Documenten niet beschikbaar + Documents indisponibles + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/setup/step2.html.twig + Don't worry, You can modify your configuration later - Geen zorg, U kunt later de configuratie aanpassen + Don't worry, You can modify your configuration later + web/setup/step2.html.twig - Notification/Mail/MailRecordsExport.php Download - Download + Download + Notification/Mail/MailRecordsExport.php - - actions/Download/prepare.html.twig + Download of documents - Download van documenten + Download of documents + actions/Download/prepare.html.twig - - web/admin/editusers_quotas.html.twig + Droits - Rechten + Droits + web/admin/editusers_quotas.html.twig + Drop-down + Drop-down Form/Configuration/ClassicFormType.php Form/Configuration/ClassicFormType.php - Drop-down - Drop-down - - web/common/technical_datas.html.twig + Duree - Duur + Duree + web/common/technical_datas.html.twig - - actions/Feedback/ListsMacros.html.twig + E-Mail - E-mail + E-Mail + actions/Feedback/ListsMacros.html.twig - - Form/Login/PhraseaForgotPasswordForm.php - Form/Login/PhraseaRegisterForm.php + E-mail - Email + E-mail + Form/Login/PhraseaForgotPasswordForm.php + Form/Login/PhraseaRegisterForm.php - lib/classes/databox.php ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" + lib/classes/databox.php - - lib/classes/databox.php + ERREUR : Les name de subdef sont uniques par groupe de subdefs et necessaire - FOUT : De namen van de thumbnail moeten uniek zijn per group van thumbnails + ERREUR : Les name de subdef sont uniques par groupe de subdefs et necessaire + lib/classes/databox.php - - lib/classes/databox.php + ERREUR : TOUTES LES BALISES subdefgroup necessitent un attribut name - FOUT : ALLE TAGS subdefgroup vereisen een atribuut naam + ERREUR : TOUTES LES BALISES subdefgroup necessitent un attribut name + lib/classes/databox.php - - admin/task-manager/list.html.twig - actions/Feedback/list.html.twig + Edit - Wijzigen + Edit + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + actions/Feedback/list.html.twig - - admin/publications/fiche.html.twig + + Editer + Editer + actions/publish/publish_edit.html.twig + + Edition - Editie + Edition + admin/publications/fiche.html.twig - + + Edition de 1 element + Edition de 1 element Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig Bridge/Youtube/video_modify.html.twig - Edition de 1 element - Editie van het 1 element - - web/admin/editusers.html.twig + Edition des droits de %display_name% - Rechten aanpassingen voor %display_name% + Edition des droits de %display_name% + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Edition des droits de %number% utilisateurs - Rechten aanpassingen voor %number% gebruikers + Edition des droits de %number% utilisateurs + web/admin/editusers.html.twig - - prod/actions/edit_default.html.twig + Edition impossible - Kan niet worden bewerkt + Edition impossible + prod/actions/edit_default.html.twig - actions/Feedback/List-Share.html.twig Editor - Editor + Editor + actions/Feedback/List-Share.html.twig - - actions/Feedback/List-Share.html.twig + Editor can modify content - Editor kunt inhoud wijzigen + Editor can modify content + actions/Feedback/List-Share.html.twig - admin/search-engine/elastic-search.html.twig ElasticSearch configuration ElasticSearch configuration + admin/search-engine/elastic-search.html.twig - admin/search-engine/elastic-search.html.twig ElasticSearch connection configuration ElasticSearch connection configuration + admin/search-engine/elastic-search.html.twig - admin/search-engine/elastic-search.html.twig ElasticSearch server ElasticSearch server + admin/search-engine/elastic-search.html.twig + Email + Email web/admin/dashboard.html.twig admin/publications/fiche.html.twig - Email - Email - Controller/Admin/Users.php Email '%email%' for login '%login%' already exists in database Email '%email%' for login '%login%' already exists in database + Controller/Admin/Users.php - - prod/User/Add.html.twig + Email Name - Email Naam + Email Name + prod/User/Add.html.twig - - eventsmanager/notify/downloadmailfail.php + Email export fails - Email export lukt niet + Email export fails + eventsmanager/notify/downloadmailfail.php - - Controller/Prod/Push.php + Email is invalid - Email is niet correct + Email is invalid + Controller/Prod/Push.php - - Controller/Prod/Push.php + Email is required - Email is verplicth + Email is required + Controller/Prod/Push.php - + + Email successfully confirmed + Email successfully confirmed Notification/Mail/MailSuccessEmailConfirmationRegistered.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - Email successfully confirmed - Email met succes bevestigd - - web/admin/dashboard.html.twig + Email test result : %email_status% - Email test resultaat : %email_status% + Email test result : %email_status% + web/admin/dashboard.html.twig - Form/Configuration/MainConfigurationFormType.php Emails - Emails + Emails + Form/Configuration/MainConfigurationFormType.php - - prod/Share/record.html.twig + Embed code - Sluit de code in + Embed code + prod/Share/record.html.twig - TaskManager/Job/EmptyCollectionJob.php Empty a collection Empty a collection + TaskManager/Job/EmptyCollectionJob.php - - Form/Configuration/ExecutablesFormType.php + Empty if not used - Leeg als niet wordt gebruikt + Empty if not used + Form/Configuration/ExecutablesFormType.php - - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + Empty quarantine - Quarantaine is leeg + Empty quarantine + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - - prod/upload/lazaret.html.twig + Empty quarantine will remove all items, are you sure you want to continue ? - De quarantaine ledigen zal alle elementen verwijderen, bent u zeker dat u wilt doorgaan ? + Empty quarantine will remove all items, are you sure you want to continue ? + prod/upload/lazaret.html.twig - - Controller/Admin/Collection.php - Controller/Admin/Collection.php + Empty the collection before removing - Maak eerst de collectie leeg alvorens te verwijderen + Empty the collection before removing + Controller/Admin/Collection.php + Controller/Admin/Collection.php - - actions/Bridge/records_list.html.twig + En attente - In afwachting + En attente + actions/Bridge/records_list.html.twig - Bridge/Youtube/upload.html.twig 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 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% + Bridge/Youtube/upload.html.twig - - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php - actions/Bridge/records_list.html.twig + En cours d'encodage - Bezig met coderen + En cours d'encodage + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php + actions/Bridge/records_list.html.twig - - actions/Bridge/records_list.html.twig + En cours d'envoi - Wordt verzonden + En cours d'envoi + actions/Bridge/records_list.html.twig - - Form/Configuration/FtpExportFormType.php + Enable FTP export - Schakel FPT export in + Enable FTP export + Form/Configuration/FtpExportFormType.php - - Form/Configuration/FtpExportFormType.php + Enable FTP for users - Schakel FTP in voor gebruikers + Enable FTP for users + Form/Configuration/FtpExportFormType.php - - Form/Configuration/ExecutablesFormType.php + + Enable Forcing authentication to see push content + Enable Forcing authentication to see push content + Form/Configuration/ActionsFormType.php + + Enable H264 stream mode - Maak H264 stream mode actief + Enable H264 stream mode + Form/Configuration/ExecutablesFormType.php - - Form/Configuration/ModulesFormType.php + Enable HD substitution - Maak de HD substitutie actief + Enable HD substitution + Form/Configuration/ModulesFormType.php - - Form/Configuration/EmailFormType.php + Enable SMTP authentication - SMTP-verificatie inschakelen + Enable SMTP authentication + Form/Configuration/EmailFormType.php - - Form/Configuration/RegistrationFormType.php + Enable auto registration - Schakel automatisch registreren in + Enable auto registration + Form/Configuration/RegistrationFormType.php - - Form/Configuration/MaintenanceFormType.php + Enable maintenance message broadcast - Onderhoud mededling van de uitzending inschakelen + Enable maintenance message broadcast + Form/Configuration/MaintenanceFormType.php - - Form/Configuration/ModulesFormType.php + Enable multi-doc mode - Maak de multi-doc mode actief + Enable multi-doc mode + Form/Configuration/ModulesFormType.php - - Form/Configuration/ClassicFormType.php + + Enable possibility to notify users when publishing a new feed entry + Enable possibility to notify users when publishing a new feed entry + Form/Configuration/ActionsFormType.php + + Enable roll-over on basket elements - Schakel roll-over in op de elementen in mandjes + Enable roll-over on basket elements + Form/Configuration/ClassicFormType.php - - Form/Configuration/ClassicFormType.php + Enable roll-over on stories - Schakel roll-over in op verhalen + Enable roll-over on stories + Form/Configuration/ClassicFormType.php - - admin/search-engine/phrasea.html.twig + Enable stemming - Sta stoppen toe + Enable stemming + admin/search-engine/phrasea.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + Enable stemming languages - Minder talen inschakelen + Enable stemming languages + task-manager/task-editor/phraseanet-indexer.html.twig - - Form/Configuration/ModulesFormType.php + Enable thesaurus - Maak de thesaurus actief + Enable thesaurus + Form/Configuration/ModulesFormType.php - - Form/Configuration/ActionsFormType.php + Enable this setting to share on Facebook and Twitter - Gebruik deze instellingen voor het delen op Facebook en Twitter + Enable this setting to share on Facebook and Twitter + Form/Configuration/ActionsFormType.php - - Form/Configuration/ModulesFormType.php + Enable thumbnail substitution - Maak de thumbnail substitutie actief + Enable thumbnail substitution + Form/Configuration/ModulesFormType.php - - Form/Configuration/ActionsFormType.php + Enabled - Ingeschakeld + Enabled + Form/Configuration/ActionsFormType.php - - web/account/sessions.html.twig + End Activity - Einde activiteit + End Activity + web/account/sessions.html.twig + web/account/sessions.html.twig - - web/account/sessions.html.twig + End session activity - Einde sessie activiteit + End session activity + web/account/sessions.html.twig - - web/login/forgot-password.html.twig + Enter your e-mail address to retrieve your password - Vul uw email adres in om uw paswoord op te halen + Enter your e-mail address to retrieve your password + web/login/forgot-password.html.twig - - web/common/dialog_export.html.twig + Entrez plusieurs adresses email en les separant par des points-virgules - Geef meerdere email adressen op door ze te scheiden met een punt coma + Entrez plusieurs adresses email en les separant par des points-virgules + web/common/dialog_export.html.twig - - Controller/Prod/UsrLists.php + Entry removed from list - Item uit de lijst verwijderd + Entry removed from list + Controller/Prod/UsrLists.php - - prod/preview/short_history.html.twig + Envoi par ftp a %dest% de %content% - Verstuur per ftp naar %dest% van %content% + Envoi par ftp a %dest% de %content% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + Envoi par mail a %dest% de %content% - Verstuur per mail naar %dest% van %content% + Envoi par mail a %dest% de %content% + prod/preview/short_history.html.twig - - Phrasea/Controller/Lightbox.php + Envoie avec succes - Met succes verstuurd + Envoie avec succes + Phrasea/Controller/Lightbox.php - - api/auth/native_app_access_token.html.twig + Erreur - Fout + Erreur + api/auth/native_app_access_token.html.twig - + + Erreur ! + Erreur ! mobile/lightbox/error.html.twig web/lightbox/error.html.twig - Erreur ! - Fout ! - - Controller/Prod/Language.php + Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas - Fout : ofwel zijn de parameters verkeerd, ofwel antwoord de externe server niet + Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas + Controller/Prod/Language.php - - Bridge/Api/Youtube.php + Erreur YouTube a rencontré une erreur lors du traitement de la requête. - Fout Youtube geeft een fout gemeld bij het verwerken van de aanvraag. + Erreur YouTube a rencontré une erreur lors du traitement de la requête. + Bridge/Api/Youtube.php - - Bridge/Api/Dailymotion.php + Erreur d'encodage - Fout bij het coderen + Erreur d'encodage + Bridge/Api/Dailymotion.php - - api/auth/end_user_authorization.html.twig + Erreur de login / mot de passe - Verkeerde login / paswoord + Erreur de login / mot de passe + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - Bridge/Api/Youtube.php + Erreur la requête a été mal formée ou contenait des données valides. - Fout het verzoek was slecht gevraagd of bevatte geen geldige gegevens. + Erreur la requête a été mal formée ou contenait des données valides. + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + Erreur la ressource que vous tentez de modifier n'existe pas. - Fout de hulpbron die u probeert te veranderen, bestaat niet. + Erreur la ressource que vous tentez de modifier n'existe pas. + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + Erreur le service Youtube n'est pas accessible pour le moment. Veuillez réessayer plus tard. - Fout Youtube is momenteel niet bereikbaar. Gelieve later eens opnieuw te proberen. + Erreur le service Youtube n'est pas accessible pour le moment. Veuillez réessayer plus tard. + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + Erreur lors de l'authentification au service Youtube, Veuillez vous déconnecter, puis vous reconnecter. - Fout door de authenticatie bij Youtube, gelieve eerst te uit te loggen en dan opnieuw in te loggen + Erreur lors de l'authentification au service Youtube, Veuillez vous déconnecter, puis vous reconnecter. + Bridge/Api/Youtube.php - - Phrasea/Controller/Lightbox.php + Erreur lors de l'enregistrement des donnees - Fout bij het bewaren van de gegevens + Erreur lors de l'enregistrement des donnees + Phrasea/Controller/Lightbox.php - - Bridge/Api/Youtube.php + Erreur lors de l'envoi de la requête. Erreur d'authentification. - Fout bij het verzenden van uw verzoek. Authenticatie fout. + Erreur lors de l'envoi de la requête. Erreur d'authentification. + Bridge/Api/Youtube.php - - Phrasea/Controller/Lightbox.php + Erreur lors de la mise a jour des donnes - Fouten bij de update van de gegevens + Erreur lors de la mise a jour des donnes + Phrasea/Controller/Lightbox.php - lib/classes/base.php - lib/classes/base.php - lib/classes/base.php - lib/classes/base.php Erreur lors de la tentative ; errreur : %message% Erreur lors de la tentative ; errreur : %message% + lib/classes/base.php + lib/classes/base.php + lib/classes/base.php + lib/classes/base.php - - actions/Bridge/callback.html.twig + Erreur lors de votre authentification - Fout bij uw authenticatie + Erreur lors de votre authentification + actions/Bridge/callback.html.twig - - web/setup/step2.html.twig + Erreur lors du contact avec le serveur WEB - Foute contact opname met de webserver + Erreur lors du contact avec le serveur WEB + web/setup/step2.html.twig - - Bridge/Api/Youtube.php + Erreur vous avez essayé d'exécuter une requête non prise en charge par Youtube - Fout u hebt geprobeerd een aanvraag te verwerken die niet toegestaan is door Youtube + Erreur vous avez essayé d'exécuter une requête non prise en charge par Youtube + Bridge/Api/Youtube.php - - Controller/Prod/Export.php - Error while connecting to FTP - Fout bij het verbinden met de FTP - - - Controller/Prod/Push.php + Error while creating user - Fout tijdens het aanmaken van gebruiker + Error while creating user + Controller/Prod/Push.php - - Controller/User/Preferences.php - Controller/User/Preferences.php + Error while saving preference - Fout bij het bewaren van de voorkeuren + Error while saving preference + Controller/User/Preferences.php + Controller/User/Preferences.php - - Controller/Admin/Collection.php - Controller/Admin/Databox.php + Error while sending the file - Fout bij het versturen van het bestaan + Error while sending the file + Controller/Admin/Collection.php + Controller/Admin/Databox.php - - prod/upload/upload-flash.html.twig + Error while uploading - Fout tijdens uploaden + Error while uploading + prod/upload/upload-flash.html.twig - - prod/results/help.html.twig + Et Dieu créa la femme - En God heeft de vrouw gemaakt + Et Dieu créa la femme + prod/results/help.html.twig - + + Etendue de la publication + Etendue de la publication admin/publications/fiche.html.twig admin/publications/list.html.twig - Etendue de la publication - Omvang van de publicatie - - Bridge/Flickr/photo_deleteelement.html.twig + Etes vous sur de supprimer %number% photos ? - Bent u zeker om %number% te verwijderen ? + Etes vous sur de supprimer %number% photos ? + Bridge/Flickr/photo_deleteelement.html.twig - - Bridge/Flickr/photoset_deleteelement.html.twig + Etes vous sur de supprimer %number% photosets ? - Bent u zeker om %number% photosets te verwijderen ? + Etes vous sur de supprimer %number% photosets ? + Bridge/Flickr/photoset_deleteelement.html.twig - + + Etes vous sur de supprimer %number% playlists ? + Etes vous sur de supprimer %number% playlists ? Bridge/Dailymotion/playlist_deleteelement.html.twig Bridge/Youtube/playlist_deleteelement.html.twig - Etes vous sur de supprimer %number% playlists ? - Bent u zeker om %number% playlists te verwijderen ? - + + Etes vous sur de supprimer %number% videos ? + Etes vous sur de supprimer %number% videos ? Bridge/Dailymotion/video_deleteelement.html.twig Bridge/Youtube/video_deleteelement.html.twig - Etes vous sur de supprimer %number% videos ? - Bent u zeker om %number% videos te verwijderen ? - - web/setup/step2.html.twig + Executables externes - Externe Executables + Executables externes + web/setup/step2.html.twig - - Form/Configuration/MainConfigurationFormType.php + Executables settings - Executables instellingen + Executables settings + Form/Configuration/MainConfigurationFormType.php - - Controller/Prod/DoDownload.php - Controller/Prod/DoDownload.php - Controller/Prod/Language.php + Export - Exporteer + Export + Controller/Prod/DoDownload.php + Controller/Prod/DoDownload.php + Controller/Prod/Language.php - - Controller/Prod/Export.php + Export saved in the waiting queue - Export werd in de wachtrij geplaatst + Export saved in the waiting queue + Controller/Prod/Export.php - web/account/account.html.twig FTP - FTP + FTP + web/account/account.html.twig - Form/Configuration/MainConfigurationFormType.php FTP Export - FTP Export + FTP Export + Form/Configuration/MainConfigurationFormType.php - - api/auth/native_app_access_token.html.twig + Fail - Mislukt + Fail + api/auth/native_app_access_token.html.twig - - admin/publications/list.html.twig + Feed name - Feed naam + Feed name + admin/publications/list.html.twig - Controller/Prod/Language.php - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig Feedback - Feedback + Feedback + Controller/Prod/Language.php + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - eventsmanager/notify/feed.php Feeds - Feeds + Feeds + eventsmanager/notify/feed.php - - web/thesaurus/import-dialog.html.twig + Fichier ASCII tabule - Fichier ASCII tabel + Fichier ASCII tabule + web/thesaurus/import-dialog.html.twig - - actions/Bridge/wrapper.html.twig + Fichiers envoyes - Document verstuurd + Fichiers envoyes + actions/Bridge/wrapper.html.twig - Controller/Admin/Fields.php Field %name% could not be created, please try again or contact an admin. Field %name% could not be created, please try again or contact an admin. + Controller/Admin/Fields.php - Controller/Admin/Fields.php Field %name% could not be saved, please try again or contact an admin. Field %name% could not be saved, please try again or contact an admin. + Controller/Admin/Fields.php - - Controller/Admin/Fields.php + Field %s contains errors. - Veld %s bevat fouten. + Field %s contains errors. + Controller/Admin/Fields.php - - Controller/Admin/Fields.php + Field can not be blank. - Veld mag niet leeg zijn - - - Controller/Admin/Fields.php - Field name already exists. - Veldnaam bestaat reeds - - + Field can not be blank. Controller/Admin/Fields.php - Field name is not valid. - Veldnaam is niet geldig - + + Field name already exists. + Field name already exists. Controller/Admin/Fields.php + + + Field name is not valid. + Field name is not valid. + Controller/Admin/Fields.php + + Field source is not valid. - Veldbron is niet geldig + Field source is not valid. + Controller/Admin/Fields.php - - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php - Controller/Prod/Lazaret.php + File is not present in quarantine anymore, please refresh - Bestand is niet meer in de quarantiane aanwezig, gelieve te vernieuwen + File is not present in quarantine anymore, please refresh + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php + Controller/Prod/Lazaret.php - - Controller/Admin/Root.php + File is too big : 64k max - File is te groot : 64k max + File is too big : 64k max + Controller/Admin/Root.php - - prod/upload/upload-flash.html.twig + File upload has been cancelled - Bestand upload werd geannuleerd - - + File upload has been cancelled prod/upload/upload-flash.html.twig + + File upload has been stopped - Bestand upload is gestopt + File upload has been stopped + prod/upload/upload-flash.html.twig - - prod/upload/upload-flash.html.twig + File upload limit (%maxFileSizeReadable%) has been reached - Bestand upload limiet (%maxFileSizeReadable%) is bereikt + File upload limit (%maxFileSizeReadable%) has been reached + prod/upload/upload-flash.html.twig - - prod/upload/upload-flash.html.twig + File validation failed - Bestand validatie mislukt + File validation failed + prod/upload/upload-flash.html.twig - - prod/upload/lazaret.html.twig + Filename - Bestandsnaam + Filename + prod/upload/lazaret.html.twig - - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig + Fils disponibles - Beschikbare paden + Fils disponibles + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - web/admin/users.html.twig Filter - Filter + Filter + web/admin/users.html.twig - - web/report/generate_tab.html.twig + Filtrer - Filteren + Filtrer + web/report/generate_tab.html.twig - - actions/Feedback/List-Share.html.twig + Find a user - Zoek een gebruiker + Find a user + actions/Feedback/List-Share.html.twig - - prod/User/Add.html.twig + First Name - Voornaam + First Name + prod/User/Add.html.twig - - Controller/Prod/Push.php + First name is required - Voornaam is verplicht + First name is required + Controller/Prod/Push.php - + + First/Last Name + First/Last Name web/admin/users.html.twig web/admin/users.html.twig actions/Feedback/ListsMacros.html.twig - First/Last Name - Voor/Achter naam - web/common/technical_datas.html.twig - web/prod/index.html.twig Flash - Flash + Flash + web/common/technical_datas.html.twig + web/prod/index.html.twig - - lib/classes/appbox.php - lib/classes/appbox.php - Flushing cache - Cache wordt gewist + + Flatten layers + Flatten layers + Media/Subdef/Image.php - - web/common/technical_datas.html.twig + Focal length - Brandpuntafstand + Focal length + web/common/technical_datas.html.twig - - Controller/Prod/Language.php + + Force authentication + Force authentication + prod/templates/push.html.twig + + Force sending of the document ? - Forceer het versturen van dit document? + Force sending of the document ? + Controller/Prod/Language.php - - prod/orders/order_item.html.twig + Forcer l'envoi du document - Forceer het versturen van het document + Forcer l'envoi du document + prod/orders/order_item.html.twig - - actions/Tools/index.html.twig + Forcer la reconstruction sur les enregistrements ayant des thumbnails substituees - Forceer de recontstructie op de record die verloren thumbnails hebben + Forcer la reconstruction sur les enregistrements ayant des thumbnails substituees + actions/Tools/index.html.twig - + + Forgot password? + Forgot password? web/login/index.html.twig login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig - Forgot password? - Wachtwoord vergeten? - - web/login/forgot-password.html.twig + Forgot your password? - Wachtwoord vergeten? + Forgot your password? + web/login/forgot-password.html.twig - - web/login/forgot-password.html.twig + Forgotten password - Paswoord vergeten + Forgotten password + web/login/forgot-password.html.twig - - Media/Subdef/Video.php + Frame Rate - Beelden per Seconden + Frame Rate + Media/Subdef/Video.php - - web/common/technical_datas.html.twig + Frequence d'echantillonage - Samplefrequentie + Frequence d'echantillonage + web/common/technical_datas.html.twig - Form/Configuration/ExecutablesFormType.php GD GD + Form/Configuration/ExecutablesFormType.php - - Media/Subdef/Video.php + GOP size - GOP grootte + GOP size + Media/Subdef/Video.php - - Form/Configuration/GeneralFormType.php + Gallery - Galerij + Gallery + Form/Configuration/GeneralFormType.php - Form/Configuration/MainConfigurationFormType.php General configuration General configuration + Form/Configuration/MainConfigurationFormType.php - - web/admin/dashboard.html.twig + General settings - Algemene instellingen + General settings + web/admin/dashboard.html.twig - - Media/Subdef/Image.php + + Generate + Generate + web/report/report_layout_child.html.twig + + + Generate dashboard + Generate dashboard + web/report/report_layout_child.html.twig + + Generates a Jpeg image - Genereerd een Jpeg image + Generates a Jpeg image + Media/Subdef/Image.php - - Media/Subdef/FlexPaper.php + Generates a flexpaper flash file - Genereerd een flexpaper flash file + Generates a flexpaper flash file + Media/Subdef/FlexPaper.php - - Media/Subdef/Video.php + Generates a video file - Genereerd een video file + Generates a video file + Media/Subdef/Video.php - - Media/Subdef/Gif.php + Generates an animated Gif file - Genereerd een animated Gif file + Generates an animated Gif file + Media/Subdef/Gif.php - - Media/Subdef/Audio.php + Generates an audio file - Genereerd een audio file + Generates an audio file + Media/Subdef/Audio.php - - Form/Configuration/WebservicesFormType.php + Geonames server address - Geonames server adres + Geonames server address + Form/Configuration/WebservicesFormType.php - - eventsmanager/notify/downloadmailfail.php + Get a notification when a mail export fails - Krijg een melding wanneer een email export niet lukt + Get a notification when a mail export fails + eventsmanager/notify/downloadmailfail.php - - Controller/Root/Login.php + + Gives the option to your application to communicate with Phraseanet. This webhook can be used to trigger some actions on your application side. + Gives the option to your application to communicate with Phraseanet. This webhook can be used to trigger some actions on your application side. + web/developers/application.html.twig + + Good - Goed + Good + Controller/Root/Login.php - - Form/Configuration/GeneralFormType.php + Google Analytics identifier - Google Analytics-id + Google Analytics identifier + Form/Configuration/GeneralFormType.php - - prod/actions/Push.html.twig + Grant rights - Rechten verlenen + Grant rights + prod/actions/Push.html.twig - - web/account/access.html.twig + Granted bases - Toegestane databanken + Granted bases + web/account/access.html.twig - - web/account/authorized_apps.html.twig + Granted third party applications - Toegestane externe programma's + Granted third party applications + web/account/authorized_apps.html.twig - Form/Configuration/ExecutablesFormType.php GraphicsMagick GraphicsMagick + Form/Configuration/ExecutablesFormType.php - - web/prod/index.html.twig + Graphiste (preview au rollover) - Graficus (preview au rollover) + Graphiste (preview au rollover) + web/prod/index.html.twig - - Controller/Root/Login.php + Great - Uitstekend + Great + Controller/Root/Login.php - Controller/Report/Activity.php - Controller/Report/Root.php Groupement des resultats sur le champ %name% Groupement des resultats sur le champ %name% + Controller/Report/Activity.php + Controller/Report/Root.php - - web/report/generate_tab.html.twig + Grouper - Groeperen + Grouper + web/report/generate_tab.html.twig - Bridge/Dailymotion/upload.html.twig Groupez 2 ou plusieurs mots avec des guillemets: "Michael Jackson" Groupez 2 ou plusieurs mots avec des guillemets: "Michael Jackson" + Bridge/Dailymotion/upload.html.twig - - web/common/menubar.html.twig + Guest - Gast + Guest + web/common/menubar.html.twig - - login/include/guest-access-block.html.twig + Guest access - Gast toegang + Guest access + login/include/guest-access-block.html.twig + + + Guest, you must be authenticated to have the right to download. + Guest, you must be authenticated to have the right to download. + web/common/dialog_export.html.twig - prod/actions/Push.html.twig HD Download - HD Download + HD Download + prod/actions/Push.html.twig - + + Hello %username% + Hello %username% api/auth/end_user_authorization.html.twig api/auth/native_app_access_token.html.twig - Hello %username% - Hallo %username% + api/auth/end_user_authorization.html.twig - login/layout/base-layout.html.twig Help - Help + Help + login/layout/base-layout.html.twig - - login/oauth/login.html.twig + Hi, Please log in - Hallo, gelieve u aan te melden + Hi, Please log in + login/oauth/login.html.twig - - Form/Configuration/ModulesFormType.php + Hide information about users - Verberg de informatie over gebruikers + Hide information about users + Form/Configuration/ModulesFormType.php - - task-manager/task-editor/phraseanet-indexer.html.twig + Hide records - Verberg records + Hide records + task-manager/task-editor/phraseanet-indexer.html.twig - + + Home + Home mobile/lightbox/feed.html.twig mobile/lightbox/validate.html.twig login/include/language-block.html.twig - login/layout/base-layout.html.twig - Home - Startpagina + login/layout/base-layout.html.twig - - Form/Configuration/GeneralFormType.php + Homepage slideshow - Startpagina diavoorstelling + Homepage slideshow + Form/Configuration/GeneralFormType.php - - web/common/technical_datas.html.twig + Hyperfocal distance - Hyperbrandpuntsafstand + Hyperfocal distance + web/common/technical_datas.html.twig - + + I have read the terms of use + I have read the terms of use web/login/register-classic.html.twig web/login/register-provider.html.twig - I have read the terms of use - Ik heb de gebruiksvoorwaarden gelezen - web/account/sessions.html.twig IP - IP + IP + web/account/sessions.html.twig - - web/common/technical_datas.html.twig + ISO sensibility - ISO waarde + ISO sensibility + web/common/technical_datas.html.twig - - web/prod/index.html.twig + Iconographe (description au rollover) - Iconographe (beschrijving bij de rollover) + Iconographe (description au rollover) + web/prod/index.html.twig - admin/publications/fiche.html.twig Id - Id + Id + admin/publications/fiche.html.twig - - Form/Configuration/ActionsFormType.php + If request is bigger, then mail is still available - Als de aanvraag groter is, dan is de mail nog steeds beschikbaar + If request is bigger, then mail is still available + Form/Configuration/ActionsFormType.php - - Form/Configuration/ActionsFormType.php + If set to 0, duration is permanent - Als waar gelijk is aan 0, altijd beschikbaar + If set to 0, duration is permanent + Form/Configuration/ActionsFormType.php - - web/account/sessions.html.twig - If you notice any unfamiliar devices or locations, click 'End Activity' to end the session. - Als u om het even welke vreemde toestellen of locaties bemerkt, klik dan op 'Einde Activiteit' om de sessie te stoppen. + + If you notice any unfamiliar devices or locations, click on button %button% to end the session. + If you notice any unfamiliar devices or locations, click on button %button% to end the session. + web/account/sessions.html.twig - - web/setup/step2.html.twig + If you plan to store large files, be sure it will fit in these directories. - Als u grotere files wilt opslaan, wees dan zeker deze in die mappen zullen passen. + If you plan to store large files, be sure it will fit in these directories. + web/setup/step2.html.twig - Notification/Mail/MailInfoValidationReminder.php Il ne vous reste plus que %quantity% jours pour terminer votre validation Il ne vous reste plus que %quantity% jours pour terminer votre validation + Notification/Mail/MailInfoValidationReminder.php - - prod/orders/order_item.html.twig + Il se peux que vous ne voyez pas tous les elements. Vous ne verrez que les elements correspondants aux collections sur lesquelles vous gerez les commandes - Het is mogelijk dat u niet alle elementen ziet. U ziet enkel de elementen in de collecties die corresponderen met diegene waar u de bestelling beheert + Il se peux que vous ne voyez pas tous les elements. Vous ne verrez que les elements correspondants aux collections sur lesquelles vous gerez les commandes + prod/orders/order_item.html.twig - - web/setup/step2.html.twig + Il y a des erreurs, merci de les corriger avant de continuer - Er zijn fouten, gelieve eerst te verbeteren alvorens verder te gaan + Il y a des erreurs, merci de les corriger avant de continuer + web/setup/step2.html.twig - - web/prod/index.html.twig + Image - Beeld + Image + web/prod/index.html.twig - Form/Configuration/ExecutablesFormType.php ImageMagick ImageMagick + Form/Configuration/ExecutablesFormType.php - - web/common/technical_datas.html.twig + Images par secondes - Beelden per seconde + Images par secondes + web/common/technical_datas.html.twig - - actions/Bridge/element_list.html.twig + Imagette indisponible - Thumbnail niet beschikbaar + Imagette indisponible + actions/Bridge/element_list.html.twig - Form/Configuration/ExecutablesFormType.php Imagine driver - Imagine driver + Imagine driver + Form/Configuration/ExecutablesFormType.php - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + + In the answer grid + In the answer grid + web/prod/index.html.twig + + Include Business-fields in caption - Business-fields opnemen in caption + Include Business-fields in caption + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/common/macros.html.twig + Incorrect please try again - Fout gelieve opnieuw te proberen + Incorrect please try again + web/common/macros.html.twig - - admin/fields/templates.html.twig + Indexable - Indexeerbaar + Indexable + admin/fields/templates.html.twig - - web/account/base.html.twig - web/admin/dashboard.html.twig - admin/task-manager/list.html.twig - admin/user/demand.html.twig + Informations - Informatie + Informations + web/account/base.html.twig + web/admin/dashboard.html.twig + admin/user/registrations.html.twig - - web/account/account.html.twig + Informations personnelles - Persoonlijke informaties + Informations personnelles + web/account/account.html.twig - - web/prod/index.html.twig - Informations techniques - Technische informaties - - - web/admin/editusers.html.twig + Infos - Informaties + Infos + web/admin/editusers.html.twig - + + Inscription + Inscription web/login/register-classic.html.twig web/login/register.html.twig - Inscription - Inschrijving - - web/setup/step2.html.twig + Install in progess - Installatie is bezig - - + Install in progess web/setup/step2.html.twig + + Installation is currenlty processing, please wait... - Installatie is momenteel bezig, gelieve te wachten... + Installation is currenlty processing, please wait... + web/setup/step2.html.twig - - login/layout/base-layout.html.twig + Installer Google Chrome - Installeer Google Chrome + Installer Google Chrome + login/layout/base-layout.html.twig - - login/layout/base-layout.html.twig + Installer Google Chrome Frame - Installeer Google Chrome Frame + Installer Google Chrome Frame + login/layout/base-layout.html.twig - - Controller/Root/Login.php + Invalid captcha answer. - Ongeldig captcha antwoord + Invalid captcha answer. + Controller/Root/Login.php - - Controller/Root/Login.php + Invalid email address - Ongeldig emailadres + Invalid email address + Controller/Root/Login.php - - Controller/Admin/Collection.php - Controller/Admin/Databox.php + Invalid file format - Ongeldige bestandsindeling + Invalid file format + Controller/Admin/Collection.php + Controller/Admin/Databox.php - - admin/collection/collection.html.twig - prod/upload/upload-flash.html.twig + Invalid file type - Ongeldig bestandstype + Invalid file type + admin/collection/collection.html.twig + prod/upload/upload-flash.html.twig - - admin/databox/databox.html.twig + + Invalid file type, only (%supported_file_types%) file formats are supported + Invalid file type, only (%supported_file_types%) file formats are supported + admin/databox/databox.html.twig admin/statusbit/edit.html.twig user/import/file.html.twig - Invalid file type, only (%supported_file_types%) file formats are supported - Ongeldig bestandsformaat, enkel (%supported_file_types%) bestandsformaten worden ondersteund - admin/collection/collection.html.twig Invalid file type, only (%supported_file_types%) file formats are supported' Invalid file type, only (%supported_file_types%) file formats are supported' + admin/collection/collection.html.twig - - Controller/Admin/Collection.php - Controller/Admin/Databox.php + Invalid labels parameter - Ongeldige parameter voor labels + Invalid labels parameter + Controller/Admin/Collection.php + Controller/Admin/Databox.php - - Controller/Root/Login.php + Invalid link. - Ongeldige link + Invalid link. + Controller/Root/Login.php - - Controller/Root/Account.php + Invalid password provided - Ongeldig wachtwoord opgegeven + Invalid password provided + Controller/Root/Account.php - - Controller/Prod/MoveCollection.php + Invalid target collection - Ongeldige doel collectie + Invalid target collection + Controller/Prod/MoveCollection.php - - Controller/Root/Login.php - Controller/Root/Login.php - Controller/Root/Login.php + Invalid unlock link. - Ongeldige ontgrendelings-link + Invalid unlock link. + Controller/Root/Login.php + Controller/Root/Login.php - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig Inverser Omkeren + prod/Baskets/Reorder.html.twig + prod/Story/Reorder.html.twig - - Phrasea/Controller/Setup.php + It is not recommended to install Phraseanet without HTTPS support - Het is niet aangeraden om Phraseanet te installeren zonder HTTPS support + It is not recommended to install Phraseanet without HTTPS support + Phrasea/Controller/Setup.php - - web/setup/step2.html.twig + It stores users datas, rights, and references to DataBoxes where records are stored. - Het bewaart gebruikers datas, rechten, en verwijzingen naar DataBoxes waar records bewaart worden. + It stores users datas, rights, and references to DataBoxes where records are stored. + web/setup/step2.html.twig - - prod/User/Add.html.twig + Job - Taak + Job + prod/User/Add.html.twig - TaskManager/Job/BridgeJob.php Keep synchronization between bridge and client APIs. Keep synchronization between bridge and client APIs. + TaskManager/Job/BridgeJob.php - - Form/Configuration/GeneralFormType.php + Keywords used for indexing purposes by search engines robots - Sleutelwoorden die gebruikt worden voor het indexeren bij zoek robots + Keywords used for indexing purposes by search engines robots + Form/Configuration/GeneralFormType.php - - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php + L'upload a echoue - De upload is mislukt + L'upload a echoue + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php - eventsmanager/notify/bridgeuploadfail.php L'upload concernant le record %title% sur le compte %bridge_name% a echoue pour les raisons suivantes : %reason% L'upload concernant le record %title% sur le compte %bridge_name% a echoue pour les raisons suivantes : %reason% + eventsmanager/notify/bridgeuploadfail.php - - prod/WorkZone/Macros.html.twig + L'utilisateur approuve ce document - De gebruiker keurt dit document goed + L'utilisateur approuve ce document + prod/WorkZone/Macros.html.twig - - prod/WorkZone/Macros.html.twig + L'utilisateur desapprouve ce document - De gebruiker keurt dit document af + L'utilisateur desapprouve ce document + 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 + L'utilisateur n'a pas encore donne son avis sur ce document + prod/WorkZone/Macros.html.twig - - prod/results/help.html.twig + LAST 20 - LAATSTE 20 + LAST 20 + prod/results/help.html.twig - - TaskManager/Job/FtpJob.php + La connection vers le serveur distant est OK - Connectie met de server is OK + La connection vers le serveur distant est OK + TaskManager/Job/FtpJob.php - - prod/results/help.html.twig + La recherche s'effectue grâce à la boîte de dialogue qui se trouve en haut à gauche de l'écran. - De zoekopdracht wordt uitgevoerd dankzij het dialoogvenster die zich rechts bovenaan het scherm bevindt. + La recherche s'effectue grâce à la boîte de dialogue qui se trouve en haut à gauche de l'écran. + prod/results/help.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + La sous resolution n'est pas disponible pour les documents suivants - De onder resolutie is niet beschikbaar voor de volgende documenten + La sous resolution n'est pas disponible pour les documents suivants + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php La taille maximale d'une video est de %duration% minutes. La taille maximale d'une video est de %duration% minutes. + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + La video a ete rejetee - De video werd verworpen + La video a ete rejetee + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + La video a ete supprimee - De video werd verwijderd + La video a ete supprimee + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + La video est restreinte - De video is beperkt + La video est restreinte + Bridge/Api/Youtube.php + Labels + Labels admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - Labels - Labels - - prod/User/Add.html.twig + Last Name - Achternaam + Last Name + prod/User/Add.html.twig - - actions/Feedback/ListsMacros.html.twig + Last Template - Laatste template + Last Template + actions/Feedback/ListsMacros.html.twig - - web/admin/users.html.twig + Last applied template - Laatst gebruikte template + Last applied template + web/admin/users.html.twig - - Controller/Prod/Push.php + Last name is required - Achternaam is verplicht + Last name is required + Controller/Prod/Push.php - admin/task-manager/list.html.twig Last update on %updateTime% Last update on %updateTime% + admin/task-manager/index.html.twig - - prod/upload/lazaret.html.twig + Last uploaded version - Laatst opgeladen versie + Last uploaded version + prod/upload/lazaret.html.twig - - Bridge/Dailymotion/upload.html.twig + Le bridge Dailymotion ne prend en charge que les videos - De Dailymotion bridge aanvaardt enkel video's + Le bridge Dailymotion ne prend en charge que les videos + Bridge/Dailymotion/upload.html.twig - - Bridge/Flickr/upload.html.twig + Le bridge FlickR ne prend en charge que les photos - De FlickR bridge aanvaardt enkel foto's + Le bridge FlickR ne prend en charge que les photos + Bridge/Flickr/upload.html.twig - - Bridge/Youtube/upload.html.twig + Le bridge Youtube ne prend en charge que les videos - De Youtube bridge aanvaardt enkel video's + Le bridge Youtube ne prend en charge que les videos + Bridge/Youtube/upload.html.twig - - prod/Tooltip/DataboxFieldRestrictions.html.twig + Le champ doit contenir %minLength% caracteres minimum. - Het veld moet minimum %minLength% tekens bevatten + Le champ doit contenir %minLength% caracteres minimum. + prod/Tooltip/DataboxFieldRestrictions.html.twig - - prod/Tooltip/DataboxFieldRestrictions.html.twig + Le champ ne peut contenir plus de %maxLength% caracteres. - Het veld mag niet meer dan %maxLength% tekens bevatten. + Le champ ne peut contenir plus de %maxLength% caracteres. + prod/Tooltip/DataboxFieldRestrictions.html.twig - - actions/Bridge/notconfigured.html.twig + Le connecteur API requis n'est pas configure correctement, veuillez contacter un administrateur - De vereiste API connector is niet juist ingesteld, gelieve een administrator te contacteren + Le connecteur API requis n'est pas configure correctement, veuillez contacter un administrateur + actions/Bridge/notconfigured.html.twig - - templates/web/email-template.html.twig + Le contenu de cet email est confidentiel, ne le divulguez pas. - De inhoud van deze mail is confidentieel, geef hem niet vrij. + Le contenu de cet email est confidentiel, ne le divulguez pas. + templates/web/email-template.html.twig - - web/setup/step2.html.twig + Le nom de base de donnee est incorrect - De database naam is niet juist + Le nom de base de donnee est incorrect + web/setup/step2.html.twig - - mobile/lightbox/error.html.twig + Le panier demande nexiste plus - Het gevraagde mandje bestaat niet + Le panier demande nexiste plus + mobile/lightbox/error.html.twig - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php Le poids maximum d'un fichier est de %size% Le poids maximum d'un fichier est de %size% + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php - + + Le record n'a pas de fichier physique + Le record n'a pas de fichier physique Bridge/Api/Dailymotion.php Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Le record n'a pas de fichier physique - Het record heeft geen fisieke documenten + Bridge/Api/Youtube.php - - web/developers/application.html.twig + Le token n'a pas encore ete genere - Het token is nog niet gegenereerd + Le token n'a pas encore ete genere + web/developers/application.html.twig - - web/account/authorized_apps.html.twig + Les developpeurs peuvent editer l'enregistrement de leurs application grace a l'onglet 'developpeurs' ci-dessus - Ontwikkelaars kunnen de registratie van hun toepassing via het tabblad 'ontwikkelaars' hierboven bewerken + Les developpeurs peuvent editer l'enregistrement de leurs application grace a l'onglet 'developpeurs' ci-dessus + web/account/authorized_apps.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + Les documents ne peuvent pas etre exportes - De documenten kunnen niet worden geëxporteerd + Les documents ne peuvent pas etre exportes + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - + + Les elements ne peuvent etre uploades (problemes de type ou de droit) + Les elements ne peuvent etre uploades (problemes de type ou de droit) Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig Bridge/Youtube/upload.html.twig - Les elements ne peuvent etre uploades (problemes de type ou de droit) - De elementen kunnen niet worden geuploaded (problemen met het type of met de rechten) - - prod/Tooltip/DataboxFieldRestrictions.html.twig + Les indications donnees ci dessous sont a titre informatif. - De hieronder getoonde indicaties zijn louter informatief. + Les indications donnees ci dessous sont a titre informatif. + prod/Tooltip/DataboxFieldRestrictions.html.twig - - web/developers/application.html.twig + Les parametres oauth de votre application. - De oauth parameters van uw toepassing + Les parametres oauth de votre application. + web/developers/application.html.twig - - Controller/Prod/Language.php + Les parametres sont corrects, le serveur distant est operationnel - De parameters zijn correct, de externe server is operationeel + Les parametres sont corrects, le serveur distant est operationnel + Controller/Prod/Language.php - - web/developers/application.html.twig + Les paramétres oauth de votre application. - De oauth parameters van uw toepassing. + Les paramétres oauth de votre application. + web/developers/application.html.twig - - prod/actions/edit_default.html.twig + Les status de certains documents ne sont pas accessibles par manque de droits - De status van bepaalde documenten is niet toegestaan omwille van gebrek aan rechten. + Les status de certains documents ne sont pas accessibles par manque de droits + prod/actions/edit_default.html.twig - - web/prod/index.html.twig + Les termes apparaissent dans le(s) champs - De termen verschijnen in de veld(en) + Les termes apparaissent dans le(s) champs + web/prod/index.html.twig - - web/common/technical_datas.html.twig + Light Value - Lichtwaarde + Light Value + web/common/technical_datas.html.twig - + + Limite temporelle + Limite temporelle web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig - Limite temporelle - Tijdelijk limiet - - admin/fields/templates.html.twig + Limited vocabulary - Beperkte vocabulair + Limited vocabulary + admin/fields/templates.html.twig - Controller/Prod/UsrLists.php List %name% has been created List %name% has been created + Controller/Prod/UsrLists.php - - prod/actions/Push.html.twig - prod/actions/Push.html.twig + List Manager - Lijstbeheerder + List Manager + prod/actions/Push.html.twig + prod/actions/Push.html.twig - - actions/Feedback/list.html.twig + List Name - Namen lijst + List Name + actions/Feedback/list.html.twig - - Controller/Prod/UsrLists.php + List has been deleted - Lijst werd verwijderd + List has been deleted + Controller/Prod/UsrLists.php - - Controller/Prod/UsrLists.php + List has been updated - Lijst is up to date + List has been updated + Controller/Prod/UsrLists.php - - Controller/Prod/Language.php + List name can not be empty - Lijstnaam kan niet leeg zijn + List name can not be empty + Controller/Prod/Language.php - - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php + List name is required - Lijst naam is verplicht + List name is required + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php - - Controller/Prod/UsrLists.php + List shared to user - Lijst werd gedeeld naar gebruiker + List shared to user + Controller/Prod/UsrLists.php - - admin/publications/fiche.html.twig + Liste des personnes habilitees a publier sur ce fil - Lijst van personen die gekwalificeerd te publiceren op deze lijn + Liste des personnes habilitees a publier sur ce fil + admin/publications/fiche.html.twig - + + Lists + Lists actions/Feedback/lists-all.html.twig prod/actions/Push.html.twig - Lists - Lijsten - - admin/fields/templates.html.twig + Live search - Live zoeken + Live search + admin/fields/templates.html.twig - - actions/Bridge/index.html.twig - actions/Property/index.html.twig + Loading - Bezig met laden + Loading + actions/Bridge/index.html.twig + actions/Property/index.html.twig - - admin/fields/index.html.twig + Loading database documentary structure ... - Documentatie databasestructuur laden ... + Loading database documentary structure ... + admin/fields/index.html.twig - - task-manager/task-editor/record-mover.html.twig + Log changes - Log aanpassingen + Log changes + task-manager/task-editor/record-mover.html.twig - Form/Login/PhraseaAuthenticationForm.php + Login + Login + Form/Login/PhraseaAuthenticationForm.php login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig actions/Feedback/ListsMacros.html.twig - Login - Login - Controller/Admin/Users.php Login %login% already exists in database Login %login% already exists in database + Controller/Admin/Users.php - Controller/Admin/Users.php Login %login% is already defined in the file at line %line% Login %login% is already defined in the file at line %line% + Controller/Admin/Users.php - Controller/Admin/Users.php Login line %line% is empty Login line %line% is empty + Controller/Admin/Users.php - + + Login to link your account + Login to link your account login/providers/bind.html.twig login/providers/mapping.html.twig - Login to link your account - Login om uw gebruiker te linken - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig Logs - Logs + Logs + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig - - lib/classes/base.php - Looking for patches - Patches zoeken - - - web/prod/index.html.twig + Ma derniere question - Mijn laatste vraag + Ma derniere question + web/prod/index.html.twig - Controller/Admin/Users.php Mail line %line% is empty Mail line %line% is empty + Controller/Admin/Users.php - - Controller/Admin/Dashboard.php + Mail sent - Mail werd verstuurd + Mail sent + Controller/Admin/Dashboard.php - - Form/Configuration/MaintenanceFormType.php + Maintenance message - Mededeling van onderhoud + Maintenance message + Form/Configuration/MaintenanceFormType.php - - Form/Configuration/MainConfigurationFormType.php + Maintenance state - Staat van onderhoud + Maintenance state + Form/Configuration/MainConfigurationFormType.php - - web/admin/editusers.html.twig + Manage DB fields - Begeer DB velden + Manage DB fields + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Manage Database - Beheer Database + Manage Database + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Manage Thesaurus - Beheer Thesaurus + Manage Thesaurus + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Manage collection - Beheer collectie + Manage collection + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Manage users - Beheer gebruikers + Manage users + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Manage values lists - Beheer waarden lijsten + Manage values lists + web/admin/editusers.html.twig - - admin/fields/templates.html.twig + Mandatory - Verplicht + Mandatory + admin/fields/templates.html.twig - - web/login/register-provider.html.twig + Mandatory fields - Verplichte velden + Mandatory fields + web/login/register-provider.html.twig - - Form/Configuration/ActionsFormType.php + + Masks + Masks + web/admin/editusers_masks.html.twig + + Maximum megabytes allowed for download - Maximum toegestaan megabytes voor de download + Maximum megabytes allowed for download + Form/Configuration/ActionsFormType.php - - Form/Configuration/ExecutablesFormType.php + Maximum number of pages to be extracted from PDF - Maximum aantal pagina's die uit een PDF kunnen worden gedownload + Maximum number of pages to be extracted from PDF + Form/Configuration/ExecutablesFormType.php - - web/developers/applications.html.twig + Mes applications - Mijn programma's + Mes applications + web/developers/applications.html.twig - - Controller/Prod/Language.php - prod/templates/push.html.twig + Message - Bericht + Message + Controller/Prod/Language.php + prod/templates/push.html.twig - - templates/web/email-template.html.twig + Message automatique de Phraseanet - Automatishe melding van Phraseanet + Message automatique de Phraseanet + templates/web/email-template.html.twig - - login/layout/base-layout.html.twig + Mettez à jour votre navigateur ou téléchargez un navigateur plus récent. - Vernieuw uw browser of download een meer recentere browser. + Mettez à jour votre navigateur ou téléchargez un navigateur plus récent. + login/layout/base-layout.html.twig - - admin/databox/cgus.html.twig + Mettre a jour - Update + Mettre a jour + admin/databox/cgus.html.twig - - Form/Configuration/SearchEngineFormType.php + Minimum number of letters before truncation - Minimum aantal tekens alvorens te ledigen + Minimum number of letters before truncation + Form/Configuration/SearchEngineFormType.php - Controller/Admin/Root.php Missing "structure" parameter Missing "structure" parameter + Controller/Admin/Root.php - - Controller/Admin/Collection.php - Controller/Admin/Databox.php + Missing labels parameter - Ontbrekende parameter voor labels + Missing labels parameter + Controller/Admin/Collection.php + Controller/Admin/Databox.php - Controller/Prod/Push.php Missing mandatory parameter %parameter% Missing mandatory parameter %parameter% + Controller/Prod/Push.php - - Controller/Admin/Collection.php + Missing name parameter - Ontbrekende parameter voor naam + Missing name parameter + Controller/Admin/Collection.php - - Controller/Admin/Root.php + Missing path parameter - Pad parameter ontbreekt + Missing path parameter + Controller/Admin/Root.php - - Controller/Prod/MoveCollection.php + Missing target collection - Doel collectie bestaat niet + Missing target collection + Controller/Prod/MoveCollection.php - - Controller/Admin/Root.php + Missing tests parameter - Test parameter ontbreekt + Missing tests parameter + Controller/Admin/Root.php - - Controller/Admin/Databox.php + Missing view name parameter - Ontbrekende parameter voor weergave + Missing view name parameter + Controller/Admin/Databox.php - - web/prod/index.html.twig + Mode de presentation - Presentatie mode + Mode de presentation + web/prod/index.html.twig - - web/setup/step2.html.twig + Modele de donnees - Datamodel + Modele de donnees + web/setup/step2.html.twig - - admin/user/demand.html.twig + Models - Modellen + Models + admin/user/registrations.html.twig - - web/developers/application.html.twig + Modify - Wijzig + Modify + web/developers/application.html.twig + web/developers/application.html.twig - admin/databox/databox.html.twig Monter la collection %name% Monter la collection %name% + admin/databox/databox.html.twig - - login/layout/sidebar-layout.html.twig + More - Meer + More + login/layout/sidebar-layout.html.twig - - Controller/Prod/Language.php + Move - Verplaats + Move + Controller/Prod/Language.php - - prod/actions/collection_default.html.twig + Move %countable% records to the chosen collection in the list. - Verplaats %countable% records naar de gekozen collectie in de lijst. + Move %countable% records to the chosen collection in the list. + prod/actions/collection_default.html.twig - - prod/actions/collection_default.html.twig + Move one record to the chosen collection in the list. - Verplaats één record naar de gekozen collectie in de lijst. + Move one record to the chosen collection in the list. + prod/actions/collection_default.html.twig - TaskManager/Job/RecordMoverJob.php Moves records Moves records + TaskManager/Job/RecordMoverJob.php - + + Multivalued + Multivalued admin/fields/templates.html.twig admin/fields/templates.html.twig - Multivalued - Meerde waarden - - WorkZone/Browser/Browser.html.twig + My baskets - Mijn mandjes + My baskets + WorkZone/Browser/Browser.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + MySQL Database - MySQL-database + MySQL Database + task-manager/task-editor/phraseanet-indexer.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig MySQL Host - MySQL Host + MySQL Host + task-manager/task-editor/phraseanet-indexer.html.twig - task-manager/task-editor/phraseanet-indexer.html.twig MySQL Login - MySQL Login + MySQL Login + task-manager/task-editor/phraseanet-indexer.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + MySQL Port - MySQL Poort + MySQL Port + task-manager/task-editor/phraseanet-indexer.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + MySQL connection charset - MySQL verbindingscollatie + MySQL connection charset + task-manager/task-editor/phraseanet-indexer.html.twig - - web/setup/step2.html.twig - web/setup/step2.html.twig + MySQL database connection parameters - MySQL database connectie parameters + MySQL database connection parameters + web/setup/step2.html.twig + web/setup/step2.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + MySQL password - MySQL wachtwoord + MySQL password + task-manager/task-editor/phraseanet-indexer.html.twig - - Controller/Prod/Language.php + + Name + Name + Controller/Prod/Language.php admin/fields/templates.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig actions/Download/prepare.html.twig - prod/templates/push.html.twig - Name - Naam + prod/templates/push.html.twig - - admin/publications/fiche.html.twig + Name or email - Naam of email + Name or email + admin/publications/fiche.html.twig - - web/prod/index.html.twig - Ne pas afficher - Niet tonen - - - api/auth/end_user_authorization.html.twig + Ne pas autoriser - Niet toestaan + Ne pas autoriser + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - web/setup/step2.html.twig + Ne pas creer de DataBox maintenant - Nu geen DataBox aanmaken + Ne pas creer de DataBox maintenant + web/setup/step2.html.twig - - Controller/Prod/Language.php - prod/templates/push.html.twig + New list name ? - Nieuwe lijstnaam ? + New list name ? + Controller/Prod/Language.php + prod/templates/push.html.twig - + + New password + New password Form/Login/PhraseaRecoverPasswordForm.php Form/Login/PhraseaRenewPasswordForm.php - New password - Nieuw wachtwoord - + + New password (confirmation) + New password (confirmation) Form/Login/PhraseaRecoverPasswordForm.php Form/Login/PhraseaRenewPasswordForm.php - New password (confirmation) - Nieuw wachtwoord (bevestiging) - + + New task + New task + admin/task-manager/index.html.twig + + + Next + Next actions/Feedback/ListsMacros.html.twig prod/orders/order_box.html.twig - Next - Volgende - - web/developers/applications.html.twig + No - Nee + No + web/developers/applications.html.twig - - prod/Share/record.html.twig + No URL available - Geen URL beschikbaar + No URL available + prod/Share/record.html.twig - - login/include/register-link-block.html.twig + No account yet? - Nog geen gebruiker? + No account yet? + login/include/register-link-block.html.twig - - Controller/Prod/Language.php + No active basket - Geen actief mandje + No active basket + Controller/Prod/Language.php - - admin/user/demand.html.twig + No application for registration has been recorded - Geen programma registraties werden opgenomen + No application for registration has been recorded + admin/user/registrations.html.twig - - Controller/Root/Login.php + No collection selected - Geen collectie geselecteerd + No collection selected + Controller/Root/Login.php - - prod/upload/lazaret.html.twig + No document in quarantine - Geen documenten in quarantaine + No document in quarantine + prod/upload/lazaret.html.twig - - prod/actions/delete_records_confirm.html.twig + No document selected - Geen document geselecteerd + No document selected + prod/actions/delete_records_confirm.html.twig - - Controller/Prod/Push.php + No elements to push - Geen elementen om te pushen + No elements to push + Controller/Prod/Push.php - - Controller/Prod/Push.php + No elements to validate - Geen te valideren elementen + No elements to validate + Controller/Prod/Push.php - - web/geonames/city_list.html.twig + No matches found - Geen overeenkomende resultaten gevonden + No matches found + web/geonames/city_list.html.twig - - Controller/Prod/Push.php + No participants specified - Geen deelnemers opgegeven + No participants specified + Controller/Prod/Push.php - - prod/Share/record.html.twig + No permalink available. - Geen permalink beschikbaar + No permalink available. + prod/Share/record.html.twig - - actions/Tools/index.html.twig + No preview available - Geen voorvertoning beschikbaar + No preview available + actions/Tools/index.html.twig - - prod/Share/record.html.twig + No preview available. - Geen preview beschikbaar + No preview available. + prod/Share/record.html.twig - - Controller/Prod/Push.php + No receivers specified - Geen ontvangers gespecificeerd + No receivers specified + Controller/Prod/Push.php - - WorkZone/Browser/Basket.html.twig + No records - Geen records + No records + WorkZone/Browser/Basket.html.twig - + + No results + No results WorkZone/Browser/Results.html.twig WorkZone/Browser/Results.html.twig - No results - Geen resultaten - - SearchEngine/Phrasea/PhraseaEngine.php + No sort - Geen sortering + No sort + SearchEngine/Phrasea/PhraseaEngine.php + web/prod/index.html.twig - - Controller/Prod/Language.php + No users selected - Geen gebruikers geselecteerd + No users selected + Controller/Prod/Language.php - - web/developers/application_form.html.twig + Nom - Naam + Nom + web/developers/application_form.html.twig - - web/common/technical_datas.html.twig + Nom Original - Originele naam + Nom Original + web/common/technical_datas.html.twig - - web/common/dialog_export.html.twig + Nom des fichiers a l'export - Naam van het bestand bij de export + Nom des fichiers a l'export + web/common/dialog_export.html.twig - - web/admin/index.html.twig + Nom du nouveau modele - Naam van het nieuwe model + Nom du nouveau modele + web/admin/index.html.twig - prod/Baskets/Create.html.twig Nom du nouveau panier Naam van het nieuwe mandje + prod/Baskets/Create.html.twig - - prod/orders/order_item.html.twig + Nombre total d'element commandes - Totaal aantal bestellingselementen + Nombre total d'element commandes + prod/orders/order_item.html.twig - + + Non-Restreinte (publique) + Non-Restreinte (publique) admin/publications/fiche.html.twig admin/publications/list.html.twig - Non-Restreinte (publique) - Niet beperkt (publiek) - - Form/Configuration/EmailFormType.php - admin/user/demand.html.twig - web/admin/users.html.twig + None - Geen + None + Form/Configuration/EmailFormType.php + admin/user/registrations.html.twig + web/admin/users.html.twig - - actions/Property/index.html.twig + None of the records can be modified. - Geen enkele van de records kunnen worden aangepast. + None of the records can be modified. + actions/Property/index.html.twig - - prod/actions/printer_default.html.twig + None of the selected records can be printed - Geen enkele van de geselecteerde records kunnen geprint worden + None of the selected records can be printed + prod/actions/printer_default.html.twig - - prod/actions/Push.html.twig + None of the selected records can be pushed. - Geen enkele van de geselecteerde records kan worden gepushed. + None of the selected records can be pushed. + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + None of the selected records can be sent for feedback. - Geen enkele van de geselecteerde records kan worden verstuurd voor feedback. + None of the selected records can be sent for feedback. + prod/actions/Push.html.twig - - web/account/authorized_apps.html.twig + Not Allowed - Niet toegestaan + Not Allowed + web/account/authorized_apps.html.twig - - web/account/account.html.twig + Notification par email - Melding via email + Notification par email + web/account/account.html.twig - - web/common/menubar.html.twig + Notifications - Mededelingen + Notifications + web/common/menubar.html.twig - - classes/eventsmanager/broker.php + Notifications globales - Algemene meldingen + Notifications globales + classes/eventsmanager/broker.php - - actions/Feedback/List-Share.html.twig + Notify - Verwittig + Notify + actions/Feedback/List-Share.html.twig - - actions/publish/publish.html.twig + + Notify third party application when an event occurs in Phraseanet + Notify third party application when an event occurs in Phraseanet + TaskManager/Job/WebhookJob.php + + Notify users about this publication - Meld gebruikers over deze publicatie + Notify users about this publication + actions/publish/publish.html.twig - - Bridge/Dailymotion/upload.html.twig + Nous vous rappelons qu'il est de votre responsabilité de vous assurer que le contenu de la vidéo que vous allez mettre en ligne est conforme aux conditions d'utilisations - Wij herinneren er u aan dat het uw verantwoordelijkheid is dat de inhoud van deze video die u online zult plaatsen conform is met de gebruikersvoorwaarden + Nous vous rappelons qu'il est de votre responsabilité de vous assurer que le contenu de la vidéo que vous allez mettre en ligne est conforme aux conditions d'utilisations + Bridge/Dailymotion/upload.html.twig - - Controller/Prod/Language.php + Nouveau modele - Nieuw model + Nouveau modele + Controller/Prod/Language.php - - eventsmanager/notify/order.php + Nouvelle commande - Nieuwe bestelling + Nouvelle commande + eventsmanager/notify/order.php - Notification/Mail/MailInfoNewPublication.php Nouvelle publication : %title% Nouvelle publication : %title% + Notification/Mail/MailInfoNewPublication.php - - admin/databox/details.html.twig + Number - Nummer + Number + admin/databox/details.html.twig - - Form/Configuration/ActionsFormType.php + Number of days before the end of the validation to send a reminder email - Aantal dagen voor het einde van de validatie om een herinneringsmail te sturen. + Number of days before the end of the validation to send a reminder email + Form/Configuration/ActionsFormType.php - - Form/Configuration/ExecutablesFormType.php + Number of threads to use for FFMpeg - Aantal lijnen te gebruiken voor FFMpeg + Number of threads to use for FFMpeg + Form/Configuration/ExecutablesFormType.php - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php OK - OK + OK + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - admin/fields/templates.html.twig Ok - Ok + Ok + admin/fields/templates.html.twig - - prod/actions/collection_default.html.twig + One document can not be modified. - Eén document kan niet worden aangepast. + One document can not be modified. + prod/actions/collection_default.html.twig - - actions/Property/index.html.twig + Only %nbEditableDocuments% records can be modified. - Enkel %nbEditableDocuments% records kunnen worden aangepast. + Only %nbEditableDocuments% records can be modified. + actions/Property/index.html.twig - - actions/Property/index.html.twig + Only one record can be modified. - Enkel één record kan worden aangepast. + Only one record can be modified. + actions/Property/index.html.twig - - classes/caption/record.php - Open the URL in a new window - Open de url in een nieuw venster - - + + Or login with + Or login with web/login/index.html.twig login/oauth/login.html.twig web/login/register.html.twig - Or login with - Of meld aan met - - admin/fields/templates.html.twig + Order - Opdracht + Order + admin/fields/templates.html.twig - - Controller/Prod/Order.php + + Order has been denied + Order has been denied + Controller/Prod/Order.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig - Order has been denied - Bestelling werd geweigerd - - Controller/Prod/Order.php + + Order has been sent + Order has been sent + Controller/Prod/Order.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig - Order has been sent - Bestelling is verstuurd - - eventsmanager/notify/order.php - web/common/menubar.html.twig + Orders manager - Beheerder bestellingen + Orders manager + eventsmanager/notify/order.php + web/common/menubar.html.twig - - Controller/Root/Login.php + Ordinary - Gewoon + Ordinary + Controller/Root/Login.php - - Form/Configuration/ActionsFormType.php + Original name - Originele naam + Original name + Form/Configuration/ActionsFormType.php - - actions/Bridge/error.html.twig + Oups ! something went wrong ! - Oeps ! Er ging iest verkeerd ! + Oups ! something went wrong ! + actions/Bridge/error.html.twig - - admin/publications/fiche.html.twig + + Outdated access to the following collections + Outdated access to the following collections + web/account/access.html.twig + + Owner - Eigenaar + Owner + admin/publications/fiche.html.twig - - Controller/Prod/UsrLists.php + Owner removed from list - Eigenaar uit de lijst verwijderd + Owner removed from list + Controller/Prod/UsrLists.php - - actions/Bridge/paginator.html.twig + Page - Pagina + Page + actions/Bridge/paginator.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - - prod/orders/order_box.html.twig + Page %page% - Pagina %page% + Page %page% + prod/orders/order_box.html.twig - + + Paniers + Paniers mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig - lightbox/IE6/validate.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig - web/lightbox/validate.html.twig - Paniers - Mandjes + web/lightbox/validate.html.twig + web/prod/index.html.twig - + + Par %author% + Par %author% mobile/lightbox/feed.html.twig prod/feeds/entry_macro.html.twig - Par %author% - Per %author% - - Form/Login/PhraseaAuthenticationForm.php - Form/Login/PhraseaRegisterForm.php - web/account/account.html.twig + Password - Wachtwoord - - + Password + Form/Login/PhraseaAuthenticationForm.php Form/Login/PhraseaRegisterForm.php + web/account/account.html.twig + + Password (confirmation) - Wachtwoord (bevestiging) + Password (confirmation) + Form/Login/PhraseaRegisterForm.php - Controller/Admin/Users.php Password is empty at line %line% Password is empty at line %line% + Controller/Admin/Users.php - Notification/Mail/MailRequestPasswordUpdate.php Password renewal for login "%login%" has been requested Password renewal for login "%login%" has been requested + Notification/Mail/MailRequestPasswordUpdate.php - - WorkZone/Browser/Browser.html.twig + Past year - Verleden jaar + Past year + WorkZone/Browser/Browser.html.twig + + + Pending access to the following collections + Pending access to the following collections + web/account/access.html.twig - TaskManager/Job/FtpPullJob.php Periodically fetches an FTP repository content locally Periodically fetches an FTP repository content locally + TaskManager/Job/FtpPullJob.php - TaskManager/Job/FtpJob.php Periodically push data to FTP servers. Periodically push data to FTP servers. + TaskManager/Job/FtpJob.php - - Bridge/Flickr/photoset_createcontainer.html.twig + Photo principale - Hoofd foto + Photo principale + Bridge/Flickr/photoset_createcontainer.html.twig - - Bridge/Api/Flickr.php + Photos - Foto's + Photos + Bridge/Api/Flickr.php - + + Photosets + Photosets Bridge/Api/Flickr.php Bridge/Flickr/actionelements.html.twig - Photosets - Fotosets - TaskManager/Job/PhraseanetIndexerJob.php Phrasea indexation task Phrasea indexation task + TaskManager/Job/PhraseanetIndexerJob.php - - admin/search-engine/phrasea.html.twig + Phrasea search-engine configuration - Phrasea zoekmotor configuratie + Phrasea search-engine configuration + admin/search-engine/phrasea.html.twig - - web/setup/step2.html.twig + Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox. - Phraseanet DataBoxes zijn MySQL databases, queryable door Phraseanet ApplicationBox. + Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox. + web/setup/step2.html.twig - - Form/Configuration/MainConfigurationFormType.php + Phraseanet client API - Phraseanet klant API + Phraseanet client API + Form/Configuration/MainConfigurationFormType.php - - web/setup/step2.html.twig + Phraseanet embarque un moteur de taches pour la lecture / ecriture des metadonnes, et autre operations - Phraseanet gebruikt een takenmotor voor het lezen / schrijven van metadata, en andere verwerkingen + Phraseanet embarque un moteur de taches pour la lecture / ecriture des metadonnes, et autre operations + web/setup/step2.html.twig - - Controller/Root/Login.php + Phraseanet guest-access is disabled - Gast toegang voor Phraseanet is niet actief + Phraseanet guest-access is disabled + Controller/Root/Login.php - - web/setup/step2.html.twig + Phraseanet may require many binaries. - Phraseanet kan vele binaries vereissen. + Phraseanet may require many binaries. + web/setup/step2.html.twig - - web/setup/step2.html.twig + Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL. - Phraseanet raadt ten sterkste het gebruik van %link_start%MariaDB%link_end% ter vervanging van MySQL. + Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL. + web/setup/step2.html.twig - + + Playlist + Playlist Bridge/Dailymotion/actionelements.html.twig Bridge/Youtube/actionelements.html.twig - Playlist - Afspeellijst - - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Playlists - Afspeellijsten + Playlists + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - - Controller/Root/Login.php + Please accept the terms of use to register. - Gelieve de gebruiksvoorwaarden te aanvaarden alvorens te registreren. + Please accept the terms of use to register. + Controller/Root/Login.php - - web/setup/step2.html.twig + Please be sure it is still valid and you can access it - Wees zeker dat het nog steeds actief is en dat u er toegang tot hebt + Please be sure it is still valid and you can access it + web/setup/step2.html.twig - - web/login/register-provider.html.twig + Please complete the information to complete your registration - Gelieve de informatie aan te vullen om uw registratie te vervolledigen + Please complete the information to complete your registration + web/login/register-provider.html.twig - - prod/actions/Push.html.twig + Please consider send this push to the following users : %recommendation% - Overweeg om deze push naar de volgende gebruikers te sturen : %recommendation% + Please consider send this push to the following users : %recommendation% + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + Please consider send this validation to the following users : %recommendation% - Overweeg om deze goedkeuring naar de volgende gebruikers te sturen : %recommendation% + Please consider send this validation to the following users : %recommendation% + prod/actions/Push.html.twig - - Controller/Client/Root.php + Please create a basket before adding an element - Gelieve eerst een mandje aan te maken alvorens elementen toe te voegen + Please create a basket before adding an element + Controller/Client/Root.php - - Controller/Root/Login.php + Please fill the captcha - Gelieve de captcha in te vullen + Please fill the captcha + Controller/Root/Login.php - - Controller/Admin/Databoxes.php + Please fix the database before starting - Gelieve de database te herstellen alvorens te starten + Please fix the database before starting + Controller/Admin/Databoxes.php - - Controller/Root/Login.php + Please provide a longer value. It should have %s character or more. - Gelieve een langere waarde op te geven. Tenminste %s of meer tekens. + Please provide a longer value. It should have %s character or more. + Controller/Root/Login.php - - Controller/Prod/Language.php + Please provide a name for this selection. - Gelieve een naam te voorzien voor deze selectie. + Please provide a name for this selection. + Controller/Prod/Language.php - - Controller/Root/Login.php + Please provide a valid IP address. - Gelieve een geldig IP adres op te geven + Please provide a valid IP address. + Controller/Root/Login.php - - Controller/Root/Login.php + Please provide a valid email address. - Gelieve een geldig email adres op te geven + Please provide a valid email address. + Controller/Root/Login.php - - Controller/Root/Login.php + Please provide a value. - Geef een waarde + Please provide a value. + Controller/Root/Login.php - - Controller/Root/Login.php + Please provide the same emails. - Gelieve dezelfde emails op te geven. + Please provide the same emails. + Controller/Root/Login.php - - Controller/Root/Login.php + Please provide the same passwords. - Gelieve dezelfde wachtwoorden op te geven + Please provide the same passwords. + Controller/Root/Login.php - - Controller/Root/Login.php + Please select at least %s choice. - Gelieve tenminste één %s keuze. + Please select at least %s choice. + Controller/Root/Login.php - - prod/upload/upload-flash.html.twig + Please select at least one valid file - Gelieve minstens één geldig veld te selecteren + Please select at least one valid file + prod/upload/upload-flash.html.twig - - Controller/Prod/Language.php + Please select one record - Gelieve één record te selecteren + Please select one record + Controller/Prod/Language.php - - actions/Download/prepare.html.twig + Please wait while your files are being gathered for the download, this operation may take a few minutes. - Gelieve te wachten tot uw documenten worden verzameld voor de download, dit kan enkele minuten duren + Please wait while your files are being gathered for the download, this operation may take a few minutes. + actions/Download/prepare.html.twig - - actions/Feedback/list.html.twig + Position - Functie + Position + actions/Feedback/list.html.twig - - lib/classes/appbox.php - Post upgrade - Laadt update - - - prod/Tooltip/DCESFieldInfo.html.twig + Pour davantage d'informations, consulter le lien suivant %lien% - Voor meer informatie, bezoek de volgende link + Pour davantage d'informations, consulter le lien suivant %lien% + prod/Tooltip/DCESFieldInfo.html.twig - - templates/web/email-template.html.twig + + Pour des raisons techniques cette interface n'est plus maintenue et serta bientôt rendue + inacessible. Nous vous invitons si vous le souhaitez à utiliser production dés maintenant. + Pour des raisons techniques cette interface n'est plus maintenue et serta bientôt rendue + inacessible. Nous vous invitons si vous le souhaitez à utiliser production dés maintenant. + web/client/index.html.twig + + Pour gérer l'envoi d'email automatique, connectez-vous à %link% - Om het automatisch verzenden van mails, meld u dan aan à %link% + Pour gérer l'envoi d'email automatique, connectez-vous à %link% + templates/web/email-template.html.twig - - Controller/User/Preferences.php - Controller/User/Preferences.php + Preference saved ! - Voorkeuren bewaard ! + Preference saved ! + Controller/User/Preferences.php + Controller/User/Preferences.php - - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + Preferences - Voorkeuren + Preferences + web/prod/index.html.twig + web/prod/index.html.twig - - Form/Configuration/EmailFormType.php + Prefix for notification emails - Prefix voor email notificatie + Prefix for notification emails + Form/Configuration/EmailFormType.php - - web/setup/step2.html.twig + Prerequisite and Configuration - Voorwaarden en Configuratie + Prerequisite and Configuration + web/setup/step2.html.twig - - web/prod/index.html.twig + Presentation de vignettes - Presentatie van de thumbnails + Presentation de vignettes + web/prod/index.html.twig - - web/prod/index.html.twig + Presentation de vignettes de panier - Presentatie van de thumbnails in het mandje + Presentation de vignettes de panier + web/prod/index.html.twig - + + Previous + Previous actions/Feedback/ListsMacros.html.twig prod/orders/order_box.html.twig - Previous - Vorige - - Controller/Client/Root.php - Controller/Prod/Language.php + Print - Afdrukken + Print + Controller/Client/Root.php + Controller/Prod/Language.php - api/auth/end_user_authorization.html.twig Problemes de connexion ? Problemes de connexion ? + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - Notification/Mail/MailInfoUserRegistered.php + Process the registration - Verwerk de registratie + Process the registration + Notification/Mail/MailInfoUserRegistered.php - Model/Entities/ValidationSession.php Processus de validation recu de %user% Processus de validation recu de %user% + Model/Entities/ValidationSession.php - Model/Entities/ValidationSession.php Processus de validation recu de %user% et concernant %n% utilisateurs Processus de validation recu de %user% et concernant %n% utilisateurs + Model/Entities/ValidationSession.php - - web/admin/databases.html.twig + + Production + Production + web/client/index.html.twig + + Propositions de modifications des tables - Voorgestelde wijzigingen in tabellen + Propositions de modifications des tables + web/admin/databases.html.twig - - admin/publications/list.html.twig + Public - Publiek + Public + admin/publications/list.html.twig - + + Publications + Publications admin/publications/wrapper.html.twig web/admin/tree.html.twig - web/common/menubar.html.twig - web/prod/index.html.twig - Publications - Publicaties + web/common/menubar.html.twig + web/prod/index.html.twig - + + Publier + Publier + actions/publish/publish.html.twig + + + Publique + Publique admin/publications/fiche.html.twig admin/publications/list.html.twig - Publique - Publiek - - Form/Configuration/ActionsFormType.php + Publishers - Uitgevers - - - lib/classes/appbox.php - Purging directories - Mappen ledigen + Publishers + Form/Configuration/ActionsFormType.php - Controller/Prod/Language.php - eventsmanager/notify/push.php Push - Push + Push + Controller/Prod/Language.php + eventsmanager/notify/push.php - - Form/Configuration/MainConfigurationFormType.php + Push configuration - Push configurative + Push configuration + Form/Configuration/MainConfigurationFormType.php - Controller/Prod/Push.php Push from %user% Push from %user% + Controller/Prod/Push.php - - web/admin/users.html.twig - actions/Feedback/list.html.twig + Push::filter on companies - filter op bedrijven + Push::filter on companies + web/admin/users.html.twig + actions/Feedback/list.html.twig - - web/admin/users.html.twig - actions/Feedback/list.html.twig + Push::filter on countries - filter op landen + Push::filter on countries + web/admin/users.html.twig + actions/Feedback/list.html.twig - - web/admin/users.html.twig - actions/Feedback/list.html.twig + Push::filter on emails - filter op emails + Push::filter on emails + web/admin/users.html.twig + actions/Feedback/list.html.twig - - web/admin/users.html.twig - actions/Feedback/list.html.twig + Push::filter on login - filter bij login + Push::filter on login + web/admin/users.html.twig + actions/Feedback/list.html.twig - - actions/Feedback/list.html.twig + Push::filter on name - filter op naam + Push::filter on name + actions/Feedback/list.html.twig - - actions/Feedback/list.html.twig + Push::filter on templates - filter op templates + Push::filter on templates + actions/Feedback/list.html.twig - - web/admin/users.html.twig - actions/Feedback/list.html.twig + Push::filter starts - filter starts + Push::filter starts + web/admin/users.html.twig + actions/Feedback/list.html.twig - - prod/actions/Push.html.twig + Push::une validation est une demande d'appreciation a d'autres personnes - Een goedkeuring is een aanvraag van waardering aan andere personen + Push::une validation est une demande d'appreciation a d'autres personnes + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + Push::unpush permet d'envoyer un lot d'image a des destinataires - Un push laat toe om een set van beelden te sturen naar ontvangers + Push::unpush permet d'envoyer un lot d'image a des destinataires + prod/actions/Push.html.twig - - Media/Subdef/Image.php + Quality - Kwaliteit + Quality + Media/Subdef/Image.php - + + Quarantine + Quarantine prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - Quarantine - Quarantaine - - eventsmanager/notify/uploadquarantine.php + Quarantine notificaton - Quarantaine melding + Quarantine notificaton + eventsmanager/notify/uploadquarantine.php - - web/admin/editusers_quotas.html.twig + Quotas - Quota + Quotas + web/admin/editusers_quotas.html.twig - - web/prod/index.html.twig + Raccourcis claviers de la zone des paniers : - Sneltoetsen in de mandjes zone : + Raccourcis claviers de la zone des paniers : + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis claviers en cours de editing : - Sneltoetsen tijdens het bewerken : + Raccourcis claviers en cours de editing : + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis claviers en cours de preview : - Sneltoetsen tijdens de voorvertoning : + Raccourcis claviers en cours de preview : + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis claviers en cours de recherche : - Sneltoetsen tijdens het zoeken : + Raccourcis claviers en cours de recherche : + web/prod/index.html.twig - - web/prod/index.html.twig - web/prod/index.html.twig + Raccourcis:: ctrl-a : tout selectionner - ctrl-a : alles selecteren + Raccourcis:: ctrl-a : tout selectionner + web/prod/index.html.twig + web/prod/index.html.twig - - web/prod/index.html.twig - web/prod/index.html.twig + Raccourcis:: ctrl-e : editer la selection - ctrl-e : bewerk de selectie + Raccourcis:: ctrl-e : editer la 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 de selectie + Raccourcis:: ctrl-p : imprimer la selection + web/prod/index.html.twig + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::espace : arreter/demarrer le diaporama - espace : start/stop de slideshow + Raccourcis::espace : arreter/demarrer le diaporama + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche bas : scroll vertical - pijl onder : verticale scroll + Raccourcis::fleche bas : scroll vertical + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche droite : page suivante - pijl rechts : volgende pagina + Raccourcis::fleche droite : page suivante + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche gauche : en arriere - pijl links : achterwaarts + Raccourcis::fleche gauche : en arriere + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche gauche : en avant - pijl rechts : voorwaarts + Raccourcis::fleche gauche : en avant + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche gauche : page precedente - pijl links : vorige pagina + Raccourcis::fleche gauche : page precedente + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::fleche haut : scroll vertical - pijl boven : verticale scroll + Raccourcis::fleche haut : scroll vertical + web/prod/index.html.twig - - web/prod/index.html.twig + Raccourcis::tab/shift-tab se ballade dans les champs - tab/shift-tab verspringt tussen de velden + Raccourcis::tab/shift-tab se ballade dans les champs + web/prod/index.html.twig - eventsmanager/notify/validationreminder.php Rappel : Il vous reste %number% jours pour valider %title% de %user% Rappel : Il vous reste %number% jours pour valider %title% de %user% + eventsmanager/notify/validationreminder.php - - eventsmanager/notify/validationreminder.php + Rappel pour une demande de validation - Aanmaning voor een goedkeuringsaanvraag + Rappel pour une demande de validation + eventsmanager/notify/validationreminder.php - - eventsmanager/notify/validationdone.php + Rapport de Validation - Rapport van goedkeuring + Rapport de Validation + eventsmanager/notify/validationdone.php - prod/Baskets/Reorder.html.twig - web/prod/index.html.twig - prod/Story/Reorder.html.twig Re-initialiser Herinitialiseren + prod/Baskets/Reorder.html.twig + web/prod/index.html.twig + prod/Story/Reorder.html.twig - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig Re-ordonner Hersorteren + prod/Baskets/Reorder.html.twig + prod/Story/Reorder.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig - - admin/fields/templates.html.twig + Read-only - Alleen lezen + Read-only + admin/fields/templates.html.twig - - Form/Configuration/WebservicesFormType.php + Recaptcha private key - Recaptcha private sleutel + Recaptcha private key + Form/Configuration/WebservicesFormType.php - - Form/Configuration/WebservicesFormType.php + Recaptcha public key - Recaptcha publieke sleutel + Recaptcha public key + Form/Configuration/WebservicesFormType.php - - eventsmanager/notify/push.php + Receive notification when I receive a push - Ontvang een mededeling wanneer ik een pus ontvang + Receive notification when I receive a push + eventsmanager/notify/push.php - - eventsmanager/notify/feed.php + Receive notification when a publication is available - Ontvang een mededeling wanneer een publicatie beschikbaar is + Receive notification when a publication is available + eventsmanager/notify/feed.php - - WorkZone/Browser/Browser.html.twig + Received baskets - Ontvangen mandjes + Received baskets + WorkZone/Browser/Browser.html.twig - + + Received from %user_name% + Received from %user_name% WorkZone/Browser/Basket.html.twig WorkZone/Browser/Results.html.twig - Received from %user_name% - Ontvangen van %user_name% - - Controller/Report/Activity.php + Receiver - Ontvanger + Receiver + Controller/Report/Activity.php - - eventsmanager/notify/validationdone.php + Reception d'un rapport de validation - Ontvangst van een goedkeuringsrapport + Reception d'un rapport de validation + eventsmanager/notify/validationdone.php - - eventsmanager/notify/orderdeliver.php + Reception d'une commande - Ontvangen van een bestelling + Reception d'une commande + eventsmanager/notify/orderdeliver.php - - eventsmanager/notify/orderdeliver.php + Reception de commande - Ontvangen van de bestelling + Reception de commande + eventsmanager/notify/orderdeliver.php - Notification/Mail/MailInfoPushReceived.php Reception of %basket_name% Reception of %basket_name% + Notification/Mail/MailInfoPushReceived.php - - eventsmanager/notify/validate.php + Recevoir des notifications lorsqu'on me demande une validation - Meldingen ontvangen wanneer mij een aanvraag tot goedkeuring wordt gevraagd + Recevoir des notifications lorsqu'on me demande une validation + eventsmanager/notify/validate.php - - eventsmanager/notify/bridgeuploadfail.php + Recevoir des notifications lorsqu'un upload echoue sur un bridge - Meldingen ontvangen wanneer een upload via Bridge wordt uitgevoerd + Recevoir des notifications lorsqu'un upload echoue sur un bridge + eventsmanager/notify/bridgeuploadfail.php - - eventsmanager/notify/order.php + Recevoir des notifications lorsqu'un utilisateur commande des documents - Meldingen ontvangen wanneer een gebruiker documenten besteld + Recevoir des notifications lorsqu'un utilisateur commande des documents + eventsmanager/notify/order.php - - eventsmanager/notify/register.php + Recevoir des notifications lorsqu'un utilisateur demande une inscription necessitant mon approbation - Meldingen ontvangen wanneer een gebruiker een inschrijving aanvraagt die mijn goedkeuring nodig heeft + Recevoir des notifications lorsqu'un utilisateur demande une inscription necessitant mon approbation + eventsmanager/notify/register.php - - eventsmanager/notify/autoregister.php + Recevoir des notifications lorsqu'un utilisateur s'inscrit sur une collection - Meldingen ontvangen wanneer een gebruiker zich inschrijft op een collectie + Recevoir des notifications lorsqu'un utilisateur s'inscrit sur une collection + eventsmanager/notify/autoregister.php - - web/common/dialog_export.html.twig + Recevoir un accuse de reception a %my_email% - Ontvangen van een bevestigingsmail van ontvangst van %my_email% + Recevoir un accuse de reception a %my_email% + web/common/dialog_export.html.twig - - prod/results/help.html.twig + + Recherche Avancée + Recherche Avancée + web/prod/index.html.twig + + Recherche multicritères - Multicreteria zoeken + Recherche multicritères + prod/results/help.html.twig - - web/prod/index.html.twig + + Rechercher + Rechercher + web/prod/index.html.twig + + Rechercher dans un champ date - Zoeken in een datum veld + Rechercher dans un champ date + web/prod/index.html.twig - - web/admin/dashboard.html.twig + Recommendations - Aanbevelingen + Recommendations + web/admin/dashboard.html.twig - - actions/Tools/index.html.twig + Reconstruire les sous definitions - Thumbnails opnieuw aanmaken + Reconstruire les sous definitions + actions/Tools/index.html.twig - TaskManager/Job/RecordMoverJob.php Record Mover - Record Mover + Record Mover + TaskManager/Job/RecordMoverJob.php - - API/V1/adapter.php + Record Not Found - Document niet gevonden + Record Not Found + Controller/Api/V1.php - - Controller/Prod/BasketController.php + Record removed from basket - Record uit het mandje verwijderd + Record removed from basket + Controller/Prod/BasketController.php - - Controller/Prod/Story.php + Record removed from story - Record uit de story verwijderd + Record removed from story + Controller/Prod/Story.php - web/common/technical_datas.html.twig Record_id - Record_id + Record_id + web/common/technical_datas.html.twig - - actions/Property/index.html.twig + Records Statut - Status van de records + Records Statut + actions/Property/index.html.twig - - Controller/Prod/MoveCollection.php + Records have been successfuly moved - Records werden met succes verplaatst + Records have been successfuly moved + Controller/Prod/MoveCollection.php - - actions/Property/index.html.twig + Records status edition - Records status editie + Records status edition + actions/Property/index.html.twig - - actions/Property/index.html.twig + Records type - Type van de records + Records type + actions/Property/index.html.twig - - actions/Feedback/lists-all.html.twig + Refresh - Vernieuwen + Refresh + actions/Feedback/lists-all.html.twig - - eventsmanager/notify/ordernotdelivered.php - eventsmanager/notify/ordernotdelivered.php + Refus d'elements de commande - Weigering van producten in bestelling + Refus d'elements de commande + eventsmanager/notify/ordernotdelivered.php + eventsmanager/notify/ordernotdelivered.php - + + Register + Register login/include/register-link-block.html.twig web/login/register-classic.html.twig web/login/register-provider.html.twig web/login/register.html.twig - Register - Aanmelden - - eventsmanager/notify/register.php + Register approbation - Registreer goedkeuring + Register approbation + eventsmanager/notify/register.php - - Form/Configuration/MainConfigurationFormType.php + Registration - Registratie + Registration + Form/Configuration/MainConfigurationFormType.php - + + Reglages:: reglages d acces guest + Reglages:: reglages d acces guest web/admin/editusers.html.twig web/admin/users.html.twig - Reglages:: reglages d acces guest - instellingen voor gasttoegang - + + Reglages:: reglages d inscitpition automatisee + Reglages:: reglages d inscitpition automatisee web/admin/editusers.html.twig web/admin/users.html.twig - Reglages:: reglages d inscitpition automatisee - instellingen voor automatisch inschrijven - - Form/Login/PhraseaAuthenticationForm.php + + Rejected access to the following collections + Rejected access to the following collections + web/account/access.html.twig + + Remember me - Onthoud mij + Remember me + Form/Login/PhraseaAuthenticationForm.php - Notification/Mail/MailInfoValidationReminder.php Reminder : validate '%title%' Reminder : validate '%title%' + Notification/Mail/MailInfoValidationReminder.php - - actions/Feedback/List-Share.html.twig + Remove - Verwijder + Remove + actions/Feedback/List-Share.html.twig - - Media/Subdef/Image.php + Remove ICC Profile - Verwijder ICC Profiel + Remove ICC Profile + Media/Subdef/Image.php - - prod/preview/tools.html.twig + Remove from basket - Verwijder uit het mandje + Remove from basket + prod/preview/tools.html.twig - - web/admin/editusers.html.twig + Remove watermark - Verwijder watermerk + Remove watermark + web/admin/editusers.html.twig - - admin/databox/databox.html.twig + Rename - Hernoem + Rename + admin/databox/databox.html.twig - + + Renew password + Renew password Notification/Mail/MailRequestPasswordUpdate.php web/account/change-password.html.twig web/login/renew-password.html.twig - Renew password - Vernieuw password - - admin/collection/reorder.html.twig + Reorder collections - Hersorteer collecties + Reorder collections + admin/collection/reorder.html.twig - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig Reordonner automatiquement Automatische bestelling + prod/Baskets/Reorder.html.twig + prod/Story/Reorder.html.twig - - web/setup/step2.html.twig + Repertoire de stockage des fichiers - Mappen voor de opslag van documenten + Repertoire de stockage des fichiers + web/setup/step2.html.twig - - admin/fields/templates.html.twig + Report - Overzicht + Report + admin/fields/templates.html.twig - - web/login/register-classic.html.twig + + Report generation may take a long time to generate, depending on the number of collections and the period selected. + Report generation may take a long time to generate, depending on the number of collections and the period selected. + web/report/report_layout_child.html.twig + + Request access - Aanvraag toegang + Request access + web/login/register-classic.html.twig - - Controller/Prod/Bridge.php - Controller/Prod/Bridge.php + Request contains invalid datas - Aanvraag bevat ongeldige data + Request contains invalid datas + Controller/Prod/Bridge.php + Controller/Prod/Bridge.php - - admin/user/demand.html.twig + Requests for the application registrations were recorded successfully - Aanvragen voor de programma registraties zijn met succes opgenomen + Requests for the application registrations were recorded successfully + admin/user/registrations.html.twig - - Form/Configuration/ActionsFormType.php + Require authentication to download documents - Inloggen vereist om de documenten te downloaden + Require authentication to download documents + Form/Configuration/ActionsFormType.php - - web/admin/index.html.twig + Require email validation to activate the account - Email validatie verwacht om de gebruiker te activeren + Require email validation to activate the account + web/admin/index.html.twig - - web/setup/step2.html.twig + Required - Vereist + Required + web/setup/step2.html.twig - - web/setup/step2.html.twig + Required field - Verplicht veld + Required field + web/setup/step2.html.twig - - web/admin/dashboard.html.twig + Requirements - Vereisten + Requirements + web/admin/dashboard.html.twig - - web/admin/index.html.twig + Reset and apply - Reset en pas toe + Reset and apply + web/admin/index.html.twig - - web/admin/index.html.twig + Reset and apply template - Reset en pas de template toe + Reset and apply template + web/admin/index.html.twig - web/admin/dashboard.html.twig Reset cache - Reset cache + Reset cache + web/admin/dashboard.html.twig - - web/admin/index.html.twig + Reset rights before applying template? - De rechten resetten alvorens de template toe te passen? + Reset rights before applying template? + web/admin/index.html.twig - - Media/Subdef/Image.php + Resolution - Resolutie + Resolution + Media/Subdef/Image.php - - prod/Share/record.html.twig + Resource URL - Bron URL + Resource URL + prod/Share/record.html.twig - - web/login/register-provider.html.twig + Resquest access - Toegang aanvragen + Resquest access + web/login/register-provider.html.twig - - web/admin/editusers_quotas.html.twig + Reste - Rest + Reste + web/admin/editusers_quotas.html.twig - + + Restriction + Restriction web/admin/editusers_quotas.html.twig admin/publications/list.html.twig - Restriction - Beperking - - web/admin/editusers_quotas.html.twig + Restrictions de telechargement - Download beperkingen + Restrictions de telechargement + web/admin/editusers_quotas.html.twig - - Bridge/Youtube/upload.html.twig + Retour - Terug + Retour + Bridge/Youtube/upload.html.twig - - mobile/lightbox/error.html.twig + Retour a l'accueil - Terug naar start + Retour a l'accueil + mobile/lightbox/error.html.twig - - web/lightbox/error.html.twig + Retour a laccueil - Terug naar home + Retour a laccueil + web/lightbox/error.html.twig - - prod/orders/order_item.html.twig + Retour aux commandes - Terug naar de bestellingen + Retour aux commandes + prod/orders/order_item.html.twig - admin/task-manager/log.html.twig Return Return + admin/task-manager/log.html.twig - Notification/Mail/MailInfoNewOrder.php Review order on %website% Review order on %website% + Notification/Mail/MailInfoNewOrder.php - - web/setup/step2.html.twig + Review system configuration - Herbekijk de systeem configuratie + Review system configuration + web/setup/step2.html.twig - - web/account/authorized_apps.html.twig + Revoquer l'access - De toegang niet toestaan + Revoquer l'access + web/account/authorized_apps.html.twig - - web/admin/editusers.html.twig + Rights - Rechten + Rights + web/admin/editusers.html.twig - - web/admin/index.html.twig + Rights will be erased before applying template, do you confirm? - Rechten worden gewist voor het toe passen van de template, bent u zeker? + Rights will be erased before applying template, do you confirm? + web/admin/index.html.twig - - actions/Feedback/List-Share.html.twig + Role - Functie + Role + actions/Feedback/List-Share.html.twig - - user/import/file.html.twig + Row login is missing, script has stopped - Rij met de login ontbreekt, het script is gestopt + Row login is missing, script has stopped + user/import/file.html.twig - - user/import/file.html.twig + Row mail is missing, script has stopped - Lijn mail ontbreekt, het script is gestopt + Row mail is missing, script has stopped + user/import/file.html.twig - - user/import/file.html.twig + Row password is missing, script has stopped - Rij met het paswoord ontbreekt, het script is gestopt + Row password is missing, script has stopped + user/import/file.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + Run as application, not as service - Voer uit als een programma, niet als een service + Run as application, not as service + task-manager/task-editor/phraseanet-indexer.html.twig - - Form/Configuration/EmailFormType.php + SMTP encryption - SMTP-encryptie + SMTP encryption + Form/Configuration/EmailFormType.php - Form/Configuration/EmailFormType.php SMTP host - SMTP host + SMTP host + Form/Configuration/EmailFormType.php - - Form/Configuration/EmailFormType.php + SMTP password - SMTP wachtwoord + SMTP password + Form/Configuration/EmailFormType.php - - Form/Configuration/EmailFormType.php + SMTP port - SMTP poort + SMTP port + Form/Configuration/EmailFormType.php - - Form/Configuration/EmailFormType.php + SMTP user - SMTP gebruiker + SMTP user + Form/Configuration/EmailFormType.php - Form/Configuration/EmailFormType.php SSL SSL + Form/Configuration/EmailFormType.php - - web/admin/tree.html.twig + SUBDEFS - THUMBNAILS + SUBDEFS + web/admin/tree.html.twig - - prod/results/help.html.twig + Sachez que vous pouvez utiliser les opérateurs ou caractères spéciaux suivants : - Wist u dat u volgende operatoren of tekens kunt gebruiken : + Sachez que vous pouvez utiliser les opérateurs ou caractères spéciaux suivants : + prod/results/help.html.twig - + + Save + Save web/account/change-password.html.twig task-manager/task-editor/task.html.twig web/developers/application.html.twig + web/developers/application.html.twig web/login/renew-password.html.twig actions/Feedback/list.html.twig - Save - Opslaan - - admin/fields/templates.html.twig + Save all changes - Alle wijzigingen opslaan + Save all changes + admin/fields/templates.html.twig - - prod/actions/Push.html.twig + Save this list - Bewaar deze lijst + Save this list + prod/actions/Push.html.twig - - api/auth/end_user_authorization.html.twig + Se connecter - Verbinden + Se connecter + api/auth/end_user_authorization.html.twig + api/auth/end_user_authorization.html.twig - - WorkZone/Browser/Browser.html.twig + Search baskets - Zoek mandjes + Search baskets + WorkZone/Browser/Browser.html.twig - - Form/Configuration/MainConfigurationFormType.php + Search engine - Zoekmachine + Search engine + Form/Configuration/MainConfigurationFormType.php - - Form/Configuration/ClassicFormType.php + Search tab position - Zoek de tab positie + Search tab position + Form/Configuration/ClassicFormType.php - - web/admin/tree.html.twig + SearchEngine settings - Instellingen zoek motor + SearchEngine settings + web/admin/tree.html.twig - - web/common/password_strength_widget.html.twig + Security - Beveiliging + Security + web/common/password_strength_widget.html.twig - - WorkZone/Browser/Browser.html.twig + See - Zie + See + WorkZone/Browser/Browser.html.twig - Form/Configuration/ExecutablesFormType.php - Form/Configuration/WebservicesFormType.php See documentation at %url% See documentation at %url% + Form/Configuration/ExecutablesFormType.php + Form/Configuration/WebservicesFormType.php - - Notification/Mail/MailInfoOrderCancelled.php - Notification/Mail/MailInfoOrderDelivered.php + See my order - Bekijk mijn opdracht + See my order + Notification/Mail/MailInfoOrderCancelled.php + Notification/Mail/MailInfoOrderDelivered.php - - prod/actions/Push.html.twig + See others - Zie andere + See others + prod/actions/Push.html.twig - - Notification/Mail/MailInfoValidationDone.php + See validation results - Bekijk de goedkeuringsresultaten + See validation results + Notification/Mail/MailInfoValidationDone.php - - prod/actions/Push.html.twig + Select a list on the left and edit it ! - Selecteer links een lijst en bewerk hem ! + Select a list on the left and edit it ! + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + Select a user in the list - Selecteer een gebruiker in de lijst + Select a user in the list + prod/actions/Push.html.twig - - prod/actions/Push.html.twig - web/report/form_date_and_base.html.twig + Select all - Alles selecteren + Select all + prod/actions/Push.html.twig + web/report/form_date_and_base.html.twig - - Controller/Root/Login.php + Select all collections - Alle collecties selecteren + Select all collections + Controller/Root/Login.php - + + Select files... + Select files... admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig - admin/collection/collection.html.twig admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig user/import/file.html.twig - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - Select files... - Selecteer files... - - prod/upload/upload-flash.html.twig + Selected files - Geselecteerde files + Selected files + prod/upload/upload-flash.html.twig - - web/prod/index.html.twig + Selecteur de theme - Thema selector + Selecteur de theme + web/prod/index.html.twig - - prod/orders/order_item.html.twig + Selectionnez des documents et - Selecteer documenten en + Selectionnez des documents et + prod/orders/order_item.html.twig - - Controller/Prod/Language.php + + Send + Send + Controller/Prod/Language.php web/admin/dashboard.html.twig web/login/forgot-password.html.twig - prod/actions/Push.html.twig + prod/actions/Push.html.twig prod/orders/order_item.html.twig - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - Send - Versturen - - web/admin/index.html.twig + Send an email to the user to setup his password - Stuur een email naar de gebruiker om zijn wachtwoord in te stellen + Send an email to the user to setup his password + web/admin/index.html.twig - - prod/Share/record.html.twig + Send to Facebook - Verstuur naar Facebook + Send to Facebook + prod/Share/record.html.twig - - prod/Share/record.html.twig + Send to Twitter - Verstuur naar Twitter + Send to Twitter + prod/Share/record.html.twig - - web/report/report_layout_child.html.twig + Sent - Verstuurd + Sent + web/report/report_layout_child.html.twig - - module/report/sent.php + Sent documents (mail) - Verstuurde documenten (mail) + Sent documents (mail) + module/report/sent.php - + + Sent for validation to %list_participants% + Sent for validation to %list_participants% WorkZone/Browser/Basket.html.twig WorkZone/Browser/Results.html.twig - Sent for validation to %list_participants% - Voor goedkeuring verstuurd naar %list_participants% - - admin/fields/templates.html.twig + Separator - Scheidingsteken + Separator + admin/fields/templates.html.twig - - Bridge/Api/Youtube.php + Service youtube introuvable. - Youtube service kan niet gevonden worden. + Service youtube introuvable. + Bridge/Api/Youtube.php - - web/admin/connected-users.html.twig + Session persistente - Huidige sessie + Session persistente + web/admin/connected-users.html.twig - - web/account/base.html.twig + Sessions - Sessies + Sessions + web/account/base.html.twig - - web/admin/editusers.html.twig + Set download quotas - Stel downloaden quota in + Set download quotas + web/admin/editusers.html.twig - - admin/collection/collection.html.twig - admin/databox/databox.html.twig + Set labels - Zet labels + Set labels + admin/collection/collection.html.twig + admin/databox/databox.html.twig - - actions/Feedback/list.html.twig + Set sharing permission - Stel deel permissies in + Set sharing permission + actions/Feedback/list.html.twig - - web/admin/editusers.html.twig + Set statuses restrictions - Stel statusbeperkingen in + Set statuses restrictions + web/admin/editusers.html.twig - - web/admin/editusers.html.twig + Set time restrictions - Stel tijdsbeperkingen in + Set time restrictions + web/admin/editusers.html.twig - + + Setup + Setup web/admin/setup.html.twig web/admin/tree.html.twig - Setup - Instellingen - - Notification/Mail/MailRequestPasswordSetup.php + Setup my password - Bewerk mijn wachtwoord + Setup my password + Notification/Mail/MailRequestPasswordSetup.php - - Controller/Prod/Language.php + Share - Deel + Share + Controller/Prod/Language.php - - actions/Feedback/list.html.twig + Share the list - Deel de lijst + Share the list + actions/Feedback/list.html.twig - + + Short description + Short description admin/publications/fiche.html.twig admin/publications/list.html.twig - Short description - Korte beschrijving - - web/common/technical_datas.html.twig + Shutter speed - Sluitersnelheid + Shutter speed + web/common/technical_datas.html.twig - - templates/web/email-template.html.twig + Si cet email contient des liens non cliquables, copiez/collez ces liens dans votre navigateur. - Als deze mail niet aanklikbare links bevat, gelieve die dan te kopiëren/plakken in uw browser. + Si cet email contient des liens non cliquables, copiez/collez ces liens dans votre navigateur. + templates/web/email-template.html.twig - - actions/Bridge/callback.html.twig + Si cette fenetre ne se ferme pas automatiquement, fermez la, et raffraichissez votre compte - Als dit venster zich niet automatisch sluit, sluit het dan, en refresh uw venster + Si cette fenetre ne se ferme pas automatiquement, fermez la, et raffraichissez votre compte + actions/Bridge/callback.html.twig - - web/setup/step2.html.twig + Si vous aviez besoin de plus de parametres, %debut_lien%Afficher d'avantage d'options%fin_lien% - Als u meerdere parameters nodig hebt, %debut_lien%Toon meer keuzez%fin_lien% + Si vous aviez besoin de plus de parametres, %debut_lien%Afficher d'avantage d'options%fin_lien% + web/setup/step2.html.twig - - prod/Tooltip/DataboxFieldRestrictions.html.twig + Si vous ne les respectez pas, les documents seront correctement indexes, mais les metadonnees inscrites risquent d'etre erronnees - Als u deze niet respecteert, zullen de documenten correct geïndexeerd worden, maar de beschreven meta data's kunnen verkeerd zijn + Si vous ne les respectez pas, les documents seront correctement indexes, mais les metadonnees inscrites risquent d'etre erronnees + prod/Tooltip/DataboxFieldRestrictions.html.twig - - login/layout/base-layout.html.twig + Si vous ne pouvez pas installer un autre navigateur, utilisez Google Chrome Frame. - Als u geen andere browser kunt installeren, gebruik dan Google Chrome Frame. + Si vous ne pouvez pas installer un autre navigateur, utilisez Google Chrome Frame. + login/layout/base-layout.html.twig - - Form/Configuration/GeneralFormType.php + Single image - Enkel beeld + Single image + Form/Configuration/GeneralFormType.php - - web/developers/application_form.html.twig + Site web - Website + Site web + web/developers/application_form.html.twig - + + Size + Size web/common/technical_datas.html.twig actions/Download/prepare.html.twig - Size - Grootte - - Form/Configuration/GeneralFormType.php + Slide show - Diavoorstelling + Slide show + Form/Configuration/GeneralFormType.php - - task-manager/task-editor/phraseanet-indexer.html.twig + Socket port - Socket poort + Socket port + task-manager/task-editor/phraseanet-indexer.html.twig - - Controller/Prod/Language.php + Some files are being downloaded - Sommige bestanden worden gedownload + Some files are being downloaded + Controller/Prod/Language.php - - web/setup/step2.html.twig + Some of them are required, like the indexer, Exiftool or ImageMagick components, some others are optionnal, like FFmpeg which is used to preview video files. - Sommige zijn verplicht, zoals indexer, Exiftool of ImageMagick componenten, anderen zijn optioneel, zoals FFmpeg die gebruikt wordt voor de voorvertoning van video's + Some of them are required, like the indexer, Exiftool or ImageMagick components, some others are optionnal, like FFmpeg which is used to preview video files. + web/setup/step2.html.twig - - Controller/Prod/Export.php + Something went wrong - Er is iets fout gegaan + Something went wrong + Controller/Prod/Export.php - - Controller/Prod/Bridge.php + Something went wrong, please contact an administrator - Er is iets misgegaan, gelieve de beheerder te contacteren + Something went wrong, please contact an administrator + Controller/Prod/Bridge.php - - Controller/Admin/Root.php + Something wrong happend - Er is iets verkeerd gelopen + Something wrong happend + Controller/Admin/Root.php - - WorkZone/Browser/Browser.html.twig + Something wrong happened, please retry or contact an admin. - Er is iets verkeerd gelopen, gelieve opnieuw te proberen of contact op te nemen met een beheerder + Something wrong happened, please retry or contact an admin. + WorkZone/Browser/Browser.html.twig - - Controller/Admin/Fields.php + Something wrong happened, please try again or contact an admin. - Er heeft zich een fout voorgedaan, gelieve opnieuw te proberen of contact op te nemen met een beheerder. + Something wrong happened, please try again or contact an admin. + Controller/Admin/Fields.php - - Phrasea/Core/PhraseaExceptionHandler.php + Sorry, site is currently undergoing maintenance, come back soon. - Sorry, de site wordt momenteel aangepast, gelieve later terug te keren. + Sorry, site is currently undergoing maintenance, come back soon. + Phrasea/Core/PhraseaExceptionHandler.php - - Phrasea/Core/PhraseaExceptionHandler.php + Sorry, the page you are looking for could not be found. - Sorry, de pagina die u wenst te bekijken werd gevonden + Sorry, the page you are looking for could not be found. + Phrasea/Core/PhraseaExceptionHandler.php - - Phrasea/Core/PhraseaExceptionHandler.php + Sorry, you do have access to the page you are looking for. - Sorry, u hebt geen toegang tot deze pagina + Sorry, you do have access to the page you are looking for. + Phrasea/Core/PhraseaExceptionHandler.php - - task-manager/task-editor/phraseanet-indexer.html.twig + Sort records with an empty field - Sorteer records met een leeg veld + Sort records with an empty field + task-manager/task-editor/phraseanet-indexer.html.twig - + + Source + Source admin/fields/templates.html.twig admin/fields/templates.html.twig prod/Tooltip/DataboxField.html.twig - Source - Bron - + + Sous-titre + Sous-titre admin/publications/fiche.html.twig admin/publications/list.html.twig - Sous-titre - Onder titel - admin/search-engine/sphinx-search.html.twig Sphinx Search RealTime server - Sphinx Search RealTime server + Sphinx Search RealTime server + admin/search-engine/sphinx-search.html.twig - - admin/search-engine/sphinx-search.html.twig + Sphinx Search connection configuration - Sphinx Search connectie configuratie + Sphinx Search connection configuration + admin/search-engine/sphinx-search.html.twig - admin/search-engine/sphinx-search.html.twig Sphinx Search server - Sphinx Search server + Sphinx Search server + admin/search-engine/sphinx-search.html.twig + Sphinx server is offline + Sphinx server is offline SearchEngine/SphinxSearch/SphinxSearchEngine.php SearchEngine/SphinxSearch/SphinxSearchEngine.php SearchEngine/SphinxSearch/SphinxSearchEngine.php - Sphinx server is offline - Sphinx server is offline - - admin/search-engine/sphinx-search.html.twig + SphinxSearch search-engine configuration - SphinxSearch zoekmotor configuratie + SphinxSearch search-engine configuration + admin/search-engine/sphinx-search.html.twig - - admin/collection/collection.html.twig + Stamp logo - Stempel logo + Stamp logo + admin/collection/collection.html.twig - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig Start - Start + Start + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig - prod/actions/Push.html.twig Start by creating one by using the "add" button on the left ! Start by creating one by using the "add" button on the left ! + prod/actions/Push.html.twig - - Notification/Mail/MailInfoValidationReminder.php - Notification/Mail/MailInfoValidationRequest.php + Start validation - Start validatie + Start validation + Notification/Mail/MailInfoValidationReminder.php + Notification/Mail/MailInfoValidationRequest.php - Phrasea/Form/TaskForm.php Started Started + Phrasea/Form/TaskForm.php - - web/prod/index.html.twig + Status des documents a rechercher - Status van de te zoeken documenten + Status des documents a rechercher + web/prod/index.html.twig - - Controller/Admin/Root.php + Status icon upload failed : can not write on disk - Status icon upload niet gelukt : kan niet naar de schijf schrijven + Status icon upload failed : can not write on disk + Controller/Admin/Root.php - - Controller/Admin/Root.php + Status icon upload failed : upload error - Status icon upload niet gelukt : upload fout + Status icon upload failed : upload error + Controller/Admin/Root.php - prod/orders/order_box.html.twig Statut - Statut + Statut + prod/orders/order_box.html.twig - - admin/search-engine/phrasea.html.twig + Stemming - Stoppen + Stemming + admin/search-engine/phrasea.html.twig - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig Stop - Stop + Stop + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - Phrasea/Form/TaskForm.php Stopped Stopped + Phrasea/Form/TaskForm.php - - Form/Configuration/SearchEngineFormType.php + Stories - Verhalen + Stories + Form/Configuration/SearchEngineFormType.php - - actions/Property/index.html.twig + Stories status edition - Stories status editie + Stories status edition + actions/Property/index.html.twig - - API/V1/adapter.php + Story Not Found - Artikel niet gevonden + Story Not Found + Controller/Api/V1.php - - Controller/Prod/Story.php + Story created - Story gemaakt + Story created + Controller/Prod/Story.php - - Controller/Prod/WorkZone.php + Story detached from the WorkZone - Story ontkoppeld van de WorkZone + Story detached from the WorkZone + Controller/Prod/WorkZone.php - - prod/Story/Create.html.twig + Story name - Story naam + Story name + prod/Story/Create.html.twig - Controller/Prod/Story.php Story updated - Story updated + Story updated + Controller/Prod/Story.php - - web/common/technical_datas.html.twig + Story_id - Artikel_id + Story_id + web/common/technical_datas.html.twig - - web/admin/structure.html.twig + Structure errors - Structuur fouten + Structure errors + web/admin/structure.html.twig - - web/admin/structure.html.twig + Structure has been successfully updated - Structuur werd met succes bijgewerkt + Structure has been successfully updated + web/admin/structure.html.twig - - actions/Download/prepare.html.twig + Sub definition - Thumbnail + Sub definition + actions/Download/prepare.html.twig - - admin/databox/details.html.twig + Subdef - Thumbnail + Subdef + admin/databox/details.html.twig - - web/admin/subdefs.html.twig + Subdef name - Thumbnail naam + Subdef name + web/admin/subdefs.html.twig - - prod/upload/lazaret.html.twig - prod/upload/lazaret.html.twig + Substitute - Vervangen + Substitute + prod/upload/lazaret.html.twig + prod/upload/lazaret.html.twig - - actions/Tools/index.html.twig + Substitution is not possible for this kind of record - Vervanging is niet mogelijk voor dit soort van record + Substitution is not possible for this kind of record + actions/Tools/index.html.twig - - api/auth/native_app_access_token.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + Success - Gelukt + Success + api/auth/native_app_access_token.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/admin/index.html.twig + Successful install - Installatie geslaagd + Successful install + web/admin/index.html.twig - - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php + Successful removal - Met succes verwijderd + Successful removal + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php - - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php + + Successful update + Successful update + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Collection.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig - Successful update - Geslaagde update - - web/setup/step2.html.twig + Successfull connection - Aanmelding geslaagd + Successfull connection + web/setup/step2.html.twig - - admin/collection/suggested_value.html.twig + Suggested values - Voorgestelde waardes + Suggested values + admin/collection/suggested_value.html.twig - - Bridge/Flickr/photo_deleteelement.html.twig + Suppression de %n_element% photos - %n_element% foto's verwijderen + Suppression de %n_element% photos + Bridge/Flickr/photo_deleteelement.html.twig - - Bridge/Flickr/photoset_deleteelement.html.twig + Suppression de %n_element% photosets - Het verwijderen van %n_element% photosets + Suppression de %n_element% photosets + Bridge/Flickr/photoset_deleteelement.html.twig - + + Suppression de %n_element% playlists + Suppression de %n_element% playlists Bridge/Dailymotion/playlist_deleteelement.html.twig Bridge/Youtube/playlist_deleteelement.html.twig - Suppression de %n_element% playlists - %n_element% playlists verwijderen - + + Suppression de %n_element% videos + Suppression de %n_element% videos Bridge/Dailymotion/video_deleteelement.html.twig Bridge/Youtube/video_deleteelement.html.twig - Suppression de %n_element% videos - %n_element% video verwijderen - - web/admin/users.html.twig + Supprimer - Verwijderen + Supprimer + web/admin/users.html.twig - - Controller/Prod/Language.php + Supprimer egalement les documents rattaches a ces regroupements - Verwijder ook de documenten gerelateerd aan deze clusters + Supprimer egalement les documents rattaches a ces regroupements + Controller/Prod/Language.php - + + Suspended access to the following collections + Suspended access to the following collections + web/account/access.html.twig + + + Symbolized by + Symbolized by admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - Symbolized by - Gesymboliseerd door - - Bridge/Dailymotion/upload.html.twig + + Sélection et Prévisualisation de documents + Sélection et Prévisualisation de documents + web/prod/index.html.twig + + + Sélectionner les documents en cliquant dessus. + Pour sélectionner plusieurs documents, maintenez la touche maj enfoncée et + cliquez sur les documents souhaités. + Pour prévisualier un document cliquez dessus. + Sélectionner les documents en cliquant dessus. + Pour sélectionner plusieurs documents, maintenez la touche maj enfoncée et + cliquez sur les documents souhaités. + Pour prévisualier un document cliquez dessus. + web/prod/index.html.twig + + + Séléctionner ici le type de document que vous souhaitez rechercher. + Séléctionner ici le type de document que vous souhaitez rechercher. + web/prod/index.html.twig + + + Séléctionner les champs et les collections sur lesquels vous voulez rechercher. + Séléctionner les champs et les collections sur lesquels vous voulez rechercher. + web/prod/index.html.twig + + Séparez les tags par un espace: Paris vacances restaurant - Scheid de tags met een spate: Paris vakantie restaurant + Séparez les tags par un espace: Paris vacances restaurant + Bridge/Dailymotion/upload.html.twig - Form/Configuration/EmailFormType.php TLS TLS + Form/Configuration/EmailFormType.php - - prod/results/help.html.twig + TOUT - ALLE + TOUT + prod/results/help.html.twig - - web/admin/tree.html.twig + Tableau de bord - Regelpaneel + Tableau de bord + web/admin/tree.html.twig - + + Tags + Tags Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/upload.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - Tags - Trefwoorden - - classes/databox/subdef.php + + Taper ici les termes de recherche afin de retrouver les documents souhaités. + Taper ici les termes de recherche afin de retrouver les documents souhaités. + web/prod/index.html.twig + + Target Device - Doelapparaat + Target Device + classes/databox/subdef.php + + + Task Scheduler + Task Scheduler + Controller/Admin/TaskManager.php + Controller/Admin/TaskManager.php + admin/task-manager/index.html.twig - Phrasea/Form/TaskForm.php Task name Task name + Phrasea/Form/TaskForm.php - Phrasea/Form/TaskForm.php Task period (in seconds) Task period (in seconds) + Phrasea/Form/TaskForm.php - - prod/Tooltip/TechnicalDatas.html.twig + Technical Informations - Technische informaties + Technical Informations + prod/Tooltip/TechnicalDatas.html.twig - - web/admin/subdefs.html.twig + Telechargeable - Downloadable + Telechargeable + web/admin/subdefs.html.twig - - actions/Feedback/list.html.twig + Template - Sjabloon + Template + actions/Feedback/list.html.twig - - admin/databox/cgus.html.twig + + Temporary access to the following collections + Temporary access to the following collections + web/account/access.html.twig + + Terms Of Use - Gebruiksvoorwaarden + Terms Of Use + admin/databox/cgus.html.twig - - Form/Login/PhraseaRegisterForm.php - web/common/dialog_export.html.twig + Terms of Use - Gebruiksvoorwaarden + Terms of Use + Form/Login/PhraseaRegisterForm.php + web/common/dialog_export.html.twig - - actions/Bridge/wrapper.html.twig + Terms of service - Algemene Voorwaarden + Terms of service + actions/Bridge/wrapper.html.twig - - Controller/Prod/TOU.php - web/login/cgus.html.twig - login/layout/base-layout.html.twig + Terms of use - Gebruikersvoorwaarden + Terms of use + Controller/Prod/TOU.php + web/admin/tree.html.twig + web/login/cgus.html.twig + login/layout/base-layout.html.twig - - Phrasea/Controller/Lightbox.php + The URL you used is out of date, please login - De gebruikte URL is niet meer geldig, gelieve u aan te melden + The URL you used is out of date, please login + Phrasea/Controller/Lightbox.php - - Bridge/Api/Youtube.php + The Youtube servers have received too many calls from the same caller in a short amount of time. - De Youtube server hebben teveel aanvragen ontvangen van de zelfde gebruiker in een te korte tijd. + The Youtube servers have received too many calls from the same caller in a short amount of time. + Bridge/Api/Youtube.php - - Controller/Root/Session.php + The application is going down for maintenance, please logout. - Het programma sluit af voor onderhoud, gelieve uit te loggen. + The application is going down for maintenance, please logout. + Controller/Root/Session.php - - Bridge/Api/Youtube.php + The authentication token specified in the Authorization header has expired. - De authentication token vermeld in de Authorization header is verlopen. + The authentication token specified in the Authorization header has expired. + Bridge/Api/Youtube.php - - Bridge/Api/Youtube.php + The authentication token specified in the Authorization header is invalid - The authentication token vermeld in de Authorization header is niet geldig + The authentication token specified in the Authorization header is invalid + Bridge/Api/Youtube.php - eventsmanager/notify/downloadmailfail.php The delivery to %email% failed for the following reason : %reason% The delivery to %email% failed for the following reason : %reason% + eventsmanager/notify/downloadmailfail.php - - Controller/Prod/Lazaret.php + The destination record provided is not allowed - De opgegeven bestemmingsrecord is niet toegestaan + The destination record provided is not allowed + Controller/Prod/Lazaret.php - eventsmanager/notify/uploadquarantine.php The document %name% has been quarantined The document %name% has been quarantined + eventsmanager/notify/uploadquarantine.php - - actions/Download/prepare.html.twig + The file contains the following elements - Dit document bevat de volgende elementen + The file contains the following elements + actions/Download/prepare.html.twig - - user/import/file.html.twig + The file does not contains any user to add - De file bevat geen enkele gebruiker om toe te voegen + The file does not contains any user to add + user/import/file.html.twig - - Border/Checker/Colorspace.php + The file does not match available color - Het bestand komt niet met de beschikbare kleur overeen + The file does not match available color + Border/Checker/Colorspace.php - - Border/Checker/Extension.php + The file does not match available extensions - Het bestand komt niet met de beschikbare extensies overeen + The file does not match available extensions + Border/Checker/Extension.php - - Border/Checker/Dimension.php + The file does not match required dimension - Het bestand komt niet met de gewenste afmetingen overeen + The file does not match required dimension + Border/Checker/Dimension.php - - Border/Checker/MediaType.php + The file does not match required media type - Het bestand komt niet met het gewenste media type overeen + The file does not match required media type + Border/Checker/MediaType.php - - Controller/Admin/Collection.php - Controller/Admin/Databox.php + The file is too big - Het bestand is te groot + The file is too big + Controller/Admin/Collection.php + Controller/Admin/Databox.php - - Controller/Prod/Upload.php + The file was moved to the quarantine - De file werd naar de quarantaine verplaatst + The file was moved to the quarantine + Controller/Prod/Upload.php - - user/import/view.html.twig + The following errors have been detected - De volgende fouten werden opgemerkt + The following errors have been detected + user/import/view.html.twig - - Controller/Admin/Collection.php - Controller/Admin/Databox.php + The publication has been stopped - Het programma is gestopt + The publication has been stopped + Controller/Admin/Collection.php + Controller/Admin/Databox.php - - Controller/Prod/Upload.php + The record was successfully created - De record werd met succes gemaakt + The record was successfully created + Controller/Prod/Upload.php - - Controller/Prod/Order.php - prod/orders/order_box.html.twig + The records have been properly ordered - De records werden correct gesorteerd + The records have been properly ordered + Controller/Prod/Order.php + prod/orders/order_box.html.twig - - Controller/Prod/BasketController.php + The requested basket does not exist - Het gevraagde mandje bestaat niet + The requested basket does not exist + Controller/Prod/BasketController.php - Phrasea/Form/TaskForm.php The task status The task status + Phrasea/Form/TaskForm.php - - Controller/Admin/Databoxes.php + The upgrade is already started - De update is al gestart + The upgrade is already started + Controller/Admin/Databoxes.php - - prod/upload/upload-flash.html.twig + The upload violates a security restriction, please retry - De upload schendt een beveiligingsrestrictie, gelieve opnieuw te proberen + The upload violates a security restriction, please retry + prod/upload/upload-flash.html.twig - - web/admin/users.html.twig + The user has been created. - De gebruiker werd aangemaakt. + The user has been created. + web/admin/users.html.twig - - web/prod/index.html.twig + Theme - Thema + Theme + web/prod/index.html.twig - - Controller/Prod/Order.php + There is no one to validate orders, please contact an administrator - Er is niemand om de opdrachten goed te keuren, gelieve een beheerder te contacteren + There is no one to validate orders, please contact an administrator + Controller/Prod/Order.php - - Controller/Prod/Order.php + There is no record eligible for an order - Er is geen geldig document voor een opdracht + There is no record eligible for an order + Controller/Prod/Order.php - - user/import/view.html.twig + There is no user to add. - Er is geen gebruiker om toe te voegen. + There is no user to add. + user/import/view.html.twig - - admin/fields/templates.html.twig + Thesaurus branch - Thesaurus tak + Thesaurus branch + admin/fields/templates.html.twig - web/thesaurus/load-thesaurus.html.twig Thesaurus ou CTerms invalide Thesaurus ou CTerms invalide + web/thesaurus/load-thesaurus.html.twig - - login/providers/mapping.html.twig + These informations do not match? - ZIjn deze gegevens niet gelijk? + These informations do not match? + login/providers/mapping.html.twig - - prod/actions/delete_records_confirm.html.twig + These records will be definitely deleted and can not be recovered - Deze records worden definitief verwijderd, deze actie kan niet ongedaan gemaakt worden + These records will be definitely deleted and can not be recovered + prod/actions/delete_records_confirm.html.twig - - web/admin/subdefs.html.twig + These subdef will be permanently deleted and cannot be recovered. Are you sure? - Deze thumbnail wordt definitief verwijderd en kan niet ongedaan gemaakt worden. Bent u zeker? + These subdef will be permanently deleted and cannot be recovered. Are you sure? + web/admin/subdefs.html.twig - - web/account/authorized_apps.html.twig + Third-party applications - Externe programma's + Third-party applications + web/account/authorized_apps.html.twig - - Controller/Prod/Language.php + This feature is not supported by your browser - Deze functie wordt niet door uw browser ondersteunt + This feature is not supported by your browser + Controller/Prod/Language.php - - admin/publications/list.html.twig - actions/publish/publish.html.twig + This feed is public - Deze feed is publiek + This feed is public + admin/publications/list.html.twig + actions/publish/publish.html.twig - - web/admin/index.html.twig + This field is required - Dit veld is verplicht + This field is required + web/admin/index.html.twig - - prod/actions/edit_default.html.twig + This field represents the title of the document - Dit veld vertegenwoordigt de titel van het document + This field represents the title of the document + prod/actions/edit_default.html.twig - - Controller/Prod/Language.php - web/admin/index.html.twig + This file is too big - Deze file is te groot + This file is too big + Controller/Prod/Language.php + web/admin/index.html.twig - - web/admin/users.html.twig + This is a template - Dit is een template + This is a template + web/admin/users.html.twig - - Form/Configuration/RegistrationFormType.php + This option disables the selecting of the databases on which a user can register himself, and registration is made on all granted databases. - Deze optie schakelt het selecteren van databanken waarop een gebruiker zich kan registreren uit en registratie is van toepassing voor alle toegankelijke databanken. + This option disables the selecting of the databases on which a user can register himself, and registration is made on all granted databases. + Form/Configuration/RegistrationFormType.php - - TaskManager/Job/PhraseanetIndexerJob.php + This task is used to index records for Phrasea engine. - Deze taak wordt gebruikt om records te indexeren voor de Phrasea toepassing + This task is used to index records for Phrasea engine. + TaskManager/Job/PhraseanetIndexerJob.php - - prod/WorkZone/Macros.html.twig + This user does not participate to the validation but is only viewer. - Deze gebruiker maakt geen deel uit van de goedkeuring maar is enkel een bezoeker. + This user does not participate to the validation but is only viewer. + prod/WorkZone/Macros.html.twig - - web/admin/users.html.twig + This user has no rights - Deze gebruiker heeft geen rechten + This user has no rights + web/admin/users.html.twig - - prod/upload/upload-flash.html.twig + This version does not allow you to access all the features offered by the HTML5 uploader - Deze versie kan geen toegang krijgen tot alle functies aangeboden door de HTML5 uploader + This version does not allow you to access all the features offered by the HTML5 uploader + prod/upload/upload-flash.html.twig - - WorkZone/Browser/Browser.html.twig + This year - Dit jaar + This year + WorkZone/Browser/Browser.html.twig - actions/Download/prepare.html.twig Thumbnail - Thumbnail + Thumbnail + actions/Download/prepare.html.twig - - Controller/Prod/Tools.php + Thumbnail has been successfully substitued - Thumbnail werd met succes vervangen + Thumbnail has been successfully substitued + Controller/Prod/Tools.php - - web/setup/step2.html.twig + Thumbnails directory is mounted to be accessible via HTTP, while other files are not. - Thumbnails mappen zijn zichtbaar via HTTP, andere files niet. + Thumbnails directory is mounted to be accessible via HTTP, while other files are not. + web/setup/step2.html.twig - - Controller/Prod/Language.php - prod/templates/push.html.twig + Time for feedback (days) - Tijd voor feedback (dagen) + Time for feedback (days) + Controller/Prod/Language.php + prod/templates/push.html.twig + Titre + Titel admin/publications/fiche.html.twig admin/publications/list.html.twig admin/publications/list.html.twig @@ -6439,299 +6673,299 @@ Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig - Titre - Titel + prod/Story/Reorder.html.twig - - actions/Tools/index.html.twig + To take a screenshot click on camera - Om een schermafbeelding te nemen klik op de camera + To take a screenshot click on camera + actions/Tools/index.html.twig - web/developers/application.html.twig Token - Token + Token + web/developers/application.html.twig - - Controller/Prod/Language.php + Tool box - Gereedschappen + Tool box + Controller/Prod/Language.php - - Form/Configuration/ClassicFormType.php + Topics display mode - Topics scherm modus + Topics display mode + Form/Configuration/ClassicFormType.php - - Form/Configuration/ClassicFormType.php + Topics tab position - Topics tab positie + Topics tab position + Form/Configuration/ClassicFormType.php - + + Total + Total admin/collection/details.html.twig admin/databox/details.html.twig - Total - Totaal - - admin/fields/templates.html.twig + Tous - Alle + Tous + admin/fields/templates.html.twig - - web/prod/index.html.twig + Tout type - Alle type + Tout type + web/prod/index.html.twig - - prod/feeds/feeds.html.twig + Toutes les publications - Alle publicaties + Toutes les publications + prod/feeds/feeds.html.twig - - TaskManager/Job/FtpJob.php + Transfert Annule - Transfert Gestopt + Transfert Annule + TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php Transfert OK - Transfert OK + Transfert OK + TaskManager/Job/FtpJob.php - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + Transmited files - Verzonden bestanden + Transmited files + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - - Form/Configuration/ClassicFormType.php + Trees - Takken + Trees + Form/Configuration/ClassicFormType.php - - web/report/generate_tab.html.twig - web/report/generate_tab.html.twig + Trier - Sorteren + Trier + web/report/generate_tab.html.twig + web/report/generate_tab.html.twig - - web/prod/index.html.twig + Trier par - Sorteren op + Trier par + web/prod/index.html.twig - - task-manager/task-editor/subdefs.html.twig + Try to extract embedded thumbnails - Probeer om de ingesloten thumbnails te extraheren + Try to extract embedded thumbnails + task-manager/task-editor/subdefs.html.twig - admin/fields/templates.html.twig Type - Type + Type + admin/fields/templates.html.twig - - web/developers/application_form.html.twig + Type d'application - Type toepassing + Type d'application + web/developers/application_form.html.twig - - prod/Tooltip/DataboxField.html.twig + Type date - Type datum + Type date + prod/Tooltip/DataboxField.html.twig - - web/prod/index.html.twig + Type de documents - Type van de documenten + Type de documents + web/prod/index.html.twig - - prod/Tooltip/DataboxField.html.twig + Type nombre - Type nummer + Type nombre + prod/Tooltip/DataboxField.html.twig - - prod/Tooltip/DataboxField.html.twig + Type texte - Type tekst + Type texte + prod/Tooltip/DataboxField.html.twig - + + Types de documents + Types de documents + web/prod/index.html.twig + + + URL de callback + URL de callback web/developers/application.html.twig web/developers/application_form.html.twig - URL de callback - callback URL - - web/common/dialog_export.html.twig + Un document commande - Een document bestelling + Un document commande + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + Un document ne peut etre commande - Eén document kan niet worden besteld + Un document ne peut etre commande + web/common/dialog_export.html.twig - - Controller/Admin/Publications.php - Controller/Prod/Upload.php + Unable to add file to Phraseanet - Onmogelijk om een bestand aan Phraseanet toe te voegen + Unable to add file to Phraseanet + Controller/Admin/Publications.php + Controller/Prod/Upload.php - - Controller/Prod/UsrLists.php + Unable to add usr to list - Gebruiker kan niet aan de lijst worden toegevoegd + Unable to add usr to list + Controller/Prod/UsrLists.php - Controller/Root/Login.php Unable to authenticate with %provider_name% Unable to authenticate with %provider_name% + Controller/Root/Login.php - - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig + Unable to connect to MySQL server - Onmogelijk om te connecteren met de MySQL server + Unable to connect to MySQL server + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig - Controller/Prod/UsrLists.php Unable to create list %name% Unable to create list %name% + Controller/Prod/UsrLists.php - - Controller/Prod/UsrLists.php + + Unable to create template, the name is already used. + Unable to create template, the name is already used. + Controller/Admin/Users.php + + + Unable to create the user. + Unable to create the user. + Controller/Admin/Users.php + + Unable to delete list - Lijst kan niet worden verwijderd + Unable to delete list + Controller/Prod/UsrLists.php - - SearchEngine/Phrasea/PhraseaEngine.php + Unable to execute query - Onmogelijk om de zoekactie uit te voeren + Unable to execute query + SearchEngine/Phrasea/PhraseaEngine.php - - Controller/Prod/UsrLists.php + Unable to remove entry from list - Item kan niet uit de lijst worden verwijderd + Unable to remove entry from list + Controller/Prod/UsrLists.php - - Controller/Prod/UsrLists.php + Unable to remove usr from list - Gebruik kan niet uit de lijst worden verwijderd + Unable to remove usr from list + Controller/Prod/UsrLists.php - - Controller/Root/Login.php + Unable to retrieve provider identity - Het is niet mogelijk om de identiteit van de provider te ontvangen + Unable to retrieve provider identity + Controller/Root/Login.php - - Controller/Prod/Push.php - Controller/Prod/Push.php + Unable to send the documents - Documenten kunnen niet worden verstuurd + Unable to send the documents + Controller/Prod/Push.php + Controller/Prod/Push.php - - Controller/Root/Login.php - Controller/Root/Login.php + Unable to send your account unlock email. - Het was niet mogelijk om uw ontgrendelings-email te versturen + Unable to send your account unlock email. + Controller/Root/Login.php + Controller/Root/Login.php - - Controller/Prod/UsrLists.php + Unable to share the list with the usr - Lijst kan niet worden gedeeld met de gebruiker + Unable to share the list with the usr + Controller/Prod/UsrLists.php - - Controller/Prod/UsrLists.php + Unable to update list - Lijst kan niet worden geüpdate + Unable to update list + Controller/Prod/UsrLists.php - - admin/publications/list.html.twig + + Unauthorized action + Unauthorized action + web/common/dialog_export.html.twig + + Une fois la publication supprimee, les donnees publiees seront definitivement perdues. Continuer ? - Eens de publicatie verwijderd, worden alle gegevens definitief verwijderd. Doorgaan? + Une fois la publication supprimee, les donnees publiees seront definitivement perdues. Continuer ? + admin/publications/list.html.twig - - web/prod/index.html.twig + Une question personnelle - Een persoonlijke vraag + Une question personnelle + web/prod/index.html.twig - - eventsmanager/notify/validate.php - eventsmanager/notify/validate.php - eventsmanager/notify/validationreminder.php - eventsmanager/notify/validationreminder.php + Une selection - Een selectie + Une selection + eventsmanager/notify/validate.php + eventsmanager/notify/validate.php + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationreminder.php - - prod/upload/upload-flash.html.twig + Unhandled Error - Onbehandelde fout + Unhandled Error + prod/upload/upload-flash.html.twig - - prod/upload/upload-flash.html.twig + Unknow Error - Onbekende fout + Unknow Error + prod/upload/upload-flash.html.twig - - prod/upload/upload-flash.html.twig + Unknow reason - Onbekende reden + Unknow reason + prod/upload/upload-flash.html.twig - Controller/Prod/Push.php Unknown user %user_id% Unknown user %user_id% + Controller/Prod/Push.php - Controller/Prod/Push.php Unknown user %usr_id% Unknown user %usr_id% + Controller/Prod/Push.php - - Model/Entities/User.php - Unnamed user - Unnamed user - - - Controller/Admin/Databoxes.php + Unreachable server - Onbereikbare server + Unreachable server + Controller/Admin/Databoxes.php - Notification/Mail/MailSuccessEmailUpdate.php Update of your email address on %application% Update of your email address on %application% + Notification/Mail/MailSuccessEmailUpdate.php - - Notification/Mail/MailInfoSomebodyAutoregistered.php + Update the account - Werk de gebruiker bij + Update the account + Notification/Mail/MailInfoSomebodyAutoregistered.php - - web/admin/structure.html.twig + Updated structure - Bijgewerkte structuur - - - lib/classes/base.php - Updating table %table_name% - Updating table %table_name% - - - lib/classes/appbox.php - Upgrading %databox_name% - Upgrading %databox_name% - - - lib/classes/appbox.php - Upgrading appbox - Appbox wordt geüpdate + Updated structure + web/admin/structure.html.twig - web/common/menubar.html.twig + Upload + Upload + web/common/menubar.html.twig Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig @@ -6741,2091 +6975,2066 @@ Bridge/Youtube/upload.html.twig prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - Upload - Upload - - prod/upload/upload-flash.html.twig + Upload URL is not set, please contact an admin - Upload URL niet is ingesteld, gelieve een administrator te contacteren + Upload URL is not set, please contact an admin + prod/upload/upload-flash.html.twig - - user/import/file.html.twig + Upload a csv file for users creation - Laad een file van het .csv op voor het aanmaken van gebruikers + Upload a csv file for users creation + user/import/file.html.twig - Notification/Mail/MailInfoBridgeUploadFailed.php Upload failed on %application% Upload failed on %application% + Notification/Mail/MailInfoBridgeUploadFailed.php - - Bridge/Flickr/upload.html.twig + Upload sur Flickr de %elements_length% elements - Upload near Flickr de %elements_length% elementen + Upload sur Flickr de %elements_length% elements + Bridge/Flickr/upload.html.twig - - prod/upload/lazaret.html.twig + Uploaded by : %username% - Opgeladen door : %username% + Uploaded by : %username% + prod/upload/lazaret.html.twig - Form/Configuration/WebservicesFormType.php Use Google Chart API Use Google Chart API + Form/Configuration/WebservicesFormType.php - - Form/Configuration/EmailFormType.php + Use a SMTP server - Gebruik een SMPT server + Use a SMTP server + Form/Configuration/EmailFormType.php - web/prod/index.html.twig Use latest search settings on Production loading Use latest search settings on Production loading + web/prod/index.html.twig - - login/providers/mapping.html.twig + Use my Phraseanet account - Gebruik mij Phraseanet gebruiker + Use my Phraseanet account + login/providers/mapping.html.twig - - Form/Configuration/WebservicesFormType.php + Use recaptcha API - Gebruik recaptcha API + Use recaptcha API + Form/Configuration/WebservicesFormType.php - - prod/upload/upload.html.twig + Use the Flash uploader - Gebruik Flash uploader + Use the Flash uploader + prod/upload/upload.html.twig - - prod/upload/upload-flash.html.twig + Use the HTML5 uploader - Gebruik de HTML5 uploader + Use the HTML5 uploader + prod/upload/upload-flash.html.twig - - Form/Configuration/ExecutablesFormType.php + Use with mod_token. Attention requires the apache modules and mod_h264_streaming mod_auth_token - Gebruik met mod_token. Opgepast heeft de apache modelus en mod_h264_streaming mod_auth_token nodig. + Use with mod_token. Attention requires the apache modules and mod_h264_streaming mod_auth_token + Form/Configuration/ExecutablesFormType.php - - Form/Configuration/ActionsFormType.php + Used for guest account - Gebruikt voor gast toegang + Used for guest account + Form/Configuration/ActionsFormType.php - - Form/Configuration/SearchEngineFormType.php + Used in search engine - Gebruikt in de zoekmachine + Used in search engine + Form/Configuration/SearchEngineFormType.php - - Form/Configuration/SearchEngineFormType.php + Used when opening the application - Gebruikt tijdens het openen van het programma + Used when opening the application + Form/Configuration/SearchEngineFormType.php - - Controller/Prod/Push.php + User already exists - Gebruiker bestaat reeds + User already exists + Controller/Prod/Push.php - - Controller/Prod/Language.php + + User can download HD + User can download HD + Controller/Prod/Language.php + 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 + User can see others choices + Controller/Prod/Language.php prod/templates/push.html.twig prod/templates/push.html.twig - prod/templates/push.html.twig - prod/templates/push.html.twig - User can download HD - Gebruiker kan HD downloaden - + + User contribute to the feedback + User contribute to the feedback Controller/Prod/Language.php prod/templates/push.html.twig prod/templates/push.html.twig - User can see others choices - Gebruiker kan andere keuzes zien - - Controller/Prod/Language.php - prod/templates/push.html.twig - prod/templates/push.html.twig - User contribute to the feedback - Gebruiker bijdrage aan de feedback - - - Controller/Prod/Push.php + User successfully created - Gebruiker met succes aangemaakt + User successfully created + Controller/Prod/Push.php - - Vocabulary/ControlProvider/UserProvider.php + + Users + Users + Vocabulary/ControlProvider/UserProvider.php user/import/view.html.twig web/admin/users.html.twig prod/actions/Push.html.twig - Users - Gebruikers - - Form/Configuration/ActionsFormType.php + Users must accept Terms of Use for each export - Gebruiker moet gebruiksvoorwaarden aanvaarden bij iedere export + Users must accept Terms of Use for each export + Form/Configuration/ActionsFormType.php - - prod/actions/Push.html.twig + Users suggestion - Gebruikers suggestie + Users suggestion + prod/actions/Push.html.twig - - prod/orders/order_box.html.twig + Utilisateur - Gebruiker + Utilisateur + prod/orders/order_box.html.twig - + + Utilisation prevue + Utilisation prevue prod/orders/order_box.html.twig prod/orders/order_item.html.twig - Utilisation prevue - Voorzien gebruik - + + Utilisez la barre d'outils pour télécharger les documents ou pour agir sur ces documents. + Utilisez la barre d'outils pour télécharger les documents ou pour agir sur ces documents. + web/prod/index.html.twig + + + VALIDATION + VALIDATION web/lightbox/agreement_box.html.twig lightbox/IE6/agreement_box.html.twig - web/lightbox/validate.html.twig - VALIDATION - VALIDATIE + web/lightbox/validate.html.twig - - Notification/Mail/MailRequestEmailConfirmation.php + Validate e-mail address - Bevestig email adres + Validate e-mail address + Notification/Mail/MailRequestEmailConfirmation.php - - eventsmanager/notify/validate.php - eventsmanager/notify/validate.php - eventsmanager/notify/validationdone.php - eventsmanager/notify/validationreminder.php - eventsmanager/notify/validationreminder.php - lightbox/IE6/validate.html.twig + Validation - Goedkeuring + Validation + eventsmanager/notify/validate.php + eventsmanager/notify/validate.php + eventsmanager/notify/validationdone.php + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationreminder.php + lightbox/IE6/validate.html.twig - Controller/Prod/Push.php Validation from %user% Validation from %user% + Controller/Prod/Push.php - Notification/Mail/MailInfoValidationRequest.php Validation request from %user% for '%title%' Validation request from %user% for '%title%' + Notification/Mail/MailInfoValidationRequest.php - + + Validations + Validations mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig - lightbox/IE6/validate.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig - web/lightbox/validate.html.twig - Validations - Controles + web/lightbox/validate.html.twig - - WorkZone/Browser/Browser.html.twig + Validations received - Ontvangen goedkeuringen + Validations received + WorkZone/Browser/Browser.html.twig - - WorkZone/Browser/Browser.html.twig + Validations sent - Goedkeuringen verzonden + Validations sent + WorkZone/Browser/Browser.html.twig - - actions/Bridge/index.html.twig + Vers quel API voulez vous vous connecter ? - Op welke API wilt u zich verbinden ? + Vers quel API voulez vous vous connecter ? + actions/Bridge/index.html.twig - - Controller/Admin/Databoxes.php + Veuillez arreter le planificateur avant la mise a jour - Gelieve de taak scheduler te stoppen voor het updaten + Veuillez arreter le planificateur avant la mise a jour + Controller/Admin/Databoxes.php - - web/setup/step2.html.twig + Veuillez corriger les erreurs avant de poursuivre - Wilt u de fouten verbeteren alvorens verder te gaan + Veuillez corriger les erreurs avant de poursuivre + web/setup/step2.html.twig - - TaskManager/Job/EmptyCollectionJob.php + Vidage de collection - Dump collectie + Vidage de collection + TaskManager/Job/EmptyCollectionJob.php - web/prod/index.html.twig Video - Video + Video + web/prod/index.html.twig - Media/Subdef/Video.php Video Codec - Video Codec + Video Codec + Media/Subdef/Video.php - - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Videos - Video's + Videos + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php - - actions/Feedback/list.html.twig + View - Bekijken + View + actions/Feedback/list.html.twig - Notification/Mail/MailInfoNewPublication.php View on %title% View on %title% + Notification/Mail/MailInfoNewPublication.php - - prod/results/help.html.twig + Visualiser tous les enregistrements / les derniers enregistrements - Toon alle bewaarde / de laatst bewaarde + Visualiser tous les enregistrements / les derniers enregistrements + prod/results/help.html.twig - - Controller/Prod/Edit.php + Vocabulary not found - Vocabulary niet gevonden + Vocabulary not found + Controller/Prod/Edit.php - - admin/fields/templates.html.twig + Vocabulary type - Type van de vocabulair + Vocabulary type + admin/fields/templates.html.twig - + + Voici vos paniers + Voici vos paniers mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig web/lightbox/index.html.twig - Voici vos paniers - Uw mandjes - + + Voici vos validations en cours + Voici vos validations en cours mobile/lightbox/index.html.twig lightbox/IE6/index.html.twig web/lightbox/index.html.twig - Voici vos validations en cours - Een controle in proces - - web/setup/step2.html.twig + Votre adresse email - Uw email adres + Votre adresse email + web/setup/step2.html.twig - - web/setup/step2.html.twig + Votre mot de passe - Uw paswoord + Votre mot de passe + web/setup/step2.html.twig - - prod/results/help.html.twig + Votre recherche ne retourne aucun resultat - Uw zoekopdracht geeft geen enkel resultaat weer + Votre recherche ne retourne aucun resultat + prod/results/help.html.twig - - web/developers/application.html.twig + Votre token d'access - Uw toegangs token + Votre token d'access + web/developers/application.html.twig - + + Voulez-vous dire %link% ? + Voulez-vous dire %link% ? prod/results/answerabstract.html.twig prod/results/help.html.twig - Voulez-vous dire %link% ? - Bedoelt u %link% ? - - web/setup/step2.html.twig + Vous aurez besoin de spécifier un serveur MySQL, des repertoires de stockage pour vos documents, et de configurer votre serveur web pour qu'il publie certains de ces dossiers de stockage. - U dient een MySQL server, mappen voor de opslag van uw documenten te specifieren, en uw webserver configureren dat die bepaalde opslag mappen kan publiceren + Vous aurez besoin de spécifier un serveur MySQL, des repertoires de stockage pour vos documents, et de configurer votre serveur web pour qu'il publie certains de ces dossiers de stockage. + web/setup/step2.html.twig - - web/account/authorized_apps.html.twig + Vous avez autorise ces applications a acceder a votre compte - U hebt zijn programma's de toestemming gegeven om toegang te hebben tot uw account + Vous avez autorise ces applications a acceder a votre compte + web/account/authorized_apps.html.twig - Model/Entities/ValidationSession.php Vous avez envoye cette demande a %n% utilisateurs Vous avez envoye cette demande a %n% utilisateurs + Model/Entities/ValidationSession.php - - prod/WorkZone/Macros.html.twig + Vous avez envoye une demande de validation de document sur ce panier - U hebt een aanvraag tot goedkeuring van documenten in dit mandje verstuurd + Vous avez envoye une demande de validation de document sur ce panier + prod/WorkZone/Macros.html.twig - - Notification/Mail/MailRecordsExport.php + Vous avez recu des documents - U hebt documenten ontvangen + Vous avez recu des documents + Notification/Mail/MailRecordsExport.php - - prod/WorkZone/Macros.html.twig + Vous avez recu un nouveau panier - U hebt een nieuw mandje ontvangen + Vous avez recu un nouveau panier + prod/WorkZone/Macros.html.twig - - prod/WorkZone/Macros.html.twig + Vous avez recu une demande de validation de document sur ce panier - U hebt een aanvraag tot goedkeuring van documenten in dit mandje ontvangen + Vous avez recu une demande de validation de document sur ce panier + prod/WorkZone/Macros.html.twig - Model/Entities/ValidationSession.php Vous aviez envoye cette demande a %n% utilisateurs Vous aviez envoye cette demande a %n% utilisateurs + Model/Entities/ValidationSession.php - - Controller/Prod/Language.php + Vous devez donner un titre - U moet een titel opgeven + Vous devez donner un titre + Controller/Prod/Language.php - - admin/publications/wrapper.html.twig + Vous devez remplir les champs requis - U moet de verplichte velden invullen + Vous devez remplir les champs requis + admin/publications/wrapper.html.twig - - web/common/dialog_export.html.twig + Vous devez selectionner un type de sous definitions - U moet een type thumbnail selecteren + Vous devez selectionner un type de sous definitions + web/common/dialog_export.html.twig - - web/setup/step2.html.twig + Vous devez specifier une adresse email et un mot de passe valides - U moet een geldig email adres en paswoord opgeven + Vous devez specifier une adresse email et un mot de passe valides + web/setup/step2.html.twig - - Controller/Prod/Bridge.php + Vous essayez de faire une action que je ne connais pas ! - U probeert een actie uit te voeren die ik niet ken + Vous essayez de faire une action que je ne connais pas ! + Controller/Prod/Bridge.php - - actions/Bridge/disconnected.html.twig + Vous etes actuellement deconnecte de votre compte, vous devez vous connecter pour continuer - U bent momenteel afgemeld van uw sessie, u moet zich opnieuw connecteren om verder te gaan + Vous etes actuellement deconnecte de votre compte, vous devez vous connecter pour continuer + actions/Bridge/disconnected.html.twig - - actions/Bridge/callback.html.twig + Vous etes authentifie avec succes - U bent met succes geauthenticeerd + Vous etes authentifie avec succes + actions/Bridge/callback.html.twig - - Controller/Root/Login.php + Vous etes maintenant deconnecte. A bientot. - U bent nu uitgelogd. Tot later. + Vous etes maintenant deconnecte. A bientot. + Controller/Root/Login.php - - actions/Bridge/index.html.twig + Vous n'avez pas assez de droits sur certains elements selectionnes - U hebt niet voldoende rechten op de bepaalde geslecteerde elementen + Vous n'avez pas assez de droits sur certains elements selectionnes + actions/Bridge/index.html.twig - - actions/Bridge/index.html.twig + Vous n'avez pas assez de droits sur les elements selectionnes - U hebt niet voldoende rechten op de geslecteerde elementen + Vous n'avez pas assez de droits sur les elements selectionnes + actions/Bridge/index.html.twig - - Controller/Prod/Language.php + Vous n'avez pas les droits pour supprimer certains documents - U hebt niet de rechten om bepaalde documenten te verwijderen - - + Vous n'avez pas les droits pour supprimer certains documents Controller/Prod/Language.php + + Vous n'avez pas les droits pour supprimer ces documents - U hebt niet de rechten om deze documenten te verwijderen + Vous n'avez pas les droits pour supprimer ces documents + Controller/Prod/Language.php - - Controller/Prod/Language.php + Vous n'avez pas rempli tous les champ requis - U hebt niet alle verplictte velden ingevuld - - + Vous n'avez pas rempli tous les champ requis Controller/Prod/Language.php - Vous n'avez pas selectionne de fil de publication - U hebt geen publicatie draad geselecteerd - + + Vous n'avez pas selectionne de fil de publication + Vous n'avez pas selectionne de fil de publication + Controller/Prod/Language.php + + + Vous n'avez selectionne aucun element + Vous n'avez selectionne aucun element Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig - actions/Bridge/index.html.twig + actions/Bridge/index.html.twig Bridge/Youtube/upload.html.twig - Vous n'avez selectionne aucun element - U hebt geen enkel element geselecteerd - - Controller/Prod/Bridge.php - Controller/Prod/Bridge.php + Vous ne pouvez pas editer plusieurs elements simultanement - U mag niet meerdere elementen ter zelfde tijd aanpassen + Vous ne pouvez pas editer plusieurs elements simultanement + Controller/Prod/Bridge.php + Controller/Prod/Bridge.php - - Controller/Prod/Language.php + Vous ne pouvez pas selectionner plus de 800 enregistrements - U kunt niet meer dan 800 records selecteren + Vous ne pouvez pas selectionner plus de 800 enregistrements + Controller/Prod/Language.php - - Bridge/Dailymotion/upload.html.twig + Vous ne pouvez uploader des elements sur Dailymotion qu'un par un - U kunt enkel element per element uploaden naar Dailymotion uploaden + Vous ne pouvez uploader des elements sur Dailymotion qu'un par un + Bridge/Dailymotion/upload.html.twig - - Bridge/Youtube/upload.html.twig + Vous ne pouvez uploader des elements sur Youtube qu'un par un - U mag enkel een per een uploaden naar Youtube + Vous ne pouvez uploader des elements sur Youtube qu'un par un + Bridge/Youtube/upload.html.twig - - prod/results/help.html.twig + Vous pouvez affiner votre recherche avec les opérateurs : ET, OU, SAUF ou DANS - U kunt uw zoekopdracht verfijnen door gebruik te maken van volgende operatoren : EN, OF, BEHALVE of IN + Vous pouvez affiner votre recherche avec les opérateurs : ET, OU, SAUF ou DANS + prod/results/help.html.twig - - web/prod/index.html.twig + Vous pouvez quitter la plupart des fenetres survolantes via la touche echap - U kunt het grootste deel van de bovenliggende vensters sluiten met de escape toets + Vous pouvez quitter la plupart des fenetres survolantes via la touche echap + web/prod/index.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + Warning ! - Waarschuwing ! + Warning ! + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/setup/step2.html.twig + Warning, this database is not empty - Waarschuwing, deze database is niet leeg + Warning, this database is not empty + web/setup/step2.html.twig - - Notification/Mail/MailInfoPushReceived.php + Watch it online - Bekijk het online + Watch it online + Notification/Mail/MailInfoPushReceived.php - + + Watch my access requests status + Watch my access requests status Notification/Mail/MailSuccessAccessRequest.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - Watch my access requests status - Bekijk de status van mijn toegangsaanvraag - - admin/collection/collection.html.twig + Watermark - Watermerk + Watermark + admin/collection/collection.html.twig - - Controller/Root/Login.php + Weak - Matig + Weak + Controller/Root/Login.php - - Form/Configuration/MainConfigurationFormType.php + Webservices connectivity - Webservices connectiviteit + Webservices connectivity + Form/Configuration/MainConfigurationFormType.php - - admin/databox/details.html.twig + Weight - Gewicht + Weight + admin/databox/details.html.twig - - prod/actions/Push.html.twig + Welcome to the ListManager ! - Welkom bij de ListManager ! + Welcome to the ListManager ! + prod/actions/Push.html.twig - - WorkZone/Browser/Browser.html.twig + When - Wanneer + When + WorkZone/Browser/Browser.html.twig - - Bridge/Flickr/photo_moveinto_photoset.html.twig + Which photosets you want to put you %number% photos into ? - In welke photoset wilt u %number% foto's plaatsen ? + Which photosets you want to put you %number% photos into ? + Bridge/Flickr/photo_moveinto_photoset.html.twig - + + Which playlist you want to put you %number% elements into ? + Which playlist you want to put you %number% elements into ? Bridge/Dailymotion/video_moveinto_playlist.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig - Which playlist you want to put you %number% elements into ? - In welke playlist wilt u %number% items plaatsen ? - + + Whoops, looks like something went wrong. + Whoops, looks like something went wrong. Event/Subscriber/ApiOauth2ErrorsSubscriber.php Phrasea/Core/PhraseaExceptionHandler.php Phrasea/Core/PhraseaExceptionHandler.php - Whoops, looks like something went wrong. - Oeps, blijkbaar is er iets verkeerd gegaan. - - task-manager/task-editor/phraseanet-indexer.html.twig + Windows specific - Windows specifiek + Windows specific + task-manager/task-editor/phraseanet-indexer.html.twig - - user/import/view.html.twig + Would you like to continue ? - Wilt u verdergaan? + Would you like to continue ? + user/import/view.html.twig - - web/common/dialog_export.html.twig + Would you like to receive an e-mail when your download is ready ? - Wilt u een email ontvangen wanneer de download klaar is ? + Would you like to receive an e-mail when your download is ready ? + web/common/dialog_export.html.twig - - web/admin/index.html.twig - web/admin/index.html.twig + Would you like to reset rights before applying the template? - Wilt u de rechten resetten alvorens de template toe te passen? + Would you like to reset rights before applying the template? + web/admin/index.html.twig + web/admin/index.html.twig - - web/admin/subdefs.html.twig + Write Metas - Schrijf Metas + Write Metas + web/admin/subdefs.html.twig - web/prod/index.html.twig - web/prod/index.html.twig YYYY/MM/DD YYYY/MM/DD + web/prod/index.html.twig + web/prod/index.html.twig - + + Yes + Yes user/import/view.html.twig web/developers/applications.html.twig - Yes - Ja - - actions/Feedback/List-Share.html.twig + You are Admin - U bent Admin + You are Admin + actions/Feedback/List-Share.html.twig - - prod/actions/Push.html.twig + You are about to ask for feedback for %nb_push_items% records, %nb_not_available% records can not be processed. - U staat op het punt om feedback te vragen voor %nb_push_items% records, records kunnen niet worden uitgevoerd. + You are about to ask for feedback for %nb_push_items% records, %nb_not_available% records can not be processed. + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + You are about to ask for feedback for %nb_push_items% records. - U staat op het punt om feedback te vragen voor %nb_push_items% records. + You are about to ask for feedback for %nb_push_items% records. + prod/actions/Push.html.twig - - actions/Bridge/index.html.twig + You are about to delete this account. Would you like to continue ? - U staat op het punt deze gebruiker te verwijderen. Wilt u doorgaan? + You are about to delete this account. Would you like to continue ? + actions/Bridge/index.html.twig - - WorkZone/Browser/Browser.html.twig + You are about to delete this basket. Would you like to continue ? - U staat op het punt dit mandje te verwijderen. Wilt u doorgaan? + You are about to delete this basket. Would you like to continue ? + WorkZone/Browser/Browser.html.twig - - prod/actions/Push.html.twig + You are about to push %nb_push_items% records, %nb_not_available% records can not be processed. - U staat op het punt om %nb_push_items% records door te sturen, %nb_not_available% records kunnen niet worden uitgevoerd. + You are about to push %nb_push_items% records, %nb_not_available% records can not be processed. + prod/actions/Push.html.twig - - prod/actions/Push.html.twig + You are about to push %nb_push_items% records. - U staat op het punt om %nb_push_items% records door te sturen. + You are about to push %nb_push_items% records. + prod/actions/Push.html.twig - - Bridge/Api/Youtube.php + You are attempting to exceed the storage limit on your account and must delete existing entries before inserting new entries - U probeert de toegelaten opslagruimte te overschrijden voor uw gebruiker, u moet bestaande documenten verwijderen alvorens nieuwe aan te maken + You are attempting to exceed the storage limit on your account and must delete existing entries before inserting new entries + Bridge/Api/Youtube.php - - Controller/Prod/Push.php + You are not allowed to add users - U hebt geen toestemming om gebruikers toe te voegen + You are not allowed to add users + Controller/Prod/Push.php - - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - Controller/Prod/UsrLists.php - actions/Feedback/List-Share.html.twig + You are not authorized to do this - U bent niet gemachtigd om dit te doen + You are not authorized to do this + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + Controller/Prod/UsrLists.php + actions/Feedback/List-Share.html.twig - - admin/publications/fiche.html.twig + You are not the feed owner - U bent niet de feed eigenaar + You are not the feed owner + admin/publications/fiche.html.twig - - Controller/Admin/Publications.php + You are not the owner of this feed, you can not edit it - U bent niet de eigenaar van deze feed, u kunt hem niet bewerken + You are not the owner of this feed, you can not edit it + Controller/Admin/Publications.php - + + You are using the Flash uploader. + You are using the Flash uploader. prod/upload/upload-flash.html.twig prod/upload/upload-flash.html.twig - You are using the Flash uploader. - U gebruikt de Flash uploader. - + + You are using the HTML5 uploader. + You are using the HTML5 uploader. prod/upload/upload.html.twig prod/upload/upload.html.twig - You are using the HTML5 uploader. - U gebruikt de HTML5 uploader. - - user/import/file.html.twig + You can download an example by clicking here - U kan een voorbeeld downloaden door hier te klikken + You can download an example by clicking here + user/import/file.html.twig - - web/common/dialog_export.html.twig + You can alternatively receive an email when the download is ready. - Als alternatief kunt u een email ontvangen wanneer de download klaar is. + You can alternatively receive an email when the download is ready. + web/common/dialog_export.html.twig - - Controller/Prod/Language.php + You can choose only one record - U kunt enkel één record selecteren + You can choose only one record + Controller/Prod/Language.php - - user/import/file.html.twig + You can download the documentation here - U kan de documentatie hier downloaden + You can download the documentation here + user/import/file.html.twig - - web/common/dialog_export.html.twig + You can not directly download more than %max_download% Mo ; time to package all documents is too long - U kan niet meer dan %max_download% Mb downloaded ; tijd om alle documenten compresseren is te lang + You can not directly download more than %max_download% Mo ; time to package all documents is too long + web/common/dialog_export.html.twig - - Controller/Prod/Story.php + You can not edit this story - U kan deze story niet bewerken + You can not edit this story + Controller/Prod/Story.php - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + You can not upload files - U kunt geen files uploaden + You can not upload files + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - - Controller/Admin/Root.php + You do not enough rights to update status - U hebt niet voldoende rechten om de status up te date + You do not enough rights to update status + Controller/Admin/Root.php - - Controller/Prod/BasketController.php + You do not have access to this basket - U hebt geen toegang tot dit mandje + You do not have access to this basket + Controller/Prod/BasketController.php - - prod/upload/lazaret.html.twig + You do not have enough rights to access quarantine - U hebt niet voldoende rechten voor de toegang van de quarantaine + You do not have enough rights to access quarantine + prod/upload/lazaret.html.twig - - Controller/Prod/Export.php + You do not have required rights to send these documents over FTP - U hebt niet de nodige rechten om deze documenten te versturen over FTP + You do not have required rights to send these documents over FTP + Controller/Prod/Export.php - - prod/actions/delete_records_confirm.html.twig + You do not have rights to remove all selected documents. Are you sure ? - U hebt geen rechten om alle geselecteerde document te verwijderen. Bent u zeker? + You do not have rights to remove all selected documents. Are you sure ? + prod/actions/delete_records_confirm.html.twig - - prod/actions/delete_records_confirm.html.twig + You do not have rights to remove selected documents - U hebt geen rechten om de geselecteerde documenten te verwijderen + You do not have rights to remove selected documents + prod/actions/delete_records_confirm.html.twig - Controller/Prod/MoveCollection.php You do not have the permission to move records to %collection% You do not have the permission to move records to %collection% + Controller/Prod/MoveCollection.php - - Notification/Mail/MailInfoValidationRequest.php + You have %d days to validate the selection. - U hebt %d dagen om de selectie te valideren. + You have %d days to validate the selection. + Notification/Mail/MailInfoValidationRequest.php - - Notification/Mail/MailInfoValidationRequest.php + You have 1 day to validate the selection. - U hebt 1 dag om de selectie te valideren. + You have 1 day to validate the selection. + Notification/Mail/MailInfoValidationRequest.php - - prod/upload/upload-flash.html.twig + You have attempted to queue too many files - U hebt geprobeerd om te veel bestanden in de wachtrij te plaatsen + You have attempted to queue too many files + prod/upload/upload-flash.html.twig - - actions/Property/index.html.twig + + You have been redirected to production application. + You have been redirected to production application. + web/prod/index.html.twig + + You have selected %nbReceivedDocuments% records. - U hebt %nbReceivedDocuments% records geselecteerd. + You have selected %nbReceivedDocuments% records. + actions/Property/index.html.twig - - actions/Property/index.html.twig + You have selected one record. - U hebt één record geselecteerd. + You have selected one record. + actions/Property/index.html.twig - - Phrasea/Controller/Lightbox.php + You have to give your feedback at least on one document to send a report - U moet op tenminste één document feedback geven om een rapport te versturen + You have to give your feedback at least on one document to send a report + Phrasea/Controller/Lightbox.php - - Notification/Mail/MailSuccessEmailConfirmationUnregistered.php + You have to wait for an administrator approval for your access request - U moet wachten op goedkeuring van een beheerder voor uw toegangsaanvraag + You have to wait for an administrator approval for your access request + Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - Notification/Mail/MailInfoPushReceived.php You just received a push containing %quantity% documents from %user% You just received a push containing %quantity% documents from %user% + Notification/Mail/MailInfoPushReceived.php - - web/common/dialog_export.html.twig + You must agree to the Terms of Use to continue. - U moet de gebruiksvoorwaarden aanvaarden. + You must agree to the Terms of Use to continue. + web/common/dialog_export.html.twig - - Controller/Prod/Lazaret.php + You must give a destination collection - U moet een bestemmingscollectie opgeven + You must give a destination collection + Controller/Prod/Lazaret.php - - Controller/Prod/Lazaret.php + You must give a destination record - U moet een bestemmingsrecord opgeven + You must give a destination record + Controller/Prod/Lazaret.php - - user/import/view.html.twig + You need define a model before importing a list of users - U moet eerst een model kiezen alvorens een lijst van gebruikers te importeren + You need define a model before importing a list of users + user/import/view.html.twig - - Notification/Mail/MailRequestPasswordSetup.php + You now have to set up your pasword - U moet nu uw wachtwoord invullen + You now have to set up your pasword + Notification/Mail/MailRequestPasswordSetup.php - - Controller/Root/Login.php - Controller/Root/Login.php + You tried to register with an unknown provider - U probeerde met een ongekende provider te registreren + You tried to register with an unknown provider + Controller/Root/Login.php + Controller/Root/Login.php - Helper/User/Edit.php You will no longer receive notifications at %old_email% You will no longer receive notifications at %old_email% + Helper/User/Edit.php - Helper/User/Edit.php You will now receive notifications at %new_email% You will now receive notifications at %new_email% + Helper/User/Edit.php - - login/providers/mapping.html.twig + Your %provider_name% account matchs a Phraseanet account - Uw %provider_name% gebruiker is gelijk aan een Phraseanet gebruiker + Your %provider_name% account matchs a Phraseanet account + login/providers/mapping.html.twig - Notification/Mail/MailSuccessEmailConfirmationRegistered.php Your access on %application% Your access on %application% + Notification/Mail/MailSuccessEmailConfirmationRegistered.php - - web/login/index.html.twig + Your account is locked, please follow the following link to unlock it - Uw gebruiker is geblokkeerd, volg de onderstaande link om die te deblokkeren + Your account is locked, please follow the following link to unlock it + web/login/index.html.twig - Notification/Mail/MailRequestPasswordSetup.php Your account on %application% Your account on %application% + Notification/Mail/MailRequestPasswordSetup.php - Notification/Mail/MailRequestPasswordSetup.php Your account with the login %login% as been created Your account with the login %login% as been created + Notification/Mail/MailRequestPasswordSetup.php - - prod/upload/upload.html.twig + Your browser does not support all HTML5 features properly. - Uw browser ondersteunt niet alle HTML5 functies naar behoren. + Your browser does not support all HTML5 features properly. + prod/upload/upload.html.twig - - Controller/Admin/Fields.php + Your configuration has been successfuly saved. - Uw configuratie werd met succes bewaard. + Your configuration has been successfuly saved. + Controller/Admin/Fields.php - - Notification/Mail/MailSuccessEmailUpdate.php + Your contact email address has been updated - Uw contact email adres werd aangepast + Your contact email address has been updated + Notification/Mail/MailSuccessEmailUpdate.php - - actions/Download/prepare.html.twig + Your documents are ready. If the download does not start, %before_link%click here%after_link% - Uw documenten zijn klaar. Als het downloaden niet start, %before_link%klik hier%after_link% + Your documents are ready. If the download does not start, %before_link%click here%after_link% + actions/Download/prepare.html.twig - - web/setup/step2.html.twig + Your email will be used to log in the application. - Uw email wordt gebruikt om in te loggen op het programma + Your email will be used to log in the application. + web/setup/step2.html.twig - - Controller/Root/Login.php + Your identity is not recognized. - Uw identiteit werd niet herkend + Your identity is not recognized. + Controller/Root/Login.php - - lib/classes/appbox.php + Your install might need to build some sub-definitions - Uw installatie zou mogelijks enkele thumbnails moeten aanmaken + Your install might need to build some sub-definitions + lib/classes/appbox.php - - lib/classes/appbox.php + Your install might need to re-read technical datas - Uw installatie moet de technische data herlezen + Your install might need to re-read technical datas + lib/classes/appbox.php - - lib/classes/appbox.php - lib/classes/appbox.php + Your install requires data migration, please execute the following command - Uw installatie heeft data migratie nodig, voer volgend commando uit + Your install requires data migration, please execute the following command + lib/classes/appbox.php + lib/classes/appbox.php - - web/setup/step2.html.twig + Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories. - Uw media en hun thumbnails (voorvertoningen, thumbnails..) worden in deze mappen opgeslagen. + Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories. + web/setup/step2.html.twig - + + Your registration requests have been taken into account. + Your registration requests have been taken into account. + Controller/Root/Account.php + + + a propos + a propos mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig - a propos - Over - + + action : ajouter au panier + action : ajouter au panier web/client/answers.html.twig web/common/drop_down_options.html.twig prod/preview/tools.html.twig - action : ajouter au panier - aan mandje toevoegen - - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : bridge - Bridge + action : bridge + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : collection - Collectie + action : collection + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - web/prod/index.html.twig - prod/preview/caption.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : editer - Wijzigen + action : editer + web/prod/index.html.twig + prod/preview/caption.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - + + action : exporter + action : exporter web/client/answers.html.twig web/client/baskets.html.twig web/client/baskets.html.twig - web/client/index.html.twig + web/client/index.html.twig web/common/drop_down_options.html.twig - web/lightbox/feed.html.twig - lightbox/IE6/feed.html.twig - lightbox/IE6/validate.html.twig - web/lightbox/validate.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 + web/lightbox/validate.html.twig + web/prod/index.html.twig + web/prod/index.html.twig prod/preview/tools.html.twig - prod/WorkZone/Basket.html.twig + prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig - action : exporter - Exporteer - - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : outils - Gereedschappen + action : outils + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - web/client/baskets.html.twig + action : ouvrir dans le comparateur - Open in de comparator + action : ouvrir dans le comparateur + web/client/baskets.html.twig - + + action : print + action : print web/client/answers.html.twig web/client/baskets.html.twig web/common/drop_down_options.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/preview/tools.html.twig - prod/WorkZone/Basket.html.twig + prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig - action : print - Print - - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : publier - Publiceren + action : publier + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - web/prod/index.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : push - Push + action : push + web/prod/index.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Story.html.twig + action : status - Status + action : status + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Story.html.twig - + + action : supprimer + action : supprimer web/client/baskets.html.twig web/client/baskets.html.twig - web/prod/index.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Macros.html.twig + web/prod/index.html.twig + prod/WorkZone/Basket.html.twig + prod/WorkZone/Macros.html.twig prod/WorkZone/Story.html.twig - action : supprimer - Verwijderen - - web/client/baskets.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + action:: nouveau panier - Nieuw mandje + action:: nouveau panier + web/client/baskets.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 - web/prod/index.html.twig + action:: nouveau reportage - Nieuwe reportage + action:: nouveau reportage + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig - - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig + action::Valider - Valideren + action::Valider + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig - - prod/WorkZone/Macros.html.twig + action::detacher - Ontkoppelen - - - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig - action::editer - Aanpassen - - - prod/WorkZone/Macros.html.twig - prod/WorkZone/Macros.html.twig + action::detacher prod/WorkZone/Macros.html.twig + + + action::editer + action::editer + prod/WorkZone/Macros.html.twig + + action::exporter - Exporteren + action::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 + action::renommer - Hernoemen + action::renommer + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig - - web/admin/tree.html.twig - admin:: CGUs - CGUs + + actual status + actual status + admin/task-manager/index.html.twig - - admin/collection/create.html.twig + admin:: La collection n'a pas ete creee : vous devez donner un nom a votre collection - De collectie werd niet gemaakt : u moet een naam geven aan uw collectie + admin:: La collection n'a pas ete creee : vous devez donner un nom a votre collection + admin/collection/create.html.twig - - admin/user/demand.html.twig + admin:: appliquer le modele - admin:: gebruik dit model + admin:: appliquer le modele + admin/user/registrations.html.twig - - admin/user/demand.html.twig + admin:: demandes en cours - Aanvragen in behandeling + admin:: demandes en cours + admin/user/registrations.html.twig - - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin:: donner les droits de telechargement et consultation de previews - Geef de rechten voor het downloaden en het consulteren van voorvertoningen + admin:: donner les droits de telechargement et consultation de previews + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin:: donner les droits de telechargements de preview et hd - Geef de rechten voor het downloaden van voorvertoningen en hd + admin:: donner les droits de telechargements de preview et hd + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin:: refuser l'acces - Weiger de toegang + admin:: refuser l'acces + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin:: watermarquer les documents - Watermerk de documenten + admin:: watermarquer les documents + admin/user/registrations.html.twig + admin/user/registrations.html.twig + admin/user/registrations.html.twig - - admin/databox/cgus.html.twig + admin::CGU Les utilisateurs doivent imperativement revalider ces conditions - De gebruikers moeten eerst deze voorwaarden goedkeuren + admin::CGU Les utilisateurs doivent imperativement revalider ces conditions + admin/databox/cgus.html.twig - - admin/databox/databox.html.twig + admin::base: Alias - Snelkoppeling + admin::base: Alias + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: Cette base est indexable - Deze database is indexeerbaar + admin::base: Cette base est indexable + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: Confirmer la suppression de la base - Bevestig het verwijderen van de database + admin::base: Confirmer la suppression de la base + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: Confirmer la suppression de tous les logs - Bevestig het verwijderen van alle log files + admin::base: Confirmer la suppression de tous les logs + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: Confirmer le vidage complet de la base - Bevestig het kompleet leegmaken van de database + admin::base: Confirmer le vidage complet de la base + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: Confirmer vous l'arret de la publication de la base - Bevestigt u het stoppen van de publicatie van de database + admin::base: Confirmer vous l'arret de la publication de la base + admin/databox/databox.html.twig - - web/admin/databases.html.twig + admin::base: Monter une base - Toon een database + admin::base: Monter une base + web/admin/databases.html.twig - - web/admin/databases.html.twig + admin::base: Version - Versie + admin::base: Version + web/admin/databases.html.twig - - admin/databox/databox.html.twig + admin::base: arreter la publication de la base - Stop de publicatie van de database + admin::base: arreter la publication de la base + admin/databox/databox.html.twig - - Controller/Admin/Databox.php - admin/databox/databox.html.twig + admin::base: aucun alias - Geen enkel snelkoppeling + admin::base: aucun alias + Controller/Admin/Databox.php + admin/databox/databox.html.twig - - web/admin/databases.html.twig + admin::base: creer une base - Maak een database + admin::base: creer une base + web/admin/databases.html.twig - - admin/databox/databox.html.twig + admin::base: document indexes en utilisant la fiche xml - Document wordt met het xml bestand geïndexeerd + admin::base: document indexes en utilisant la fiche xml + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: document indexes en utilisant le thesaurus - Document wordt met de thesaurus geïndexeerd + admin::base: document indexes en utilisant le thesaurus + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: envoyer un logo (jpeg 35px de hauteur max) - Verstuur een logo (jpeg 35px maximale hoogte) + admin::base: envoyer un logo (jpeg 35px de hauteur max) + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: logo impression PDF - Logo PDF print + admin::base: logo impression PDF + admin/databox/databox.html.twig - - admin/collection/details.html.twig + admin::base: nombre - Aantal + admin::base: nombre + admin/collection/details.html.twig - - admin/databox/databox.html.twig + admin::base: nombre d'enregistrements sur la base : - Aantal records in de database : + admin::base: nombre d'enregistrements sur la base : + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: nombre de mots indexes sur la base - Aantal geïndexeerde woorden in de database - - - admin/databox/databox.html.twig - admin::base: nombre de mots uniques sur la base : - Aantal unieke woorden in de database : - - + admin::base: nombre de mots indexes sur la base admin/databox/databox.html.twig + + + admin::base: nombre de mots uniques sur la base : + admin::base: nombre de mots uniques sur la base : + admin/databox/databox.html.twig + + admin::base: nombre de termes de Thesaurus indexes : - Aantal termen in de Thesaurus indexen : + admin::base: nombre de termes de Thesaurus indexes : + admin/databox/databox.html.twig - - admin/collection/details.html.twig + admin::base: objet - Object + admin::base: objet + admin/collection/details.html.twig - + + admin::base: poids + admin::base: poids admin/collection/details.html.twig admin/collection/details.html.twig - admin::base: poids - Gewicht - - web/admin/tree.html.twig + admin::base: preferences de collection - voorkeuren van de collectie + admin::base: preferences de collection + web/admin/tree.html.twig - - web/admin/structure.html.twig + admin::base: structure - Structuur + admin::base: structure + web/admin/structure.html.twig - - admin/databox/databox.html.twig + + admin::base: subdefs to be created : + admin::base: subdefs to be created : + admin/databox/databox.html.twig + + admin::base: supprimer la base - Verwijder de database + admin::base: supprimer la base + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: supprimer tous les logs - Verwijder alle logbestanden + admin::base: supprimer tous les logs + admin/databox/databox.html.twig - - admin/databox/databox.html.twig + admin::base: vider la base - Leeg de database + admin::base: vider la base + admin/databox/databox.html.twig - - Controller/Admin/Databox.php + admin::base: vider la base avant de la supprimer - Maak eerst de database leeg alvorens te verwijderen + admin::base: vider la base avant de la supprimer + Controller/Admin/Databox.php - - web/admin/structure.html.twig + admin::base: xml invalide, les changements ne seront pas appliques - Ongeldige xml, de wijzigingen worden niet toegepast + admin::base: xml invalide, les changements ne seront pas appliques + web/admin/structure.html.twig - - admin/collection/create.html.twig - admin/databox/databox.html.twig + admin::base:collection: Creer une collection - Maak een collectie + admin::base:collection: Creer une collection + admin/collection/create.html.twig + admin/databox/databox.html.twig - - admin/databox/databox.html.twig - admin/databox/databox.html.twig + admin::base:collection: Monter une collection - Toon een collectie + admin::base:collection: Monter une collection + admin/databox/databox.html.twig + admin/databox/databox.html.twig - - admin/collection/create.html.twig + admin::base:collection: Nom de la nouvelle collection : - Naam van de nieuwe collectie : + admin::base:collection: Nom de la nouvelle collection : + admin/collection/create.html.twig - - admin/collection/create.html.twig - admin/databox/databox.html.twig + admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces - U kan een standaard collectie kiezen voor toegang te verlenen + admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces + admin/collection/create.html.twig + admin/databox/databox.html.twig - + + admin::base:collection: activer la collection + admin::base:collection: activer la collection admin/collection/collection.html.twig admin/collection/collection.html.twig - admin::base:collection: activer la collection - Activeer de collectie - + + admin::base:collection: aucun fichier (minilogo, watermark ...) + admin::base:collection: aucun fichier (minilogo, watermark ...) admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig - admin/collection/collection.html.twig - admin/databox/databox.html.twig - admin::base:collection: aucun fichier (minilogo, watermark ...) - Geen enkel bestand (minilogo, watermerk ...) + admin/databox/databox.html.twig - + + admin::base:collection: descativer la collection + admin::base:collection: descativer la collection admin/collection/collection.html.twig admin/collection/collection.html.twig - admin::base:collection: descativer la collection - Deativeer de collectie - - admin/collection/collection.html.twig + admin::base:collection: etat de la collection - Staat van de collectie + admin::base:collection: etat de la collection + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::base:collection: etes vous sur darreter la publication de cette collection - Bent u zeker om de publicatie van deze collectie te stoppen - - + admin::base:collection: etes vous sur darreter la publication de cette collection admin/collection/collection.html.twig + + admin::base:collection: etes vous sur de publier cette collection ? - Bent u zeker om deze collectie te publiceren ? + admin::base:collection: etes vous sur de publier cette collection ? + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::base:collection: etes vous sur de vider la collection ? - Bent u zeker om de collectie leeg te maken ? + admin::base:collection: etes vous sur de vider la collection ? + admin/collection/collection.html.twig - - admin/collection/collection.html.twig - admin::base:collection: image de presentation : - Presentatie beeld : - - - admin/collection/collection.html.twig + admin::base:collection: minilogo actuel - Actueel minilogo + admin::base:collection: minilogo actuel + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::base:collection: numero de collection distante - Aantal externe collecties + admin::base:collection: numero de collection distante + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::base:collection: renommer la collection - Hernoem de collectie + admin::base:collection: renommer la collection + admin/collection/collection.html.twig - - admin/databox/databox.html.twig + admin::base:collection: supprimer le logo - Verwijder het logo + admin::base:collection: supprimer le logo + admin/databox/databox.html.twig - - admin/collection/collection.html.twig + admin::base:collection: vider la collection - Maak de collectie leeg + admin::base:collection: vider la collection + admin/collection/collection.html.twig - + + admin::base:collorder: descendre + admin::base:collorder: descendre admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig - admin::base:collorder: descendre - Afdalen - + + admin::base:collorder: monter + admin::base:collorder: monter admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig - admin::base:collorder: monter - Laden - + + admin::base:collorder: reinitialiser en ordre alphabetique + admin::base:collorder: reinitialiser en ordre alphabetique admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig - admin::base:collorder: reinitialiser en ordre alphabetique - Herinitialiseren in alfabetische volgorde - - admin/collection/collection.html.twig + admin::colelction::presentation des elements : rien - Niets + admin::colelction::presentation des elements : rien + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::colelction::presentation des elements : stamp - Stempel + admin::colelction::presentation des elements : stamp + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::colelction::presentation des elements : watermark - Watermerk + admin::colelction::presentation des elements : watermark + admin/collection/collection.html.twig - - admin/user/demand.html.twig + admin::collection - Collectie + admin::collection + admin/user/registrations.html.twig - - admin/collection/collection.html.twig + admin::collection: Confirmez vous la suppression de cette collection ? - Bevestigt u de verwijdering van deze collectie ? + admin::collection: Confirmez vous la suppression de cette collection ? + admin/collection/collection.html.twig - - web/admin/tree.html.twig + admin::collection: ordre des collections - volgorde van de collecties + admin::collection: ordre des collections + web/admin/tree.html.twig - - admin/collection/collection.html.twig + admin::collection:: Gestionnaires des commandes - Management-controles + admin::collection:: Gestionnaires des commandes + admin/collection/collection.html.twig - - admin/collection/collection.html.twig + admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications) - Presentatie van elementen bij de verspreiding voor externe gebruikers (publicaties) + admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications) + admin/collection/collection.html.twig - - web/setup/step2.html.twig + admin::compte-utilisateur A propos de la securite des mots de passe : - Over de veiligheid van uw paswoord : + admin::compte-utilisateur A propos de la securite des mots de passe : + web/setup/step2.html.twig - - web/setup/step2.html.twig + admin::compte-utilisateur Les mots de passe doivent etre clairement distincts du login et contenir au moins deux types parmis les caracteres suivants : - De paswoorden moeten duidelijk verschillen van de login en moet tenminste twee van de volgende tekens bevatten + admin::compte-utilisateur Les mots de passe doivent etre clairement distincts du login et contenir au moins deux types parmis les caracteres suivants : + web/setup/step2.html.twig - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig + admin::compte-utilisateur activite - Activiteit + admin::compte-utilisateur activite + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur adresse - Adres + admin::compte-utilisateur adresse + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/common/dialog_export.html.twig - - web/account/account.html.twig + admin::compte-utilisateur changer mon mot de passe - Verander mijn paswoord + admin::compte-utilisateur changer mon mot de passe + web/account/account.html.twig - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur code postal - Postcode + admin::compte-utilisateur code postal + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - web/account/reset-email.html.twig + admin::compte-utilisateur confirmer la nouvelle adresse email - Bevestig het nieuwe email adres + admin::compte-utilisateur confirmer la nouvelle adresse email + web/account/reset-email.html.twig - - web/admin/users.html.twig + admin::compte-utilisateur date de creation - Aanmaakdatum + admin::compte-utilisateur date de creation + web/admin/users.html.twig - - web/admin/users.html.twig + admin::compte-utilisateur dernier modele applique - Laatst toegepast model + admin::compte-utilisateur dernier modele applique + web/admin/users.html.twig - - Controller/Admin/Users.php - eventsmanager/notify/autoregister.php - web/account/account.html.twig + + admin::compte-utilisateur email + admin::compte-utilisateur email + Controller/Admin/Users.php + web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig - admin/user/demand.html.twig + admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur email - Email + web/common/dialog_export.html.twig - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur fax - Fax + admin::compte-utilisateur fax + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - web/admin/users.html.twig + admin::compte-utilisateur id utilisateur - Gebruikersid + admin::compte-utilisateur id utilisateur + web/admin/users.html.twig - - Core/Provider/RegistrationServiceProvider.php + + admin::compte-utilisateur identifiant + admin::compte-utilisateur identifiant + Core/Provider/RegistrationServiceProvider.php api/auth/end_user_authorization.html.twig - web/account/account.html.twig - web/account/account.html.twig + web/account/account.html.twig + web/account/account.html.twig web/account/reset-email.html.twig web/admin/editusers.html.twig - admin/user/demand.html.twig + admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur identifiant - Identificatie - - api/auth/end_user_authorization.html.twig - web/account/account.html.twig - web/account/reset-email.html.twig - web/common/dialog_export.html.twig - web/setup/step2.html.twig - admin::compte-utilisateur mot de passe - Paswoord + web/common/dialog_export.html.twig - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - eventsmanager/notify/autoregister.php - web/account/account.html.twig + + admin::compte-utilisateur mot de passe + admin::compte-utilisateur mot de passe + api/auth/end_user_authorization.html.twig + web/account/account.html.twig + web/account/reset-email.html.twig + api/auth/end_user_authorization.html.twig + web/common/dialog_export.html.twig + web/setup/step2.html.twig + + + admin::compte-utilisateur nom + admin::compte-utilisateur nom + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur nom - Naam + admin/user/registrations.html.twig + web/common/dialog_export.html.twig - - web/account/reset-email.html.twig + admin::compte-utilisateur nouvelle adresse email - Nieuw email adres + admin::compte-utilisateur nouvelle adresse email + web/account/reset-email.html.twig - - Controller/Admin/Users.php - web/admin/users.html.twig + admin::compte-utilisateur pays - Land - - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur poste - Postcode - - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - eventsmanager/notify/autoregister.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur prenom - Voornaam - - - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - admin::compte-utilisateur sexe - Geslacht - - + admin::compte-utilisateur pays Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/admin/users.html.twig + + + admin::compte-utilisateur poste + admin::compte-utilisateur poste + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/common/dialog_export.html.twig + + + admin::compte-utilisateur prenom + admin::compte-utilisateur prenom + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + admin/user/registrations.html.twig + web/common/dialog_export.html.twig + + + admin::compte-utilisateur sexe + admin::compte-utilisateur sexe + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + + + admin::compte-utilisateur societe + admin::compte-utilisateur societe + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig - admin/user/demand.html.twig + admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur societe - Bedrijf + web/common/dialog_export.html.twig - - Core/Provider/RegistrationServiceProvider.php + admin::compte-utilisateur tel - admin::gebruiker tel + admin::compte-utilisateur tel + Core/Provider/RegistrationServiceProvider.php - - Controller/Admin/Users.php - web/account/account.html.twig + + admin::compte-utilisateur telephone + admin::compte-utilisateur telephone + Controller/Admin/Users.php + web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig - admin/user/demand.html.twig - web/common/dialog_export.html.twig - admin::compte-utilisateur telephone - Telefoon + admin/user/registrations.html.twig + web/common/dialog_export.html.twig - - Controller/Root/Account.php + admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer - Een bevestigingsemail werd u gestuurd. Om verder te gaan gelieve de instructies van deze mail te volgen + admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer + Controller/Root/Account.php - - Controller/Admin/Users.php - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur ville - Star + admin::compte-utilisateur ville + Controller/Admin/Users.php + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - Controller/Root/Account.php + admin::compte-utilisateur: L'email a correctement ete mis a jour - Het email adres werd met succes up to date gezet + admin::compte-utilisateur: L'email a correctement ete mis a jour + Controller/Root/Account.php - - web/account/reset-email.html.twig + admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ? - Waarom vraag men mijn paswoord om mijn email adres te wijzigen ? + admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ? + web/account/reset-email.html.twig - - web/account/reset-email.html.twig + admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer. - Uw email adres zal gebruikt worden om uw paswoord opnieuw in te stellen, het is belangrijk dat u de enige bent die dit kan wijzigen. + admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer. + web/account/reset-email.html.twig - - Notification/Mail/MailRequestEmailUpdate.php + admin::compte-utilisateur: email changement de mot d'email Bonjour, nous avons bien recu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. SI vous recevez ce mail sans l'avoir sollicite, merci de le detruire et de l'ignorer. - Bonjour, we hebben uw verzoek tot wijziging van emailadres ontvangen. Om te bevestigen, volg dan de onderstaande link. Als u deze email zonder te hebben aangevraagd, bedant voor het verwijderen en het negeren. + admin::compte-utilisateur: email changement de mot d'email Bonjour, nous avons bien recu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. SI vous recevez ce mail sans l'avoir sollicite, merci de le detruire et de l'ignorer. + Notification/Mail/MailRequestEmailUpdate.php - - Controller/Root/Account.php + admin::compte-utilisateur: erreur lors de la mise a jour - Fout tijdens de update + admin::compte-utilisateur: erreur lors de la mise a jour + Controller/Root/Account.php - - web/setup/step2.html.twig + admin::compte-utilisateur::securite caracteres majuscules - Beveiliging van hoofdletter tekens + admin::compte-utilisateur::securite caracteres majuscules + web/setup/step2.html.twig - - web/setup/step2.html.twig + admin::compte-utilisateur::securite caracteres minuscules - Beveiliging van gewone tekens + admin::compte-utilisateur::securite caracteres minuscules + web/setup/step2.html.twig - - web/setup/step2.html.twig + admin::compte-utilisateur::securite caracteres numeriques - Beveiliging van nummerieke tekens + admin::compte-utilisateur::securite caracteres numeriques + web/setup/step2.html.twig - - web/setup/step2.html.twig + admin::compte-utilisateur::securite caracteres speciaux - Beveiling speciale tekens + admin::compte-utilisateur::securite caracteres speciaux + web/setup/step2.html.twig - - web/account/account.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:ftp: repertoire de destination ftp - Bestemmings ftp-map + admin::compte-utilisateur:ftp: repertoire de destination ftp + web/account/account.html.twig + web/common/dialog_export.html.twig - - web/account/account.html.twig + admin::compte-utilisateur:ftp: Activer le compte FTP - De FTP-account activeren + admin::compte-utilisateur:ftp: Activer le compte FTP + web/account/account.html.twig - - Controller/Root/Account.php + admin::compte-utilisateur:ftp: Le mot de passe est errone - Het paswoord is onjuist + admin::compte-utilisateur:ftp: Le mot de passe est errone + Controller/Root/Account.php - - web/account/account.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:ftp: Nombre d'essais max - Aantal max probeersels + admin::compte-utilisateur:ftp: Nombre d'essais max + web/account/account.html.twig + web/common/dialog_export.html.twig - - web/account/account.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:ftp: Utiliser le mode passif - Gebruik de passive mode + admin::compte-utilisateur:ftp: Utiliser le mode passif + web/account/account.html.twig + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + admin::compte-utilisateur:ftp: creer un dossier - Maak een map + admin::compte-utilisateur:ftp: creer un dossier + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + admin::compte-utilisateur:ftp: ecrire un fichier de log - Een logbestand maken + admin::compte-utilisateur:ftp: ecrire un fichier de log + web/common/dialog_export.html.twig - - web/account/account.html.twig + admin::compte-utilisateur:ftp: prefixe des noms de dossier ftp - Voorvoegsel bij de namen van de ftp map + admin::compte-utilisateur:ftp: prefixe des noms de dossier ftp + web/account/account.html.twig - - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:sexe: madame - Mevrouw + admin::compte-utilisateur:sexe: madame + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:sexe: mademoiselle - Jufrouw + admin::compte-utilisateur:sexe: mademoiselle + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/editusers.html.twig - web/common/dialog_export.html.twig + admin::compte-utilisateur:sexe: monsieur - De heer + admin::compte-utilisateur:sexe: monsieur + Core/Provider/RegistrationServiceProvider.php + web/account/account.html.twig + web/admin/editusers.html.twig + web/common/dialog_export.html.twig - - web/common/menubar.html.twig - admin::monitor: Ancienne version (client) - Oude versie (client) - - - web/common/menubar.html.twig - admin::monitor: Nouvelle version (prod) - Nieuwe versie (prod) - - - web/admin/connected-users.html.twig + admin::monitor: bases sur lesquelles l'utilisateur est connecte : - Databases waarop de gebruiker is ingelogd : + admin::monitor: bases sur lesquelles l'utilisateur est connecte : + web/admin/connected-users.html.twig - - web/admin/connected-users.html.twig + admin::monitor: date de connexion - Verbindingsdatum + admin::monitor: date de connexion + web/admin/connected-users.html.twig - - web/admin/connected-users.html.twig + admin::monitor: dernier access - Laatste toegang + admin::monitor: dernier access + web/admin/connected-users.html.twig - + + admin::monitor: module admin + admin::monitor: module admin Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig - admin::monitor: module admin - Beheerder + web/admin/connected-users.html.twig + web/common/menubar.html.twig - + + admin::monitor: module client + admin::monitor: module client Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - classes/record/preview.php - web/admin/connected-users.html.twig - admin::monitor: module client - Klant module + classes/record/preview.php + web/admin/connected-users.html.twig - + + admin::monitor: module comparateur + admin::monitor: module comparateur Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - web/admin/connected-users.html.twig - admin::monitor: module comparateur - Vergelijkings module + web/admin/connected-users.html.twig - - Controller/Admin/ConnectedUsers.php + admin::monitor: module inconnu - Ongekende module + admin::monitor: module inconnu + Controller/Admin/ConnectedUsers.php - + + admin::monitor: module production + admin::monitor: module production Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - classes/record/preview.php - web/admin/connected-users.html.twig - admin::monitor: module production - Productie + classes/record/preview.php + web/admin/connected-users.html.twig - + + admin::monitor: module report + admin::monitor: module report Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig - admin::monitor: module report - Rapport + web/admin/connected-users.html.twig + web/common/menubar.html.twig - + + admin::monitor: module thesaurus + admin::monitor: module thesaurus Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig - admin::monitor: module thesaurus - Thesaurus + web/admin/connected-users.html.twig + web/common/menubar.html.twig - + + admin::monitor: module upload + admin::monitor: module upload Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - web/common/menubar.html.twig - admin::monitor: module upload - Upload + web/common/menubar.html.twig - - Controller/Admin/ConnectedUsers.php - Phrasea/Controller/Lightbox.php - Phrasea/Controller/Lightbox.php - Phrasea/Controller/Lightbox.php - lib/classes/phrasea.php - web/admin/connected-users.html.twig - web/common/menubar.html.twig + admin::monitor: module validation - Lightbox + admin::monitor: module validation + Controller/Admin/ConnectedUsers.php + Phrasea/Controller/Lightbox.php + Phrasea/Controller/Lightbox.php + Phrasea/Controller/Lightbox.php + lib/classes/phrasea.php + web/common/menubar.html.twig - - web/admin/connected-users.html.twig + admin::monitor: modules - Modules + admin::monitor: modules + web/admin/connected-users.html.twig - - web/common/menubar.html.twig + admin::monitor: production - Productie + admin::monitor: production + web/common/menubar.html.twig - - web/admin/connected-users.html.twig + admin::monitor: total des utilisateurs uniques : - Totaal aantal unieke gebruikers : + admin::monitor: total des utilisateurs uniques : + web/admin/connected-users.html.twig - - web/admin/connected-users.html.twig + admin::monitor: utilisateur - Gebruiker + admin::monitor: utilisateur + web/admin/connected-users.html.twig - Notification/Mail/MailInfoSomebodyAutoregistered.php admin::register: Inscription automatique sur %application% admin::register: Inscription automatique sur %application% + Notification/Mail/MailInfoSomebodyAutoregistered.php - - Notification/Mail/MailInfoNewOrder.php + admin::register: Nouvelle commande sur %s - Nieuwe bestelling op %s + admin::register: Nouvelle commande sur %s + Notification/Mail/MailInfoNewOrder.php - Notification/Mail/MailInfoUserRegistered.php admin::register: demande d'inscription sur %application% admin::register: demande d'inscription sur %application% + Notification/Mail/MailInfoUserRegistered.php - - Notification/Mail/MailInfoUserRegistered.php + admin::register: un utilisateur a fait une demande d'inscription - een gebruiker heeft een aanvraag tot inschrijven gedaan + admin::register: un utilisateur a fait une demande d'inscription + Notification/Mail/MailInfoUserRegistered.php - - Notification/Mail/MailInfoSomebodyAutoregistered.php + admin::register: un utilisateur s'est inscrit - een gebruiker heeft zich ingeschreven + admin::register: un utilisateur s'est inscrit + Notification/Mail/MailInfoSomebodyAutoregistered.php - - admin/statusbit/edit.html.twig + admin::status: case A - Case A + admin::status: case A + admin/statusbit/edit.html.twig - - admin/statusbit/edit.html.twig + admin::status: case B - Case B + admin::status: case B + admin/statusbit/edit.html.twig - - web/admin/tree.html.twig + admin::status: reglage des status - statusinstellingen + admin::status: reglage des status + web/admin/tree.html.twig - + + admin::status: texte a afficher + admin::status: texte a afficher admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - admin::status: texte a afficher - te tonen tekst - + + admin::status:: aucun symbole + admin::status:: aucun symbole admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - admin::status:: aucun symbole - geen enkel symbool - - web/admin/tree.html.twig + admin::structure: reglage de la structure - structuurinstellingen + admin::structure: reglage de la structure + web/admin/tree.html.twig - admin/collection/suggested_value.html.twig admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. + admin/collection/suggested_value.html.twig - - admin/collection/suggested_value.html.twig + admin::sugval: Valeurs suggerees/Preferences de la collection - Voorgestelde waardes/Voorkeuren van de collectie + admin::sugval: Valeurs suggerees/Preferences de la collection + admin/collection/suggested_value.html.twig - - admin/collection/suggested_value.html.twig + admin::sugval: champs - Velden + admin::sugval: champs + admin/collection/suggested_value.html.twig - - task-manager/task-editor/task.html.twig + admin::tasks: Nombre de crashes : - Aantal crashes : + admin::tasks: Nombre de crashes : + task-manager/task-editor/task.html.twig - - admin/task-manager/list.html.twig - admin::tasks: Nouvelle tache - Nieuwe taak - - - admin/task-manager/list.html.twig - admin::tasks: nom de la tache - naam van de taak - - - admin/task-manager/list.html.twig - admin/task-manager/list.html.twig - admin::tasks: planificateur de taches - Taakplanner - - - admin/task-manager/list.html.twig - admin::tasks: process_id de la tache - process_id van de taak - - - task-manager/task-editor/task.html.twig + admin::tasks: reinitialiser el compteur de crashes - herinitialiseer de crash teller + admin::tasks: reinitialiser el compteur de crashes + task-manager/task-editor/task.html.twig - - admin/task-manager/list.html.twig - admin::tasks: statut de la tache - Status van de taak - - - web/admin/users.html.twig + admin::user: export d'utilisateurs - Gebruikers exporteren + admin::user: export d'utilisateurs + web/admin/users.html.twig - - web/admin/users.html.twig + admin::user: import d'utilisateurs - Gebruikers importeren + admin::user: import d'utilisateurs + web/admin/users.html.twig - - web/admin/users.html.twig + admin::user: nouveau template - nieuwe template + admin::user: nouveau template + web/admin/users.html.twig - - web/admin/users.html.twig + admin::user: nouvel utilisateur - nieuwe gebruiker + admin::user: nouvel utilisateur + web/admin/users.html.twig - - web/admin/tree.html.twig + admin::utilisateurs: bases de donnees - datables + admin::utilisateurs: bases de donnees + web/admin/tree.html.twig - - web/admin/tree.html.twig + admin::utilisateurs: demandes en cours - aanvraag wordt verwerkt + admin::utilisateurs: demandes en cours + web/admin/tree.html.twig - - web/admin/tree.html.twig + admin::utilisateurs: gestionnaire de taches - taak beheerder + admin::utilisateurs: gestionnaire de taches + web/admin/tree.html.twig - - web/admin/tree.html.twig - web/admin/tree.html.twig - web/admin/tree.html.twig + admin::utilisateurs: utilisateurs - gebruikers + admin::utilisateurs: utilisateurs + web/admin/tree.html.twig + web/admin/tree.html.twig + web/admin/tree.html.twig - - web/admin/connected-users.html.twig - web/admin/tree.html.twig + admin::utilisateurs: utilisateurs connectes - geconnecteerde gebruikers + admin::utilisateurs: utilisateurs connectes + web/admin/connected-users.html.twig + web/admin/tree.html.twig - - SearchEngine/SphinxSearch/SphinxSearchEngine.php + aleatoire - toeval + aleatoire + SearchEngine/SphinxSearch/SphinxSearchEngine.php - actions/Tools/index.html.twig alert - alert + alert + actions/Tools/index.html.twig - - web/admin/dashboard.html.twig + all caches services have been flushed - Alle caches services zijn geflushed + all caches services have been flushed + web/admin/dashboard.html.twig - - Controller/Prod/Tools.php - actions/Tools/index.html.twig + an error occured - een fout geeft zich voorgedaan + an error occured + Controller/Prod/Tools.php + actions/Tools/index.html.twig - Phrasea/Controller/Setup.php an error occured : %message% an error occured : %message% + Phrasea/Controller/Setup.php - - eventsmanager/notify/downloadmailfail.php + an error occured while exporting records - fout bij het exporteren van records + an error occured while exporting records + eventsmanager/notify/downloadmailfail.php - - prod/actions/Push.html.twig + and %n% more peoples - en %n% meerdere personen + and %n% more peoples + prod/actions/Push.html.twig - - web/common/doctype_icons.html.twig + animation flash - flash animatie + animation flash + web/common/doctype_icons.html.twig - - classes/module/report.php + aout - augustus + aout + classes/module/report.php - - SearchEngine/Elastic/ElasticSearchEngine.php - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + ascendant - aflopend + ascendant + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php - - web/common/doctype_icons.html.twig + audio - Audio + audio + web/common/doctype_icons.html.twig - prod/results/help.html.twig auto* - auto* + auto* + prod/results/help.html.twig - - prod/results/help.html.twig + automobile - auto + automobile + prod/results/help.html.twig - - classes/module/report.php + avril - april + avril + classes/module/report.php - Controller/Thesaurus/Thesaurus.php bad character at line %line% bad character at line %line% + Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php bad encoding at line %line% bad encoding at line %line% + Controller/Thesaurus/Thesaurus.php - - admin/databox/databox.html.twig + base:: re-indexer - herindexeren + base:: re-indexer + admin/databox/databox.html.twig - - eventsmanager/notify/uploadquarantine.php + be notified when a document is placed in quarantine - wordt gemeld wanneer een document in quarantaine wordt geplaatst + be notified when a document is placed in quarantine + eventsmanager/notify/uploadquarantine.php - - prod/results/help.html.twig + bijou en or - gouden juweel + bijou en or + prod/results/help.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + boutton:: selectionner aucune base - Selecteer geen enkele database + boutton:: selectionner aucune base + web/client/index.html.twig + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + boutton:: selectionner toutes les bases - Selecteer alle databases + boutton:: selectionner toutes les bases + web/client/index.html.twig + web/prod/index.html.twig - + + boutton::ajouter + boutton::ajouter admin/collection/suggested_value.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig - boutton::ajouter - Toevoegen - - Controller/Client/Root.php - Controller/Prod/Language.php - Controller/Prod/Language.php + + boutton::annuler + boutton::annuler + Controller/Client/Root.php + Controller/Prod/Language.php + Controller/Prod/Language.php web/account/reset-email.html.twig admin/collection/create.html.twig - web/admin/index.html.twig + web/admin/index.html.twig admin/publications/fiche.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig @@ -8834,146 +9043,141 @@ Bridge/Youtube/video_modify.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/import-dialog.html.twig - web/thesaurus/link-field-step1.html.twig - web/thesaurus/link-field-step2.html.twig - web/thesaurus/new-synonym-dialog.html.twig - web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig - web/thesaurus/search.html.twig - boutton::annuler - Annuleer + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/import-dialog.html.twig + web/thesaurus/link-field-step1.html.twig + web/thesaurus/link-field-step2.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - - web/admin/users.html.twig + boutton::appliquer - Toepassen + boutton::appliquer + web/admin/users.html.twig - + + boutton::chercher + boutton::chercher lib/classes/queries.php lib/classes/queries.php web/admin/users.html.twig - actions/Feedback/list.html.twig - web/prod/thesaurus.js.twig - web/thesaurus/search.html.twig - boutton::chercher - zoeken + actions/Feedback/list.html.twig + web/prod/thesaurus.js.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - + + boutton::choisir + boutton::choisir web/admin/editusers.html.twig web/admin/users.html.twig - boutton::choisir - kiezen - - web/common/dialog_export.html.twig + boutton::commander - Bestellen + boutton::commander + web/common/dialog_export.html.twig - - Controller/Prod/Language.php - web/admin/databases.html.twig + boutton::creer - Maken + boutton::creer + Controller/Prod/Language.php + web/admin/databases.html.twig - + + boutton::demarrer + boutton::demarrer web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - boutton::demarrer - Starten - - prod/feeds/entry_macro.html.twig + boutton::editer - Bewerken + boutton::editer + prod/feeds/entry_macro.html.twig - - web/lightbox/sc_note.html.twig + boutton::enregistrer - bewaren + boutton::enregistrer + web/lightbox/sc_note.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + boutton::envoyer - Verzenden + boutton::envoyer + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + boutton::essayer - Proberen + boutton::essayer + web/common/dialog_export.html.twig - - web/admin/users.html.twig + boutton::exporter - Exporteren + boutton::exporter + web/admin/users.html.twig - - Controller/Client/Root.php - Controller/Prod/Language.php - web/client/index.html.twig - web/common/dialog_export.html.twig + + boutton::fermer + boutton::fermer + Controller/Client/Root.php + Controller/Prod/Language.php + web/client/index.html.twig + web/common/dialog_export.html.twig web/lightbox/sc_note.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig prod/actions/Push.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-topics.html.twig - web/thesaurus/link-field-step3.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/export-topics.html.twig + web/thesaurus/link-field-step3.html.twig web/thesaurus/properties.html.twig - boutton::fermer - Sluiten - - web/developers/application.html.twig + boutton::generer - Genereren + boutton::generer + web/developers/application.html.twig - - prod/actions/printer_default.html.twig + boutton::imprimer - Print + boutton::imprimer + prod/actions/printer_default.html.twig - - actions/publish/publish_edit.html.twig - boutton::mettre a jour - update - - - web/admin/users.html.twig + + boutton::modifier + boutton::modifier + web/admin/users.html.twig Bridge/Dailymotion/actionelement.html.twig Bridge/Flickr/actionelement.html.twig Bridge/Youtube/actionelement.html.twig - boutton::modifier - bewerken - - web/admin/databases.html.twig + boutton::monter - Tonen + boutton::monter + web/admin/databases.html.twig - + + boutton::pause + boutton::pause web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - boutton::pause - Pauze - + + boutton::precedent + boutton::precedent web/lightbox/feed_options_box.html.twig web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig @@ -8982,56 +9186,51 @@ lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - boutton::precedent - vorige + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig - - actions/publish/publish.html.twig - boutton::publier - Publiceren - - - Controller/Prod/Language.php - web/client/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + boutton::rechercher - zoeken - - - actions/Bridge/disconnected.html.twig - boutton::refresh - refresh - - - web/admin/dashboard.html.twig - boutton::reinitialiser - Herinitialiseren - - - prod/actions/edit_default.html.twig - boutton::remplacer - Vervangen - - - Controller/Client/Root.php + boutton::rechercher Controller/Prod/Language.php - boutton::renouveller - Vernieuwen + web/client/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig - + + boutton::refresh + boutton::refresh + actions/Bridge/disconnected.html.twig + + + boutton::reinitialiser + boutton::reinitialiser + web/admin/dashboard.html.twig + + + boutton::remplacer + boutton::remplacer + prod/actions/edit_default.html.twig + + + boutton::renouveller + boutton::renouveller + Controller/Client/Root.php + Controller/Prod/Language.php + + + boutton::retour + boutton::retour admin/collection/details.html.twig admin/databox/details.html.twig web/admin/editusers.html.twig admin/publications/fiche.html.twig admin/statusbit/edit.html.twig user/import/file.html.twig - web/developers/application.html.twig + web/developers/application.html.twig web/developers/application_form.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig Bridge/Dailymotion/playlist_deleteelement.html.twig @@ -9045,15 +9244,15 @@ Bridge/Youtube/playlist_deleteelement.html.twig Bridge/Youtube/video_deleteelement.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig - boutton::retour - terug - - actions/Bridge/error.html.twig + boutton::retry - probeer opnieuw + boutton::retry + actions/Bridge/error.html.twig - + + boutton::suivant + boutton::suivant web/lightbox/feed_options_box.html.twig web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig @@ -9062,22 +9261,20 @@ lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - web/setup/step2.html.twig - boutton::suivant - volgende + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig + web/setup/step2.html.twig - - Controller/Prod/Language.php - Controller/Thesaurus/Xmlhttp.php + + boutton::supprimer + boutton::supprimer + Controller/Prod/Language.php admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig - admin/collection/collection.html.twig admin/collection/suggested_value.html.twig admin/publications/fiche.html.twig admin/publications/list.html.twig @@ -9090,38 +9287,38 @@ Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig prod/feeds/entry_macro.html.twig - web/prod/thesaurus.js.twig - boutton::supprimer - verwijderen + web/prod/thesaurus.js.twig + web/thesaurus/presets.html.twig - - web/common/dialog_export.html.twig + + boutton::telecharger + boutton::telecharger + web/common/dialog_export.html.twig web/lightbox/feed_options_box.html.twig lightbox/IE6/feed_options_box.html.twig lightbox/IE6/sc_options_box.html.twig web/lightbox/sc_options_box.html.twig - boutton::telecharger - Downloaden - - web/lightbox/feed.html.twig - lightbox/IE6/feed.html.twig - lightbox/IE6/validate.html.twig - web/lightbox/validate.html.twig + boutton::telecharger tous les documents - Alle documenten downloaden + boutton::telecharger tous les documents + web/lightbox/feed.html.twig + lightbox/IE6/feed.html.twig + lightbox/IE6/validate.html.twig + web/lightbox/validate.html.twig - - web/setup/step2.html.twig - web/setup/step2.html.twig + boutton::tester - Tester + boutton::tester + web/setup/step2.html.twig + web/setup/step2.html.twig - Controller/Prod/Language.php + boutton::valider + bevestigen + Controller/Prod/Language.php mobile/lightbox/note_form.html.twig - web/account/access.html.twig - web/account/account.html.twig + web/account/account.html.twig web/account/reset-email.html.twig admin/collection/collection.html.twig admin/collection/create.html.twig @@ -9138,8 +9335,8 @@ admin/statusbit/edit.html.twig web/admin/structure.html.twig web/admin/subdefs.html.twig - admin/user/demand.html.twig user/import/view.html.twig + admin/user/registrations.html.twig web/developers/application_form.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig Bridge/Dailymotion/playlist_deleteelement.html.twig @@ -9160,3841 +9357,3757 @@ prod/actions/edit_default.html.twig prod/Baskets/Reorder.html.twig prod/Baskets/Update.html.twig - web/prod/index.html.twig - prod/Story/Reorder.html.twig + web/prod/index.html.twig + prod/Story/Reorder.html.twig web/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/import-dialog.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/import-dialog.html.twig web/thesaurus/index.html.twig - web/thesaurus/link-field-step1.html.twig - web/thesaurus/link-field-step2.html.twig - web/thesaurus/new-synonym-dialog.html.twig - web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig - boutton::valider - bevestigen + web/thesaurus/link-field-step1.html.twig + web/thesaurus/link-field-step2.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/new-term.html.twig + web/thesaurus/thesaurus.html.twig - + + boutton::vue graphique + boutton::vue graphique admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig - boutton::vue graphique - grafische weergave - + + boutton::vue xml + boutton::vue xml admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig - boutton::vue xml - xml weergave - - actions/Tools/index.html.twig + brightness settings - helderheidsinstellingen + brightness settings + actions/Tools/index.html.twig - - web/setup/step2.html.twig + button::Install - Installeer + button::Install + web/setup/step2.html.twig - - web/developers/applications.html.twig + button::supprimer - Verwijderen + button::supprimer + web/developers/applications.html.twig - - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig + cancel - annuleren + cancel + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig - - prod/results/help.html.twig + cannes SAUF festival - cannes BEHALVE festival + cannes SAUF festival + prod/results/help.html.twig - classes/record/exportElement.php caption XML - caption XML + caption XML + classes/record/exportElement.php - classes/record/exportElement.php caption YAML - caption YAML + caption YAML + classes/record/exportElement.php - - Controller/Prod/Language.php + cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces - Opgepast, als u de CGUs van deze database weigert, hebt u geen toegang meer - - + cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces Controller/Prod/Language.php + + cgus :: Vous devez vous reauthentifier pour que vos parametres soient pris en compte. - U moet opnieuw inloggen om uw parameters toe te passen. + cgus :: Vous devez vous reauthentifier pour que vos parametres soient pris en compte. + Controller/Prod/Language.php - - classes/databox/cgu.php + cgus :: accepter - toestaan + cgus :: accepter + classes/databox/cgu.php - - classes/databox/cgu.php + cgus :: refuser - weigeren + cgus :: refuser + classes/databox/cgu.php - classes/databox/cgu.php cgus:: CGUs de la base %databox_name% cgus:: CGUs de la base %databox_name% + classes/databox/cgu.php - + + cgus:: CGUs de la base %name% + cgus:: CGUs de la base %name% classes/databox/cgu.php - cgus:: CGUs de la base %s - CGUs van de database %s - - classes/databox/cgu.php + cgus:: Pour continuer a utiliser lapplication, vous devez accepter les conditions precedentes - Om verder te werken met de applicatie, moet u de vorige condities toestaan + cgus:: Pour continuer a utiliser lapplication, vous devez accepter les conditions precedentes + classes/databox/cgu.php - - web/prod/index.html.twig - web/prod/index.html.twig + chargement - laden + chargement + web/prod/index.html.twig + web/prod/index.html.twig - + + charger d'avantage de publications + charger d'avantage de publications prod/feeds/feeds.html.twig prod/feeds/feeds.html.twig - charger d'avantage de publications - Laden voordeel publicaties - - classes/eventsmanager/broker.php + charger d'avantages de notifications - voordelen van meldingen laden + charger d'avantages de notifications + classes/eventsmanager/broker.php - - admin/collection/create.html.twig - admin/databox/databox.html.twig - web/prod/index.html.twig + choisir - kiezen + choisir + admin/collection/create.html.twig + admin/databox/databox.html.twig + web/prod/index.html.twig - + + classe + classe web/admin/subdefs.html.twig web/admin/subdefs.html.twig - classe - klasse - - web/admin/subdefs.html.twig + classe d'acces - toegangs klasse + classe d'acces + web/admin/subdefs.html.twig - - web/client/index.html.twig + client:: recherche - Zoeken + client:: recherche + web/client/index.html.twig - - web/client/index.html.twig + client:: recherche avancee - Geavanceerd zoeken + client:: recherche avancee + web/client/index.html.twig - - web/client/index.html.twig + client:: topics - Topics + client:: topics + web/client/index.html.twig - - web/client/answers.html.twig + client::answers: %available_results% reponses - client::answers: %available_results% antwoorden + client::answers: %available_results% reponses + web/client/answers.html.twig - - web/client/answers.html.twig + client::answers: rapport de questions par bases - Rapport van de vragen per database + client::answers: rapport de questions par bases + web/client/answers.html.twig - - web/client/index.html.twig + client::recherche: cliquez ici pour desactiver tous les filtres de cette base - Klik hier om alle filters op deze database te deactiveren + client::recherche: cliquez ici pour desactiver tous les filtres de cette base + web/client/index.html.twig - - web/client/index.html.twig + client::recherche: cliquez ici pour desactiver tous les filtres de toutes base - Klik hier om alle filters op alle databases te deactiveren + client::recherche: cliquez ici pour desactiver tous les filtres de toutes base + web/client/index.html.twig - - lib/classes/queries.php + client::recherche: dans les categories - in de categoriën + client::recherche: dans les categories + lib/classes/queries.php - - web/client/index.html.twig + client::recherche: filter sur - Filter op - - - web/client/index.html.twig - client::recherche: filtrer par champs - Filter per veld - - + client::recherche: filter sur web/client/index.html.twig + + + client::recherche: filtrer par champs + client::recherche: filtrer par champs + web/client/index.html.twig + + client::recherche: filtrer par champs : tous les champs - Filter per veld : alle velden + client::recherche: filtrer par champs : tous les champs + web/client/index.html.twig - - web/client/index.html.twig + client::recherche: filtrer par dates - Filter per datum + client::recherche: filtrer par dates + web/client/index.html.twig - - web/client/index.html.twig + client::recherche: filtrer par status - Filter per status + client::recherche: filtrer par status + web/client/index.html.twig - - web/client/index.html.twig + client::recherche: rechercher dans les bases : - Zoeken in de databases : + client::recherche: rechercher dans les bases : + web/client/index.html.twig - - web/client/index.html.twig + client::recherche: rechercher dans toutes les bases - Zoeken in alle databases + client::recherche: rechercher dans toutes les bases + web/client/index.html.twig - - web/report/listColumn.html.twig + cocher tout - alles uitschakelen + cocher tout + web/report/listColumn.html.twig - - web/common/dialog_export.html.twig + commande::deadline - Deadline + commande::deadline + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + commande::utilisation prevue - Utilisation gepland + commande::utilisation prevue + web/common/dialog_export.html.twig - - Controller/Report/Activity.php - Controller/Report/Root.php + configuration - Configuratie + configuration + Controller/Report/Activity.php + Controller/Report/Root.php - - actions/Tools/index.html.twig + contrast settings - contrastinstellingen + contrast settings + actions/Tools/index.html.twig - - actions/Bridge/element_list.html.twig + dans %category% - in %category% + dans %category% + actions/Bridge/element_list.html.twig - - prod/feeds/entry_macro.html.twig + dans %feed_name% - in %feed_name% + dans %feed_name% + prod/feeds/entry_macro.html.twig - + + date dajout + date dajout SearchEngine/Elastic/ElasticSearchEngine.php SearchEngine/SphinxSearch/SphinxSearchEngine.php - date dajout - Datum toegevoegd - - classes/module/report.php + decembre - december + decembre + classes/module/report.php - - prod/WorkZone/Macros.html.twig + delete - Verwijderen + delete + prod/WorkZone/Macros.html.twig - - SearchEngine/Elastic/ElasticSearchEngine.php - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + descendant - oplopend + descendant + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php - - actions/Tools/confirm.html.twig + do you want to validate - Wilt u goedkeuren + do you want to validate + actions/Tools/confirm.html.twig + document + document web/admin/subdefs.html.twig web/admin/subdefs.html.twig web/common/doctype_icons.html.twig - document - document - + + document original + document original classes/record/exportElement.php classes/record/exportElement.php - document original - origineel document - prod/results/help.html.twig dé?it - dé?it + dé?it + prod/results/help.html.twig - - prod/actions/edit_default.html.twig + + edit + edit + web/account/account.html.twig + web/account/account.html.twig + web/account/account.html.twig + prod/WorkZone/Macros.html.twig + + edit: chosiir limage du regroupement - Kies het beeld voor de hergroepering + edit: chosiir limage du regroupement + prod/actions/edit_default.html.twig - - Controller/Prod/Language.php + edit:: Ajouter %s au champ courrant - Voeg %s toe aan het courante veld + edit:: Ajouter %s au champ courrant + Controller/Prod/Language.php - - Controller/Prod/Language.php + edit:: Ajouter %s au champ courrant pour les records selectionnes - Voeg %s toe aan het courante veld voor de geselecteerde records - - + edit:: Ajouter %s au champ courrant pour les records selectionnes Controller/Prod/Language.php + + edit:: Supprimer %s du champ courrant - Verwijder %s uit het courante veld + edit:: Supprimer %s du champ courrant + Controller/Prod/Language.php - - Controller/Prod/Language.php + edit:: Supprimer %s du champ dans les records selectionnes - Verwijder %s van het veld in de geslecteerde records + edit:: Supprimer %s du champ dans les records selectionnes + Controller/Prod/Language.php - - prod/actions/edit_default.html.twig + edit::Certains champs doivent etre remplis pour valider cet editing - Bepaalde velden moeten ingevuld worden om deze bewerking uit te voeren + edit::Certains champs doivent etre remplis pour valider cet editing + prod/actions/edit_default.html.twig - - Controller/Prod/Language.php + edit::certains documents possedent des champs requis non remplis. Merci de les remplir pour valider votre editing - Bepaalde documenten die niet ingevulde verplichtte velden bevatten. Bedankt om deze in te vullen om uw bewerking te valideren + edit::certains documents possedent des champs requis non remplis. Merci de les remplir pour valider votre editing + Controller/Prod/Language.php - - prod/actions/edit_default.html.twig + edit::preset:: titre - Titel + edit::preset:: titre + prod/actions/edit_default.html.twig - web/thesaurus/load-thesaurus.html.twig effacer (OK) ou quitter (Annuler) ? effacer (OK) ou quitter (Annuler) ? + web/thesaurus/load-thesaurus.html.twig - - prod/templates/push.html.twig + element(s) - element(en) + element(s) + prod/templates/push.html.twig - - eventsmanager/notify/downloadmailfail.php + email is not valid - email is niet geldig + email is not valid + eventsmanager/notify/downloadmailfail.php - - prod/actions/collection_default.html.twig + erreur : Vous n'avez pas les droits - U hebt niet de rechten + erreur : Vous n'avez pas les droits + prod/actions/collection_default.html.twig - - task-manager/task-editor/phraseanet-indexer.html.twig + example : fr,en - voorbeeld: fr, en, nl + example : fr,en + task-manager/task-editor/phraseanet-indexer.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + export:: FTP - FTP + export:: FTP + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - Controller/Client/Root.php + export:: aucun document n'est disponible au telechargement - geen enkel document kan gedownload worden + export:: aucun document n'est disponible au telechargement + Controller/Client/Root.php - - web/common/dialog_export.html.twig + export:: commande - Opdracht - - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig - export:: envoi par mail - Verstuur per mail - - - prod/actions/printer_default.html.twig - export:: erreur : aucun document selectionne - Erreur : geen enkel document geslecteerd - - - web/common/dialog_export.html.twig + export:: commande web/common/dialog_export.html.twig + + + export:: envoi par mail + export:: envoi par mail + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig + + + export:: erreur : aucun document selectionne + export:: erreur : aucun document selectionne + prod/actions/printer_default.html.twig + + export:: telechargement - Download + export:: telechargement + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - classes/set/export.php + export::ftp: reglages manuels - Manuele instellingen + export::ftp: reglages manuels + classes/set/export.php - - web/common/dialog_export.html.twig + export::mail: contenu du mail - Inhoud van de mail + export::mail: contenu du mail + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + export::mail: destinataire - Bestemmeling + export::mail: destinataire + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig - web/common/dialog_export.html.twig + export::mail: fichiers joint - Toegevoegde bestanden + export::mail: fichiers joint + web/common/dialog_export.html.twig + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + export::titre: nom original du document - Originele naam van het document + export::titre: nom original du document + web/common/dialog_export.html.twig - - web/common/dialog_export.html.twig + export::titre: titre du documument - Titel van het document + export::titre: titre du documument + web/common/dialog_export.html.twig - - eventsmanager/notify/downloadmailfail.php + failed to send mail - email versturen niet gelukt + failed to send mail + eventsmanager/notify/downloadmailfail.php - - classes/module/report.php + fevrier - februari + fevrier + classes/module/report.php - - Controller/Prod/Tools.php - Controller/Prod/Tools.php - Controller/Prod/Tools.php - Controller/Prod/Tools.php + file is not valid - bestand is niet geldig + file is not valid + Controller/Prod/Tools.php + Controller/Prod/Tools.php + Controller/Prod/Tools.php + Controller/Prod/Tools.php - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php filtrer les resultats sur la colonne %colonne% filtrer les resultats sur la colonne %colonne% + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php - eventsmanager/notify/uploadquarantine.php for the following reasons : %reasons% for the following reasons : %reasons% + eventsmanager/notify/uploadquarantine.php - + + forms::ce champ est requis + forms::ce champ est requis web/setup/step2.html.twig web/setup/step2.html.twig - forms::ce champ est requis - Dit veld is vereist - - Controller/Root/Account.php - forms::erreurs lors de l'enregistrement des modifications - Fouten bij het opslaan van de wijzigingen - - - Controller/Root/Account.php + forms::l'email semble invalide - Het email adres blijkt niet geldig te zijn + forms::l'email semble invalide + Controller/Root/Account.php - - web/setup/step2.html.twig + forms::la valeur donnee est trop courte - De opgegeven waarde is te kort + forms::la valeur donnee est trop courte + web/setup/step2.html.twig - - web/setup/step2.html.twig + forms::le mot de passe est bon - Het paswoord is correct + forms::le mot de passe est bon + web/setup/step2.html.twig - - web/setup/step2.html.twig + forms::le mot de passe est tres bon - Het paswoord is te goed + forms::le mot de passe est tres bon + web/setup/step2.html.twig - - web/setup/step2.html.twig + forms::le mot de passe est trop similaire a l'identifiant - Het paswoord is te gelijkend aan dit van de identifiant + forms::le mot de passe est trop similaire a l'identifiant + web/setup/step2.html.twig - + + forms::le mot de passe est trop simple + forms::le mot de passe est trop simple web/setup/step2.html.twig web/setup/step2.html.twig - forms::le mot de passe est trop simple - Het paswoord is te simpel - - Controller/Root/Account.php + forms::les emails ne correspondent pas - Ee email adressen zijn niet gelijk + forms::les emails ne correspondent pas + Controller/Root/Account.php - - web/setup/step2.html.twig + forms::les mots de passe ne correspondent pas - De paswoorden komen niet overeen + forms::les mots de passe ne correspondent pas + web/setup/step2.html.twig - - web/setup/step2.html.twig + forms::merci d'entrer une adresse e-mail valide - Bedankt voor een geldig email adres op te geven + forms::merci d'entrer une adresse e-mail valide + web/setup/step2.html.twig - - admin/databox/databox.html.twig + forms::operation effectuee OK - Bewerking correct uitgevoerd + forms::operation effectuee OK + admin/databox/databox.html.twig - - web/common/doctype_icons.html.twig + + from + from + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + image - Beeld + image + web/common/doctype_icons.html.twig - - actions/Tools/index.html.twig + image rotation - beeld rotatie + image rotation + actions/Tools/index.html.twig - actions/Tools/index.html.twig image tool - image tool + image tool + actions/Tools/index.html.twig - - Controller/Client/Root.php - Controller/Prod/Language.php + invite:: Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annulez - Doorsturen naar de authenticatiezone, klik op OK om door te gaan of annuleer + invite:: Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annulez + Controller/Client/Root.php + Controller/Prod/Language.php - - classes/module/report.php + janvier - januari + janvier + classes/module/report.php - - prod/results/help.html.twig + journal OU jt - journal OF jt + journal OU jt + prod/results/help.html.twig - - classes/module/report.php + juillet - juli + juillet + classes/module/report.php - - classes/module/report.php + juin - juni + juin + classes/module/report.php - - login/include/language-block.html.twig + language - taal + language + login/include/language-block.html.twig - - actions/Bridge/deactivated.html.twig + le service sera de nouveau disponible dans quelques minutes - de service zal binnen enkele minuten opnieuw beschibaar zijn + le service sera de nouveau disponible dans quelques minutes + actions/Bridge/deactivated.html.twig - + + lightbox::recaptitulatif + lightbox::recaptitulatif web/lightbox/agreement_box.html.twig lightbox/IE6/agreement_box.html.twig - web/lightbox/validate.html.twig - lightbox::recaptitulatif - Beknopt + web/lightbox/validate.html.twig - - web/account/account.html.twig + login:: Changer mon adresse email - Verander mijn email adres + login:: Changer mon adresse email + web/account/account.html.twig - - web/login/index.html.twig + login:: Envoyer a nouveau le mail de confirmation - Stuur de bevestigingsmail opnieuw + login:: Envoyer a nouveau le mail de confirmation + web/login/index.html.twig - - Notification/Mail/MailRequestPasswordUpdate.php + login:: Forgot your password - Paswoord vergeten? + login:: Forgot your password + Notification/Mail/MailRequestPasswordUpdate.php - - web/account/account.html.twig - web/common/menubar.html.twig + login:: Mon compte - Mijn account + login:: Mon compte + web/account/account.html.twig + web/common/menubar.html.twig - - Notification/Mail/MailRequestPasswordUpdate.php + login:: Visitez le lien suivant et suivez les instructions pour continuer, sinon ignorez cet email et il ne se passera rien - Bezoek de volgende link en volg de instructies om door te gaan, anders vergeet deze mail, niets wordt aangepast + login:: Visitez le lien suivant et suivez les instructions pour continuer, sinon ignorez cet email et il ne se passera rien + Notification/Mail/MailRequestPasswordUpdate.php - - actions/Bridge/disconnected.html.twig + login:: connexion - Aanmelden + login:: connexion + actions/Bridge/disconnected.html.twig - - Controller/Api/Oauth2.php - Controller/Root/Login.php + login::erreur: Erreur d'authentification - Verificatiefout + login::erreur: Erreur d'authentification + Controller/Api/Oauth2.php + Controller/Root/Login.php - - Controller/Root/Login.php + login::erreur: No available connection - Please contact sys-admin - Geen beschikbare verbinding - Neem contact op met sys-admin + login::erreur: No available connection - Please contact sys-admin + Controller/Root/Login.php - - Controller/Root/Login.php + login::erreur: Vous n'avez pas confirme votre email - U hebt uw email adres niet bevestigd + login::erreur: Vous n'avez pas confirme votre email + Controller/Root/Login.php - - Controller/Root/Account.php + login::notification: Changements enregistres - Veranderingen zijn bewaard + login::notification: Changements enregistres + Controller/Root/Account.php - - Controller/Root/Account.php - Controller/Root/Login.php + login::notification: Mise a jour du mot de passe avec succes - Update van het paswoord met succes uitgevoerd + login::notification: Mise a jour du mot de passe avec succes + Controller/Root/Account.php + Controller/Root/Login.php - - Controller/Root/Account.php - login::notification: Vos demandes ont ete prises en compte - Er werd rekening gehouden met uw aanvragen - - - Controller/Root/Login.php - Controller/Root/Login.php + login::notification: demande de confirmation par mail envoyee - Aanvraag tot goedkeuring per mail verstuurd + login::notification: demande de confirmation par mail envoyee + Controller/Root/Login.php + Controller/Root/Login.php - - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - web/account/access.html.twig - web/account/access.html.twig + login::register: Faire une demande d'acces - Doe een aanvraag voor toegang + login::register: Faire une demande d'acces + web/account/access.html.twig - - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - web/account/access.html.twig - web/account/access.html.twig + login::register: L'acces aux bases ci-dessous implique l'acceptation des Conditions Generales d'Utilisation (CGU) suivantes - De toegang voor de onderstaande databases houdt in dat u volgende Algemene voorwaarden voor gebruik (CGU) toestaat + login::register: L'acces aux bases ci-dessous implique l'acceptation des Conditions Generales d'Utilisation (CGU) suivantes + web/account/access.html.twig - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces authorise sur la collection - toegang toegestaan op de collectie - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces refuse sur la collection - toegang geweigerd op de collectie - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces supendu sur - toegang uitgesteld op - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces temporaire sur - tijdelijke toegang op - - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: acces temporaire termine sur - tijdelijke toegang stopt op - - - Notification/Mail/MailRequestEmailConfirmation.php + login::register: email confirmation email Pour valider votre inscription a la base de donnees, merci de confirmer votre e-mail en suivant le lien ci-dessous. - Om uw inschrijving op de databases te bevestigen , gelieve te bevestigen met onderstaande link. + login::register: email confirmation email Pour valider votre inscription a la base de donnees, merci de confirmer votre e-mail en suivant le lien ci-dessous. + Notification/Mail/MailRequestEmailConfirmation.php - - classes/deprecated/inscript.api.php - web/account/access.html.twig - login::register: en attente d'acces sur - wachtend op de toegang op - - + + login::register: merci d'avoir confirme votre adresse email + login::register: merci d'avoir confirme votre adresse email Notification/Mail/MailSuccessEmailConfirmationRegistered.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php - login::register: merci d'avoir confirme votre adresse email - Bedankt om uw email adres te vallideren - + + login::register: sujet email : confirmation de votre adresse email + login::register: sujet email : confirmation de votre adresse email Notification/Mail/MailRequestEmailConfirmation.php Notification/Mail/MailRequestEmailUpdate.php - login::register: sujet email : confirmation de votre adresse email - Onderwerp email: bevestiging van uw email adres - - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - classes/deprecated/inscript.api.php - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig - web/account/access.html.twig + login::register::CGU: lire les CGU - de CGU lezen + login::register::CGU: lire les CGU + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig + web/account/access.html.twig - - Notification/Mail/MailSuccessAccessRequest.php + login::register:email: Voici un compte rendu du traitement de vos demandes d'acces : - Hierbij het overzicht van uw verzoek om toegang : + login::register:email: Voici un compte rendu du traitement de vos demandes d'acces : + Notification/Mail/MailSuccessAccessRequest.php - Notification/Mail/MailSuccessAccessRequest.php login::register:email: Votre compte %application% login::register:email: Votre compte %application% + Notification/Mail/MailSuccessAccessRequest.php - Controller/Admin/Users.php login::register:email: Vous avez ete accepte sur les collections suivantes : login::register:email: Vous avez ete accepte sur les collections suivantes : + Controller/Admin/Users.php - Controller/Admin/Users.php login::register:email: Vous avez ete refuse sur les collections suivantes : login::register:email: Vous avez ete refuse sur les collections suivantes : + Controller/Admin/Users.php - - classes/module/report.php + mai - mei + mai + classes/module/report.php - - classes/module/report.php + mars - maart + mars + classes/module/report.php + maximum : %maxFileSizeReadable% + maximum : %maxFileSizeReadable% prod/upload/upload-flash.html.twig prod/upload/upload.html.twig - maximum : %maxFileSizeReadable% - maximum : %maxFileSizeReadable% - web/admin/subdefs.html.twig mediatype - mediatype + mediatype + web/admin/subdefs.html.twig - actions/Tools/index.html.twig meta-datas - meta-datas + meta-datas + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + mettre a jour le nom original de fichier apres substitution - de naam van het bestand up to date zetten na vervanging + mettre a jour le nom original de fichier apres substitution + actions/Tools/index.html.twig - - Model/Entities/User.php - classes/User/Adapter.php - modele %name% - modele %name% + + name + name + admin/task-manager/index.html.twig - - web/developers/application_form.html.twig + new client application - nieuw klant programma + new client application + web/developers/application_form.html.twig - - web/account/sessions.html.twig + + no + no + web/account/sessions.html.twig web/admin/subdefs.html.twig user/import/view.html.twig web/common/technical_datas.html.twig - no - Nee - - actions/Tools/index.html.twig + no image selected - geen beeld geselecteerd + no image selected + actions/Tools/index.html.twig - - web/admin/statusbit.html.twig - web/admin/statusbit.html.twig + non - Nee - - - web/lightbox/feed.html.twig - lightbox/IE6/feed.html.twig - lightbox/IE6/validate.html.twig - web/lightbox/validate.html.twig - notice - mededeling - - - actions/Bridge/index.html.twig - nouveau - Nieuw - - - classes/module/report.php - novembre - november - - - classes/module/report.php - octobre - oktober - - - prod/actions/Push.html.twig - or - of - - + non web/admin/statusbit.html.twig web/admin/statusbit.html.twig + + + notice + notice + web/lightbox/feed.html.twig + lightbox/IE6/feed.html.twig + lightbox/IE6/validate.html.twig + web/lightbox/validate.html.twig + + + nouveau + nouveau + actions/Bridge/index.html.twig + + + novembre + novembre + classes/module/report.php + + + octobre + octobre + classes/module/report.php + + + or + or + prod/actions/Push.html.twig + + oui - Ja + oui + web/admin/statusbit.html.twig + web/admin/statusbit.html.twig - Controller/Thesaurus/Thesaurus.php over-indent at line %line% over-indent at line %line% + Controller/Thesaurus/Thesaurus.php - - Controller/Prod/Language.php - Controller/Prod/Language.php + panier:: Un reportage ne peux recevoir que des elements provenants de la base ou il est enregistre - Een reportage kan enkel elementen bevatten uit de database waar hij is bewaard + panier:: Un reportage ne peux recevoir que des elements provenants de la base ou il est enregistre + Controller/Prod/Language.php + Controller/Prod/Language.php - prod/Baskets/Update.html.twig panier:: description Beschrijving + prod/Baskets/Update.html.twig - prod/Baskets/Update.html.twig panier:: nom Naam + prod/Baskets/Update.html.twig - - prod/WorkZone/Macros.html.twig + panier:: ordre Validation ascendante - Oplopende validatie volgorde + panier:: ordre Validation ascendante + prod/WorkZone/Macros.html.twig - - prod/WorkZone/Macros.html.twig + panier:: ordre Validation descendante - Aflopende validatie volgorde + panier:: ordre Validation descendante + prod/WorkZone/Macros.html.twig - - prod/WorkZone/Macros.html.twig + panier:: ordre du panier - Volgordre van het mandje + panier:: ordre du panier + prod/WorkZone/Macros.html.twig - - Controller/Prod/Language.php + panier:: renommer le panier - Het mandje hernoemen + panier:: renommer le panier + Controller/Prod/Language.php - - Controller/Prod/Language.php + panier:: vous ne pouvez pas supprimer un panier public - U kunt geen publiek mandje verwijderen + panier:: vous ne pouvez pas supprimer un panier public + Controller/Prod/Language.php - - Controller/Prod/Language.php + panier::Attention, vous etes sur le point de supprimer un element du reportage. Merci de confirmer votre action. - Opgepast, u staat op het punt een element uit de reportage te verwijderen. Bedankt om uw actie te bevestigen. + panier::Attention, vous etes sur le point de supprimer un element du reportage. Merci de confirmer votre action. + Controller/Prod/Language.php - - Controller/Prod/Language.php + panier::Supression d'un element d'un reportage - Verwijdering van een element in een reportage + panier::Supression d'un element d'un reportage + Controller/Prod/Language.php - + + paniers:: %nb_basket_elements% documents dans le panier + paniers:: %nb_basket_elements% documents dans le panier web/client/baskets.html.twig web/client/baskets.html.twig - paniers:: %nb_basket_elements% documents dans le panier - paniers:: %nb_basket_elements% documenten in het mandje - - Controller/Client/Root.php - Controller/Client/Root.php + paniers:: Quel nom souhaitez vous donner a votre panier ? - Welke naam wenst u uw mandje te geven ? + paniers:: Quel nom souhaitez vous donner a votre panier ? + Controller/Client/Root.php + Controller/Client/Root.php - - web/client/baskets.html.twig + paniers:: panier emis par %pusher_name% - paniers:: mandje toegevoegd door %pusher_name% + paniers:: panier emis par %pusher_name% + web/client/baskets.html.twig - - prod/WorkZone/Macros.html.twig + paniers:: panier recu de %pusher% - Mandje ontvangen van %pusher% + paniers:: panier recu de %pusher% + prod/WorkZone/Macros.html.twig - - web/client/baskets.html.twig + paniers:: vous avez de nouveaux paniers non consultes - U hebt niet bekeken nieuwe mandjes + paniers:: vous avez de nouveaux paniers non consultes + web/client/baskets.html.twig - - Controller/Client/Root.php - Controller/Prod/Language.php + paniers::Vous etes sur le point de supprimer ce panier. Cette action est irreversible. Souhaitez-vous continuer ? - U staat op het punt op uw mandje te verwijderen. Deze actie kan niet ongedaan gemaakt worden. Wenst u door te gaan ? - - - web/client/baskets.html.twig - paniers::categories: mes paniers - Mijn mandjes - - - web/client/baskets.html.twig - paniers::categories: paniers recus - Ontvangen mandjes - - - prod/Baskets/Create.html.twig - paniers::description du nouveau panier - Beschrijving van het nieuwe mandje - - - web/account/authorized_apps.html.twig - par %user_name% - per %user_name% - - - web/admin/editusers_quotas.html.twig - par mois - per maand - - - SearchEngine/Elastic/ElasticSearchEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php - pertinence - relevantie - - - Form/Configuration/ExecutablesFormType.php - php.ini path - php.ini pad - - - web/admin/databases.html.twig - phraseanet:: Creer une base sur un serveur different de l'application box - Maak een database op een andere server dan die van de programma box - - - Controller/Prod/Language.php - phraseanet:: Erreur - Fout - - - web/admin/databases.html.twig - phraseanet:: Modele de donnees - Modelgegevens - - - web/admin/databases.html.twig - phraseanet:: Monter une base provenant d'un serveur different de l'application box - Toon een database die van een verschillende server komt dan die van de programma box - - - Controller/Root/Login.php - phraseanet:: Un email vient de vous etre envoye - Een email werd u toegestuurd - - - web/common/menubar.html.twig - phraseanet:: a propos - Over - - - web/account/account.html.twig - admin/collection/collection.html.twig - web/admin/connected-users.html.twig - web/common/dialog_export.html.twig - web/setup/step2.html.twig - phraseanet:: adresse - Adres - - - web/common/menubar.html.twig - phraseanet:: aide - Help - - - web/thesaurus/index.html.twig - phraseanet:: choisir - Kiezen - - - admin/collection/collection.html.twig - phraseanet:: collection - Collectie - - - web/client/index.html.twig - phraseanet:: collections - Collecties - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: dbname - Dbname - - - web/common/menubar.html.twig - actions/Bridge/wrapper.html.twig - phraseanet:: deconnection - Afmelden - - - admin/collection/collection.html.twig - admin/databox/databox.html.twig - phraseanet:: details - Details - - - web/client/index.html.twig - phraseanet:: historique - Historie - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: hostname - Hostname - - - web/thesaurus/new-synonym-dialog.html.twig - phraseanet:: language - Taal - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: password - Paswoord - - - web/admin/databases.html.twig - web/admin/databases.html.twig - web/setup/step2.html.twig - phraseanet:: port - Poort - - - web/common/dialog_export.html.twig - phraseanet:: prereglages - Voorinstellingen - - - web/client/index.html.twig - phraseanet:: presentation des resultats - Voorstelling van de resultaten - - - prod/actions/edit_default.html.twig - phraseanet:: presse-papier - Klembord - - - prod/actions/edit_default.html.twig - prod/actions/printer_default.html.twig - phraseanet:: preview - Voorvertoning - - - web/client/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig - phraseanet:: propositions - Voorstellen - - - web/common/menubar.html.twig - phraseanet:: raccourcis clavier - Sneltoetsen - - - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - phraseanet:: sous definition - Per definitie - - - prod/actions/edit_default.html.twig - web/prod/index.html.twig - web/thesaurus/index.html.twig - web/thesaurus/load-thesaurus.html.twig - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig - phraseanet:: thesaurus - Thesaurus - - - web/thesaurus/export-topics-dialog.html.twig - phraseanet:: tri - Sorteren - - - web/prod/index.html.twig - web/prod/index.html.twig - web/thesaurus/export-topics-dialog.html.twig - phraseanet:: tri par date - Op datum sorteren - - - web/prod/index.html.twig - web/prod/index.html.twig - phraseanet:: tri par nom - Op naam sorteren - - - web/admin/databases.html.twig - web/admin/databases.html.twig - phraseanet:: user - Gebruiker - - - web/common/dialog_export.html.twig - phraseanet:: utiliser SSL - Gebruik SSL - - - Controller/Prod/Language.php - phraseanet::Ne plus afficher ce message - Deze melding niet meer tonen - - - Controller/Prod/Language.php - admin/collection/suggested_value.html.twig - prod/actions/edit_default.html.twig - web/thesaurus/thesaurus.html.twig - phraseanet::chargement - Laden - - - Controller/Client/Root.php - Controller/Prod/Language.php - web/admin/index.html.twig - phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible - De connectie met de Phraseanet server blijkt niet mogelijk te zijn - - - Controller/Root/Login.php - phraseanet::erreur: Le compte n'a pas ete trouve - De account werd niet gevonden - - + paniers::Vous etes sur le point de supprimer ce panier. Cette action est irreversible. Souhaitez-vous continuer ? Controller/Client/Root.php Controller/Prod/Language.php - web/admin/index.html.twig - phraseanet::erreur: Une erreur est survenue, si ce probleme persiste, contactez le support technique - Een fout heeft zicht voorgedaan, als dit probleem aanhoudt, contacteer dan de technishe support - - Controller/Client/Root.php + + paniers::categories: mes paniers + paniers::categories: mes paniers + web/client/baskets.html.twig + + + paniers::categories: paniers recus + paniers::categories: paniers recus + web/client/baskets.html.twig + + + paniers::description du nouveau panier + Beschrijving van het nieuwe mandje + prod/Baskets/Create.html.twig + + + par %user_name% + par %user_name% + web/account/authorized_apps.html.twig + + + par mois + par mois + web/admin/editusers_quotas.html.twig + + + pertinence + pertinence + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php + + + php.ini path + php.ini path + Form/Configuration/ExecutablesFormType.php + + + phraseanet:: Creer une base sur un serveur different de l'application box + phraseanet:: Creer une base sur un serveur different de l'application box + web/admin/databases.html.twig + + + phraseanet:: Erreur + phraseanet:: Erreur + Controller/Prod/Language.php + + + phraseanet:: Modele de donnees + phraseanet:: Modele de donnees + web/admin/databases.html.twig + + + phraseanet:: Monter une base provenant d'un serveur different de l'application box + phraseanet:: Monter une base provenant d'un serveur different de l'application box + web/admin/databases.html.twig + + + phraseanet:: Un email vient de vous etre envoye + phraseanet:: Un email vient de vous etre envoye + Controller/Root/Login.php + + + phraseanet:: a propos + phraseanet:: a propos + web/common/menubar.html.twig + + + phraseanet:: adresse + phraseanet:: adresse + web/account/account.html.twig + admin/collection/collection.html.twig + web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/setup/step2.html.twig + + + phraseanet:: aide + phraseanet:: aide + web/common/menubar.html.twig + + + phraseanet:: choisir + phraseanet:: choisir + web/thesaurus/index.html.twig + + + phraseanet:: collection + phraseanet:: collection + admin/collection/collection.html.twig + + + phraseanet:: collections + phraseanet:: collections + web/client/index.html.twig + + + phraseanet:: dbname + phraseanet:: dbname + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: deconnection + phraseanet:: deconnection + web/common/menubar.html.twig + actions/Bridge/wrapper.html.twig + + + phraseanet:: details + phraseanet:: details + admin/collection/collection.html.twig + admin/databox/databox.html.twig + + + phraseanet:: historique + phraseanet:: historique + web/client/index.html.twig + + + phraseanet:: hostname + phraseanet:: hostname + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: language + phraseanet:: language + web/thesaurus/thesaurus.html.twig + + + phraseanet:: password + phraseanet:: password + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: port + phraseanet:: port + web/admin/databases.html.twig + web/admin/databases.html.twig + web/setup/step2.html.twig + + + phraseanet:: prereglages + phraseanet:: prereglages + web/common/dialog_export.html.twig + + + phraseanet:: presentation des resultats + phraseanet:: presentation des resultats + web/client/index.html.twig + + + phraseanet:: presse-papier + phraseanet:: presse-papier + prod/actions/edit_default.html.twig + + + phraseanet:: preview + phraseanet:: preview + prod/actions/edit_default.html.twig + prod/actions/printer_default.html.twig + + + phraseanet:: propositions + phraseanet:: propositions + web/client/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + + + phraseanet:: raccourcis clavier + phraseanet:: raccourcis clavier + web/common/menubar.html.twig + + + phraseanet:: sous definition + phraseanet:: sous definition + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + phraseanet:: thesaurus + phraseanet:: thesaurus + prod/actions/edit_default.html.twig + web/prod/index.html.twig + web/thesaurus/index.html.twig + web/thesaurus/load-thesaurus.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig + + + phraseanet:: tri + phraseanet:: tri + web/thesaurus/export-topics-dialog.html.twig + + + phraseanet:: tri par date + phraseanet:: tri par date + web/prod/index.html.twig + web/prod/index.html.twig + web/thesaurus/export-topics-dialog.html.twig + + + phraseanet:: tri par nom + phraseanet:: tri par nom + web/prod/index.html.twig + web/prod/index.html.twig + + + phraseanet:: user + phraseanet:: user + web/admin/databases.html.twig + web/admin/databases.html.twig + + + phraseanet:: utiliser SSL + phraseanet:: utiliser SSL + web/common/dialog_export.html.twig + + + phraseanet::Ne plus afficher ce message + phraseanet::Ne plus afficher ce message + Controller/Prod/Language.php + + + phraseanet::chargement + phraseanet::chargement + Controller/Prod/Language.php + admin/collection/suggested_value.html.twig + prod/actions/edit_default.html.twig + web/thesaurus/thesaurus.html.twig + + + phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible + phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible + Controller/Client/Root.php Controller/Prod/Language.php - web/admin/index.html.twig + web/admin/index.html.twig + + + phraseanet::erreur: Une erreur est survenue, si ce probleme persiste, contactez le support technique + phraseanet::erreur: Une erreur est survenue, si ce probleme persiste, contactez le support technique + Controller/Client/Root.php + Controller/Prod/Language.php + web/admin/index.html.twig + + phraseanet::erreur: Votre session est fermee, veuillez vous re-authentifier - Uw sessile werd afgesloten, gelieve opnieuw in te loggen + phraseanet::erreur: Votre session est fermee, veuillez vous re-authentifier + Controller/Client/Root.php + Controller/Prod/Language.php + web/admin/index.html.twig + web/thesaurus/thesaurus.html.twig - - Controller/Root/Account.php + phraseanet::erreur: echec du serveur de mail - De email server is mislukt + phraseanet::erreur: echec du serveur de mail + Controller/Root/Account.php - - classes/module/report.php + phraseanet::jours:: dimanche - zondag + phraseanet::jours:: dimanche + classes/module/report.php - - classes/module/report.php + phraseanet::jours:: jeudi - donderdag + phraseanet::jours:: jeudi + classes/module/report.php - - classes/module/report.php + phraseanet::jours:: lundi - maandag + phraseanet::jours:: lundi + classes/module/report.php - - classes/module/report.php + phraseanet::jours:: mardi - dinsdag - - - classes/module/report.php - phraseanet::jours:: mercredi - woensdag - - - classes/module/report.php - phraseanet::jours:: samedi - zaterdag - - + phraseanet::jours:: mardi classes/module/report.php + + + phraseanet::jours:: mercredi + phraseanet::jours:: mercredi + classes/module/report.php + + + phraseanet::jours:: samedi + phraseanet::jours:: samedi + classes/module/report.php + + phraseanet::jours:: vendredi - vrijdag + phraseanet::jours:: vendredi + classes/module/report.php - - Controller/Prod/Language.php + phraseanet::recherche avancee - Uitgebreid zoeken + phraseanet::recherche avancee + Controller/Prod/Language.php - - web/admin/statusbit.html.twig + phraseanet::status bit - Status bit + phraseanet::status bit + web/admin/statusbit.html.twig - - Controller/Thesaurus/Thesaurus.php - web/client/index.html.twig - web/client/index.html.twig + phraseanet::technique:: et - en + phraseanet::technique:: et + Controller/Thesaurus/Thesaurus.php + web/client/index.html.twig + web/client/index.html.twig - - web/client/index.html.twig - web/client/index.html.twig + phraseanet::technique:: except - behalve + phraseanet::technique:: except + web/client/index.html.twig + web/client/index.html.twig - - web/client/index.html.twig - web/client/index.html.twig + phraseanet::technique:: or - of + phraseanet::technique:: or + web/client/index.html.twig + web/client/index.html.twig - - lib/classes/phraseadate.php + phraseanet::temps:: a l'instant - op dit moment + phraseanet::temps:: a l'instant + lib/classes/phraseadate.php - - lib/classes/phraseadate.php + phraseanet::temps:: hier - gisteren + phraseanet::temps:: hier + lib/classes/phraseadate.php - lib/classes/phraseadate.php phraseanet::temps:: il y a %quantity% heures phraseanet::temps:: il y a %quantity% heures + lib/classes/phraseadate.php - lib/classes/phraseadate.php phraseanet::temps:: il y a %quantity% minutes phraseanet::temps:: il y a %quantity% minutes + lib/classes/phraseadate.php - - lib/classes/phraseadate.php + phraseanet::temps:: il y a une heure - een uur geleden + phraseanet::temps:: il y a une heure + lib/classes/phraseadate.php - - lib/classes/phraseadate.php + phraseanet::temps:: il y a une minute - één minuut geleden + phraseanet::temps:: il y a une minute + lib/classes/phraseadate.php - - web/client/index.html.twig - web/prod/index.html.twig + phraseanet::time:: a - a + phraseanet::time:: a + web/client/index.html.twig + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + phraseanet::time:: de - de + phraseanet::time:: de + web/client/index.html.twig + web/prod/index.html.twig - - web/prod/index.html.twig + phraseanet::type:: audios - Audios + phraseanet::type:: audios + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + phraseanet::type:: documents - Documenten + phraseanet::type:: documents + web/client/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig - - web/prod/index.html.twig + phraseanet::type:: images - Beelden + phraseanet::type:: images + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + phraseanet::type:: reportages - Reportages + phraseanet::type:: reportages + web/client/index.html.twig + web/prod/index.html.twig - - web/prod/index.html.twig + phraseanet::type:: videos - Videos + phraseanet::type:: videos + web/prod/index.html.twig - - module/report/nav.php - classes/User/Adapter.php + phraseanet::utilisateur inconnu - Onbekende gebruiker + phraseanet::utilisateur inconnu + module/report/nav.php - - Controller/Report/Root.php - module/report/filter.php + phraseanet::utilisateurs - Gebruikers + phraseanet::utilisateurs + Controller/Report/Root.php + module/report/filter.php - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php + phrseanet:: sous definition - Per definitie + phrseanet:: sous definition + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php - - prod/results/help.html.twig + pour chercher une phrase contenant un des mots-clé ci-dessus, utilisez les guillemets : - om een zin met een van de sleutelwoorden hieronder te zoeken, gebruik de aanhalingstekens : + pour chercher une phrase contenant un des mots-clé ci-dessus, utilisez les guillemets : + prod/results/help.html.twig - + + preview + preview web/admin/subdefs.html.twig web/admin/subdefs.html.twig - preview - voorvertoning - - web/client/index.html.twig - web/prod/index.html.twig + preview:: Description - Beschrijving + preview:: Description + web/client/index.html.twig + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + preview:: Historique - Historie + preview:: Historique + web/client/index.html.twig + web/prod/index.html.twig - - web/client/index.html.twig - web/prod/index.html.twig + preview:: Popularite - Populariteit + preview:: Popularite + web/client/index.html.twig + web/prod/index.html.twig - + + preview:: arreter le diaporama + preview:: arreter le diaporama prod/preview/basket_train.html.twig prod/preview/feed_train.html.twig prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig - preview:: arreter le diaporama - stop de slideshow - + + preview:: demarrer le diaporama + preview:: demarrer le diaporama prod/preview/basket_train.html.twig prod/preview/feed_train.html.twig prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig - preview:: demarrer le diaporama - start de slideshow - classes/record/preview.php preview:: resultat numero %number% preview:: resultat numero %number% + classes/record/preview.php - - prod/preview/popularity.html.twig + preview::statistiques de telechargement - Statistieken van de downloads + preview::statistiques de telechargement + prod/preview/popularity.html.twig - - prod/preview/popularity.html.twig + preview::statistiques de visualisation pour le lien - Statistieken per bezoek van de link + preview::statistiques de visualisation pour le lien + prod/preview/popularity.html.twig - - prod/actions/printer_default.html.twig + print:: image de choix et description - Het gekozen beeld en de beschrijving + print:: image de choix et description + prod/actions/printer_default.html.twig - - prod/actions/printer_default.html.twig + print:: image de choix et description avec planche contact - Het gekozen beeld en de beschrijving met de contact fiche + print:: image de choix et description avec planche contact + prod/actions/printer_default.html.twig - - prod/actions/printer_default.html.twig + print:: image de choix seulement - Enkel het gekozen beeld + print:: image de choix seulement + prod/actions/printer_default.html.twig - - prod/actions/printer_default.html.twig + print:: imagette - Thumbnail + print:: imagette + prod/actions/printer_default.html.twig - - prod/actions/printer_default.html.twig + print:: liste d'imagettes - Thumbnail lijst + print:: liste d'imagettes + prod/actions/printer_default.html.twig - - prod/actions/printer_default.html.twig + print:: planche contact (mosaique) - Contact fiche (mosaic) + print:: planche contact (mosaique) + prod/actions/printer_default.html.twig + prive + prive Bridge/Dailymotion/upload.html.twig Bridge/Youtube/upload.html.twig - prive - prive - + + privé + privé Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/video_modify.html.twig - privé - privaat - - actions/Tools/index.html.twig + processing - verwerken + processing + actions/Tools/index.html.twig - - prod/actions/collection_default.html.twig + prod::Les enregistrements ne provienent pas tous de la meme base et ne peuvent donc etre traites ensemble - De records zijn niet allemaal afkomstig van dezelfde database en kan dus niet samen behandeld worden + prod::Les enregistrements ne provienent pas tous de la meme base et ne peuvent donc etre traites ensemble + prod/actions/collection_default.html.twig - - prod/actions/collection_default.html.twig + prod::Vous n'avez le droit d'effectuer l'operation sur aucun document - U hebt niet het recht om deze handeling uit te voeren op geen enkel document + prod::Vous n'avez le droit d'effectuer l'operation sur aucun document + prod/actions/collection_default.html.twig - - prod/actions/collection_default.html.twig + prod::collection deplacer egalement les documents rattaches a ce(s) regroupement(s) - De collectie en de bijhorende documenten werden verplaats bij deze hergroepering + prod::collection deplacer egalement les documents rattaches a ce(s) regroupement(s) + prod/actions/collection_default.html.twig - - prod/actions/edit_default.html.twig + prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes - Onmogelijk om documenten afkomstig van verschillende databases samen te bewerken + prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes + prod/actions/edit_default.html.twig - - Controller/Prod/Language.php + prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler' - Bewerken van heterogene waardes, kies 'vervangen', 'toevoegen' of 'annuleren' - - - prod/actions/edit_default.html.twig - prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants - %not_actionable% documenten kunnen niet bewerkt worden omdat u niet voldoende rechten heeft - - - prod/actions/edit_default.html.twig - prod::editing: 1 document ne peut etre edite car vos droits sont induffisants - 1 document kan niet worden bewerkt omdat u niet voldoende rechten heeft - - - prod/actions/edit_default.html.twig - prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants - Geen enkel document kan worden bewerkt omdat u niet voldoende rechten heeft - - - prod/actions/edit_default.html.twig - prod::editing: modeles de fiches - Bestandsmodellen - - - prod/actions/edit_default.html.twig - prod::editing: rechercher-remplacer - Zoeken-vervangen - - - prod/actions/edit_default.html.twig - prod::editing: valider ou annuler les modifications - Bewaar of annuleer de aanpassingen - - + prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler' Controller/Prod/Language.php + + + prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants + prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants + prod/actions/edit_default.html.twig + + + prod::editing: 1 document ne peut etre edite car vos droits sont induffisants + prod::editing: 1 document ne peut etre edite car vos droits sont induffisants + prod/actions/edit_default.html.twig + + + prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants + prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants + prod/actions/edit_default.html.twig + + + prod::editing: modeles de fiches + prod::editing: modeles de fiches + prod/actions/edit_default.html.twig + + + prod::editing: rechercher-remplacer + prod::editing: rechercher-remplacer + prod/actions/edit_default.html.twig + + + prod::editing: valider ou annuler les modifications + prod::editing: valider ou annuler les modifications + prod/actions/edit_default.html.twig + + prod::editing::annulation: abandonner les modification ? - De wijzigingen vergeten ? + prod::editing::annulation: abandonner les modification ? + Controller/Prod/Language.php - - prod/actions/edit_default.html.twig + prod::editing::fields: status - Status + prod::editing::fields: status + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing::replace: remplacer dans le champ - Vervangen in het veld + prod::editing::replace: remplacer dans le champ + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing::replace: remplacer dans tous les champs - Vervangen in alle velden + prod::editing::replace: remplacer dans tous les champs + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:indexation en cours - Indexatie is bezig + prod::editing:indexation en cours + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace: chaine remplacante - Vervangende string + prod::editing:remplace: chaine remplacante + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace: options de remplacement - Vervanging opties + prod::editing:remplace: options de remplacement + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option : utiliser une expression reguliere - Een reguliere expressie gebruiken + prod::editing:remplace::option : utiliser une expression reguliere + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option la valeur du cahmp doit etre exacte - De waarde van het veld moet exact zijn + prod::editing:remplace::option la valeur du cahmp doit etre exacte + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option la valeur est comprise dans le champ - De waarde is in het veld opgenomen + prod::editing:remplace::option la valeur est comprise dans le champ + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option respecter la casse - Respecteer de hoofdlettergevoeligheid + prod::editing:remplace::option respecter la casse + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option: remplacer toutes les occurences - Alle zoektekst vervangen + prod::editing:remplace::option: remplacer toutes les occurences + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:remplace::option: rester insensible a la casse - Hoofdletterongevoelig blijven + prod::editing:remplace::option: rester insensible a la casse + prod/actions/edit_default.html.twig - - prod/actions/edit_default.html.twig + prod::editing:replace: chaine a rechercher - String zoeken + prod::editing:replace: chaine a rechercher + prod/actions/edit_default.html.twig - - Controller/Prod/Language.php + prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee. - Opgepast : de lijst met de geslecteerde databases is veranderd. + prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee. + Controller/Prod/Language.php - - web/prod/index.html.twig + prod::thesaurusTab:candidats - Kandidaten + prod::thesaurusTab:candidats + web/prod/index.html.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:cmenu:Accepter en %lng_code% - Aanvaardt als %lng_code% + prod::thesaurusTab:cmenu:Accepter en %lng_code% + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:cmenu:Remplacer par... - Vervangen door... + prod::thesaurusTab:cmenu:Remplacer par... + web/prod/thesaurus.js.twig - Controller/Thesaurus/Xmlhttp.php prod::thesaurusTab:dlg:%number% record(s) updated prod::thesaurusTab:dlg:%number% record(s) updated + Controller/Thesaurus/Xmlhttp.php - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:Acceptation en cours. - Aanvaarding is bezig. + prod::thesaurusTab:dlg:Acceptation en cours. + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:Remplacement du candidat "%(from)s" par "%(to)s" prod::thesaurusTab:dlg:Remplacement du candidat "%(from)s" par "%(to)s" + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:Remplacement en cours. - Vervanging is bezig. + prod::thesaurusTab:dlg:Remplacement en cours. + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:Suppression en cours. - Verwijderen is bezig. + prod::thesaurusTab:dlg:Suppression en cours. + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:accepter le terme candidat "%s" ? prod::thesaurusTab:dlg:accepter le terme candidat "%s" ? + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:accepter les %d termes candidats ? - aanvaardt %d candidaat termen ? + prod::thesaurusTab:dlg:accepter les %d termes candidats ? + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:remplacer le terme "%s" des fiches par : prod::thesaurusTab:dlg:remplacer le terme "%s" des fiches par : + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:remplacer les %d termes des fiches par : - %d termen van de bestanden vervangen : + prod::thesaurusTab:dlg:remplacer les %d termes des fiches par : + web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:dlg:supprimer le terme "%s" des fiches ? prod::thesaurusTab:dlg:supprimer le terme "%s" des fiches ? + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:dlg:supprimer les %d termes des fiches ? - %d termen van de bestanden verwijderen ? + prod::thesaurusTab:dlg:supprimer les %d termes des fiches ? + web/prod/thesaurus.js.twig - Controller/Thesaurus/Xmlhttp.php prod::thesaurusTab:dlg:too many (%number%) records to update (limit=%maximum%) prod::thesaurusTab:dlg:too many (%number%) records to update (limit=%maximum%) + Controller/Thesaurus/Xmlhttp.php - - web/prod/index.html.twig + prod::thesaurusTab:thesaurus - Thesaurus + prod::thesaurusTab:thesaurus + web/prod/index.html.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:tmenu:Accepter comme synonyme - Aanvaardt als synonym + prod::thesaurusTab:tmenu:Accepter comme synonyme + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:tmenu:Accepter comme terme specifique - Aanvaardt als specifieke term + prod::thesaurusTab:tmenu:Accepter comme terme specifique + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig - web/prod/thesaurus.js.twig + prod::thesaurusTab:tree:loading - laden + prod::thesaurusTab:tree:loading + web/prod/thesaurus.js.twig + web/prod/thesaurus.js.twig - - web/prod/index.html.twig + prod::thesaurusTab:wizard:accepter le terme candidat - aanvaard de term kandidaat + prod::thesaurusTab:wizard:accepter le terme candidat + web/prod/index.html.twig - web/prod/thesaurus.js.twig prod::thesaurusTab:wizard:clic-droit / accepter le terme candidat "%s" prod::thesaurusTab:wizard:clic-droit / accepter le terme candidat "%s" + web/prod/thesaurus.js.twig - - web/prod/thesaurus.js.twig + prod::thesaurusTab:wizard:clic-droit / accepter les %s termes candidats - clic-droit /aanvaardt de %s candidaat termen + prod::thesaurusTab:wizard:clic-droit / accepter les %s termes candidats + web/prod/thesaurus.js.twig - - web/prod/index.html.twig + prod::thesaurusTab:wizard:remplacer par le terme - vervangen door de term + prod::thesaurusTab:wizard:remplacer par le terme + web/prod/index.html.twig - + + public + public Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig - public - publiek - - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig + publication : autheur - Auteur + publication : autheur + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig + publication : email autheur - Email auteur + publication : email autheur + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig + publication : sous titre - Onder titel + publication : sous titre + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - - actions/publish/publish.html.twig - actions/publish/publish_edit.html.twig + publication : titre - Titel + publication : titre + actions/publish/publish.html.twig + actions/publish/publish_edit.html.twig - + + publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications. + publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications. Controller/Prod/Feed.php Controller/Prod/Feed.php - publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications. - Hier uw persoonlijke RSS feed. Deze laat u toe om op de hoogte te blijven van de publicaties. - - web/client/home_inter_pub_basket.html.twig + publications:: derniere mise a jour - Laatste update + publications:: derniere mise a jour + web/client/home_inter_pub_basket.html.twig - - web/client/home_inter_pub_basket.html.twig + publications:: dernieres publications - Laatste publicaties + publications:: dernieres publications + web/client/home_inter_pub_basket.html.twig - + + publications:: s'abonner aux publications + publications:: s'abonner aux publications prod/feeds/feeds.html.twig prod/feeds/feeds.html.twig - publications:: s'abonner aux publications - Zich abonneren op de publicaties - + + publications::Ne le partagez pas, il est strictement confidentiel + publications::Ne le partagez pas, il est strictement confidentiel Controller/Prod/Feed.php Controller/Prod/Feed.php - publications::Ne le partagez pas, il est strictement confidentiel - Deel deze niet, hij is strikt confidentieel - + + publications::votre rss personnel + publications::votre rss personnel Controller/Prod/Feed.php Controller/Prod/Feed.php - publications::votre rss personnel - Uw persoonlijke rss feed - Notification/Mail/MailInfoValidationDone.php push::mail:: Rapport de validation de %user% pour %title% push::mail:: Rapport de validation de %user% pour %title% + Notification/Mail/MailInfoValidationDone.php - Notification/Mail/MailInfoOrderDelivered.php push::mail:: Reception de votre commande %title% push::mail:: Reception de votre commande %title% + Notification/Mail/MailInfoOrderDelivered.php - - Notification/Mail/MailInfoOrderCancelled.php + push::mail:: Refus d'elements de votre commande - Weigering van producten in bestelling + push::mail:: Refus d'elements de votre commande + Notification/Mail/MailInfoOrderCancelled.php - - SearchEngine/Phrasea/PhraseaEngineQueryParser.php + qparser:: Formulation incorrecte, necessite plus de caractere : - Verkeerde formulering, meer tekens nodig : + qparser:: Formulation incorrecte, necessite plus de caractere : + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - - SearchEngine/Phrasea/PhraseaEngineQueryParser.php + qparser:: erreur : trop de parentheses fermantes - Te veel gesloten aanhalingstekens + qparser:: erreur : trop de parentheses fermantes + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, %token% ne peut suivre un operateur qparser::Formulation incorrecte, %token% ne peut suivre un operateur + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, ne peut suivre un operateur : %token% qparser::Formulation incorrecte, ne peut suivre un operateur : %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, un nom de champs est attendu avant l operateur %token% qparser::Formulation incorrecte, un nom de champs est attendu avant l operateur %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, une valeur est attendu apres %token% qparser::Formulation incorrecte, une valeur est attendu apres %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::Formulation incorrecte, une valeur est attendue apres l operateur %token% qparser::Formulation incorrecte, une valeur est attendue apres l operateur %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php - SearchEngine/Phrasea/PhraseaEngineQueryParser.php qparser::erreur : une question ne peut commencer par %token% qparser::erreur : une question ne peut commencer par %token% + SearchEngine/Phrasea/PhraseaEngineQueryParser.php + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - - SearchEngine/Phrasea/PhraseaEngineQueryParser.php + qparser::la question est vide - De vraag is leeg + qparser::la question est vide + SearchEngine/Phrasea/PhraseaEngineQueryParser.php - - web/prod/index.html.twig + raccourci :: a propos des raccourcis claviers - Over toetsenbord sneltoetsen + raccourci :: a propos des raccourcis claviers + web/prod/index.html.twig - - web/prod/index.html.twig + raccourcis :: ne plus montrer cette aide - Deze help niet meer tonen + raccourcis :: ne plus montrer cette aide + web/prod/index.html.twig - + + rafraichir + rafraichir prod/feeds/feeds.html.twig prod/feeds/feeds.html.twig - prod/WorkZone/Basket.html.twig + prod/WorkZone/Basket.html.twig prod/WorkZone/Macros.html.twig prod/WorkZone/Story.html.twig - rafraichir - vernieuwen - - web/prod/index.html.twig - web/prod/index.html.twig + rechercher dans tous les champs - in alle velden zoeken + rechercher dans tous les champs + web/prod/index.html.twig + web/prod/index.html.twig - - web/prod/index.html.twig + rechercher par stemme - zoeken op stemmen + rechercher par stemme + web/prod/index.html.twig - - actions/Tools/index.html.twig - recreer aucune sous-definitions - Geen enkele thumbnail opnieuw genereren - - - actions/Tools/index.html.twig - recreer toutes les sous-definitions - Thumbnails opnieuw genereren - - - actions/Tools/index.html.twig + regeneration of sub-definitions - thumbnails opnieuw genereren + regeneration of sub-definitions + actions/Tools/index.html.twig - Controller/Prod/Query.php reponses:: %available% Resultats rappatries sur un total de %total% trouves reponses:: %available% Resultats rappatries sur un total de %total% trouves - - - Controller/Prod/Query.php - reponses:: %number% documents selectionnes - reponses:: %number% documents selectionnes + Controller/Prod/Query.php - Controller/Prod/Query.php reponses:: %total% Resultats reponses:: %total% Resultats + Controller/Prod/Query.php - - Controller/Prod/Query.php - reponses:: %total% reponses - reponses:: %total% reponses - - - Controller/Prod/Language.php + reponses:: Ces enregistrements vont etre definitivement supprimes et ne pourront etre recuperes. Etes vous sur ? - De bewerkingen zullen definitief verwijderd worden, en kunnen niet ongedaan gemaakt worden. Bent u zeker ? + reponses:: Ces enregistrements vont etre definitivement supprimes et ne pourront etre recuperes. Etes vous sur ? + Controller/Prod/Language.php - - web/prod/index.html.twig + reponses:: images par pages : - Beelden per pagina : + reponses:: images par pages : + web/prod/index.html.twig - - web/prod/index.html.twig + reponses:: mode liste - Lijst mode + reponses:: mode liste + web/prod/index.html.twig - - web/prod/index.html.twig + reponses:: mode vignettes - Thumbnail mode + reponses:: mode vignettes + web/prod/index.html.twig - - web/common/drop_down_options.html.twig + reponses:: partager - delen + reponses:: partager + web/common/drop_down_options.html.twig - - web/prod/index.html.twig + reponses:: selectionner rien - niks selecteren + reponses:: selectionner rien + web/prod/index.html.twig - - web/prod/index.html.twig + reponses:: selectionner tout - alles selecteren + reponses:: selectionner tout + web/prod/index.html.twig - - web/prod/index.html.twig + reponses:: taille des images : - Grootte van de beelden : + reponses:: taille des images : + web/prod/index.html.twig - - classes/record/adapter.php + reponses::document sans titre - Documenten zonder titel + reponses::document sans titre + classes/record/adapter.php - SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour la base %name reponses::propositions pour la base %name + SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour le terme %terme% reponses::propositions pour le terme %terme% + SearchEngine/Phrasea/PhraseaEngine.php - - web/report/generate_tab.html.twig + report :: aucun resultat trouve - geen enkel resultaat gevonden + report :: aucun resultat trouve + web/report/generate_tab.html.twig - - web/report/generate_tab.html.twig + report :: configurer le tableau - Configureer het paneel + report :: configurer le tableau + web/report/generate_tab.html.twig - - web/report/generate_tab.html.twig + report :: filtrer - Filteren + report :: filtrer + web/report/generate_tab.html.twig - - web/report/generate_tab.html.twig + report :: grouper - Groeperen + report :: grouper + web/report/generate_tab.html.twig - - web/report/generate_tab.html.twig + report :: imprimer le tableau - Print het panel + report :: imprimer le tableau + web/report/generate_tab.html.twig - - web/report/report_layout_child.html.twig + report:: (connexions) Globales - Globalen + report:: (connexions) Globales + web/report/report_layout_child.html.twig - - web/report/report_layout_child.html.twig + report:: (connexions) OS et navigateurs - OS en browsers + report:: (connexions) OS et navigateurs + web/report/report_layout_child.html.twig - - web/report/report_layout_child.html.twig + report:: (connexions) Par utilisateurs - Per gebruikers + report:: (connexions) Par utilisateurs + web/report/report_layout_child.html.twig - - web/report/report_layout_child.html.twig + report:: (telechargement) Global - Algemeen + report:: (telechargement) Global + web/report/report_layout_child.html.twig - - web/report/report_layout_child.html.twig + report:: (telechargement) Par documents sur la base - Per document in database + report:: (telechargement) Par documents sur la base + web/report/report_layout_child.html.twig - - web/report/report_layout_child.html.twig + report:: (telechargement) Par jours base par base - Per dag database per database + report:: (telechargement) Par jours base par base + web/report/report_layout_child.html.twig - - web/report/form_date_and_base.html.twig + report:: 1 - Periode - 1 - Periode + report:: 1 - Periode + web/report/form_date_and_base.html.twig - - web/report/form_date_and_base.html.twig + report:: 2 - Bases - 2 - Databases + report:: 2 - Bases + web/report/form_date_and_base.html.twig - - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig + report:: 3 - Type de report - 3 - Rapport type + report:: 3 - Type de report + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig - + + report:: Au (date) + report:: Au (date) web/report/ajax_report_dashboard.html.twig web/report/form_date_and_base.html.twig - web/report/report_layout_child.html.twig - report:: Au (date) - Au (datum) - - classes/module/report.php + + report:: Connexion + report:: Connexion + classes/module/report.php + web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig web/report/ajax_data_content.html.twig web/report/ajax_data_content.html.twig web/report/all_content.html.twig web/report/chart.html.twig web/report/chart.html.twig web/report/report_layout.html.twig - report:: Connexion - Verbinding - web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig - + + report:: Dashboard + report:: Dashboard web/report/ajax_dashboard_content.html.twig web/report/ajax_report_dashboard.html.twig web/report/report_layout.html.twig - report:: Dashboard - Dashboard - - module/report/activity.php + report:: Detail des connexions - Detail van de connecties + report:: Detail des connexions + module/report/activity.php - - module/report/activity.php + report:: Detail des telechargements - Detail van de downloads + report:: Detail des telechargements + module/report/activity.php - + + report:: Du (date) + report:: Du (date) web/report/ajax_report_dashboard.html.twig web/report/form_date_and_base.html.twig - web/report/report_layout_child.html.twig - report:: Du (date) - Du (datum) - - web/report/colFilter.html.twig + report:: Enlever le filtre - De filter verwijderen + report:: Enlever le filtre + web/report/colFilter.html.twig - - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig + report:: Grouper par - Grouperen per + report:: Grouper par + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig - - web/report/all_content.html.twig + report:: Heures - Uren + report:: Heures + web/report/all_content.html.twig - - Controller/Report/Root.php - module/report/filter.php + report:: IP - IP + report:: IP + Controller/Report/Root.php + module/report/filter.php - module/report/nav.php report:: Information sur l'enregistrement numero %number% report:: Information sur l'enregistrement numero %number% + module/report/nav.php - module/report/nav.php report:: Information sur l'utilisateur %name% report:: Information sur l'utilisateur %name% + module/report/nav.php - module/report/nav.php report:: Information sur le navigateur %name% report:: Information sur le navigateur %name% + module/report/nav.php - module/report/nav.php report:: Information sur les utilisateurs correspondant a %critere% report:: Information sur les utilisateurs correspondant a %critere% + module/report/nav.php - - web/report/ajax_dashboard_content_child.html.twig - web/report/report_layout_child.html.twig + report:: Les questions les plus posees - De meest gestelde vragen + report:: Les questions les plus posees + web/report/ajax_dashboard_content_child.html.twig + web/report/report_layout_child.html.twig - - module/report/nav.php + report:: Plateforme - Platform - - - module/report/activity.php - report:: Telechargement effectue par l'utilisateur %name% - report:: Telechargement effectue par l'utilisateur %name% + report:: Plateforme + module/report/nav.php - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig report:: Utilisateurs les plus actifs report:: Utilisateurs les plus actifs - - - web/report/dashboard_macro.html.twig - report:: Volumetrie des questions posees sur %home_title% - Volumetrie van de vragen over %home_title% - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: activite - Activiteit - - - web/report/ajax_dashboard_content_child.html.twig - report:: activite document ajoute - report:: activite document ajoute - - - web/report/ajax_dashboard_content_child.html.twig - report:: activite document edite - report:: activite document edite - - - web/report/report_layout.html.twig - web/report/report_layout_child.html.twig - report:: activite du site - Activiteit van de site - - - module/report/activity.php - web/report/ajax_dashboard_content_child.html.twig - report:: activite par heure - Activitiet per uur - - - web/report/ajax_dashboard_content_child.html.twig - web/report/chart.html.twig - web/report/chart.html.twig - report:: activite par jour - Activiteit per dag - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: adresse - Adres - - - web/report/report_layout_child.html.twig - report:: ajoute - Voeg toe - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - report:: collections - Collecties - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - report:: commentaire - Commentaar - - - classes/module/report.php - report:: copyright - Copyright - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - classes/module/report.php - report:: date - Datum - - - Controller/Report/Informations.php - Controller/Report/Informations.php - web/report/ajax_dashboard_content_child.html.twig - web/report/report_layout_child.html.twig - report:: document - Document - - - module/report/add.php - report:: document ajoute - Document toegevoegd - - - Controller/Report/Activity.php - report:: document original - Origineel document - - - web/report/ajax_dashboard_content_child.html.twig - report:: documents les plus telecharges - report:: documents les plus telecharges - - - web/report/report_layout_child.html.twig - report:: edite - Bewerk - - - module/report/edit.php - report:: edited documents - Bewerkte documenten - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: email - Email - - - Controller/Report/Root.php - classes/module/report.php - report:: fichier - Document - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: fonction - Functie - - - Controller/Report/Informations.php - report:: historique des connexions - Historie van de verbindingen - - - Controller/Report/Informations.php - report:: historique des questions - Historie van de vragen - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: historique des telechargements - Historie van de downloads - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: identifiant - ID - - - Controller/Report/Activity.php - web/report/all_content.html.twig - report:: jour - Dag - - - Controller/Report/Root.php - report:: module - Module - - - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - module/report/nav.php - report:: modules - Modules - - - Controller/Report/Root.php - module/report/nav.php - report:: navigateur - Browser - - - Controller/Report/Root.php - module/report/nav.php - report:: navigateurs et plateforme - Browsers en platform - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: nom - Naam - - - Controller/Report/Activity.php - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - report:: nombre - Aantal - - - Controller/Report/Activity.php - report:: nombre de documents - Aantal documenten - - - Controller/Report/Activity.php - report:: nombre de preview - Aantal voorvertoningen - - - Controller/Report/Activity.php - Controller/Report/Activity.php - report:: nombre de reponses - Aantal antwoorden - - - web/report/ajax_dashboard_content_child.html.twig - report:: nombre de vue - report:: nombre de vue - - - module/report/activity.php - module/report/activity.php - module/report/activity.php - module/report/add.php - module/report/connexion.php - module/report/connexion.php - module/report/connexion.php - module/report/download.php - module/report/edit.php - module/report/filter.php - module/report/nav.php - module/report/push.php - module/report/question.php - module/report/sent.php - module/report/validate.php - web/report/colFilter.html.twig - web/report/colFilter.html.twig - report:: non-renseigne - Niet-informatief - - - classes/record/preview.php - report:: page d'accueil - Landingspagina - - - prod/preview/short_history.html.twig - report:: par %user_infos% - per %user_infos% - - - web/report/report_layout_child.html.twig - report:: par utilisateurs - per gebruikers - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: pays - Land - - - Controller/Report/Root.php - report:: plateforme - Platform - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: poids - Gewicht - - - Controller/Report/Activity.php - report:: poids des documents - Gewicht van de documenten - - - Controller/Report/Activity.php - report:: poids des previews - Gewicht van de voorvertoningen - - - web/report/ajax_dashboard_content_child.html.twig - report:: poids document - report:: poids document - - - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - report:: poids preview - report:: poids preview - - - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - report:: pourcentage - Percentage - - - Controller/Report/Activity.php - web/report/ajax_dashboard_content_child.html.twig - report:: preview - Voorvertoning - - - web/report/ajax_dashboard_content_child.html.twig - report:: preview les plus telecharges - report:: preview les plus telecharges - - - web/report/report_layout_child.html.twig - report:: pushe - Stuur door - - - module/report/push.php - report:: pushed documents - Doorgestuurde documenten - - - Controller/Report/Activity.php - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Root.php - module/report/filter.php - module/report/question.php - classes/module/report.php - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - report:: question - Vraag - - - module/report/activity.php - report:: questions - Vragen - - - module/report/activity.php - report:: questions les plus posees - Meest gestelde vragen - - - module/report/activity.php - web/report/report_layout_child.html.twig - report:: questions sans reponses - Vragen zonder antwoord - - - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - module/report/filter.php - classes/module/report.php - report:: record id - Record id - - - web/report/report_layout_child.html.twig - report:: recordid - recordid - - - Controller/Report/Root.php - module/report/nav.php - report:: resolution - Resolutie - - - web/report/ajax_dashboard_content_child.html.twig - report:: site - report:: site - - - web/report/ajax_dashboard_content_child.html.twig - report:: site d'ou les photo sont les plus consultees - report:: site d'ou les photo sont les plus consultees - - - Controller/Report/Informations.php - Controller/Report/Root.php - Controller/Report/Root.php - classes/module/report.php - web/report/report_layout_child.html.twig - web/report/report_layout_child.html.twig - report:: societe - Bedrijf - - - Controller/Report/Root.php - classes/module/report.php - report:: taille - Grootte - - - classes/module/report.php - report:: telechargement - Download - - - Controller/Report/Root.php - module/report/download.php web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/ajax_dashboard_content_child.html.twig - web/report/report_layout.html.twig - report:: telechargements - Downloads - - - web/report/ajax_dashboard_content_child.html.twig - report:: telechargements document - report:: telechargements document - - - module/report/activity.php - report:: telechargements par jour - Downloads per dag - - - web/report/ajax_dashboard_content_child.html.twig - report:: telechargements preview - report:: telechargements preview - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: telephone - Telefoon - - - Controller/Report/Informations.php - Controller/Report/Informations.php - report:: titre - Titel - - - Controller/Report/Activity.php - report:: total des telechargements - Totaal van de downloads - - - web/report/report_layout_child.html.twig - report:: toutes les questions - Alle vragen - - - Controller/Report/Root.php - classes/module/report.php - report:: type - Type - - - classes/module/report.php - report:: type d'action - Type actie - - - Controller/Report/Activity.php - Controller/Report/Informations.php - Controller/Report/Root.php - classes/module/report.php - report:: utilisateur - Gebruiker - - - Controller/Report/Informations.php - Controller/Report/Root.php web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig + + + report:: Volumetrie des questions posees sur %home_title% + report:: Volumetrie des questions posees sur %home_title% + web/report/dashboard_macro.html.twig + + + report:: activite + report:: activite + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: activite document ajoute + report:: activite document ajoute + web/report/ajax_dashboard_content_child.html.twig + + + report:: activite document edite + report:: activite document edite + web/report/ajax_dashboard_content_child.html.twig + + + report:: activite du site + report:: activite du site + web/report/report_layout.html.twig + web/report/report_layout_child.html.twig + + + report:: activite par heure + report:: activite par heure + module/report/activity.php + web/report/ajax_dashboard_content_child.html.twig + + + report:: activite par jour + report:: activite par jour + web/report/ajax_dashboard_content_child.html.twig + web/report/chart.html.twig + web/report/chart.html.twig + + + report:: adresse + report:: adresse + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: ajoute + report:: ajoute + web/report/report_layout_child.html.twig + + + report:: collections + report:: collections + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + report:: commentaire + report:: commentaire + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + report:: copyright + report:: copyright + classes/module/report.php + + + report:: date + report:: date + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + classes/module/report.php + + + report:: document + report:: document + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Informations.php + web/report/ajax_dashboard_content_child.html.twig + web/report/report_layout_child.html.twig + + + report:: document ajoute + report:: document ajoute + module/report/add.php + + + report:: documents les plus telecharges + report:: documents les plus telecharges web/report/ajax_dashboard_content_child.html.twig + + + report:: edite + report:: edite + web/report/report_layout_child.html.twig + + + report:: edited documents + report:: edited documents + module/report/edit.php + + + report:: email + report:: email + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: fichier + report:: fichier + Controller/Report/Root.php + classes/module/report.php + + + report:: fonction + report:: fonction + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: historique des connexions + report:: historique des connexions + Controller/Report/Informations.php + + + report:: historique des questions + report:: historique des questions + Controller/Report/Informations.php + + + report:: historique des telechargements + report:: historique des telechargements + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: identifiant + report:: identifiant + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: jour + report:: jour + Controller/Report/Activity.php + web/report/all_content.html.twig + + + report:: module + report:: module + Controller/Report/Root.php + + + report:: modules + report:: modules + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + module/report/nav.php + + + report:: navigateur + report:: navigateur + Controller/Report/Root.php + module/report/nav.php + + + report:: navigateurs et plateforme + report:: navigateurs et plateforme + Controller/Report/Root.php + module/report/nav.php + + + report:: nom + report:: nom + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: nombre + report:: nombre + Controller/Report/Activity.php + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + + + report:: nombre de documents + report:: nombre de documents + Controller/Report/Activity.php + + + report:: nombre de preview + report:: nombre de preview + Controller/Report/Activity.php + + + report:: nombre de reponses + report:: nombre de reponses + Controller/Report/Activity.php + Controller/Report/Activity.php + + + report:: nombre de vue + report:: nombre de vue + web/report/ajax_dashboard_content_child.html.twig + + + report:: non-renseigne + report:: non-renseigne + module/report/activity.php + module/report/activity.php + module/report/activity.php + module/report/add.php + module/report/connexion.php + module/report/connexion.php + module/report/connexion.php + module/report/download.php + module/report/edit.php + module/report/filter.php + module/report/nav.php + module/report/push.php + module/report/question.php + module/report/sent.php + module/report/validate.php + web/report/colFilter.html.twig + web/report/colFilter.html.twig + + + report:: page d'accueil + report:: page d'accueil + classes/record/preview.php + + + report:: par %user_infos% + report:: par %user_infos% + prod/preview/short_history.html.twig + + + report:: par utilisateurs + report:: par utilisateurs + web/report/report_layout_child.html.twig + + + report:: pays + report:: pays + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: plateforme + report:: plateforme + Controller/Report/Root.php + + + report:: poids + report:: poids + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: poids document + report:: poids document + web/report/ajax_dashboard_content_child.html.twig + + + report:: poids preview + report:: poids preview + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + + + report:: pourcentage + report:: pourcentage + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + + + report:: preview + report:: preview + Controller/Report/Activity.php + web/report/ajax_dashboard_content_child.html.twig + + + report:: preview les plus telecharges + report:: preview les plus telecharges + web/report/ajax_dashboard_content_child.html.twig + + + report:: pushe + report:: pushe + web/report/report_layout_child.html.twig + + + report:: pushed documents + report:: pushed documents + module/report/push.php + + + report:: question + report:: question + Controller/Report/Activity.php + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Root.php + module/report/filter.php + module/report/question.php + classes/module/report.php + web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig + + + report:: questions + report:: questions + module/report/activity.php + + + report:: questions les plus posees + report:: questions les plus posees + module/report/activity.php + + + report:: questions sans reponses + report:: questions sans reponses + module/report/activity.php + web/report/report_layout_child.html.twig + + + report:: record id + report:: record id + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + module/report/filter.php + classes/module/report.php + + + report:: recordid + report:: recordid + web/report/report_layout_child.html.twig + + + report:: resolution + report:: resolution + Controller/Report/Root.php + module/report/nav.php + + + report:: site + report:: site + web/report/ajax_dashboard_content_child.html.twig + + + report:: site d'ou les photo sont les plus consultees + report:: site d'ou les photo sont les plus consultees + web/report/ajax_dashboard_content_child.html.twig + + + report:: societe + report:: societe + Controller/Report/Informations.php + Controller/Report/Root.php + Controller/Report/Root.php + classes/module/report.php + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + + report:: taille + report:: taille + Controller/Report/Root.php + classes/module/report.php + + + report:: telechargement + report:: telechargement + classes/module/report.php + + + report:: telechargements + report:: telechargements + Controller/Report/Root.php + module/report/download.php + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/report_layout.html.twig + + + report:: telechargements document + report:: telechargements document + web/report/ajax_dashboard_content_child.html.twig + + + report:: telechargements par jour + report:: telechargements par jour + module/report/activity.php + + + report:: telechargements preview + report:: telechargements preview + web/report/ajax_dashboard_content_child.html.twig + + + report:: telephone + report:: telephone + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: titre + report:: titre + Controller/Report/Informations.php + Controller/Report/Informations.php + + + report:: total des telechargements + report:: total des telechargements + Controller/Report/Activity.php + + + report:: toutes les questions + report:: toutes les questions + web/report/report_layout_child.html.twig + + + report:: type + report:: type + Controller/Report/Root.php + classes/module/report.php + + + report:: type d'action + report:: type d'action + classes/module/report.php + + + report:: utilisateur + report:: utilisateur + Controller/Report/Activity.php + Controller/Report/Informations.php + Controller/Report/Root.php + classes/module/report.php + + report:: utilisateurs - Gebruikers + report:: utilisateurs + Controller/Report/Informations.php + Controller/Report/Root.php + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig - - module/report/validate.php + report:: validated documents - Gevalideerde documenten + report:: validated documents + module/report/validate.php - - web/report/report_layout_child.html.twig + report:: valide - OK + report:: valide + web/report/report_layout_child.html.twig - - classes/record/preview.php + report:: visualiseur cooliris - Cooliris voorvertoning + report:: visualiseur cooliris + classes/record/preview.php - - prod/preview/short_history.html.twig + report::Changement de collection vers : %coll_name% - Verandering van de collectie naar : %coll_name% + report::Changement de collection vers : %coll_name% + prod/preview/short_history.html.twig - web/report/ajax_dashboard_content_child.html.twig report::Connexion report::Connexion + web/report/ajax_dashboard_content_child.html.twig - - module/report/connexion.php + report::Connexions - Connecties + report::Connexions + module/report/connexion.php - - prod/preview/short_history.html.twig + report::Demande de validation vers %n_user% utilisateurs depuis lapplication box %appbox% - Aanvraag tot goedkeuring van %n_user% gebruikers vanuit de programma box %appbox% + report::Demande de validation vers %n_user% utilisateurs depuis lapplication box %appbox% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Edition des meta-donnees - Bewerken van de meta-data + report::Edition des meta-donnees + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Edition des status - Bewerking van de status + report::Edition des status + prod/preview/short_history.html.twig - + + report::Heures + report::Heures web/report/ajax_data_content.html.twig web/report/all_content.html.twig - report::Heures - Uren - - prod/preview/short_history.html.twig + report::Impression des formats : %format% - Formaten afdrukken : %format% + report::Impression des formats : %format% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Modification du document -- je ne me souviens plus de quoi... - Bewerking van het document -- ik herrinner mij niet meer wat ... + report::Modification du document -- je ne me souviens plus de quoi... + prod/preview/short_history.html.twig - - web/report/all_content.html.twig + report::Nombre de connexions - Aantal connecties + report::Nombre de connexions + web/report/all_content.html.twig - - web/report/all_content.html.twig + report::Nombre de document ajoute - Aantel toegevoegde documenten + report::Nombre de document ajoute + web/report/all_content.html.twig - - web/report/all_content.html.twig + report::Nombre de document edite - Aantal bewerkte documenten + report::Nombre de document edite + web/report/all_content.html.twig - - prod/preview/short_history.html.twig + report::Publication de %dest% - Publicatie van %dest% + report::Publication de %dest% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Push vers %n_user% utilisateurs depuis lapplication box %appbox% - Doorsturen naar %n_user% gebruikers vanuit de programma box %appbox% + report::Push vers %n_user% utilisateurs depuis lapplication box %appbox% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Substitution de %dest% - Vervanging van %dest% + report::Substitution de %dest% + prod/preview/short_history.html.twig - - prod/preview/short_history.html.twig + report::Telechargement de %dest% - Downloaden van %dest% + report::Telechargement de %dest% + prod/preview/short_history.html.twig - - classes/record/preview.php - classes/record/preview.php - classes/record/preview.php + report::acces direct - Directe toegang + report::acces direct + classes/record/preview.php + classes/record/preview.php + classes/record/preview.php - - Controller/Report/Root.php - module/report/filter.php + report::activite - Activiteit + report::activite + Controller/Report/Root.php + module/report/filter.php - - prod/preview/short_history.html.twig + report::ajout du documentt - Toevoegen van het document + report::ajout du documentt + prod/preview/short_history.html.twig - - web/report/report_layout_child.html.twig + report::aucune precision - geen enkele precisie + report::aucune precision + web/report/report_layout_child.html.twig - - Controller/Report/Root.php - module/report/filter.php + report::fonction - Functie + report::fonction + Controller/Report/Root.php + module/report/filter.php - - web/report/report_layout_child.html.twig + report::la description contient - de beschrijving bevat + report::la description contient + web/report/report_layout_child.html.twig - - Controller/Report/Root.php - module/report/filter.php + report::pays - Land + report::pays + Controller/Report/Root.php + module/report/filter.php - - Controller/Report/Root.php - module/report/filter.php + report::societe - Bedrijf + report::societe + Controller/Report/Root.php + module/report/filter.php - - prod/preview/short_history.html.twig + report::supression du document - Verwijderen van het document + report::supression du document + prod/preview/short_history.html.twig - - Controller/Report/Informations.php + report::version - Versie + report::version + Controller/Report/Informations.php - - web/common/doctype_icons.html.twig + reportage - Reportage + reportage + web/common/doctype_icons.html.twig - prod/results/help.html.twig retourne "automobile", "automate", "autoroute", ... retourne "automobile", "automate", "autoroute", ... + prod/results/help.html.twig - prod/results/help.html.twig retourne "délit", "débit", ... retourne "délit", "débit", ... + prod/results/help.html.twig - - prod/results/help.html.twig + retourne les 20 derniers enregistrements archives dans les collections selectionnees - geeft alle laatste 20 bewaarde archieven in de geselecteerde collecties weer + retourne les 20 derniers enregistrements archives dans les collections selectionnees + prod/results/help.html.twig - - prod/results/help.html.twig + retourne les documents comprenant cannes sans le mot festival. - geeft de documenten inclusief cannes zonder het woord festival weer. + retourne les documents comprenant cannes sans le mot festival. + prod/results/help.html.twig - - prod/results/help.html.twig + retourne les documents comprenant les deux mots. - geeft de documenten inclusief de twee woorden. + retourne les documents comprenant les deux mots. + prod/results/help.html.twig - - prod/results/help.html.twig + retourne les documents comprenant un mot et/ou l'autre. - geeft de documenten inclusief een woord en/of andere. + retourne les documents comprenant un mot et/ou l'autre. + prod/results/help.html.twig - - prod/results/help.html.twig + retourne les documents où le terme est au moins présent dans le titre, en évitant par exemple celles où le terme est uniquement cité dans la légende. - geeft de documenten of de term is op zijn minst in de titel aanwezig weer, bijvoorbeeld door het vermijden van deze term die alleen wordt vermeld in de legenda. + retourne les documents où le terme est au moins présent dans le titre, en évitant par exemple celles où le terme est uniquement cité dans la légende. + prod/results/help.html.twig - - prod/results/help.html.twig + retourne tous les enregistrements des collections selectionnees - geeft alle bewaarde van de geselecteerde collecties weer + retourne tous les enregistrements des collections selectionnees + prod/results/help.html.twig - - actions/Tools/index.html.twig + rotation 90 degres anti-horaires - 90 graden niet kloksgewijs draaien + rotation 90 degres anti-horaires + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + rotation 90 degres horaire - 90 graden kloksgewijs draaien + rotation 90 degres horaire + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + + scheduled status + scheduled status + admin/task-manager/index.html.twig + + screenshot video - schermafbeelding video + screenshot video + actions/Tools/index.html.twig - - web/admin/users.html.twig + select at least one user - selecteer ten minste één gebruiker + select at least one user + web/admin/users.html.twig - - Bridge/Youtube/upload.html.twig + separe par un espace - scheiden met een spatie + separe par un espace + Bridge/Youtube/upload.html.twig - - classes/module/report.php + septembre - september + septembre + classes/module/report.php - web/developers/application.html.twig settings OAuth - settings OAuth + settings OAuth + web/developers/application.html.twig - - web/admin/dashboard.html.twig + setup:: Reinitialisation des droits admins - Herinitialisatie van de admin rechten + setup:: Reinitialisation des droits admins + web/admin/dashboard.html.twig - - web/admin/dashboard.html.twig + setup:: administrateurs de l'application - Beheerders van het programma + setup:: administrateurs de l'application + web/admin/dashboard.html.twig - - admin/collection/collection.html.twig + setup:: ajouter un administrateur des commandes - Voeg een administrator voor de commando's toe + setup:: ajouter un administrateur des commandes + admin/collection/collection.html.twig - - web/setup/step2.html.twig + setup::Configuration de la base de compte ApplicationBox - Configuratie van de gebruikers database ApplicationBox + setup::Configuration de la base de compte ApplicationBox + web/setup/step2.html.twig - - web/setup/step2.html.twig + setup::Configuration de la base de stockage DataBox - Configuratie van de stockage DataBox database + setup::Configuration de la base de stockage DataBox + web/setup/step2.html.twig - - web/setup/step2.html.twig + setup::Configuration des repertoires de stockage - Configuratie van de stockage mappen + setup::Configuration des repertoires de stockage + web/setup/step2.html.twig - - web/admin/dashboard.html.twig + setup::Tests d'envois d'emails - Testen voor het versturen van mail + setup::Tests d'envois d'emails + web/admin/dashboard.html.twig - prod/results/help.html.twig sport - sport + sport + prod/results/help.html.twig - - web/admin/statusbit.html.twig + status:: Affichable pour tous - Zichtbaar voor allen + status:: Affichable pour tous + web/admin/statusbit.html.twig - - admin/statusbit/edit.html.twig + status:: Afficher le status dans les feuilles de reponses pour tous les utilisateurs - Toon de statussen in de bladeren van de antwoorden aan alle gebruikers + status:: Afficher le status dans les feuilles de reponses pour tous les utilisateurs + admin/statusbit/edit.html.twig - - web/admin/statusbit.html.twig + status:: cherchable par tous - Zoekbaar door allen + status:: cherchable par tous + web/admin/statusbit.html.twig - - web/admin/statusbit.html.twig + status:: nom - Naam + status:: nom + web/admin/statusbit.html.twig - + + status:: numero de bit + status:: numero de bit admin/statusbit/edit.html.twig web/admin/statusbit.html.twig - status:: numero de bit - aantal bit - - admin/statusbit/edit.html.twig + status:: retrouver sous forme de filtre dans la recherche - vindt als filter terug in de zoek + status:: retrouver sous forme de filtre dans la recherche + admin/statusbit/edit.html.twig - - actions/Tools/index.html.twig + substitution - vervanging + substitution + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + substitution HD - vervanging HD + substitution HD + actions/Tools/index.html.twig - - actions/Tools/index.html.twig + substitution SD - vervanging SD + substitution SD + actions/Tools/index.html.twig - - actions/Tools/index.html.twig - actions/Tools/index.html.twig + take a screenshot - Maak een schermafbeelding + take a screenshot + actions/Tools/index.html.twig + actions/Tools/index.html.twig - - task-manager/task-editor/archive.html.twig + task::_common_:hotfolder - Hotfolder + task::_common_:hotfolder + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::_common_:secondes (unite temporelle) - secondes (unite temporelle) + task::_common_:secondes (unite temporelle) + task-manager/task-editor/archive.html.twig - - TaskManager/Job/ArchiveJob.php + task::archive:Archivage - Archivering + task::archive:Archivage + TaskManager/Job/ArchiveJob.php - - TaskManager/Job/ArchiveJob.php + task::archive:Archiving files found into a 'hotfolder' - Archivering files gevonden in een 'hotfolder' + task::archive:Archiving files found into a 'hotfolder' + TaskManager/Job/ArchiveJob.php - - task-manager/task-editor/archive.html.twig + task::archive:archivage sur base/collection/ - Archivering van database/collection/ + task::archive:archivage sur base/collection/ + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::archive:copier les fichiers '.phrasea.xml' et '.grouping.xml' dans _archived - kopieer de documenten '.phrasea.xml' en '.grouping.xml' dans _archived + task::archive:copier les fichiers '.phrasea.xml' et '.grouping.xml' dans _archived + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::archive:delai de 'repos' avant traitement - Periode van 'rust' voor de behandeling + task::archive:delai de 'repos' avant traitement + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::archive:deplacer les fichiers archives dans _archived - verplaats document van archief dans _archived + task::archive:deplacer les fichiers archives dans _archived + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::archive:deplacer les fichiers non-archives dans _error - cerplaats document van archief dans _error + task::archive:deplacer les fichiers non-archives dans _error + task-manager/task-editor/archive.html.twig - - task-manager/task-editor/archive.html.twig + task::archive:supprimer les repertoires apres archivage - verwijder de mappen na archivering + task::archive:supprimer les repertoires apres archivage + task-manager/task-editor/archive.html.twig - - TaskManager/Job/FtpJob.php + task::ftp:Certains documents n'ont pas pu etre tranferes - Sommige documenten zijn niet overgezet + task::ftp:Certains documents n'ont pas pu etre tranferes + TaskManager/Job/FtpJob.php - - TaskManager/Job/FtpJob.php + task::ftp:Details des fichiers - Details van het document + task::ftp:Details des fichiers + TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" + TaskManager/Job/FtpJob.php - - TaskManager/Job/FtpPullJob.php + task::ftp:FTP Pull - FTP Pull + task::ftp:FTP Pull + TaskManager/Job/FtpPullJob.php - TaskManager/Job/FtpJob.php task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) + TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% + TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php - Notification/Mail/MailSuccessFTPReceiver.php - Notification/Mail/MailSuccessFTPSender.php task::ftp:Status about your FTP transfert from %application% to %server% task::ftp:Status about your FTP transfert from %application% to %server% + Notification/Mail/MailSuccessFTPReceiver.php + Notification/Mail/MailSuccessFTPSender.php - TaskManager/Job/FtpJob.php task::ftp:TENTATIVE no %number%, %date% task::ftp:TENTATIVE no %number%, %date% + TaskManager/Job/FtpJob.php - - TaskManager/Job/FtpJob.php + task::ftp:Tous les documents ont ete transferes avec succes - Alle documenten zijn met succes overgezet + task::ftp:Tous les documents ont ete transferes avec succes + TaskManager/Job/FtpJob.php - task-manager/task-editor/ftp-pull.html.twig task::ftp:chemin distant task::ftp:chemin distant + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:host task::ftp:host + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:localpath task::ftp:localpath + task-manager/task-editor/ftp-pull.html.twig - - task-manager/task-editor/ftp-pull.html.twig + task::ftp:mode passif - mode passif + task::ftp:mode passif + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:password task::ftp:password + task-manager/task-editor/ftp-pull.html.twig - task-manager/task-editor/ftp-pull.html.twig task::ftp:port task::ftp:port + task-manager/task-editor/ftp-pull.html.twig + task::ftp:proxy + task::ftp:proxy task-manager/task-editor/ftp-pull.html.twig task-manager/task-editor/ftp.html.twig - task::ftp:proxy - task::ftp:proxy - + + task::ftp:proxy port + task::ftp:proxy port task-manager/task-editor/ftp-pull.html.twig task-manager/task-editor/ftp.html.twig - task::ftp:proxy port - task::ftp:proxy poort - task-manager/task-editor/ftp-pull.html.twig task::ftp:user task::ftp:user + task-manager/task-editor/ftp-pull.html.twig - - task-manager/task-editor/ftp-pull.html.twig + task::ftp:utiliser SSL - SSL gebruiker + task::ftp:utiliser SSL + task-manager/task-editor/ftp-pull.html.twig - - TaskManager/Job/SubdefsJob.php + task::subdef:creation des sous definitions - aanmaak van de thumbnails + task::subdef:creation des sous definitions + TaskManager/Job/SubdefsJob.php - - TaskManager/Job/SubdefsJob.php + task::subdef:creation des sous definitions des documents d'origine - aanmaak van thumbnails bij orginele documenten + task::subdef:creation des sous definitions des documents d'origine + TaskManager/Job/SubdefsJob.php - - TaskManager/Job/WriteMetadataJob.php + task::writemeta:(re)ecriture des metadatas dans les documents (et subdefs concernees) - (her)schrijven van de metadatas in de documenten (en betreffende thumbnails) + task::writemeta:(re)ecriture des metadatas dans les documents (et subdefs concernees) + TaskManager/Job/WriteMetadataJob.php - - TaskManager/Job/WriteMetadataJob.php + + task::writemeta:Compatibilité MWG + task::writemeta:Compatibilité MWG + task-manager/task-editor/write-metadata.html.twig + + task::writemeta:ecriture des metadatas - wegschrijven van de metadatas + task::writemeta:ecriture des metadatas + TaskManager/Job/WriteMetadataJob.php - - task-manager/task-editor/write-metadata.html.twig + task::writemeta:effacer les metadatas non presentes dans la structure - verwijder metadatas die niet in de structuur voorkomen + task::writemeta:effacer les metadatas non presentes dans la structure + task-manager/task-editor/write-metadata.html.twig - - prod/results/help.html.twig + thalassa DANS titre - thalassa IN titel + thalassa DANS titre + prod/results/help.html.twig - - web/thesaurus/load-thesaurus.html.twig + thesaurus has been updated - thesaurus werd bijgewerkt + thesaurus has been updated + web/thesaurus/load-thesaurus.html.twig - - web/thesaurus/properties.html.twig + thesaurus:: %hits% reponses retournees - thesaurus:: %hits% gekregen antwoorden + thesaurus:: %hits% reponses retournees + web/thesaurus/properties.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: A cet emplacement du thesaurus , un candidat du champ %cfield% ne peut etre accepte - thesaurus:: Een kandidaatveld %cfield% kan niet worden aanvaard op deze plaats van de thesaurus + thesaurus:: A cet emplacement du thesaurus , un candidat du champ %cfield% ne peut etre accepte + web/thesaurus/accept.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: Accepter la branche comme - Aanvaardt de tak als + thesaurus:: Accepter la branche comme + web/thesaurus/accept.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: Accepter le terme comme - Aanvaard de term als + thesaurus:: Accepter le terme comme + web/thesaurus/accept.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: Ajouter le terme dans reindexer - Voeg de tem toe in de herindexatie + thesaurus:: Ajouter le terme dans reindexer + web/thesaurus/new-term.html.twig - web/thesaurus/link-field-step2.html.twig thesaurus:: Ce champ a ete modifie ; ancienne branche : %old_branch% }} thesaurus:: Ce champ a ete modifie ; ancienne branche : %old_branch% }} + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/properties.html.twig + thesaurus:: Confirmer la suppression du terme %s - Bevestig verwijderinng van de term %s + thesaurus:: Confirmer la suppression du terme %s + web/thesaurus/properties.html.twig - - web/thesaurus/thesaurus.html.twig + - + + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus:: Des termes de cette branche ne renvoient pas de hits. Les supprimer ? - De termen in deze tak versturen geen hits. Ze verwijderen ? + thesaurus:: Des termes de cette branche ne renvoient pas de hits. Les supprimer ? + web/thesaurus/thesaurus.html.twig - - web/thesaurus/index.html.twig + thesaurus:: Editer le thesaurus - Bewerk de thesaurus + thesaurus:: Editer le thesaurus + web/thesaurus/index.html.twig - - web/thesaurus/import-dialog.html.twig + thesaurus:: Importer - Importeren + thesaurus:: Importer + web/thesaurus/import-dialog.html.twig - - web/thesaurus/link-field-step2.html.twig - web/thesaurus/link-field-step3.html.twig + thesaurus:: Lier la branche de thesaurus - Link de tak van de thesaurus + thesaurus:: Lier la branche de thesaurus + web/thesaurus/link-field-step2.html.twig + web/thesaurus/link-field-step3.html.twig - - web/thesaurus/link-field-step1.html.twig + thesaurus:: Lier la branche de thesaurus au champ - Link de tak van de thesaurus aan veld + thesaurus:: Lier la branche de thesaurus au champ + web/thesaurus/link-field-step1.html.twig - - web/thesaurus/link-field-step1.html.twig + thesaurus:: Lier la branche de thesaurus au champ %branch% - thesaurus:: Link de thesaurus tak aan het veld %branch% + thesaurus:: Lier la branche de thesaurus au champ %branch% + web/thesaurus/link-field-step1.html.twig - - web/thesaurus/new-synonym-dialog.html.twig - web/thesaurus/new-term.html.twig + thesaurus:: Nouveau synonyme - Nieuw synoniem + thesaurus:: Nouveau synonyme + web/thesaurus/new-term.html.twig + web/thesaurus/thesaurus.html.twig - - web/thesaurus/new-synonym-dialog.html.twig + thesaurus:: Nouveau terme - Nieuwe term + thesaurus:: Nouveau terme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: Nouveau terme specifique - Nieuwe specifieke term + thesaurus:: Nouveau terme specifique + web/thesaurus/new-term.html.twig - - web/thesaurus/properties.html.twig + thesaurus:: Proprietes - Eigenschappen + thesaurus:: Proprietes + web/thesaurus/properties.html.twig - - web/thesaurus/thesaurus.html.twig + - + + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus:: Tous les termes ont des hits - Alle termen hebben hits + thesaurus:: Tous les termes ont des hits + web/thesaurus/thesaurus.html.twig - - web/thesaurus/index.html.twig + thesaurus:: Vous n'avez acces a aucune base - U hebt tot geen enkele database toegang + thesaurus:: Vous n'avez acces a aucune base + web/thesaurus/index.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: accepter... - Aanvaarden... + thesaurus:: accepter... + web/thesaurus/accept.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus:: afficher les termes refuses - toon de geweigerde termen + thesaurus:: afficher les termes refuses + web/thesaurus/thesaurus.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: ajouter le terme et reindexer - voeg de term toe en herindexeer + thesaurus:: ajouter le terme et reindexer + web/thesaurus/new-term.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: attention : - opgepast : + thesaurus:: attention : + web/thesaurus/new-term.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: ce champ doit etre lie au thesaurus. La reindexation de la base est necessaire - Dit veld dient aan de thesaurus gelinkt te worden. Herindexatie van de database is nodig + thesaurus:: ce champ doit etre lie au thesaurus. La reindexation de la base est necessaire + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: ce champ n'est plus lie au thesaurus, les termes indexes et candidats seront supprimes - Dit veld is niet meer aan de thesaurus gelinkt, de geïndexeerde termen en kandidaten zullen verwijderd worden + thesaurus:: ce champ n'est plus lie au thesaurus, les termes indexes et candidats seront supprimes + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: comme synonyme de %fullpath_tgt_raw% - thesaurus:: als sienoniem van %fullpath_tgt_raw% + thesaurus:: comme synonyme de %fullpath_tgt_raw% + web/thesaurus/accept.html.twig - - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig + thesaurus:: comme terme specifique - als specifieke term + thesaurus:: comme terme specifique + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig - - web/thesaurus/search.html.twig + thesaurus:: commence par - beginnen met + thesaurus:: commence par + web/thesaurus/thesaurus.html.twig - - web/thesaurus/new-synonym-dialog.html.twig + thesaurus:: contexte - Inhoud + thesaurus:: contexte + web/thesaurus/thesaurus.html.twig - - web/thesaurus/search.html.twig + thesaurus:: contient - bevat + thesaurus:: contient + web/thesaurus/thesaurus.html.twig - - Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php + thesaurus:: corbeille - Prullemand + thesaurus:: corbeille + Controller/Thesaurus/Thesaurus.php + Controller/Thesaurus/Thesaurus.php + Controller/Thesaurus/Thesaurus.php - - web/thesaurus/thesaurus.html.twig + thesaurus:: deplacer le terme dans la corbeille ? - De term in de prullemand plaatsen ? + thesaurus:: deplacer le terme dans la corbeille ? + web/thesaurus/thesaurus.html.twig - - web/thesaurus/link-field-step3.html.twig + thesaurus:: enregistrement de la liste modifiee des mots candidats. - Registratie van de lijst van de gewijzigde kandidaat woorden. + thesaurus:: enregistrement de la liste modifiee des mots candidats. + web/thesaurus/link-field-step3.html.twig - - Controller/Thesaurus/Thesaurus.php + thesaurus:: erreur lors de l'enregsitrement du fichier - Fout bij het bewaren van het bestand + thesaurus:: erreur lors de l'enregsitrement du fichier + Controller/Thesaurus/Thesaurus.php - - web/thesaurus/new-term.html.twig - web/thesaurus/new-term.html.twig + thesaurus:: est candidat en provenance des champs mais ne peut etre accepte a cet emplacement du thesaurus - is kandidaat komende van het aanvaardbare velden maar kan niet op deze plaats in de thesaurus aanvaard worden + thesaurus:: est candidat en provenance des champs mais ne peut etre accepte a cet emplacement du thesaurus + web/thesaurus/new-term.html.twig + web/thesaurus/new-term.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: est deja candidat en provenance des champs acceptables : - is reeds kandidaat komende van het aanvaardbare velden : + thesaurus:: est deja candidat en provenance des champs acceptables : + web/thesaurus/new-term.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: est deja candidat en provenance du champ acceptable : - is reeds kandidaat komende van het aanvaardbare veld : + thesaurus:: est deja candidat en provenance du champ acceptable : + web/thesaurus/new-term.html.twig - - web/thesaurus/search.html.twig - thesaurus:: est egal a - is gelijk aan + + thesaurus:: est egal a + thesaurus:: est egal a + web/thesaurus/thesaurus.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: example - Voorbeeld + thesaurus:: example + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: export : inclure la langue - De taal insluiten + thesaurus:: export : inclure la langue + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: export : inclure les hits - De hits insluiten + thesaurus:: export : inclure les hits + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: export : numeroter les lignes - Nummer de lijnen + thesaurus:: export : numeroter les lignes + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text.html.twig + thesaurus:: export au format texte - Export in text format + thesaurus:: export au format texte + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-text-dialog.html.twig + web/thesaurus/export-text.html.twig - - web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics.html.twig + thesaurus:: export en topics - Exporteer in topics + thesaurus:: export en topics + web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/export-topics.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: exporter - Exporteer + thesaurus:: exporter + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: exporter a l'ecran pour la langue %piv% - thesaurus:: voor de taal %piv% naar het scherm exporteren + thesaurus:: exporter a l'ecran pour la langue %piv% + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: exporter avec les synonymes sur la meme ligne - Exporteermet synoniemen op dezelfde lijn + thesaurus:: exporter avec les synonymes sur la meme ligne + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: exporter avec une ligne par synonyme - Exporteer met een lijn per synoniem + thesaurus:: exporter avec une ligne par synonyme + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: exporter vers topics pour toutes les langues - Exporteer naar topics voor alle talen + thesaurus:: exporter vers topics pour toutes les langues + web/thesaurus/export-topics-dialog.html.twig - Controller/Thesaurus/Thesaurus.php thesaurus:: fichier genere : %filename% thesaurus:: fichier genere : %filename% + Controller/Thesaurus/Thesaurus.php - Controller/Thesaurus/Thesaurus.php thesaurus:: fichier genere le %date% thesaurus:: fichier genere le %date% + Controller/Thesaurus/Thesaurus.php - - web/thesaurus/properties.html.twig + thesaurus:: hits - Hits + thesaurus:: hits + web/thesaurus/properties.html.twig - - web/thesaurus/properties.html.twig + thesaurus:: ids - Ids + thesaurus:: ids + web/thesaurus/properties.html.twig - - web/thesaurus/import-dialog.html.twig + thesaurus:: langue par default - Default taal + thesaurus:: langue par default + web/thesaurus/import-dialog.html.twig - - web/thesaurus/index.html.twig + thesaurus:: langue pivot - Spiltaal + thesaurus:: langue pivot + web/thesaurus/index.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: le lien au thesaurus doit etre modifie, la reindexation de la base est necessaire - De link naar thesaurus moet gewijzigd worden, herindexatie van de database is nodig + thesaurus:: le lien au thesaurus doit etre modifie, la reindexation de la base est necessaire + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/search.html.twig + thesaurus:: le terme - De term + thesaurus:: le terme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: le terme %term% avec contexte %context% - thesaurus:: de term %term% met inhoud %context% + thesaurus:: le terme %term% avec contexte %context% + web/thesaurus/new-term.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: le terme %term% sans contexte - thesaurus:: de term %term% zonder inhoud + thesaurus:: le terme %term% sans contexte + web/thesaurus/new-term.html.twig - - web/thesaurus/new-term.html.twig + thesaurus:: n'est pas present dans les candidats - is niet in de kandidaten aanwezeig + thesaurus:: n'est pas present dans les candidats + web/thesaurus/new-term.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: nouvelle branche - Nieuwe tak + thesaurus:: nouvelle branche + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus:: onglet stock - stock tabblad + thesaurus:: onglet stock + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus:: onglet thesaurus - thesaurus tabblad + thesaurus:: onglet thesaurus + web/thesaurus/thesaurus.html.twig - - web/thesaurus/export-text-dialog.html.twig + thesaurus:: options d'export : - Export opties : + thesaurus:: options d'export : + web/thesaurus/export-text-dialog.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: pas de reindexation - Geen herindexatie + thesaurus:: pas de reindexation + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: presentation - Presentatie + thesaurus:: presentation + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: presentation : branche ouvertes - open takken + thesaurus:: presentation : branche ouvertes + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: presentation : branches refermables - Sluitbare takken + thesaurus:: presentation : branches refermables + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: question complete (avec operateurs) - Volledige vraag (met operatoren) + thesaurus:: question complete (avec operateurs) + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: recherche - Zoeken + thesaurus:: recherche + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: recherche fulltext - Fulltext zoeken + thesaurus:: recherche fulltext + web/thesaurus/export-topics-dialog.html.twig - web/thesaurus/export-topics-dialog.html.twig thesaurus:: recherche thesaurus *:"query" thesaurus:: recherche thesaurus *:"query" + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/accept.html.twig - web/thesaurus/accept.html.twig + thesaurus:: refresh - vernieuw + thesaurus:: refresh + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig - - web/thesaurus/link-field-step2.html.twig + thesaurus:: reindexation necessaire - Herindexatie is nodig + thesaurus:: reindexation necessaire + web/thesaurus/link-field-step2.html.twig - - web/thesaurus/import-dialog.html.twig + thesaurus:: reindexer la base apres l'import - Herindexeer de database na het importeren + thesaurus:: reindexer la base apres l'import + web/thesaurus/import-dialog.html.twig - - web/thesaurus/link-field-step3.html.twig + thesaurus:: reindexer tous les enregistrements - Herindexeer alle veranderingen + thesaurus:: reindexer tous les enregistrements + web/thesaurus/link-field-step3.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: removed tgt - verwijderde tgt + thesaurus:: removed tgt + web/thesaurus/accept.html.twig - - web/thesaurus/accept.html.twig + thesaurus:: removed_src - verwijderde_src + thesaurus:: removed_src + web/thesaurus/accept.html.twig - - web/thesaurus/properties.html.twig - thesaurus:: remplacer - vervangen - - - web/thesaurus/new-term.html.twig + thesaurus:: selectionner la provenance a accepter - selecteer de te aanvaardbare bron + thesaurus:: selectionner la provenance a accepter + web/thesaurus/new-term.html.twig - - web/thesaurus/link-field-step3.html.twig - web/thesaurus/link-field-step3.html.twig + thesaurus:: suppression de la branche de mot candidats pour le champ %field% - thesaurus:: verwijdering van de kandidaat woorden tak voor het veld %field% + thesaurus:: suppression de la branche de mot candidats pour le champ %field% + web/thesaurus/link-field-step3.html.twig + web/thesaurus/link-field-step3.html.twig - - web/thesaurus/link-field-step3.html.twig + thesaurus:: suppression des indexes vers le thesaurus pour le champ %field% - thesaurus:: verwijdering van de indexen naar de thesaurus voor het veld %field% + thesaurus:: suppression des indexes vers le thesaurus pour le champ %field% + web/thesaurus/link-field-step3.html.twig - - web/thesaurus/link-field-step3.html.twig + thesaurus:: suppression du lien du champ %field% - thesaurus:: verwijdering van de link voor het veld %field% + thesaurus:: suppression du lien du champ %field% + web/thesaurus/link-field-step3.html.twig - - web/thesaurus/import-dialog.html.twig + thesaurus:: supprimer les liens des champs tbranch - Verwijder de links van de tak velden + thesaurus:: supprimer les liens des champs tbranch + web/thesaurus/import-dialog.html.twig - - web/thesaurus/new-synonym-dialog.html.twig + thesaurus:: synonyme - Synoniem + thesaurus:: synonyme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/properties.html.twig + thesaurus:: synonymes - Synoniemen + thesaurus:: synonymes + web/thesaurus/properties.html.twig - - web/thesaurus/new-synonym-dialog.html.twig + thesaurus:: terme - Term + thesaurus:: terme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: tout deployer - refermable - Alle implementeren - sluitbaar + thesaurus:: tout deployer - refermable + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: tout deployer - statique - Alle implementeren - statisch + thesaurus:: tout deployer - statique + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/export-topics-dialog.html.twig + thesaurus:: tout fermer - Alle sluiten + thesaurus:: tout fermer + web/thesaurus/export-topics-dialog.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: Nouveau synonyme - Niew synoniem + thesaurus::menu: Nouveau synonyme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: Nouveau terme - Nieuwe term + thesaurus::menu: Nouveau terme + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: accepter - aanvaarden - - - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig - thesaurus::menu: chercher - zoeken - - - web/thesaurus/thesaurus.html.twig - thesaurus::menu: export topics - exporteer topics - - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: accepter web/thesaurus/thesaurus.html.twig + + + thesaurus::menu: chercher + thesaurus::menu: chercher + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig + + + thesaurus::menu: export topics + thesaurus::menu: export topics + web/thesaurus/thesaurus.html.twig + + thesaurus::menu: exporter - exporteren + thesaurus::menu: exporter + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: importer - importeren + thesaurus::menu: importer + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: lier au champ - linken aan veld + thesaurus::menu: lier au champ + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig + thesaurus::menu: proprietes - eigenschappen + thesaurus::menu: proprietes + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: refuser - weigeren + thesaurus::menu: refuser + web/thesaurus/thesaurus.html.twig - - web/thesaurus/properties.html.twig - web/thesaurus/thesaurus.html.twig - web/thesaurus/thesaurus.html.twig + thesaurus::menu: supprimer - verwijderen + thesaurus::menu: supprimer + web/thesaurus/properties.html.twig + web/thesaurus/thesaurus.html.twig + web/thesaurus/thesaurus.html.twig - - web/thesaurus/thesaurus.html.twig + thesaurus::menu: supprimer les candidats a 0 hits - verwijder de kandidaten op 0 hits + thesaurus::menu: supprimer les candidats a 0 hits + web/thesaurus/thesaurus.html.twig - - actions/Tools/index.html.twig + thumbnail validation - thumbnail goedkeuring + thumbnail validation + actions/Tools/index.html.twig - - web/report/listColumn.html.twig + + to + to + web/report/report_layout_child.html.twig + web/report/report_layout_child.html.twig + + tout decocher - alles inschakelen + tout decocher + web/report/listColumn.html.twig - + + tout le monde + tout le monde web/admin/subdefs.html.twig web/admin/subdefs.html.twig - tout le monde - iedereen - - prod/results/help.html.twig + tout le sport - alle sporten + tout le sport + prod/results/help.html.twig - - web/prod/notifications.html.twig + toutes les notifications - Alle meldingen + toutes les notifications + web/prod/notifications.html.twig - - web/admin/databases.html.twig + update::Votre application necessite une mise a jour vers : - Uw programma vereist een update naar : + update::Votre application necessite une mise a jour vers : + web/admin/databases.html.twig - - web/admin/databases.html.twig + update::Votre version est a jour : - Uw versie is up to date : + update::Votre version est a jour : + web/admin/databases.html.twig - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + upload:: Destination (collection) : - Bestemming + upload:: Destination (collection) : + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - - prod/upload/upload-flash.html.twig - prod/upload/upload.html.twig + upload:: Status : - Status + upload:: Status : + prod/upload/upload-flash.html.twig + prod/upload/upload.html.twig - - web/admin/users.html.twig + users rights have been reseted - gebruikersrechten werden teruggezet + users rights have been reseted + web/admin/users.html.twig - - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig - actions/Tools/index.html.twig + validate - OK + validate + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig + actions/Tools/index.html.twig - + + validation:: NON + validation:: NON mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig lightbox/IE6/agreement_box.html.twig - validation:: NON - NEE - + + validation:: OUI + validation:: OUI mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig lightbox/IE6/agreement_box.html.twig - validation:: OUI - JA - - mobile/lightbox/basket_element.html.twig + validation:: editer ma note - bewerk mijn mededeling + validation:: editer ma note + mobile/lightbox/basket_element.html.twig - - mobile/lightbox/sc_note.html.twig + validation:: note - Nota + validation:: note + mobile/lightbox/sc_note.html.twig - - web/lightbox/sc_note.html.twig + validation:: votre note - uw nota + validation:: votre note + web/lightbox/sc_note.html.twig - + + validation::envoyer mon rapport + validation::envoyer mon rapport mobile/lightbox/validate.html.twig mobile/lightbox/validate.html.twig web/lightbox/basket_options.html.twig web/lightbox/basket_options.html.twig lightbox/IE6/basket_options.html.twig lightbox/IE6/basket_options.html.twig - validation::envoyer mon rapport - stuur mijn rapport - - web/admin/databases.html.twig + version - versie + version + web/admin/databases.html.twig - - web/report/all_content.html.twig + veuillez choisir au minimum une collection - wilt u minimum één collectie kiezen + veuillez choisir au minimum une collection + web/report/all_content.html.twig - - web/common/doctype_icons.html.twig + video - Video + video + web/common/doctype_icons.html.twig - actions/Tools/index.html.twig video tool - video tool + video tool + actions/Tools/index.html.twig - - web/account/sessions.html.twig + + yes + yes + web/account/sessions.html.twig web/admin/subdefs.html.twig web/common/technical_datas.html.twig - yes - Ja - - actions/Tools/confirm.html.twig + you are about to change the representation thumbnail of your video - U staat op het punt de presentatie thumbnail van uw video te veranderen + you are about to change the representation thumbnail of your video + actions/Tools/confirm.html.twig - - web/admin/dashboard.html.twig + your configuration - Uw configuratie + your configuration + web/admin/dashboard.html.twig
diff --git a/resources/locales/validators.de.xlf b/resources/locales/validators.de.xlf index bc911d0219..0f4fb64112 100644 --- a/resources/locales/validators.de.xlf +++ b/resources/locales/validators.de.xlf @@ -1,17 +1,17 @@ - +
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/PhraseaRecoverPasswordForm.php - Form/Login/PhraseaRegisterForm.php - Form/Login/PhraseaRenewPasswordForm.php Please provide the same passwords. Please provide the same passwords. + Form/Login/PhraseaRecoverPasswordForm.php + Form/Login/PhraseaRegisterForm.php + Form/Login/PhraseaRenewPasswordForm.php The token provided is not valid anymore diff --git a/resources/locales/validators.en.xlf b/resources/locales/validators.en.xlf index 283c7ba11c..62ea5d0e38 100644 --- a/resources/locales/validators.en.xlf +++ b/resources/locales/validators.en.xlf @@ -1,17 +1,17 @@ - +
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/PhraseaRecoverPasswordForm.php - Form/Login/PhraseaRegisterForm.php - Form/Login/PhraseaRenewPasswordForm.php Please provide the same passwords. Please provide the same passwords. + Form/Login/PhraseaRecoverPasswordForm.php + Form/Login/PhraseaRegisterForm.php + Form/Login/PhraseaRenewPasswordForm.php The token provided is not valid anymore diff --git a/resources/locales/validators.fr.xlf b/resources/locales/validators.fr.xlf index 99709f63c1..1ea99c57db 100644 --- a/resources/locales/validators.fr.xlf +++ b/resources/locales/validators.fr.xlf @@ -1,17 +1,17 @@ - +
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/PhraseaRecoverPasswordForm.php - Form/Login/PhraseaRegisterForm.php - Form/Login/PhraseaRenewPasswordForm.php Please provide the same passwords. Please provide the same passwords. + Form/Login/PhraseaRecoverPasswordForm.php + Form/Login/PhraseaRegisterForm.php + Form/Login/PhraseaRenewPasswordForm.php The token provided is not valid anymore diff --git a/resources/locales/validators.nl.xlf b/resources/locales/validators.nl.xlf index e6bc399d71..2f32cb0d25 100644 --- a/resources/locales/validators.nl.xlf +++ b/resources/locales/validators.nl.xlf @@ -1,17 +1,17 @@ - +
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/PhraseaRecoverPasswordForm.php - Form/Login/PhraseaRegisterForm.php - Form/Login/PhraseaRenewPasswordForm.php Please provide the same passwords. Please provide the same passwords. + Form/Login/PhraseaRecoverPasswordForm.php + Form/Login/PhraseaRegisterForm.php + Form/Login/PhraseaRenewPasswordForm.php The token provided is not valid anymore diff --git a/templates/web/admin/tree.html.twig b/templates/web/admin/tree.html.twig index 0941e619c0..597819ac10 100644 --- a/templates/web/admin/tree.html.twig +++ b/templates/web/admin/tree.html.twig @@ -62,7 +62,7 @@ {% if app['acl'].get(app['authentication'].getUser()).has_right('taskmanager') %}
  • - + {{ 'admin::utilisateurs: gestionnaire de taches' | trans }} diff --git a/templates/web/common/macros.html.twig b/templates/web/common/macros.html.twig index 8ca21a3577..2f7eb55fd4 100644 --- a/templates/web/common/macros.html.twig +++ b/templates/web/common/macros.html.twig @@ -97,7 +97,7 @@ {% macro caption_field(field, bounceable, extra_classes) %}
    - {{ field.label }} : + {{ field.label_name }} : {{ _self.caption_value(field, bounceable|default(true))|highlight|linkify }}
    {% endmacro %} diff --git a/templates/web/prod/WorkZone/Macros.html.twig b/templates/web/prod/WorkZone/Macros.html.twig index 9f356df039..c2d90c51bc 100644 --- a/templates/web/prod/WorkZone/Macros.html.twig +++ b/templates/web/prod/WorkZone/Macros.html.twig @@ -30,7 +30,7 @@ /> - + @@ -112,10 +112,7 @@ {% endif %} - ▼ - + diff --git a/templates/web/prod/index.html.twig b/templates/web/prod/index.html.twig index c337faa998..3c24ff9480 100644 --- a/templates/web/prod/index.html.twig +++ b/templates/web/prod/index.html.twig @@ -186,11 +186,6 @@
    {% import 'prod/WorkZone/Macros.html.twig' as WorkZoneMacros %} {{WorkZoneMacros.make_bloc(app, WorkZone)}}
    {% if GV_thesaurus %} -
    @@ -513,9 +513,6 @@
    -
    @@ -760,6 +757,11 @@ }); +
    + +
    diff --git a/templates/web/prod/preview/caption.html.twig b/templates/web/prod/preview/caption.html.twig index 4abddd7c2c..48eb0a25b5 100644 --- a/templates/web/prod/preview/caption.html.twig +++ b/templates/web/prod/preview/caption.html.twig @@ -3,7 +3,7 @@ {% if app['acl'].get(app['authentication'].getUser()).has_right_on_base(record.get_base_id, 'canmodifrecord') %} diff --git a/templates/web/prod/thesaurus.js.twig b/templates/web/prod/thesaurus.js.twig index c2492e73f5..cf4bc8a51f 100644 --- a/templates/web/prod/thesaurus.js.twig +++ b/templates/web/prod/thesaurus.js.twig @@ -471,7 +471,7 @@ function T_search(menuItem, menu, cmenu, e, label) var sbid = tcids.shift(); var term = menu._li.find("span span").html(); - v = '*:"' + term.replace("(", "[").replace(")", "]") + '"'; + v = '[' + term + ']'; var nck = 0; $('#searchForm .adv_options :checkbox[name="bases[]"]').each(function(a) @@ -804,7 +804,7 @@ function doThesSearch(type, sbid, term, field) } } if(type=='T') - v = '*:"' + term.replace("(", "[").replace(")", "]") + '"'; + v = '[' + term + ']'; else v = '"' + term + '" IN ' + field; $('form[name="phrasea_query"] input[name="qry"]').val(v); diff --git a/tests/Alchemy/Tests/Phrasea/Command/WebsocketServerTest.php b/tests/Alchemy/Tests/Phrasea/Command/WebsocketServerTest.php deleted file mode 100644 index 1f16cdd90a..0000000000 --- a/tests/Alchemy/Tests/Phrasea/Command/WebsocketServerTest.php +++ /dev/null @@ -1,29 +0,0 @@ -getMock('Symfony\Component\Console\Input\InputInterface'); - $output = $this->getMock('Symfony\Component\Console\Output\OutputInterface'); - - $sessionType = self::$DI['cli']['conf']->get(['main', 'session', 'type'], 'file'); - self::$DI['cli']['conf']->set(['main', 'session', 'type'], 'memcached'); - - self::$DI['cli']['ws.server'] = $this->getMockBuilder('Ratchet\App') - ->disableOriginalConstructor() - ->getMock(); - self::$DI['cli']['ws.server']->expects($this->once()) - ->method('run'); - - $command = new WebsocketServer('websocketserver'); - $command->setContainer(self::$DI['cli']); - $command->execute($input, $output); - - self::$DI['cli']['conf']->set(['main', 'session', 'type'], $sessionType); - } -} diff --git a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/WebsocketServerServiceProviderTest.php b/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/WebsocketServerServiceProviderTest.php deleted file mode 100644 index faa437783f..0000000000 --- a/tests/Alchemy/Tests/Phrasea/Core/CLIProvider/WebsocketServerServiceProviderTest.php +++ /dev/null @@ -1,57 +0,0 @@ -create($this->createSessionMock($usrId, $rights)); - $this->assertSame($authenticated, $consumer->isAuthenticated()); - $this->assertSame($hasRights, $consumer->hasRights($checkedRights)); - } - - public function provideConsumerManagerData() - { - return [ - [25, ['task-manager'], true, [], true], - [25, ['task-manager'], true, ['task-manager'], true], - [null, ['task-manager'], false, ['task-manager', 'neutron'], false], - [null, ['neutron', 'task-manager'], false, ['task-manager', 'neutron'], true], - [42, ['neutron', 'task-manager', 'romain'], true, ['task-manager', 'neutron'], true], - ]; - } - - private function createSessionMock($usrId, $rights) - { - $session = $this->getMock('Symfony\Component\HttpFoundation\Session\SessionInterface'); - $session->expects($this->any()) - ->method('has') - ->will($this->returnCallback(function ($prop) use ($usrId, $rights) { - switch ($prop) { - case 'usr_id': - return $usrId !== null; - case 'websockets_rights': - return $rights !== null; - } - })); - - $session->expects($this->any()) - ->method('get') - ->will($this->returnCallback(function ($prop) use ($usrId, $rights) { - switch ($prop) { - case 'usr_id': - return $usrId; - case 'websockets_rights': - return $rights; - } - })); - - return $session; - } -} diff --git a/tests/Alchemy/Tests/Phrasea/Websocket/Consumer/ConsumerTest.php b/tests/Alchemy/Tests/Phrasea/Websocket/Consumer/ConsumerTest.php deleted file mode 100644 index 49d0a8df7e..0000000000 --- a/tests/Alchemy/Tests/Phrasea/Websocket/Consumer/ConsumerTest.php +++ /dev/null @@ -1,32 +0,0 @@ -assertTrue($consumer->isAuthenticated()); - $consumer = new Consumer(null, []); - $this->assertFalse($consumer->isAuthenticated()); - } - - public function testHasRights() - { - $consumer = new Consumer(42, ['neutron']); - $this->assertTrue($consumer->hasRights('neutron')); - $consumer = new Consumer(42, ['neutron']); - $this->assertTrue($consumer->hasRights(['neutron'])); - $consumer = new Consumer(42, ['romainneutron']); - $this->assertFalse($consumer->hasRights('neutron')); - $consumer = new Consumer(42, ['romainneutron']); - $this->assertFalse($consumer->hasRights(['neutron'])); - $consumer = new Consumer(42, ['neutron']); - $this->assertFalse($consumer->hasRights(['neutron', 'romain'])); - $consumer = new Consumer(42, ['romain', 'neutron', 'bouteille']); - $this->assertTrue($consumer->hasRights(['neutron', 'romain'])); - } -} diff --git a/tests/Alchemy/Tests/Phrasea/Websocket/PhraseanetWampServerTest.php b/tests/Alchemy/Tests/Phrasea/Websocket/PhraseanetWampServerTest.php deleted file mode 100644 index 0438c0eed8..0000000000 --- a/tests/Alchemy/Tests/Phrasea/Websocket/PhraseanetWampServerTest.php +++ /dev/null @@ -1,27 +0,0 @@ -createTopicsManagerMock(); - $conn = $this->getMock('Ratchet\ConnectionInterface'); - $topicsManager->expects($this->once()) - ->method('openConnection') - ->with($conn); - - $server = new PhraseanetWampServer($topicsManager, $this->createLoggerMock()); - $server->onOpen($conn); - } - - private function createTopicsManagerMock() - { - return $this->getMockBuilder('Alchemy\Phrasea\Websocket\Topics\TopicsManager') - ->disableOriginalConstructor() - ->getMock(); - } -} diff --git a/tests/Alchemy/Tests/Phrasea/Websocket/Subscriber/TaskManagerBroadcasterSubscriberTest.php b/tests/Alchemy/Tests/Phrasea/Websocket/Subscriber/TaskManagerBroadcasterSubscriberTest.php deleted file mode 100644 index f9e0b8089c..0000000000 --- a/tests/Alchemy/Tests/Phrasea/Websocket/Subscriber/TaskManagerBroadcasterSubscriberTest.php +++ /dev/null @@ -1,127 +0,0 @@ -createZMQSocketMock(); - $socket->expects($this->once()) - ->method('send') - ->will($this->jsonCapture($json)); - - $subscriber = new TaskManagerBroadcasterSubscriber($socket); - $subscriber->onManagerStart($this->createTaskManagerEvent()); - - $this->assertValidJson($json, TopicsManager::TOPIC_TASK_MANAGER, TaskManagerEvents::MANAGER_START); - } - - public function testOnManagerStop() - { - $socket = $this->createZMQSocketMock(); - $socket->expects($this->once()) - ->method('send') - ->will($this->jsonCapture($json)); - - $subscriber = new TaskManagerBroadcasterSubscriber($socket); - $subscriber->onManagerStop($this->createTaskManagerEvent()); - - $this->assertValidJson($json, TopicsManager::TOPIC_TASK_MANAGER, TaskManagerEvents::MANAGER_STOP); - } - - public function testOnManagerRequest() - { - $socket = $this->createZMQSocketMock(); - $socket->expects($this->once()) - ->method('send') - ->will($this->jsonCapture($json)); - - $subscriber = new TaskManagerBroadcasterSubscriber($socket); - $subscriber->onManagerRequest(new TaskManagerRequestEvent($this->createTaskManagerMock(), 'PING', 'PONG')); - - $data = $this->assertValidJson($json, TopicsManager::TOPIC_TASK_MANAGER, TaskManagerEvents::MANAGER_REQUEST); - - $this->assertEquals('PING', $data['request']); - $this->assertEquals('PONG', $data['response']); - } - - public function testOnManagerTick() - { - $socket = $this->createZMQSocketMock(); - $socket->expects($this->once()) - ->method('send') - ->will($this->jsonCapture($json)); - - $subscriber = new TaskManagerBroadcasterSubscriber($socket); - $subscriber->onManagerTick($this->createTaskManagerEvent()); - - $data = $this->assertValidJson($json, TopicsManager::TOPIC_TASK_MANAGER, TaskManagerEvents::MANAGER_TICK); - - $this->assertArrayHasKey('message', $data); - $this->assertInternalType('array', $data['message']); - } - - private function assertValidJson($json, $topic, $event) - { - $data = json_decode($json, true); - - $this->assertTrue(json_last_error() === JSON_ERROR_NONE); - $this->assertArrayHasKey('event', $data); - $this->assertArrayHasKey('topic', $data); - - $this->assertEquals($event, $data['event']); - $this->assertEquals($topic, $data['topic']); - - return $data; - } - - private function jsonCapture(&$json) - { - return $this->returnCallback(function ($arg) use (&$json) { $json = $arg; return 'lala'; }); - } - - private function createZMQSocketMock() - { - $socket = $this->getMockBuilder('Alchemy\TaskManager\ZMQSocket') - ->setMethods(['send', 'bind']) - ->disableOriginalConstructor() - ->getMock(); - $socket->expects($this->once()) - ->method('bind'); - - return $socket; - } - - private function createTaskManagerMock() - { - $manager = $this->getMockBuilder('Alchemy\TaskManager\TaskManager') - ->disableOriginalConstructor() - ->getMock(); - - $processManager = $this->getMockBuilder('Neutron\ProcessManager\ProcessManager') - ->disableOriginalConstructor() - ->getMock(); - - $processManager->expects($this->any()) - ->method('getManagedProcesses') - ->will($this->returnValue([])); - - $manager->expects($this->any()) - ->method('getProcessManager') - ->will($this->returnValue($processManager)); - - return $manager; - } - - private function createTaskManagerEvent() - { - return new TaskManagerEvent($this->createTaskManagerMock()); - } -} diff --git a/tests/Alchemy/Tests/Phrasea/Websocket/Topics/DirectiveTest.php b/tests/Alchemy/Tests/Phrasea/Websocket/Topics/DirectiveTest.php deleted file mode 100644 index 5e7f4d4862..0000000000 --- a/tests/Alchemy/Tests/Phrasea/Websocket/Topics/DirectiveTest.php +++ /dev/null @@ -1,50 +0,0 @@ -assertSame('http://topic', $directive->getTopic()); - $this->assertTrue($directive->requireAuthentication()); - $this->assertSame(['neutron'], $directive->getRequiredRights()); - } - - /** - * @dataProvider provideStatisfiedByCombinaisons - */ - public function testIsSatisfiedBy($authenticationRequired, $requiredRights, $authenticated, $hasRights, $satisfied) - { - $consumer = $this->createConsumerMock($authenticated, $hasRights, $requiredRights); - $directive = new Directive('http://topic', $authenticationRequired, $requiredRights); - $this->assertEquals($satisfied, $directive->isStatisfiedBy($consumer)); - } - - public function provideStatisfiedByCombinaisons() - { - return [ - [true, ['neutron'], true, true, true], - [true, [], false, true, false], - [false, ['neutron'], true, false, false], - [false, ['neutron'], false, false, false], - ]; - } - - private function createConsumerMock($authenticated, $hasRights, $requiredRights) - { - $consumer = $this->getMock('Alchemy\Phrasea\Websocket\Consumer\ConsumerInterface'); - $consumer->expects($this->any()) - ->method('isAuthenticated') - ->will($this->returnValue($authenticated)); - $consumer->expects($this->any()) - ->method('hasRights') - ->with($requiredRights) - ->will($this->returnValue($hasRights)); - - return $consumer; - } -} diff --git a/tests/Alchemy/Tests/Phrasea/Websocket/Topics/DirectivesManagerTest.php b/tests/Alchemy/Tests/Phrasea/Websocket/Topics/DirectivesManagerTest.php deleted file mode 100644 index 315f6aa054..0000000000 --- a/tests/Alchemy/Tests/Phrasea/Websocket/Topics/DirectivesManagerTest.php +++ /dev/null @@ -1,46 +0,0 @@ -assertTrue($manager->hasAccess($consumer, new Topic('http://topic'))); - $this->assertTrue($manager->hasAccess($consumer, new Topic('http://topic2'))); - $this->assertFalse($manager->hasAccess($consumer, new Topic('http://topic3'))); - $this->assertFalse($manager->hasAccess($consumer, new Topic('http://topic4'))); - - $consumer = new Consumer(null, []); - $this->assertTrue($manager->hasAccess($consumer, new Topic('http://topic'))); - $this->assertFalse($manager->hasAccess($consumer, new Topic('http://topic2'))); - $this->assertFalse($manager->hasAccess($consumer, new Topic('http://topic3'))); - $this->assertFalse($manager->hasAccess($consumer, new Topic('http://topic4'))); - - $consumer = new Consumer(42, ['neutron']); - $this->assertTrue($manager->hasAccess($consumer, new Topic('http://topic'))); - $this->assertTrue($manager->hasAccess($consumer, new Topic('http://topic2'))); - $this->assertTrue($manager->hasAccess($consumer, new Topic('http://topic3'))); - $this->assertFalse($manager->hasAccess($consumer, new Topic('http://topic4'))); - - $consumer = new Consumer(42, ['neutron', 'bouteille', 'romain']); - $this->assertTrue($manager->hasAccess($consumer, new Topic('http://topic'))); - $this->assertTrue($manager->hasAccess($consumer, new Topic('http://topic2'))); - $this->assertTrue($manager->hasAccess($consumer, new Topic('http://topic3'))); - $this->assertTrue($manager->hasAccess($consumer, new Topic('http://topic4'))); - } -} diff --git a/tests/Alchemy/Tests/Phrasea/Websocket/Topics/TopicsManagerTest.php b/tests/Alchemy/Tests/Phrasea/Websocket/Topics/TopicsManagerTest.php deleted file mode 100644 index cd8ef1215d..0000000000 --- a/tests/Alchemy/Tests/Phrasea/Websocket/Topics/TopicsManagerTest.php +++ /dev/null @@ -1,187 +0,0 @@ -createDirectivesManagerMock(); - $consumerManager = $this->createConsumerManagerMock(); - - $manager = new TopicsManager($directivesManager, $consumerManager); - - $plugin = $this->getMock('Alchemy\Phrasea\Websocket\Topics\Plugin\PluginInterface'); - $plugin->expects($this->once()) - ->method('attach') - ->with($manager); - - $this->assertSame($manager, $manager->attach($plugin)); - } - - public function testSubscribeWithAccess() - { - $directivesManager = $this->createDirectivesManagerMock(); - $consumerManager = $this->createConsumerManagerMock(); - - $manager = new TopicsManager($directivesManager, $consumerManager); - - $conn = $this->getMock('Ratchet\ConnectionInterface'); - $conn->User = $this->getMock('Alchemy\Phrasea\Websocket\Consumer\ConsumerInterface'); - - $topic = $this->getMockBuilder('Ratchet\Wamp\Topic') - ->disableOriginalConstructor() - ->getMock(); - - $topic->expects($this->never()) - ->method('remove'); - - $directivesManager->expects($this->once()) - ->method('hasAccess') - ->will($this->returnValue(true)); - - $manager->subscribe($conn, $topic); - } - - public function testSubscribeWithoutAccess() - { - $directivesManager = $this->createDirectivesManagerMock(); - $consumerManager = $this->createConsumerManagerMock(); - - $manager = new TopicsManager($directivesManager, $consumerManager); - - $conn = $this->getMock('Ratchet\ConnectionInterface'); - $conn->User = $this->getMock('Alchemy\Phrasea\Websocket\Consumer\ConsumerInterface'); - - $topic = $this->getMockBuilder('Ratchet\Wamp\Topic') - ->disableOriginalConstructor() - ->getMock(); - - $topic->expects($this->once()) - ->method('remove') - ->with($conn); - - $directivesManager->expects($this->once()) - ->method('hasAccess') - ->will($this->returnValue(false)); - - $manager->subscribe($conn, $topic); - } - - public function testUnsubscribe() - { - $directivesManager = $this->createDirectivesManagerMock(); - $consumerManager = $this->createConsumerManagerMock(); - - $directivesManager->expects($this->once()) - ->method('hasAccess') - ->will($this->returnValue(true)); - - $manager = new TopicsManager($directivesManager, $consumerManager); - - $conn = $this->getMock('Ratchet\ConnectionInterface'); - $conn->User = $this->getMock('Alchemy\Phrasea\Websocket\Consumer\ConsumerInterface'); - - $topic = new Topic('http://topic'); - $topic->add($conn); - - // should be subscribed to be unsubscribed - $manager->subscribe($conn, $topic); - $manager->unsubscribe($conn, $topic); - - $this->assertFalse($topic->has($conn)); - } - - public function testOpenConnection() - { - $consumer = $this->getMock('Alchemy\Phrasea\Websocket\Consumer\ConsumerInterface'); - $session = $this->getMock('Symfony\Component\HttpFoundation\Session\SessionInterface'); - - $directivesManager = $this->createDirectivesManagerMock(); - $consumerManager = $this->createConsumerManagerMock(); - $consumerManager->expects($this->once()) - ->method('create') - ->with($session) - ->will($this->returnValue($consumer)); - - $manager = new TopicsManager($directivesManager, $consumerManager); - - $conn = $this->getMock('Ratchet\ConnectionInterface'); - $conn->Session = $session; - - $manager->openConnection($conn); - - $this->assertSame($consumer, $conn->User); - } - - public function testCloseConnection() - { - $directivesManager = $this->createDirectivesManagerMock(); - $consumerManager = $this->createConsumerManagerMock(); - - $directivesManager->expects($this->once()) - ->method('hasAccess') - ->will($this->returnValue(true)); - - $manager = new TopicsManager($directivesManager, $consumerManager); - - $conn = $this->getMock('Ratchet\ConnectionInterface'); - $conn->User = $this->getMock('Alchemy\Phrasea\Websocket\Consumer\ConsumerInterface'); - - $topic = new Topic('http://topic'); - $topic->add($conn); - - // should be subscribed to be unsubscribed - $manager->subscribe($conn, $topic); - $manager->closeConnection($conn); - - $this->assertFalse($topic->has($conn)); - } - - public function testBroadcast() - { - $directivesManager = $this->createDirectivesManagerMock(); - $consumerManager = $this->createConsumerManagerMock(); - - $directivesManager->expects($this->once()) - ->method('hasAccess') - ->will($this->returnValue(true)); - - $manager = new TopicsManager($directivesManager, $consumerManager); - - $conn = $this->getMock('Ratchet\ConnectionInterface'); - $conn->User = $this->getMock('Alchemy\Phrasea\Websocket\Consumer\ConsumerInterface'); - - $topic = $this->getMockBuilder('Ratchet\Wamp\Topic') - ->disableOriginalConstructor() - ->getMock(); - $topic->expects($this->any()) - ->method('getId') - ->will($this->returnValue('http://topic')); - $topic->expects($this->once()) - ->method('broadcast') - ->with('hello world !'); - - // should be subscribed to be unsubscribed - $manager->subscribe($conn, $topic); - $manager->broadcast('http://topic', 'hello world !'); - $manager->broadcast('http://topic2', 'nothing'); - } - - private function createDirectivesManagerMock() - { - return $this->getMockBuilder('Alchemy\Phrasea\Websocket\Topics\DirectivesManager') - ->disableOriginalConstructor() - ->getMock(); - } - - private function createConsumerManagerMock() - { - return $this->getMockBuilder('Alchemy\Phrasea\Websocket\Consumer\ConsumerManager') - ->disableOriginalConstructor() - ->getMock(); - } -} diff --git a/tests/bootstrap.sh b/tests/bootstrap.sh index f0f3feb47b..5396701c01 100755 --- a/tests/bootstrap.sh +++ b/tests/bootstrap.sh @@ -6,8 +6,8 @@ if ! ./bin/developer system:uninstall > /dev/null 2>&1 then rm -f config/configuration.yml config/configuration-compiled.php fi -./bin/setup system:install --email=test@phraseanet.com --password=test --db-user=root --db-template=fr --db-password=toor --databox=db_test --appbox=ab_test --server-name=http://127.0.0.1 -y -./bin/developer ini:reset --email=test@phraseanet.com --password=test --run-patches --no-setup-dbs +./bin/setup system:install --email=test@phraseanet.com --password=test --db-user=root --db-template=fr --db-password=toor --databox=db_test --appbox=ab_test --server-name=http://127.0.0.1 -y -vvv +./bin/developer ini:reset --email=test@phraseanet.com --password=test --run-patches --no-setup-dbs -vvv php resources/hudson/cleanupSubdefs.php -./bin/developer ini:setup-tests-dbs -./bin/developer phraseanet:regenerate-sqlite +./bin/developer ini:setup-tests-dbs -vvv +./bin/developer phraseanet:regenerate-sqlite -vvv diff --git a/www/scripts/apps/admin/main/app.js b/www/scripts/apps/admin/main/app.js index 9d9f4ff0c7..a94fa5698e 100644 --- a/www/scripts/apps/admin/main/app.js +++ b/www/scripts/apps/admin/main/app.js @@ -11,10 +11,9 @@ define([ "jquery", "underscore", "backbone", - "common/websockets/connection", "apps/admin/main/views/leftPanel", "apps/admin/main/views/rightPanel" -], function ($, _, Backbone, WSConnection, LeftPanel, RightPanel) { +], function ($, _, Backbone, LeftPanel, RightPanel) { window.AdminApp = { $scope: $("#admin-app"), $leftView : $(".left-view", this.$scope), @@ -68,10 +67,6 @@ define([ throw "You must define a websocket url"; } - if (false === WSConnection.isConnected()) { - // WSConnection.connect(options.wsurl); - } - create(); AdminApp.LeftView.activeTree(); diff --git a/www/scripts/apps/admin/main/views/leftPanel.js b/www/scripts/apps/admin/main/views/leftPanel.js index f215e92a83..1121553bcb 100644 --- a/www/scripts/apps/admin/main/views/leftPanel.js +++ b/www/scripts/apps/admin/main/views/leftPanel.js @@ -11,9 +11,8 @@ define([ "jquery", "underscore", "backbone", - "common/websockets/subscriberManager", "jquery.treeview" -], function ($, _, Backbone, SubscriberManager) { +], function ($, _, Backbone) { var LeftPanelView = Backbone.View.extend({ initialize: function (options) { options = options || {}; diff --git a/www/scripts/apps/admin/tasks-manager/app.js b/www/scripts/apps/admin/tasks-manager/app.js index 39c1aa9ef8..2a54789819 100644 --- a/www/scripts/apps/admin/tasks-manager/app.js +++ b/www/scripts/apps/admin/tasks-manager/app.js @@ -12,14 +12,12 @@ define([ "underscore", "backbone", "models/scheduler", - "common/websockets/connection", - "common/websockets/subscriberManager", "apps/admin/tasks-manager/views/scheduler", "apps/admin/tasks-manager/views/tasks", "apps/admin/tasks-manager/views/ping", "apps/admin/tasks-manager/views/refresh", "apps/admin/tasks-manager/collections/tasks" -], function ($, _, Backbone, Scheduler, WSConnection, SubscriberManager, SchedulerView, TasksView, PingView, RefreshView, TasksCollection) { +], function ($, _, Backbone, Scheduler, SchedulerView, TasksView, PingView, RefreshView, TasksCollection) { var create = function() { window.TaskManagerApp = { $scope: $("#task-manager-app"), @@ -55,23 +53,6 @@ define([ TaskManagerApp.tasksView.render(); TaskManagerApp.schedulerView.render(); - SubscriberManager.pushCallback(function(topic, msg) { - // double encoded string - var msg = JSON.parse(JSON.parse(msg)); - WSConnection.trigger("ws:"+msg.event, msg); - }); - - // On ticks re-render ping view, update tasks & scheduler model - WSConnection.on("ws:manager-tick", function(response) { - TaskManagerApp.pingView.render(); - TaskManagerApp.Scheduler.set({"actual": "started", "process-id": response.message.manager["process-id"]}); - _.each(response.message.jobs, function(data, id) { - var jobModel = TaskManagerApp.tasksCollection.get(id); - if ("undefined" !== typeof jobModel) { - jobModel.set({"actual": data["status"], "process-id": data["process-id"]}); - } - }); - }); } ); }; diff --git a/www/scripts/common/websockets/connection.js b/www/scripts/common/websockets/connection.js deleted file mode 100644 index cc274f6b3f..0000000000 --- a/www/scripts/common/websockets/connection.js +++ /dev/null @@ -1,53 +0,0 @@ -define([ - "underscore", - "backbone" -], function (_, Backbone) { - var activeSession = null; - - return _.extend({ - connect: function(url) { - if (this.isConnected()) { - throw "Connection is already active"; - } - var that = this; - // autobahn js is defined as a global object there is no way to load - // it as a UMD module - ab.connect(url, function (session) { - activeSession = session; - that.trigger("ws:connect", activeSession); - }, - function (code, reason) { - that.trigger("ws:session-gone", code, reason); - }); - }, - close: function() { - if (false === this.isConnected()) { - throw "Not connected to websocket"; - } - activeSession.close(); - activeSession = null; - this.trigger("ws:session-close"); - }, - isConnected: function() { - return activeSession !== null; - }, - subscribe: function(topic, callback) { - if (false === this.isConnected()) { - this.on("ws:connect", function(session) { - session.subscribe(topic, callback); - this.trigger("ws:session-subscribe", topic); - }); - return; - } - activeSession.subscribe(topic, callback); - this.trigger("ws:session-subscribe", topic); - }, - unsubscribe: function(topic, callback) { - if (false === this.isConnected()) { - return; - } - activeSession.unsubscribe(topic, callback); - this.trigger("ws:session-unsubscribe", topic); - } - }, Backbone.Events); -}); diff --git a/www/scripts/common/websockets/subscriberManager.js b/www/scripts/common/websockets/subscriberManager.js deleted file mode 100644 index 1ba452d74d..0000000000 --- a/www/scripts/common/websockets/subscriberManager.js +++ /dev/null @@ -1,39 +0,0 @@ -define([ - "underscore", - "backbone", - "common/websockets/connection" -], function (_, Backbone, WSConnection) { - var currentTopic = null; - var callbackStack = []; - - var callbackHandler = function (topic, msg) { - _.each(callbackStack, function(cb) { - cb(topic, msg); - }); - }; - - var reset = function () { - callbackStack = []; - currentTopic = null; - }; - - return { - 'register': function (topic) { - this.unregister(); - WSConnection.subscribe(topic, callbackHandler); - currentTopic = topic; - }, - 'unregister': function () { - if (currentTopic !== null) { - WSConnection.unsubscribe(currentTopic); - reset(); - } - }, - 'pushCallback': function (callback) { - callbackStack.push(callback); - }, - 'hasCallbacks' : function() { - return callbackStack.length > 0; - } - } -}); diff --git a/www/scripts/tests/specs/websockets/connection.js b/www/scripts/tests/specs/websockets/connection.js deleted file mode 100644 index 1e0a831e2c..0000000000 --- a/www/scripts/tests/specs/websockets/connection.js +++ /dev/null @@ -1,86 +0,0 @@ -define([ - 'chai', - 'sinonchai', - 'underscore', - 'common/websockets/connection' -], function (chai, sinonchai, _, connection) { - var expect = chai.expect; - var assert = chai.assert; - var should = chai.should(); - chai.use(sinonchai); - - describe("Connection", function () { - describe("Functionnal", function () { - beforeEach(function () { - this.session = {"hello":"session"}; - this.session.close = sinon.spy(); - this.session.subscribe = sinon.spy(); - this.session.unsubscribe = sinon.spy(); - - this.wsConnection = connection; - var $this = this; - var cbSuccess = function (session) { - activeSession = $this.session; - }; - window.ab = { - connect: function(url, cbSuccess, cbError) { - cbSuccess($this.session); - } - } - }); - - afterEach(function () { - if (this.wsConnection.isConnected()) { - this.wsConnection.close(); - } - }); - - it("should have a session", function () { - this.wsConnection.connect(); - assert.ok(this.wsConnection.isConnected()); - }); - - it("should close the session", function () { - this.wsConnection.connect(); - assert.ok(this.wsConnection.isConnected()); - this.wsConnection.close(); - assert.ok(!this.wsConnection.isConnected()); - }); - - it("should warn if you close the session and you are not connected", function () { - var throws = false; - try { - this.wsConnection.close(); - } catch (e) { - throws = true; - } - - assert.ok(throws); - }); - - it("should not connect anymore after first connect", function () { - var throws = false; - this.wsConnection.connect(); - try { - this.wsConnection.connect(); - } catch (e) { - throws = true; - } - - assert.ok(throws); - }); - - it("should call session subscribe once", function () { - this.wsConnection.connect(); - this.wsConnection.subscribe(); - expect(this.session.subscribe.should.have.callCount(1)).to.be.ok; - }); - - it("should call session unsubscribe once", function () { - this.wsConnection.connect(); - this.wsConnection.unsubscribe(); - expect(this.session.unsubscribe.should.have.callCount(1)).to.be.ok; - }); - }); - }); -}); diff --git a/www/scripts/tests/specs/websockets/subscriberManager.js b/www/scripts/tests/specs/websockets/subscriberManager.js deleted file mode 100644 index b767f90e75..0000000000 --- a/www/scripts/tests/specs/websockets/subscriberManager.js +++ /dev/null @@ -1,73 +0,0 @@ -define([ - 'chai', - 'sinonchai', - 'underscore', - 'squire' -], function(chai, sinonchai, _, Squire) { - var expect = chai.expect; - var assert = chai.assert; - var should = chai.should(); - chai.use(sinonchai); - - (function () { - describe("SubscriberManager", function () { - beforeEach(function () { - var $this = this; - $this.connection = {}; - $this.connection.subscribe = sinon.spy(); - $this.connection.unsubscribe = sinon.spy(); - - }); - - it("should call subscribe", function () { - var $this = this; - var injector = new Squire(); - injector.mock( - ["common/websockets/connection"], $this.connection - ).require(['common/websockets/subscriberManager'], function(manager) { - manager.register('topic'); - expect($this.connection.subscribe.should.have.callCount(1)).to.be.ok; - assert.ok(manager.hasCallbacks()); - }); - - try{ - injector.remove(); - } catch(e) { - } - }); - - it("should call unsubscribe", function () { - var $this = this; - var injector = new Squire(); - injector.mock( - ["common/websockets/connection"], $this.connection - ).require(['common/websockets/subscriberManager'], function(manager) { - manager.register('topic'); - manager.unregister(); - expect($this.connection.unsubscribe.should.have.callCount(1)).to.be.ok; - assert.ok(!manager.hasCallbacks()); - }); - try{ - injector.remove(); - } catch(e) { - } - }); - - it("should add callbacks", function () { - var $this = this; - var injector = new Squire(); - injector.mock( - ["common/websockets/connection"], $this.connection - ).require(['common/websockets/subscriberManager'], function(manager) { - assert.ok(!manager.hasCallbacks()); - manager.pushCallback(function(){return null;}); - assert.ok(manager.hasCallbacks()); - }); - try{ - injector.remove(); - } catch(e) { - } - }); - }); - })(); -}); diff --git a/www/scripts/tests/websocket.html b/www/scripts/tests/websocket.html deleted file mode 100644 index 9ce6594723..0000000000 --- a/www/scripts/tests/websocket.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - Mocha Spec Runner - - - -
    - - - - - - - diff --git a/www/skins/icons/contextMenuTrigger.png b/www/skins/icons/contextMenuTrigger.png new file mode 100644 index 0000000000..3eed5adc17 Binary files /dev/null and b/www/skins/icons/contextMenuTrigger.png differ diff --git a/www/skins/icons/door.png b/www/skins/icons/door.png index b4ac368719..87be46f45f 100644 Binary files a/www/skins/icons/door.png and b/www/skins/icons/door.png differ diff --git a/www/skins/icons/feedback16.png b/www/skins/icons/feedback16.png index 79766c8661..530f0814e5 100644 Binary files a/www/skins/icons/feedback16.png and b/www/skins/icons/feedback16.png differ diff --git a/www/skins/icons/proposition_off32.png b/www/skins/icons/proposition_off32.png index e9efa06afb..1be614ebed 100644 Binary files a/www/skins/icons/proposition_off32.png and b/www/skins/icons/proposition_off32.png differ diff --git a/www/skins/icons/push64.png b/www/skins/icons/push64.png index e7469cc913..d95894f0ff 100644 Binary files a/www/skins/icons/push64.png and b/www/skins/icons/push64.png differ diff --git a/www/skins/prod/000000/prodcolor.css b/www/skins/prod/000000/prodcolor.css index 4913c40aac..7fc33fc048 100644 --- a/www/skins/prod/000000/prodcolor.css +++ b/www/skins/prod/000000/prodcolor.css @@ -276,7 +276,8 @@ span.ww_winTitle { } #idFrameC .ui-tabs #thesaurus_tab li.th_tab { - height: 34px; + height: 23px; + margin-left: 10px; } #THPD_T, #THPD_C { @@ -957,6 +958,7 @@ div.diapo { top: 0px; left: 10px; right: 10px; + margin-top: 21px; } #idFrameC .ui-tabs .ui-tabs-panel,#idFrameE .ui-tabs .ui-tabs-panel { @@ -1115,6 +1117,16 @@ div.diapo { display: block; } +#baskets .menu .contextMenuTrigger { + cursor: pointer; + display: block; + padding: 0; + margin: 0; + background: url('../../icons/contextMenuTrigger.png') 0 13px no-repeat; + height: 45px; + width: 13px; +} + /** hack IE7 only */ *:first-child+html .workzone-menu-title { margin-right:65px; @@ -4405,7 +4417,47 @@ ui-dialog-titlebar { max-heigh: 16px; } -#answers .status img { - max-width: 16px; - max-heigh: 16px; -} \ No newline at end of file +#paginate { + position: absolute; + bottom: 30px; + right: 65px; +} + +#paginate #tool_navigate { + background-color: #000; + /*border: 1px solid #3b3b3b;*/ +} + + +#paginate #tool_navigate input, +#paginate #tool_navigate a { + border: none; + border-top: 1px solid #3b3b3b; + border-bottom: 1px solid #3b3b3b; + padding: 0; + margin: 0; + border-radius: 0; + height: 50px; + line-height: 50px; + vertical-align: middle; + width: 30px; + background: none; + font-weight: normal; + text-shadow: none; + box-shadow: none; + color: #3b3b3b; +} + +#paginate #tool_navigate:first-child { + border-left: 1px solid #3b3b3b; +} + +#paginate #tool_navigate:last-child { + border-right: 1px solid #3b3b3b; +} + +#paginate #tool_navigate input, +#paginate #tool_navigate a:hover { + color: #fff; + background: #076882; +}