diff --git a/composer.json b/composer.json index f30a098848..f4815c4617 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,7 @@ "ircmaxell/random-lib": "~1.0", "jms/serializer": "~0.10", "jms/translation-bundle": "dev-rebase-2015-10-20", - "justinrainbow/json-schema": "~1.3", + "justinrainbow/json-schema": "2.0.3 as 1.6.1", "league/flysystem": "^1.0", "league/flysystem-aws-s3-v2": "^1.0", "league/fractal": "dev-bug/null-resource-serialization#891856f as 0.13.0", diff --git a/composer.lock b/composer.lock index 9f1115632a..ebddda44d6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "685ed8f8578c211ee14ebc00703ab281", - "content-hash": "acd719252dc8e17e752f2e87f571a7b5", + "hash": "e3c9335da1fb653e0e2af3c12ad85d1e", + "content-hash": "2af2f721294eb3e2aed29d7a686f6567", "packages": [ { "name": "alchemy-fr/tcpdf-clone", @@ -15,6 +15,12 @@ "url": "https://github.com/alchemy-fr/tcpdf-clone.git", "reference": "2ba0248a7187f1626df6c128750650416267f0e7" }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/alchemy-fr/tcpdf-clone/zipball/2ba0248a7187f1626df6c128750650416267f0e7", + "reference": "2ba0248a7187f1626df6c128750650416267f0e7", + "shasum": "" + }, "require": { "php": ">=5.3.0" }, @@ -61,6 +67,10 @@ "qrcode", "tcpdf" ], + "support": { + "source": "https://github.com/alchemy-fr/tcpdf-clone/tree/6.0.039", + "issues": "https://github.com/alchemy-fr/tcpdf-clone/issues" + }, "time": "2013-10-13 16:11:17" }, { @@ -537,6 +547,12 @@ "url": "https://github.com/alchemy-fr/symfony-cors.git", "reference": "dbf7fcff1ce9fc1265db12955476ff169eab7375" }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/alchemy-fr/symfony-cors/zipball/dbf7fcff1ce9fc1265db12955476ff169eab7375", + "reference": "dbf7fcff1ce9fc1265db12955476ff169eab7375", + "shasum": "" + }, "require": { "symfony/http-kernel": "^2.3.0|^3.0.0" }, @@ -557,11 +573,7 @@ "Alchemy\\CorsBundle\\": "src/Bundle/" } }, - "autoload-dev": { - "psr-4": { - "Alchemy\\Cors\\Tests\\": "tests/unit/Component/" - } - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -1790,12 +1802,12 @@ "source": { "type": "git", "url": "https://github.com/igorw/evenement.git", - "reference": "v1.0.0" + "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/igorw/evenement/zipball/v1.0.0", - "reference": "v1.0.0", + "url": "https://api.github.com/repos/igorw/evenement/zipball/fa966683e7df3e5dd5929d984a44abfbd6bafe8d", + "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d", "shasum": "" }, "require": { @@ -1822,7 +1834,7 @@ "keywords": [ "event-dispatcher" ], - "time": "2012-05-30 08:01:08" + "time": "2012-05-30 15:01:08" }, { "name": "facebook/php-sdk", @@ -2811,12 +2823,12 @@ "source": { "type": "git", "url": "https://github.com/hoaproject/Stream.git", - "reference": "011ab91d942f1d7096deade4c8a10fe57d51c5b3" + "reference": "3bc446bc00849bf51166adc415d77aa375d48d8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hoaproject/Stream/zipball/011ab91d942f1d7096deade4c8a10fe57d51c5b3", - "reference": "011ab91d942f1d7096deade4c8a10fe57d51c5b3", + "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3bc446bc00849bf51166adc415d77aa375d48d8c", + "reference": "3bc446bc00849bf51166adc415d77aa375d48d8c", "shasum": "" }, "require": { @@ -2861,7 +2873,7 @@ "stream", "wrapper" ], - "time": "2015-10-22 06:30:43" + "time": "2015-10-26 12:21:43" }, { "name": "hoa/ustring", @@ -3453,25 +3465,25 @@ }, { "name": "justinrainbow/json-schema", - "version": "1.6.1", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341" + "reference": "c21534c635f03428e92254333fab4ae35b2cdfd9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341", - "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/c21534c635f03428e92254333fab4ae35b2cdfd9", + "reference": "c21534c635f03428e92254333fab4ae35b2cdfd9", "shasum": "" }, "require": { - "php": ">=5.3.29" + "php": ">=5.3.3" }, "require-dev": { - "json-schema/json-schema-test-suite": "1.1.0", + "json-schema/json-schema-test-suite": "1.1.2", "phpdocumentor/phpdocumentor": "~2", - "phpunit/phpunit": "~3.7" + "phpunit/phpunit": "^4.8.22" }, "bin": [ "bin/validate-json" @@ -3479,7 +3491,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -3489,7 +3501,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { @@ -3515,7 +3527,7 @@ "json", "schema" ], - "time": "2016-01-25 15:43:01" + "time": "2016-05-10 20:38:51" }, { "name": "league/flysystem", @@ -3890,7 +3902,7 @@ ], "authors": [ { - "name": "Stephen Clay", + "name": "Steve Clay", "email": "steve@mrclay.org", "homepage": "http://www.mrclay.org/", "role": "Developer" @@ -4076,21 +4088,21 @@ "source": { "type": "git", "url": "https://github.com/romainneutron/Imagine-Silex-Service-Provider.git", - "reference": "0.1.2" + "reference": "a8a7862ae90419f2b23746cd8436c2310e4eb084" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/romainneutron/Imagine-Silex-Service-Provider/zipball/0.1.2", - "reference": "0.1.2", + "url": "https://api.github.com/repos/romainneutron/Imagine-Silex-Service-Provider/zipball/a8a7862ae90419f2b23746cd8436c2310e4eb084", + "reference": "a8a7862ae90419f2b23746cd8436c2310e4eb084", "shasum": "" }, "require": { "imagine/imagine": "*", "php": ">=5.3.3", - "silex/silex": ">=1.0,<2.0" + "silex/silex": "~1.0" }, "require-dev": { - "symfony/browser-kit": ">=2.0,<3.0" + "symfony/browser-kit": "~2.0" }, "type": "library", "autoload": { @@ -5563,7 +5575,7 @@ }, { "name": "Phraseanet Team", - "email": "support@alchemy.fr", + "email": "info@alchemy.fr", "homepage": "http://www.phraseanet.com/" } ], @@ -7716,6 +7728,12 @@ } ], "aliases": [ + { + "alias": "1.6.1", + "alias_normalized": "1.6.1.0", + "version": "2.0.3.0", + "package": "justinrainbow/json-schema" + }, { "alias": "0.13.0", "alias_normalized": "0.13.0.0", diff --git a/config/configuration.sample.yml b/config/configuration.sample.yml index 9fe381da3e..f8498c8107 100644 --- a/config/configuration.sample.yml +++ b/config/configuration.sample.yml @@ -6,6 +6,7 @@ main: maintenance: false languages: [] key: '' + api_require_ssl: true database: host: 127.0.0.1 port: 3306 diff --git a/lib/Alchemy/Phrasea/Account/RestrictedStatusExtractor.php b/lib/Alchemy/Phrasea/Account/RestrictedStatusExtractor.php new file mode 100644 index 0000000000..4be094ea2b --- /dev/null +++ b/lib/Alchemy/Phrasea/Account/RestrictedStatusExtractor.php @@ -0,0 +1,81 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Alchemy\Phrasea\Account; + +class RestrictedStatusExtractor +{ + /** + * @var \ACL + */ + private $acl; + + /** + * @var \appbox + */ + private $applicationBox; + + /** + * @param \ACL $acl + * @param \appbox $applicationBox + */ + public function __construct(\ACL $acl, \appbox $applicationBox) + { + $this->acl = $acl; + $this->applicationBox = $applicationBox; + } + + public function getRestrictedStatuses($baseId) + { + $restrictions = []; + + $andMask = $this->acl->get_mask_and($baseId); + $xorMask = $this->acl->get_mask_xor($baseId); + + $structure = $this->getStatusStructure($baseId); + + for ($position = 0; $position < 32; $position++) { + $andBit = (1 << $position) & $andMask; + $xorBit = (1 << $position) & $xorMask; + + $status = $structure->getStatus($position); + + if (! $andBit && $status['labels_on_i18n'] == null && $status['labels_off_i18n'] == null) { + // Ignore unrestricted statuses with null label arrays (label is not configured, hence not used) + continue; + } + + $restrictions[] = [ + 'position' => $position, + 'labels' => [ + 'on' => $status['labels_on_i18n'], + 'off' => $status['labels_off_i18n'] + ], + 'restricted' => (bool) $andBit, + 'restriction_flag' => (bool) $xorBit + ]; + } + + return $restrictions; + } + + /** + * @param $baseId + * @return \Alchemy\Phrasea\Status\StatusStructure + */ + private function getStatusStructure($baseId) + { + $databoxId = $this->applicationBox->get_collection($baseId)->get_sbas_id(); + $databox = $this->applicationBox->get_databox($databoxId); + + return $databox->getStatusStructure(); + } +} diff --git a/lib/Alchemy/Phrasea/Application.php b/lib/Alchemy/Phrasea/Application.php index cef66745ac..b27d641ec5 100644 --- a/lib/Alchemy/Phrasea/Application.php +++ b/lib/Alchemy/Phrasea/Application.php @@ -23,7 +23,6 @@ use Alchemy\Phrasea\Core\Event\Subscriber\BridgeSubscriber; use Alchemy\Phrasea\Core\Event\Subscriber\ExportSubscriber; use Alchemy\Phrasea\Core\Event\Subscriber\FeedEntrySubscriber; use Alchemy\Phrasea\Core\Event\Subscriber\LazaretSubscriber; -use Alchemy\Phrasea\Core\Event\Subscriber\OrderSubscriber; use Alchemy\Phrasea\Core\Event\Subscriber\PhraseaInstallSubscriber; use Alchemy\Phrasea\Core\Event\Subscriber\RegistrationSubscriber; use Alchemy\Phrasea\Core\Event\Subscriber\ValidationSubscriber; @@ -56,6 +55,7 @@ use Alchemy\Phrasea\Core\Provider\JMSSerializerServiceProvider; use Alchemy\Phrasea\Core\Provider\LocaleServiceProvider; use Alchemy\Phrasea\Core\Provider\ManipulatorServiceProvider; use Alchemy\Phrasea\Core\Provider\NotificationDelivererServiceProvider; +use Alchemy\Phrasea\Core\Provider\OrderServiceProvider; use Alchemy\Phrasea\Core\Provider\PhraseaEventServiceProvider; use Alchemy\Phrasea\Core\Provider\PhraseanetServiceProvider; use Alchemy\Phrasea\Core\Provider\PhraseaVersionServiceProvider; @@ -237,10 +237,12 @@ class Application extends SilexApplication $this->register(new PhraseaEventServiceProvider()); $this->register(new LocaleServiceProvider()); + $this->setupEventDispatcher(); + $this->register(new OrderServiceProvider()); $this->register(new WebhookServiceProvider()); - + $this['phraseanet.exception_handler'] = $this->share(function ($app) { /** @var PhraseaExceptionHandler $handler */ $handler = PhraseaExceptionHandler::register($app['debug']); @@ -705,7 +707,6 @@ class Application extends SilexApplication $dispatcher->addSubscriber(new RegistrationSubscriber($app)); $dispatcher->addSubscriber(new BridgeSubscriber($app)); $dispatcher->addSubscriber(new ExportSubscriber($app)); - $dispatcher->addSubscriber(new OrderSubscriber($app)); $dispatcher->addSubscriber(new BasketSubscriber($app)); $dispatcher->addSubscriber(new LazaretSubscriber($app)); $dispatcher->addSubscriber(new ValidationSubscriber($app)); diff --git a/lib/Alchemy/Phrasea/Command/Task/TaskRun.php b/lib/Alchemy/Phrasea/Command/Task/TaskRun.php index e039f8f09d..b7244c081c 100644 --- a/lib/Alchemy/Phrasea/Command/Task/TaskRun.php +++ b/lib/Alchemy/Phrasea/Command/Task/TaskRun.php @@ -15,6 +15,7 @@ use Alchemy\Phrasea\Command\TaskManagerCommand; use Alchemy\Phrasea\Exception\RuntimeException; use Alchemy\Phrasea\Model\Entities\Task; use Alchemy\Phrasea\TaskManager\Event\FinishedJobRemoverSubscriber; +use Alchemy\Phrasea\TaskManager\Job\AbstractJob; use Alchemy\Phrasea\TaskManager\Job\JobData; use Alchemy\TaskManager\Event\JobSubscriber\DurationLimitSubscriber; use Alchemy\TaskManager\Event\JobSubscriber\LockFileSubscriber; @@ -72,6 +73,12 @@ class TaskRun extends TaskManagerCommand return $task; } + /** + * @param InputInterface $input + * @param Task $task + * @param Logger $logger + * @return AbstractJob + */ protected function createJob(InputInterface $input, Task $task, Logger $logger) { $job = $this->container['task-manager.job-factory']->create($task->getJobId()); diff --git a/lib/Alchemy/Phrasea/Controller/Api/OAuth2Controller.php b/lib/Alchemy/Phrasea/Controller/Api/OAuth2Controller.php index 767e1cd802..a7f52bd4f6 100644 --- a/lib/Alchemy/Phrasea/Controller/Api/OAuth2Controller.php +++ b/lib/Alchemy/Phrasea/Controller/Api/OAuth2Controller.php @@ -16,6 +16,7 @@ use Alchemy\Phrasea\Authentication\Exception\AccountLockedException; use Alchemy\Phrasea\Authentication\Exception\RequireCaptchaException; use Alchemy\Phrasea\Authentication\Phrasea\PasswordAuthenticationInterface; use Alchemy\Phrasea\Controller\Controller; +use Alchemy\Phrasea\Core\Configuration\PropertyAccess; use Alchemy\Phrasea\Core\Event\PostAuthenticate; use Alchemy\Phrasea\Core\Event\PreAuthenticate; use Alchemy\Phrasea\Core\PhraseaEvents; @@ -174,8 +175,11 @@ class OAuth2Controller extends Controller */ public function tokenAction(Request $request) { - if ( ! $request->isSecure()) { - throw new HttpException(400, 'This route requires the use of the https scheme', null, ['content-type' => 'application/json']); + /** @var PropertyAccess $config */ + $config = $this->app['conf']; + + if ( ! $request->isSecure() && $config->get(['main', 'api_require_ssl'], true) == true) { + throw new HttpException(400, 'This route requires the use of the https scheme: ' . $config->get(['main', 'api_require_ssl']), null, ['content-type' => 'application/json']); } $this->oAuth2Adapter->grantAccessToken($request); diff --git a/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php b/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php index 9fb9922644..db69f75d3e 100644 --- a/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php +++ b/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php @@ -14,6 +14,7 @@ use Alchemy\Phrasea\Account\AccountService; use Alchemy\Phrasea\Account\CollectionRequestMapper; use Alchemy\Phrasea\Account\Command\UpdateAccountCommand; use Alchemy\Phrasea\Account\Command\UpdatePasswordCommand; +use Alchemy\Phrasea\Account\RestrictedStatusExtractor; use Alchemy\Phrasea\Application\Helper\DataboxLoggerAware; use Alchemy\Phrasea\Application\Helper\DispatcherAware; use Alchemy\Phrasea\Application\Helper\JsonBodyAware; @@ -84,6 +85,10 @@ use Alchemy\Phrasea\Status\StatusStructure; use Alchemy\Phrasea\TaskManager\LiveInformation; use Alchemy\Phrasea\Utilities\NullableDateTime; use Doctrine\ORM\EntityManager; +<<<<<<< HEAD +======= +use JMS\TranslationBundle\Annotation\Ignore; +>>>>>>> 4.0 use League\Fractal\Resource\Item; use Symfony\Component\Form\Form; use Symfony\Component\HttpFoundation\File\UploadedFile; @@ -747,6 +752,9 @@ class V1Controller extends Controller $grants = []; + + $statusMapper = new RestrictedStatusExtractor($acl, $this->getApplicationBox()); + foreach ($bases as $base) { $baseGrants = []; @@ -763,6 +771,33 @@ class V1Controller extends Controller 'base_id' => $base->get_base_id(), 'collection_id' => $base->get_coll_id(), 'rights' => $baseGrants, + 'statuses' => $statusMapper->getRestrictedStatuses($base->get_base_id()) + ]; + } + + return $grants; + } + + private function listUserDataboxes(User $user) + { + $acl = $this->getAclForUser($user); + $rightsByDatabox = $acl->get_sbas_rights(); + $grants = []; + + foreach ($rightsByDatabox as $databoxId => $databoxRights) { + $rights = []; + + foreach ($databoxRights as $name => $allowedFlag) { + if (! $allowedFlag) { + continue; + } + + $rights[] = $name; + } + + $grants[] = [ + 'databox_id' => $databoxId, + 'rights' => $rights ]; } @@ -1180,6 +1215,7 @@ class V1Controller extends Controller ->getRecordRepository() ->findChildren($storyIds, $user); $children[$databoxId] = array_combine($storyIds, $selections); +<<<<<<< HEAD } /** @var StoryView[] $storyViews */ @@ -1223,6 +1259,51 @@ class V1Controller extends Controller $allChildren[$index] = $childrenView->getRecord(); } +======= + } + + /** @var StoryView[] $storyViews */ + $storyViews = []; + /** @var RecordView[] $childrenViews */ + $childrenViews = []; + + foreach ($stories as $index => $story) { + $storyView = new StoryView($story); + + $selection = $children[$story->getDataboxId()][$story->getRecordId()]; + + $childrenView = $this->buildRecordViews($selection); + + foreach ($childrenView as $view) { + $childrenViews[spl_object_hash($view)] = $view; + } + + $storyView->setChildren($childrenView); + + $storyViews[$index] = $storyView; + } + + if (in_array('results.stories.thumbnail', $includes, true)) { + $subdefViews = $this->buildSubdefsViews($stories, ['thumbnail'], $urlTTL); + + foreach ($storyViews as $index => $storyView) { + $storyView->setSubdefs($subdefViews[$index]); + } + } + + if (in_array('results.stories.metadatas', $includes, true)) { + $captions = $this->app['service.caption']->findByReferenceCollection($stories); + $canSeeBusiness = $this->retrieveSeeBusinessPerDatabox($stories); + + $this->buildCaptionViews($storyViews, $captions, $canSeeBusiness); + } + + $allChildren = new RecordCollection(); + foreach ($childrenViews as $index => $childrenView) { + $allChildren[$index] = $childrenView->getRecord(); + } + +>>>>>>> 4.0 $names = in_array('results.stories.records.subdefs', $includes, true) ? null : ['thumbnail']; $subdefViews = $this->buildSubdefsViews($allChildren, $names, $urlTTL); $technicalDatasets = $this->app['service.technical_data']->fetchRecordsTechnicalData($allChildren); @@ -1339,6 +1420,7 @@ class V1Controller extends Controller /** @var \media_subdef $subdef */ foreach ($allSubdefs as $index => $subdef) { $subdefView = new SubdefView($subdef); +<<<<<<< HEAD if (isset($allPermalinks[$index])) { $subdefView->setPermalinkView(new PermalinkView($allPermalinks[$index])); @@ -1407,6 +1489,76 @@ class V1Controller extends Controller ]; } +======= + + if (isset($allPermalinks[$index])) { + $subdefView->setPermalinkView(new PermalinkView($allPermalinks[$index])); + } + + $subdefView->setUrl($urls[$index]); + $subdefView->setUrlTTL($urlTTL); + + $subdefViews[spl_object_hash($subdef)] = $subdefView; + } + + $reorderedGroups = []; + + /** @var \media_subdef[] $subdefGroup */ + foreach ($subdefGroups as $index => $subdefGroup) { + $reordered = []; + + foreach ($subdefGroup as $subdef) { + $reordered[] = $subdefViews[spl_object_hash($subdef)]; + } + + $reorderedGroups[$index] = $reordered; + } + + return $reorderedGroups; + } + + /** + * Returns requested includes + * + * @param Request $request + * @return string[] + */ + private function resolveSearchIncludes(Request $request) + { + if ($request->attributes->get('_extended', false)) { + return [ + 'results.stories.records.subdefs', + 'results.stories.records.metadata', + 'results.stories.records.caption', + 'results.stories.records.status', + 'results.records.subdefs', + 'results.records.metadata', + 'results.records.caption', + 'results.records.status', + ]; + } + + return []; + } + + /** + * Returns requested includes + * + * @param Request $request + * @return string[] + */ + private function resolveSearchRecordsIncludes(Request $request) + { + if ($request->attributes->get('_extended', false)) { + return [ + 'results.subdefs', + 'results.metadata', + 'results.caption', + 'results.status', + ]; + } + +>>>>>>> 4.0 return []; } @@ -2559,6 +2711,7 @@ class V1Controller extends Controller $ret = [ "user" => $this->listUser($this->getAuthenticatedUser()), "collections" => $this->listUserCollections($this->getAuthenticatedUser()), + "databoxes" => $this->listUserDataboxes($this->getAuthenticatedUser()) ]; if (defined('API_SKIP_USER_REGISTRATIONS') && ! constant('API_SKIP_USER_REGISTRATIONS')) { @@ -2608,12 +2761,16 @@ class V1Controller extends Controller $ret = [ 'success' => true ]; } catch (AccountException $exception) { + /** @Ignore */ $ret = [ 'success' => false, 'message' => $this->app->trans($exception->getMessage()) ]; } return Result::create($request, $ret)->createResponse(); } + /** + * @Ignore + */ public function updateCurrentUserPasswordAction(Request $request) { $service = $this->getAccountService(); @@ -2631,6 +2788,7 @@ class V1Controller extends Controller $service->updatePassword($command, null); $ret = ['success' => true]; } catch (AccountException $exception) { + /** @Ignore */ $ret = [ 'success' => false, 'message' => $this->app->trans($exception->getMessage()) ]; } } else { diff --git a/lib/Alchemy/Phrasea/Controller/PermalinkController.php b/lib/Alchemy/Phrasea/Controller/PermalinkController.php index 6850439985..c70a501d03 100644 --- a/lib/Alchemy/Phrasea/Controller/PermalinkController.php +++ b/lib/Alchemy/Phrasea/Controller/PermalinkController.php @@ -87,7 +87,7 @@ class PermalinkController extends AbstractDelivery 'sbas_id' => $sbas_id, 'record_id' => $record_id, 'subdef' => $subdefName, - 'label' => $record->get_title(), + 'label' => str_replace('/', '_', $record->get_title()), 'token' => $token, ] ); diff --git a/lib/Alchemy/Phrasea/Controller/Prod/DoDownloadController.php b/lib/Alchemy/Phrasea/Controller/Prod/DoDownloadController.php index 1100361d39..6ec9823ac6 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/DoDownloadController.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/DoDownloadController.php @@ -162,7 +162,7 @@ class DoDownloadController extends Controller $this->app, $token, $list, - sprintf($this->app['tmp.download.path'].'/%s.zip', $token->getValue()) // Dest file + sprintf('%s/%s.zip', $this->app['tmp.download.path'], $token->getValue()) // Dest file ); } else { $list['complete'] = true; diff --git a/lib/Alchemy/Phrasea/Controller/Prod/PushController.php b/lib/Alchemy/Phrasea/Controller/Prod/PushController.php index 90abd15573..60feb34658 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/PushController.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/PushController.php @@ -141,7 +141,7 @@ class PushController extends Controller if (!$this->getConf()->get(['registry', 'actions', 'enable-push-authentication']) || !$request->get('force_authentication') ) { - $arguments['LOG'] = $this->getTokenManipulator()->createBasketAccessToken($Basket, $user_receiver); + $arguments['LOG'] = $this->getTokenManipulator()->createBasketAccessToken($Basket, $user_receiver)->getValue(); } $url = $this->app->url('lightbox_compare', $arguments); @@ -343,7 +343,7 @@ class PushController extends Controller if (!$this->getConf()->get(['registry', 'actions', 'enable-push-authentication']) || !$request->get('force_authentication') ) { - $arguments['LOG'] = $this->getTokenManipulator()->createBasketAccessToken($basket, $participantUser); + $arguments['LOG'] = $this->getTokenManipulator()->createBasketAccessToken($basket, $participantUser)->getValue(); } $url = $this->app->url('lightbox_validation', $arguments); diff --git a/lib/Alchemy/Phrasea/Controller/Root/DeveloperController.php b/lib/Alchemy/Phrasea/Controller/Root/DeveloperController.php index e9e5db5f78..e46bb5bf4a 100644 --- a/lib/Alchemy/Phrasea/Controller/Root/DeveloperController.php +++ b/lib/Alchemy/Phrasea/Controller/Root/DeveloperController.php @@ -22,6 +22,7 @@ use Alchemy\Phrasea\Model\Repositories\ApiOauthTokenRepository; use Symfony\Component\HttpFoundation\JsonResponse; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; +use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; use Symfony\Component\HttpKernel\Exception\HttpException; use Symfony\Component\Validator\Validator\ValidatorInterface; @@ -239,6 +240,10 @@ class DeveloperController extends Controller ? $this->getApiOAuthTokenRepository()->findDeveloperToken($account) : null; + if (! $account) { + throw new AccessDeniedHttpException(); + } + return $this->render('developers/application.html.twig', [ "application" => $application, "user" => $user, diff --git a/lib/Alchemy/Phrasea/ControllerProvider/Api/V2.php b/lib/Alchemy/Phrasea/ControllerProvider/Api/V2.php index 162b1710ae..fc9faa206a 100644 --- a/lib/Alchemy/Phrasea/ControllerProvider/Api/V2.php +++ b/lib/Alchemy/Phrasea/ControllerProvider/Api/V2.php @@ -55,6 +55,8 @@ class V2 implements ControllerProviderInterface, ServiceProviderInterface return (new ApiOrderController($app)) ->setDispatcher($app['dispatcher']) ->setEntityManagerLocator(new LazyLocator($app, 'orm.em')) + ->setDelivererLocator(new LazyLocator($app, 'phraseanet.file-serve')) + ->setFileSystemLocator(new LazyLocator($app, 'filesystem')) ->setJsonBodyHelper($app['json.body_helper']); } ); @@ -115,6 +117,10 @@ class V2 implements ControllerProviderInterface, ServiceProviderInterface ->assert('orderId', '\d+') ->bind('api_v2_orders_deny'); + $controllers->get('/orders/{orderId}/archive', 'controller.api.v2.orders:getArchiveAction') + ->assert('orderId', '\d+') + ->bind('api_v2_orders_archive'); + return $controllers; } diff --git a/lib/Alchemy/Phrasea/Core/Event/OrderDeliveryEvent.php b/lib/Alchemy/Phrasea/Core/Event/OrderDeliveryEvent.php index 71a10ee5de..e092ad22ec 100644 --- a/lib/Alchemy/Phrasea/Core/Event/OrderDeliveryEvent.php +++ b/lib/Alchemy/Phrasea/Core/Event/OrderDeliveryEvent.php @@ -13,33 +13,49 @@ namespace Alchemy\Phrasea\Core\Event; use Alchemy\Phrasea\Model\Entities\Order; use Alchemy\Phrasea\Model\Entities\User; +use Alchemy\Phrasea\Order\OrderDelivery; class OrderDeliveryEvent extends OrderEvent { - private $admin; - private $quantity; + /** + * @var OrderDelivery + */ + private $orderDelivery; - public function __construct(Order $order, User $admin, $quantity) + /** + * @param OrderDelivery $delivery + */ + public function __construct(OrderDelivery $delivery) { - parent::__construct($order); - $this->admin = $admin; - $this->quantity = $quantity; + parent::__construct($delivery->getOrder()); + + $this->orderDelivery = $delivery; + } + + /** + * @return OrderDelivery + */ + public function getDelivery() + { + return $this->orderDelivery; } /** * @return User + * @deprecated Use OrderDeliveryEvent::getDelivery() to retrieve admin user. */ public function getAdmin() { - return $this->admin; + return $this->orderDelivery->getAdmin(); } /** - * @return mixed + * @return int + * @deprecated Use OrderDeliveryEvent::getDelivery() to read quantity. */ public function getQuantity() { - return $this->quantity; + return $this->orderDelivery->getQuantity(); } } diff --git a/lib/Alchemy/Phrasea/Core/Event/Subscriber/OrderSubscriber.php b/lib/Alchemy/Phrasea/Core/Event/Subscriber/OrderSubscriber.php index 513609693b..d17c725cd1 100644 --- a/lib/Alchemy/Phrasea/Core/Event/Subscriber/OrderSubscriber.php +++ b/lib/Alchemy/Phrasea/Core/Event/Subscriber/OrderSubscriber.php @@ -11,30 +11,42 @@ namespace Alchemy\Phrasea\Core\Event\Subscriber; +use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Core\Event\OrderDeliveryEvent; use Alchemy\Phrasea\Core\Event\OrderEvent; use Alchemy\Phrasea\Core\PhraseaEvents; +use Alchemy\Phrasea\Model\Entities\Order; use Alchemy\Phrasea\Model\Entities\OrderElement; -use Alchemy\Phrasea\Notification\Emitter; -use Alchemy\Phrasea\Notification\Mail\MailInfoNewOrder; -use Alchemy\Phrasea\Notification\Mail\MailInfoOrderCancelled; -use Alchemy\Phrasea\Notification\Mail\MailInfoOrderDelivered; -use Alchemy\Phrasea\Notification\Receiver; +use Alchemy\Phrasea\Model\Entities\User; +use Alchemy\Phrasea\Order\ValidationNotifier\CompositeNotifier; +use Alchemy\Phrasea\Order\ValidationNotifierRegistry; class OrderSubscriber extends AbstractNotificationSubscriber { + /** + * @var ValidationNotifierRegistry + */ + private $notifierRegistry; + + /** + * @param Application $application + * @param ValidationNotifierRegistry $notifierRegistry + */ + public function __construct(Application $application, ValidationNotifierRegistry $notifierRegistry) + { + parent::__construct($application); + + $this->notifierRegistry = $notifierRegistry; + } + public function onCreate(OrderEvent $event) { - $params = [ - 'usr_id' => $event->getOrder()->getUser()->getId(), - 'order_id' => $event->getOrder()->getId(), - ]; - $base_ids = array_unique(array_map(function (OrderElement $element) { return $element->getBaseId(); }, iterator_to_array($event->getOrder()->getElements()))); $query = $this->app['phraseanet.user-query']; + /** @var User[] $users */ $users = $query->on_base_ids($base_ids) ->who_have_right(['order_master']) ->execute()->get_results(); @@ -43,99 +55,80 @@ class OrderSubscriber extends AbstractNotificationSubscriber return; } - $datas = json_encode($params); + $notificationData = json_encode([ + 'usr_id' => $event->getOrder()->getUser()->getId(), + 'order_id' => $event->getOrder()->getId(), + ]); - $orderInitiator = $event->getOrder()->getUser(); + $notifier = $this->notifierRegistry->getNotifier($event->getOrder()->getNotificationMethod()); + + $notifier->notifyCreation($event->getOrder(), $event->getOrder()->getUser()); + + $notifier = $this->notifierRegistry->getNotifier(Order::NOTIFY_MAIL); foreach ($users as $user) { - $mailed = false; + $notified = false; if ($this->shouldSendNotificationFor($user, 'eventsmanager_notify_order')) { try { - $receiver = Receiver::fromUser($user); + $notifier->notifyCreation($event->getOrder(), $user); } catch (\Exception $e) { continue; } - $mail = MailInfoNewOrder::create($this->app, $receiver); - $mail->setUser($orderInitiator); - - $this->deliver($mail); - $mailed = true; + $notified = true; } - $this->app['events-manager']->notify($user->getId(), 'eventsmanager_notify_order', $datas, $mailed); + $this->app['events-manager']->notify($user->getId(), 'eventsmanager_notify_order', $notificationData, $notified); } } public function onDeliver(OrderDeliveryEvent $event) { - $params = [ - 'from' => $event->getAdmin()->getId(), + $notified = false; + $notifier = $this->notifierRegistry->getNotifier($event->getOrder()->getNotificationMethod()); + $notificationData = json_encode([ + 'from' => $event->getDelivery()->getAdmin()->getId(), 'to' => $event->getOrder()->getUser()->getId(), 'ssel_id' => $event->getOrder()->getBasket()->getId(), - 'n' => $event->getQuantity(), - ]; - - $datas = json_encode($params); - - $mailed = false; + 'n' => $event->getDelivery()->getQuantity() + ]); if ($this->shouldSendNotificationFor($event->getOrder()->getUser(), 'eventsmanager_notify_orderdeliver')) { - $user_from = $event->getAdmin(); - $user_to = $event->getOrder()->getUser(); - - $receiver = Receiver::fromUser($event->getOrder()->getUser()); - $emitter = Emitter::fromUser($event->getAdmin()); - - $basket = $event->getOrder()->getBasket(); - - $url = $this->app->url('lightbox_compare', [ - 'basket' => $basket->getId(), - 'LOG' => $this->app['manipulator.token']->createBasketAccessToken($basket, $user_to)->getValue(), - ]); - - $mail = MailInfoOrderDelivered::create($this->app, $receiver, $emitter, null); - $mail->setButtonUrl($url); - $mail->setBasket($basket); - $mail->setDeliverer($user_from); - - $this->deliver($mail); - $mailed = true; + $notifier->notifyDelivery($event->getDelivery()); + $notified = true; } - return $this->app['events-manager']->notify($params['to'], 'eventsmanager_notify_orderdeliver', $datas, $mailed); + return $this->app['events-manager']->notify( + $event->getOrder()->getUser()->getId(), + 'eventsmanager_notify_orderdeliver', + $notificationData, + $notified + ); } public function onDeny(OrderDeliveryEvent $event) { - $params = [ - 'from' => $event->getAdmin()->getId(), + $notified = false; + $notifier = $this->notifierRegistry->getNotifier($event->getOrder()->getNotificationMethod()); + $notificationData = json_encode([ + 'from' => $event->getDelivery()->getAdmin()->getId(), 'to' => $event->getOrder()->getUser()->getId(), - 'n' => $event->getQuantity(), - ]; + 'n' => $event->getDelivery()->getQuantity() + ]); - $datas = json_encode($params); - - $mailed = false; if ($this->shouldSendNotificationFor($event->getOrder()->getUser(), 'eventsmanager_notify_ordernotdelivered')) { - $user_from = $event->getAdmin(); - $user_to = $event->getOrder()->getUser(); - - $receiver = Receiver::fromUser($user_to); - $emitter = Emitter::fromUser($user_from); - - $mail = MailInfoOrderCancelled::create($this->app, $receiver, $emitter); - $mail->setQuantity($params['n']); - $mail->setDeliverer($user_from); - - $this->deliver($mail); - - $mailed = true; + $notifier->notifyDenial($event->getDelivery()); + $notified = true; } - return $this->app['events-manager']->notify($params['to'], 'eventsmanager_notify_ordernotdelivered', $datas, $mailed); + return $this->app['events-manager']->notify( + $event->getOrder()->getUser()->getId(), + 'eventsmanager_notify_ordernotdelivered', + $notificationData, + $notified + ); } public static function getSubscribedEvents() diff --git a/lib/Alchemy/Phrasea/Core/Provider/JsonSchemaServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/JsonSchemaServiceProvider.php index d772ede46e..9ee0ebeef5 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/JsonSchemaServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/JsonSchemaServiceProvider.php @@ -13,6 +13,7 @@ namespace Alchemy\Phrasea\Core\Provider; use Alchemy\Phrasea\Helper\JsonBodyHelper; use JsonSchema\RefResolver; +use JsonSchema\Uri\UriResolver; use JsonSchema\Uri\UriRetriever; use JsonSchema\Validator; use Silex\Application; @@ -31,7 +32,7 @@ class JsonSchemaServiceProvider implements ServiceProviderInterface }); $app['json-schema.ref_resolver'] = $app->share(function (Application $app) { - return new RefResolver($app['json-schema.retriever']); + return new RefResolver($app['json-schema.retriever'], new UriResolver()); }); $app['json-schema.validator'] = $app->share(function (Application $app) { diff --git a/lib/Alchemy/Phrasea/Core/Provider/OrderServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/OrderServiceProvider.php new file mode 100644 index 0000000000..2a022002f4 --- /dev/null +++ b/lib/Alchemy/Phrasea/Core/Provider/OrderServiceProvider.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Alchemy\Phrasea\Core\Provider; + +use Alchemy\Phrasea\Controller\LazyLocator; +use Alchemy\Phrasea\Core\Event\Subscriber\OrderSubscriber; +use Alchemy\Phrasea\Model\Entities\Order; +use Alchemy\Phrasea\Order\ValidationNotifier\MailNotifier; +use Alchemy\Phrasea\Order\ValidationNotifier\WebhookNotifier; +use Alchemy\Phrasea\Order\ValidationNotifierRegistry; +use Silex\Application; +use Silex\ServiceProviderInterface; + +class OrderServiceProvider implements ServiceProviderInterface +{ + + /** + * Registers services on the given app. + * + * This method should only be used to configure services and parameters. + * It should not get services. + */ + public function register(Application $app) + { + $app['events.order_subscriber'] = $app->share(function (Application $app) { + $notifierRegistry = new ValidationNotifierRegistry(); + + $notifierRegistry->registerNotifier(Order::NOTIFY_MAIL, new MailNotifier($app)); + $notifierRegistry->registerNotifier(Order::NOTIFY_WEBHOOK, new WebhookNotifier( + new LazyLocator($app, 'manipulator.webhook-event') + )); + + return new OrderSubscriber($app, $notifierRegistry); + }); + } + + /** + * Bootstraps the application. + * + * This method is called after all services are registered + * and should be used for "dynamic" configuration (whenever + * a service must be requested). + */ + public function boot(Application $app) + { + $app['dispatcher']->addSubscriber($app['events.order_subscriber']); + } +} diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php index a5b1f63e60..bd4bf283d1 100644 --- a/lib/Alchemy/Phrasea/Core/Version.php +++ b/lib/Alchemy/Phrasea/Core/Version.php @@ -16,7 +16,7 @@ class Version /** * @var string */ - private $number = '4.0.0-alpha.6'; + private $number = '4.0.0-alpha.8'; /** * @var string diff --git a/lib/Alchemy/Phrasea/Databox/DataboxRepository.php b/lib/Alchemy/Phrasea/Databox/DataboxRepository.php index a8d84f5fc9..bd6fdc08bf 100644 --- a/lib/Alchemy/Phrasea/Databox/DataboxRepository.php +++ b/lib/Alchemy/Phrasea/Databox/DataboxRepository.php @@ -1,4 +1,5 @@ uriRetriever->retrieve($schemaUri, $this->baseUri); - - $this->refResolver->resolve($schema); - - return $schema; + return $this->refResolver->resolve($this->baseUri . $schemaUri); } /** diff --git a/lib/Alchemy/Phrasea/Model/Entities/FeedEntry.php b/lib/Alchemy/Phrasea/Model/Entities/FeedEntry.php index bbd33b2be5..585c1e2c1c 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/FeedEntry.php +++ b/lib/Alchemy/Phrasea/Model/Entities/FeedEntry.php @@ -33,7 +33,7 @@ class FeedEntry private $title; /** - * @ORM\Column(type="string", length=128) + * @ORM\Column(type="string", length=1024) */ private $subtitle; diff --git a/lib/Alchemy/Phrasea/Model/Entities/Order.php b/lib/Alchemy/Phrasea/Model/Entities/Order.php index 4363343438..c0d52f8cb6 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/Order.php +++ b/lib/Alchemy/Phrasea/Model/Entities/Order.php @@ -20,12 +20,17 @@ use Gedmo\Mapping\Annotation as Gedmo; */ class Order { + + const NOTIFY_MAIL = 'mail'; + + const NOTIFY_WEBHOOK = 'webhook'; + /** * @ORM\Column(type="integer") * @ORM\Id * @ORM\GeneratedValue */ - private $id; + private $id; /** * @ORM\ManyToOne(targetEntity="User") @@ -67,12 +72,18 @@ class Order */ private $basket; + /** + * @ORM\Column(type="string", length=32, name="notification_method") + */ + private $notificationMethod; + /** * Constructor */ public function __construct() { $this->elements = new ArrayCollection(); + $this->notificationMethod = self::NOTIFY_MAIL; } /** @@ -280,4 +291,28 @@ class Order { return $this->basket; } + + /** + * @return string The name of the notification method that will be used to handle this order's status change + * notifications. + */ + public function getNotificationMethod() + { + return $this->notificationMethod; + } + + /** + * Sets the name of the notification method to handle this order's status change + * notifications. + * @param string $methodName + * @return void + */ + public function setNotificationMethod($methodName) + { + if (trim($methodName) == '') { + $methodName = self::NOTIFY_MAIL; + } + + $this->notificationMethod = $methodName; + } } diff --git a/lib/Alchemy/Phrasea/Model/Entities/WebhookEvent.php b/lib/Alchemy/Phrasea/Model/Entities/WebhookEvent.php index 20137423de..275650f1b3 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/WebhookEvent.php +++ b/lib/Alchemy/Phrasea/Model/Entities/WebhookEvent.php @@ -26,6 +26,11 @@ class WebhookEvent const RECORD_SUBDEFS_CREATED = 'record.subdefs.created'; const RECORD_SUBDEF_TYPE = 'record.subdef'; + const ORDER_TYPE = 'order'; + const ORDER_CREATED = 'order.created'; + const ORDER_DELIVERED = 'order.delivered'; + const ORDER_DENIED = 'order.denied'; + /** * @ORM\Column(type="integer") * @ORM\Id diff --git a/lib/Alchemy/Phrasea/Model/Repositories/OrderRepository.php b/lib/Alchemy/Phrasea/Model/Repositories/OrderRepository.php index c171ab8d93..4bfb968aff 100644 --- a/lib/Alchemy/Phrasea/Model/Repositories/OrderRepository.php +++ b/lib/Alchemy/Phrasea/Model/Repositories/OrderRepository.php @@ -41,11 +41,13 @@ class OrderRepository extends EntityRepository public function listOrders($baseIds, $offsetStart = 0, $perPage = 20, $sort = "created_on") { $qb = $this - ->createQueryBuilder('o') - ->innerJoin('o.elements', 'e'); + ->createQueryBuilder('o'); if (!empty($baseIds)) { - $qb->where($qb->expr()->in('e.baseId', $baseIds)); + $qb + ->innerJoin('o.elements', 'e') + ->where($qb->expr()->in('e.baseId', $baseIds)) + ->groupBy('o.id'); } if ($sort === 'user') { @@ -53,7 +55,7 @@ class OrderRepository extends EntityRepository } elseif ($sort === 'usage') { $qb->orderBy('o.orderUsage', 'ASC'); } else { - $qb->orderBy('o.createdOn', 'ASC'); + $qb->orderBy('o.createdOn', 'DESC'); } $qb diff --git a/lib/Alchemy/Phrasea/Notification/Emitter.php b/lib/Alchemy/Phrasea/Notification/Emitter.php index f793faca39..8fa75be79b 100644 --- a/lib/Alchemy/Phrasea/Notification/Emitter.php +++ b/lib/Alchemy/Phrasea/Notification/Emitter.php @@ -16,9 +16,20 @@ use Alchemy\Phrasea\Model\Entities\User; class Emitter implements EmitterInterface { + /** + * @var string + */ private $name; + + /** + * @var string + */ private $email; + /** + * @param string $name + * @param string $email + */ public function __construct($name, $email) { if (!\Swift_Validate::email($email)) { diff --git a/lib/Alchemy/Phrasea/Notification/Mail/AbstractMail.php b/lib/Alchemy/Phrasea/Notification/Mail/AbstractMail.php index 111cf0d333..b1ea802221 100644 --- a/lib/Alchemy/Phrasea/Notification/Mail/AbstractMail.php +++ b/lib/Alchemy/Phrasea/Notification/Mail/AbstractMail.php @@ -194,7 +194,7 @@ abstract class AbstractMail implements MailInterface * @param EmitterInterface $emitter * @param string $message * - * @return MailInterface + * @return static */ public static function create(Application $app, ReceiverInterface $receiver, EmitterInterface $emitter = null, $message = null) { diff --git a/lib/Alchemy/Phrasea/Order/Controller/ApiOrderController.php b/lib/Alchemy/Phrasea/Order/Controller/ApiOrderController.php index 35e891f6fc..5c81b9fb0e 100644 --- a/lib/Alchemy/Phrasea/Order/Controller/ApiOrderController.php +++ b/lib/Alchemy/Phrasea/Order/Controller/ApiOrderController.php @@ -10,24 +10,23 @@ namespace Alchemy\Phrasea\Order\Controller; +use Alchemy\Phrasea\Application\Helper\DelivererAware; +use Alchemy\Phrasea\Application\Helper\FilesystemAware; use Alchemy\Phrasea\Application\Helper\JsonBodyAware; use Alchemy\Phrasea\Controller\Api\Result; use Alchemy\Phrasea\Controller\RecordsRequest; +use Alchemy\Phrasea\Core\Event\ExportEvent; use Alchemy\Phrasea\Core\Event\OrderEvent; use Alchemy\Phrasea\Core\PhraseaEvents; +use Alchemy\Phrasea\Http\DeliverDataInterface; +use Alchemy\Phrasea\Model\Entities\Basket; use Alchemy\Phrasea\Model\Entities\BasketElement; use Alchemy\Phrasea\Model\Entities\Order; -use Alchemy\Phrasea\Model\Entities\OrderElement; -use Alchemy\Phrasea\Model\RecordReferenceInterface; use Alchemy\Phrasea\Order\OrderElementTransformer; -use Alchemy\Phrasea\Order\OrderElementView; use Alchemy\Phrasea\Order\OrderFiller; use Alchemy\Phrasea\Order\OrderTransformer; -use Alchemy\Phrasea\Order\OrderView; use Alchemy\Phrasea\Order\OrderViewBuilder; -use Alchemy\Phrasea\Record\RecordReference; use Alchemy\Phrasea\Record\RecordReferenceCollection; -use Assert\Assertion; use Doctrine\Common\Collections\ArrayCollection; use League\Fractal\Manager; use League\Fractal\Pagination\PagerfantaPaginatorAdapter; @@ -39,9 +38,12 @@ use Pagerfanta\Pagerfanta; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; +use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; class ApiOrderController extends BaseOrderController { + use DelivererAware; + use FilesystemAware; use JsonBodyAware; public function createAction(Request $request) @@ -61,6 +63,7 @@ class ApiOrderController extends BaseOrderController $order->setUser($this->getAuthenticatedUser()); $order->setDeadline(new \DateTime($data->data->deadline, new \DateTimeZone('UTC'))); $order->setOrderUsage($data->data->usage); + $order->setNotificationMethod(Order::NOTIFY_WEBHOOK); $filler->fillOrder($order, $recordRequest); @@ -124,7 +127,7 @@ class ApiOrderController extends BaseOrderController $fractal = $this->buildFractalManager($request->get('includes', [])); - if ($order->getUser()->getId() !== $this->getAuthenticatedUser()->getId()) { + if (! $this->isOrderAccessible($order)) { throw new AccessDeniedHttpException(sprintf('Cannot access order "%d"', $order->getId())); } @@ -134,6 +137,54 @@ class ApiOrderController extends BaseOrderController return $this->returnResourceResponse($request, $fractal, $resource); } + /** + * @param Request $request + * @param int $orderId + * @return Response + */ + public function getArchiveAction(Request $request, $orderId) + { + $order = $this->findOr404($orderId); + + if (! $this->isOrderAccessible($order)) { + throw new AccessDeniedHttpException(sprintf('Cannot access order "%d"', $order->getId())); + } + + $basket = $order->getBasket(); + + if (null === $basket instanceof Basket) { + throw new NotFoundHttpException(sprintf('No archive could be downloaded for Order "%d"', $order->getId())); + } + + $export = new \set_export($this->app, '', $basket->getId()); + $exportName = sprintf('%s/%s.zip', $this->app['tmp.download.path'], $export->getExportName()); + + $user = $this->getAuthenticatedUser(); + + $subdefs = $this->findDataboxSubdefNames(); + + $exportData = $export->prepare_export($user, $this->getFilesystem(), $subdefs, true, true); + $exportData['export_name'] = $exportName; + + $token = $this->app['manipulator.token']->createDownloadToken($user, serialize($exportData)); + $lst = []; + + foreach ($exportData['files'] as $file) { + $lst[] = $this->getApplicationBox()->get_collection($file['base_id'])->get_databox()->get_sbas_id() . '_' . $file['record_id']; + } + + $this->dispatch( + PhraseaEvents::EXPORT_CREATE, + new ExportEvent($user, $basket->getId(), implode(';', $lst), $subdefs, $exportName) + ); + + set_time_limit(0); + ignore_user_abort(true); + $file = \set_export::build_zip($this->app, $token, $exportData, $exportName); + + return $this->deliverFile($file, $exportName, DeliverDataInterface::DISPOSITION_INLINE, 'application/zip'); + } + public function acceptElementsAction(Request $request, $orderId) { $elementIds = $this->fetchElementIdsFromRequest($request); @@ -258,4 +309,42 @@ class ApiOrderController extends BaseOrderController $this->app['service.media_subdef'] ); } + + /** + * @param $order + * @return bool + */ + private function isOrderAccessible(Order $order) + { + if ($order->getUser()->getId() === $this->getAuthenticatedUser()->getId()) { + return true; + } + + if ($order->getUser()->isAdmin()) { + return true; + } + + return false; + } + + /** + * @return string[] + */ + private function findDataboxSubdefNames() + { + $subdefNames = [ + 'document' => true, + ]; + + foreach ($this->getApplicationBox()->get_databoxes() as $databox) { + foreach ($databox->get_subdef_structure() as $subdefGroup) { + /** @var \databox_subdef $subdef */ + foreach ($subdefGroup as $subdef) { + $subdefNames[$subdef->get_name()] = true; + } + } + } + + return array_keys($subdefNames); + } } diff --git a/lib/Alchemy/Phrasea/Order/Controller/BaseOrderController.php b/lib/Alchemy/Phrasea/Order/Controller/BaseOrderController.php index dfb3ecc3c4..f297006ab9 100644 --- a/lib/Alchemy/Phrasea/Order/Controller/BaseOrderController.php +++ b/lib/Alchemy/Phrasea/Order/Controller/BaseOrderController.php @@ -22,6 +22,7 @@ use Alchemy\Phrasea\Model\Entities\OrderElement; use Alchemy\Phrasea\Model\Entities\User; use Alchemy\Phrasea\Model\Repositories\OrderElementRepository; use Alchemy\Phrasea\Model\Repositories\OrderRepository; +use Alchemy\Phrasea\Order\OrderDelivery; use Alchemy\Phrasea\Order\OrderValidator; use Alchemy\Phrasea\Order\PartialOrder; use Alchemy\Phrasea\Record\RecordReference; @@ -136,7 +137,9 @@ class BaseOrderController extends Controller $manager->persist($element); } - $this->dispatch(PhraseaEvents::ORDER_DELIVER, new OrderDeliveryEvent($order, $acceptor, count($basketElements))); + $delivery = new OrderDelivery($order, $acceptor, count($basketElements)); + + $this->dispatch(PhraseaEvents::ORDER_DELIVER, new OrderDeliveryEvent($delivery)); } $manager->persist($basket); @@ -164,7 +167,9 @@ class BaseOrderController extends Controller try { if (!empty($elements)) { - $this->dispatch(PhraseaEvents::ORDER_DENY, new OrderDeliveryEvent($order, $acceptor, count($elements))); + $delivery = new OrderDelivery($order, $acceptor, count($elements)); + + $this->dispatch(PhraseaEvents::ORDER_DENY, new OrderDeliveryEvent($delivery)); } $manager = $this->getEntityManager(); @@ -189,7 +194,7 @@ class BaseOrderController extends Controller $basketReferences = new RecordReferenceCollection(); - $basket->getElements()->forAll(function (BasketElement $element) use ($basketReferences) { + $basket->getElements()->forAll(function ($index, BasketElement $element) use ($basketReferences) { $basketReferences->addRecordReference($element->getSbasId(), $element->getRecordId()); }); diff --git a/lib/Alchemy/Phrasea/Order/Controller/ProdOrderController.php b/lib/Alchemy/Phrasea/Order/Controller/ProdOrderController.php index 03472510c8..50830d3e07 100644 --- a/lib/Alchemy/Phrasea/Order/Controller/ProdOrderController.php +++ b/lib/Alchemy/Phrasea/Order/Controller/ProdOrderController.php @@ -100,8 +100,13 @@ class ProdOrderController extends BaseOrderController public function displayOrders(Request $request) { $page = (int) $request->query->get('page', 1); - $offsetStart = $page - 1; $perPage = (int) $request->query->get('per-page', 10); + $offsetStart = 0; + + if ($page > 0) { + $offsetStart = ($page - 1) * $perPage; + } + $sort = $request->query->get('sort'); $baseIds = array_keys($this->getAclForUser()->get_granted_base(['order_master'])); diff --git a/lib/Alchemy/Phrasea/Order/OrderDelivery.php b/lib/Alchemy/Phrasea/Order/OrderDelivery.php new file mode 100644 index 0000000000..5d8f3313ff --- /dev/null +++ b/lib/Alchemy/Phrasea/Order/OrderDelivery.php @@ -0,0 +1,69 @@ +order = $deliveredOrder; + $this->admin = $manager; + $this->quantity = $quantity; + } + + /** + * @return User + */ + public function getAdmin() + { + return $this->admin; + } + + /** + * @return Order + */ + public function getOrder() + { + return $this->order; + } + + /** + * @return int + */ + public function getQuantity() + { + return $this->quantity; + } +} diff --git a/lib/Alchemy/Phrasea/Order/OrderElementView.php b/lib/Alchemy/Phrasea/Order/OrderElementView.php index a4d2c31135..38111e77c7 100644 --- a/lib/Alchemy/Phrasea/Order/OrderElementView.php +++ b/lib/Alchemy/Phrasea/Order/OrderElementView.php @@ -77,6 +77,7 @@ class OrderElementView /** * @param \media_subdef[] $subdefs + * @return void */ public function setOrderableMediaSubdefs($subdefs) { diff --git a/lib/Alchemy/Phrasea/Order/OrderTransformer.php b/lib/Alchemy/Phrasea/Order/OrderTransformer.php index 9838e9dafa..bdc1f23725 100644 --- a/lib/Alchemy/Phrasea/Order/OrderTransformer.php +++ b/lib/Alchemy/Phrasea/Order/OrderTransformer.php @@ -37,9 +37,13 @@ class OrderTransformer extends TransformerAbstract 'owner_id' => (int)$order->getUser()->getId(), 'created' => $order->getCreatedOn()->format(DATE_ATOM), 'usage' => $order->getOrderUsage(), - 'status' => 0 === $order->getTodo() ? 'finished' : 'pending' + 'status' => 0 === $order->getTodo() ? 'finished' : 'pending', ]; + if ($view->getArchiveUrl()) { + $data['archive_url'] = $view->getArchiveUrl(); + } + if ($order->getDeadline()) { $data['deadline'] = $order->getDeadline()->format(DATE_ATOM); } diff --git a/lib/Alchemy/Phrasea/Order/OrderView.php b/lib/Alchemy/Phrasea/Order/OrderView.php index cd43659ba1..a74b36595f 100644 --- a/lib/Alchemy/Phrasea/Order/OrderView.php +++ b/lib/Alchemy/Phrasea/Order/OrderView.php @@ -20,6 +20,11 @@ class OrderView */ private $order; + /** + * @var string + */ + private $archiveUrl; + /** * @var OrderElementView[] */ @@ -43,6 +48,14 @@ class OrderView $this->viewElements = $viewElements instanceof \Traversable ? iterator_to_array($viewElements) : $viewElements; } + /** + * @param string $archiveUrl + */ + public function setArchiveUrl($archiveUrl) + { + $this->archiveUrl = (string)$archiveUrl; + } + /** * @return Order */ @@ -51,6 +64,14 @@ class OrderView return $this->order; } + /** + * @return string + */ + public function getArchiveUrl() + { + return $this->archiveUrl; + } + /** * @return OrderElementView[] */ diff --git a/lib/Alchemy/Phrasea/Order/OrderViewBuilder.php b/lib/Alchemy/Phrasea/Order/OrderViewBuilder.php index bd31b48dbf..3a105ee423 100644 --- a/lib/Alchemy/Phrasea/Order/OrderViewBuilder.php +++ b/lib/Alchemy/Phrasea/Order/OrderViewBuilder.php @@ -84,6 +84,21 @@ class OrderViewBuilder */ private function fillViews(array $views, array $includes) { + array_walk($views, function (OrderView $view) { + // Archive is only available when a Basket is associated with the order (at least one element was accepted) + if (null === $basket = $view->getOrder()->getBasket()) { + return; + } + + if ($basket->getElements()->isEmpty()) { + return; + } + + $view->setArchiveUrl($this->application->url('api_v2_orders_archive', [ + 'orderId' => $view->getOrder()->getId(), + ])); + }); + if (!in_array('elements', $includes, true)) { return; } diff --git a/lib/Alchemy/Phrasea/Order/ValidationNotifier.php b/lib/Alchemy/Phrasea/Order/ValidationNotifier.php new file mode 100644 index 0000000000..e79b9ef888 --- /dev/null +++ b/lib/Alchemy/Phrasea/Order/ValidationNotifier.php @@ -0,0 +1,38 @@ +notifiers = $notifiers; + } + + /** + * @param Order $order + * @param User $recipient + */ + public function notifyCreation(Order $order, User $recipient) + { + foreach ($this->notifiers as $notifier) { + $notifier->notifyCreation($order, $recipient); + } + } + + /** + * @param OrderDelivery $delivery + */ + public function notifyDelivery(OrderDelivery $delivery) + { + foreach ($this->notifiers as $notifier) { + $notifier->notifyDelivery($delivery); + } + } + + /** + * @param OrderDelivery $delivery + */ + public function notifyDenial(OrderDelivery $delivery) + { + foreach ($this->notifiers as $notifier) { + $notifier->notifyDenial($delivery); + } + } +} diff --git a/lib/Alchemy/Phrasea/Order/ValidationNotifier/MailNotifier.php b/lib/Alchemy/Phrasea/Order/ValidationNotifier/MailNotifier.php new file mode 100644 index 0000000000..8a6541793a --- /dev/null +++ b/lib/Alchemy/Phrasea/Order/ValidationNotifier/MailNotifier.php @@ -0,0 +1,101 @@ +application = $application; + } + + /** + * @return Deliverer + */ + private function getDeliverer() + { + return $this->application['notification.deliverer']; + } + + /** + * @param Order $order + * @param User $recipient + */ + public function notifyCreation(Order $order, User $recipient) + { + $mail = MailInfoNewOrder::create($this->application, Receiver::fromUser($recipient)); + + $mail->setUser($order->getUser()); + + $this->getDeliverer()->deliver($mail); + } + + /** + * @param OrderDelivery $delivery + */ + public function notifyDelivery(OrderDelivery $delivery) + { + $order = $delivery->getOrder(); + + $recipient = Receiver::fromUser($order->getUser()); + $sender = Emitter::fromUser($delivery->getAdmin()); + + $basket = $order->getBasket(); + $token = $this->application['manipulator.token']->createBasketAccessToken($basket, $order->getUser()); + + $url = $this->application->url('lightbox_compare', [ + 'basket' => $basket->getId(), + 'LOG' => $token->getValue(), + ]); + + $mail = MailInfoOrderDelivered::create($this->application, $recipient, $sender, null); + + $mail->setButtonUrl($url); + $mail->setBasket($basket); + $mail->setDeliverer($delivery->getAdmin()); + + $this->getDeliverer()->deliver($mail); + } + + /** + * @param OrderDelivery $delivery + */ + public function notifyDenial(OrderDelivery $delivery) + { + $sender = Emitter::fromUser($delivery->getAdmin()); + $recipient = Receiver::fromUser($delivery->getOrder()->getUser()); + + $mail = MailInfoOrderCancelled::create($this->application, $recipient, $sender); + + $mail->setQuantity($delivery->getQuantity()); + $mail->setDeliverer($delivery->getAdmin()); + + $this->getDeliverer()->deliver($mail); + } +} diff --git a/lib/Alchemy/Phrasea/Order/ValidationNotifier/WebhookNotifier.php b/lib/Alchemy/Phrasea/Order/ValidationNotifier/WebhookNotifier.php new file mode 100644 index 0000000000..3634e8e907 --- /dev/null +++ b/lib/Alchemy/Phrasea/Order/ValidationNotifier/WebhookNotifier.php @@ -0,0 +1,88 @@ +webhookManipulatorLocator = $webhookEventManipulatorLocator; + } + + /** + * @return WebhookEventManipulator + */ + private function getManipulator() + { + $factory = $this->webhookManipulatorLocator; + + return $factory(); + } + + /** + * @param Order $order + * @param User $recipient + */ + public function notifyCreation(Order $order, User $recipient) + { + $eventData = [ + 'order_id' => $order->getId(), + 'user_id' => $recipient->getId(), + ]; + + $this->getManipulator()->create(WebhookEvent::ORDER_CREATED, WebhookEvent::ORDER_TYPE, $eventData); + } + + /** + * @param OrderDelivery $delivery + */ + public function notifyDelivery(OrderDelivery $delivery) + { + $eventData = [ + 'order_id' => $delivery->getOrder()->getId(), + 'admin_id' => $delivery->getAdmin()->getId(), + 'quantity' => $delivery->getQuantity() + ]; + + $this->getManipulator()->create(WebhookEvent::ORDER_DELIVERED, WebhookEvent::ORDER_TYPE, $eventData); + } + + /** + * @param OrderDelivery $delivery + */ + public function notifyDenial(OrderDelivery $delivery) + { + $eventData = [ + 'order_id' => $delivery->getOrder()->getId(), + 'admin_id' => $delivery->getAdmin()->getId(), + 'quantity' => $delivery->getQuantity() + ]; + + $this->getManipulator()->create(WebhookEvent::ORDER_DENIED, WebhookEvent::ORDER_TYPE, $eventData); + } +} diff --git a/lib/Alchemy/Phrasea/Order/ValidationNotifierRegistry.php b/lib/Alchemy/Phrasea/Order/ValidationNotifierRegistry.php new file mode 100644 index 0000000000..35bd18f47a --- /dev/null +++ b/lib/Alchemy/Phrasea/Order/ValidationNotifierRegistry.php @@ -0,0 +1,44 @@ +notifiers[$notificationMethodName] = $notifier; + } + + /** + * @param string $notificationMethodName + * @return ValidationNotifier + */ + public function getNotifier($notificationMethodName) + { + if (! isset($this->notifiers[$notificationMethodName])) { + throw new InvalidArgumentException(sprintf('Undefined notifier for method: %s', $notificationMethodName)); + } + + return $this->notifiers[$notificationMethodName]; + } +} diff --git a/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/Version20160511160640.php b/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/Version20160511160640.php new file mode 100644 index 0000000000..51c9ea55b0 --- /dev/null +++ b/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/Version20160511160640.php @@ -0,0 +1,36 @@ +abortIf($this->connection->getDatabasePlatform()->getName() != 'mysql', 'Migration can only be executed safely on \'mysql\'.'); + + $this->addSql(sprintf("ALTER TABLE Orders ADD COLUMN notification_method VARCHAR(32) NOT NULL DEFAULT '%s'", Order::NOTIFY_MAIL)); + $this->addSql("ALTER TABLE Orders ALTER COLUMN notification_method DROP DEFAULT"); + } + + /** + * @param Schema $schema + */ + public function down(Schema $schema) + { + // this down() migration is auto-generated, please modify it to your needs + $this->abortIf($this->connection->getDatabasePlatform()->getName() != 'mysql', 'Migration can only be executed safely on \'mysql\'.'); + + $this->addSql("ALTER TABLE Orders DROP COLUMN notification_method"); + } +} diff --git a/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/Version20160520165600.php b/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/Version20160520165600.php new file mode 100644 index 0000000000..12f8a75cb7 --- /dev/null +++ b/lib/Alchemy/Phrasea/Setup/DoctrineMigrations/Version20160520165600.php @@ -0,0 +1,34 @@ +abortIf($this->connection->getDatabasePlatform()->getName() != 'mysql', 'Migration can only be executed safely on \'mysql\'.'); + + $this->addSql('ALTER TABLE FeedEntries CHANGE subtitle subtitle VARCHAR(1024) NOT NULL'); + } + + /** + * @param Schema $schema + */ + public function down(Schema $schema) + { + // this down() migration is auto-generated, please modify it to your needs + $this->abortIf($this->connection->getDatabasePlatform()->getName() != 'mysql', 'Migration can only be executed safely on \'mysql\'.'); + + $this->addSql('ALTER TABLE FeedEntries CHANGE subtitle subtitle VARCHAR(128) NOT NULL COLLATE utf8_unicode_ci'); + } +} diff --git a/lib/Alchemy/Phrasea/TaskManager/Job/WebhookJob.php b/lib/Alchemy/Phrasea/TaskManager/Job/WebhookJob.php index 9cd511e767..8d56af93d1 100644 --- a/lib/Alchemy/Phrasea/TaskManager/Job/WebhookJob.php +++ b/lib/Alchemy/Phrasea/TaskManager/Job/WebhookJob.php @@ -19,6 +19,7 @@ use Alchemy\Phrasea\TaskManager\Editor\DefaultEditor; use Alchemy\Phrasea\Webhook\EventProcessorFactory; use Guzzle\Http\Client as GuzzleClient; use Guzzle\Batch\BatchBuilder; +use Guzzle\Http\Message\Request; use Silex\Application; use Guzzle\Common\Event; use Guzzle\Plugin\Backoff\BackoffPlugin; @@ -33,6 +34,8 @@ class WebhookJob extends AbstractJob { private $httpClient; + private $firstRun = true; + public function __construct( TranslatorInterface $translator, EventDispatcherInterface $dispatcher = null, @@ -88,37 +91,55 @@ class WebhookJob extends AbstractJob $thirdPartyApplications = $app['repo.api-applications']->findWithDefinedWebhookCallback(); $that = $this; - $this->httpClient->getEventDispatcher()->addListener('request.error', function (Event $event) { - // override guzzle default behavior of throwing exceptions - // when 4xx & 5xx responses are encountered - $event->stopPropagation(); - }, -254); + if ($this->firstRun) { + $this->httpClient->getEventDispatcher()->addListener('request.error', function (Event $event) { + // override guzzle default behavior of throwing exceptions + // when 4xx & 5xx responses are encountered + $event->stopPropagation(); + }, -254); - $this->httpClient->addSubscriber(new BackoffPlugin( - // set max retries - new TruncatedBackoffStrategy(WebhookEventDelivery::MAX_DELIVERY_TRIES, - // set callback which logs success or failure - new CallbackBackoffStrategy(function ($retries, $request, $response, $e) use ($app, $that) { - $retry = true; - if ($response && (null !== $deliverId = parse_url($request->getUrl(), PHP_URL_FRAGMENT))) { - $delivery = $app['repo.webhook-delivery']->find($deliverId); + // Set callback which logs success or failure + $subscriber = new CallbackBackoffStrategy(function ($retries, Request $request, $response, $e) use ($app, $that) { + $retry = true; + if ($response && (null !== $deliverId = parse_url($request->getUrl(), PHP_URL_FRAGMENT))) { + $delivery = $app['repo.webhook-delivery']->find($deliverId); - if ($response->isSuccessful()) { - $app['manipulator.webhook-delivery']->deliverySuccess($delivery); + $logContext = [ 'host' => $request->getHost() ]; - $that->log('info', sprintf('Deliver success event "%d:%s" for app "%s"', $delivery->getWebhookEvent()->getId(), $delivery->getWebhookEvent()->getName(), $delivery->getThirdPartyApplication()->getName())); - $retry = false; - } else { - $app['manipulator.webhook-delivery']->deliveryFailure($delivery); + if ($response->isSuccessful()) { + $app['manipulator.webhook-delivery']->deliverySuccess($delivery); - $that->log('error', sprintf('Deliver failure event "%d:%s" for app "%s"', $delivery->getWebhookEvent()->getId(), $delivery->getWebhookEvent()->getName(), $delivery->getThirdPartyApplication()->getName())); - } + $logType = 'info'; + $logEntry = sprintf('Deliver success event "%d:%s" for app "%s"', + $delivery->getWebhookEvent()->getId(), $delivery->getWebhookEvent()->getName(), + $delivery->getThirdPartyApplication()->getName() + ); - return $retry; + $retry = false; + } else { + $app['manipulator.webhook-delivery']->deliveryFailure($delivery); + + $logType = 'error'; + $logEntry = sprintf('Deliver failure event "%d:%s" for app "%s"', + $delivery->getWebhookEvent()->getId(), $delivery->getWebhookEvent()->getName(), + $delivery->getThirdPartyApplication()->getName() + ); } - }, true, new CurlBackoffStrategy()) - ) - )); + + $that->log($logType, $logEntry, $logContext); + + return $retry; + } + }, true, new CurlBackoffStrategy()); + + // set max retries + $subscriber = new TruncatedBackoffStrategy(WebhookEventDelivery::MAX_DELIVERY_TRIES, $subscriber); + $subscriber = new BackoffPlugin($subscriber); + + $this->httpClient->addSubscriber($subscriber); + + $this->firstRun = false; + } /** @var EventProcessorFactory $eventFactory */ $eventFactory = $app['webhook.processor_factory']; diff --git a/lib/Alchemy/Phrasea/Webhook/EventProcessorFactory.php b/lib/Alchemy/Phrasea/Webhook/EventProcessorFactory.php index 0eec23ed16..e547271804 100644 --- a/lib/Alchemy/Phrasea/Webhook/EventProcessorFactory.php +++ b/lib/Alchemy/Phrasea/Webhook/EventProcessorFactory.php @@ -7,6 +7,7 @@ use Alchemy\Phrasea\Model\Entities\WebhookEvent; use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Webhook\Processor\CallableProcessorFactory; use Alchemy\Phrasea\Webhook\Processor\FeedEntryProcessorFactory; +use Alchemy\Phrasea\Webhook\Processor\OrderNotificationProcessorFactory; use Alchemy\Phrasea\Webhook\Processor\ProcessorFactory; use Alchemy\Phrasea\Webhook\Processor\UserRegistrationProcessorFactory; @@ -25,6 +26,7 @@ class EventProcessorFactory { $this->registerFactory(WebhookEvent::FEED_ENTRY_TYPE, new FeedEntryProcessorFactory($app)); $this->registerFactory(WebhookEvent::USER_REGISTRATION_TYPE, new UserRegistrationProcessorFactory($app)); + $this->registerFactory(WebhookEvent::ORDER_TYPE, new OrderNotificationProcessorFactory($app)); } /** diff --git a/lib/Alchemy/Phrasea/Webhook/Processor/OrderNotificationProcessor.php b/lib/Alchemy/Phrasea/Webhook/Processor/OrderNotificationProcessor.php new file mode 100644 index 0000000000..68f02a8650 --- /dev/null +++ b/lib/Alchemy/Phrasea/Webhook/Processor/OrderNotificationProcessor.php @@ -0,0 +1,79 @@ +orderRepository = $orderRepository; + $this->userRepository = $userRepository; + } + + public function process(WebhookEvent $event) + { + if ($event->getName() == WebhookEvent::ORDER_CREATED) { + return $this->processCreateOrder($event); + } + + return $this->processDeliveryOrder($event); + } + + protected function processCreateOrder(WebhookEvent $event) + { + $data = $event->getData(); + + /** @var User $user */ + $user = $this->userRepository->find($data['user_id']); + /** @var Order $order */ + $order = $this->orderRepository->find($data['order_id']); + + return $this->getOrderData($event, $user, $order); + } + + protected function processDeliveryOrder(WebhookEvent $event) + { + $data = $event->getData(); + + /** @var Order $order */ + $order = $this->orderRepository->find($data['order_id']); + $user = $order->getUser(); + + return $this->getOrderData($event, $user, $order); + } + + /** + * @param WebhookEvent $event + * @param User $user + * @param Order $order + * @return array + */ + protected function getOrderData(WebhookEvent $event, User $user, Order $order) + { + return [ + 'event' => $event->getName(), + 'user' => [ + 'id' => $user->getId(), + 'email' => $user->getEmail(), + 'login' => $user->getLogin() + ], + 'order' => $order->getId() + ]; + } +} diff --git a/lib/Alchemy/Phrasea/Webhook/Processor/OrderNotificationProcessorFactory.php b/lib/Alchemy/Phrasea/Webhook/Processor/OrderNotificationProcessorFactory.php new file mode 100644 index 0000000000..a53511c41d --- /dev/null +++ b/lib/Alchemy/Phrasea/Webhook/Processor/OrderNotificationProcessorFactory.php @@ -0,0 +1,29 @@ +application = $application; + } + + /** + * @return ProcessorInterface + */ + public function createProcessor() + { + return new OrderNotificationProcessor( + $this->application['repo.orders'], + $this->application['repo.users'] + ); + } +} diff --git a/lib/classes/ACL.php b/lib/classes/ACL.php index f5f62f4cb5..04e0f3d404 100644 --- a/lib/classes/ACL.php +++ b/lib/classes/ACL.php @@ -147,6 +147,18 @@ class ACL implements cache_cacheableInterface return self::$bas_rights; } + /** + * Returns the list of available rights by databox for the current user + * + * @return array + */ + public function get_sbas_rights() + { + $this->load_rights_sbas(); + + return $this->_rights_sbas; + } + /** * Check if a hd grant has been received for a record * @@ -580,10 +592,11 @@ class ACL implements cache_cacheableInterface } /** - * Check if the user has the right, at least on one collection + * Check if the user has the right, on at least one collection * - * @param string $right - * @return boolean + * @param string $right + * @return bool + * @throws Exception */ public function has_right($right) { @@ -598,9 +611,10 @@ class ACL implements cache_cacheableInterface /** * Check if the user has the required right on a database * - * @param $sbas_id - * @param $right - * @return + * @param int $sbas_id + * @param string $right + * @return bool + * @throws Exception */ public function has_right_on_sbas($sbas_id, $right) { @@ -623,8 +637,8 @@ class ACL implements cache_cacheableInterface /** * Retrieve mask AND for user on specified base_id * - * @param int $base_id - * @return string + * @param int $base_id + * @return int */ public function get_mask_and($base_id) { @@ -639,8 +653,8 @@ class ACL implements cache_cacheableInterface /** * Retrieve mask XOR for user on specified base_id * - * @param int $base_id - * @return string + * @param int $base_id + * @return int */ public function get_mask_xor($base_id) { diff --git a/lib/classes/media/Permalink/Adapter.php b/lib/classes/media/Permalink/Adapter.php index 38c662b3f2..a0a90882df 100644 --- a/lib/classes/media/Permalink/Adapter.php +++ b/lib/classes/media/Permalink/Adapter.php @@ -118,7 +118,7 @@ class media_Permalink_Adapter implements cache_cacheableInterface 'record_id' => $this->media_subdef->get_record_id(), 'subdef' => $this->media_subdef->get_name(), /** @Ignore */ - 'label' => $label, + 'label' => str_replace('/', '_', $label), 'token' => $this->get_token(), ])); } diff --git a/lib/classes/patch/400alpha7a.php b/lib/classes/patch/400alpha7a.php new file mode 100644 index 0000000000..7928c26c84 --- /dev/null +++ b/lib/classes/patch/400alpha7a.php @@ -0,0 +1,64 @@ +release; + } + + /** + * {@inheritdoc} + */ + public function getDoctrineMigrations() + { + return [ + '20160511160640' + ]; + } + + /** + * {@inheritdoc} + */ + public function require_all_upgrades() + { + return false; + } + + /** + * {@inheritdoc} + */ + public function concern() + { + return $this->concern; + } + + /** + * {@inheritdoc} + */ + public function apply(base $databox, Application $app) + { + return true; + } +} diff --git a/lib/classes/patch/400alpha8a.php b/lib/classes/patch/400alpha8a.php new file mode 100644 index 0000000000..1f73510051 --- /dev/null +++ b/lib/classes/patch/400alpha8a.php @@ -0,0 +1,64 @@ +release; + } + + /** + * {@inheritdoc} + */ + public function getDoctrineMigrations() + { + return [ + '20160520165600' + ]; + } + + /** + * {@inheritdoc} + */ + public function require_all_upgrades() + { + return false; + } + + /** + * {@inheritdoc} + */ + public function concern() + { + return $this->concern; + } + + /** + * {@inheritdoc} + */ + public function apply(base $databox, Application $app) + { + return true; + } +} diff --git a/lib/classes/record/exportElement.php b/lib/classes/record/exportElement.php index 1faac611e0..1e3f21dc6d 100644 --- a/lib/classes/record/exportElement.php +++ b/lib/classes/record/exportElement.php @@ -68,8 +68,6 @@ class record_exportElement extends record_adapter parent::__construct($app, $sbas_id, $record_id); $this->get_actions($remain_hd); - - return $this; } /** @@ -270,8 +268,7 @@ class record_exportElement extends record_adapter } /** - * - * @return Array + * @return array */ public function get_orderable() { @@ -279,8 +276,7 @@ class record_exportElement extends record_adapter } /** - * - * @return Array + * @return array */ public function get_downloadable() { diff --git a/lib/classes/set/export.php b/lib/classes/set/export.php index 230a0a10a7..739c5ab5b7 100644 --- a/lib/classes/set/export.php +++ b/lib/classes/set/export.php @@ -99,19 +99,20 @@ class set_export extends set_abstract } else { $this->exportName = "Export_" . date("Y-n-d") . '_' . mt_rand(100, 999); - $tmp_lst = explode(';', $lst); $n = 1; - foreach ($tmp_lst as $basrec) { - $basrec = explode('_', $basrec); - if (count($basrec) != 2) - continue; + $records = new \Alchemy\Phrasea\Record\RecordReferenceCollection(); + + foreach (explode(';', $lst) as $basrec) { try { - $record = new record_adapter($this->app, $basrec[0], $basrec[1]); - } catch (\Exception_Record_AdapterNotFound $e) { + $records[] = \Alchemy\Phrasea\Record\RecordReference::createFromRecordReference($basrec); + } catch (Exception $exception) { + // Ignore invalid record references continue; } + } + foreach ($records->toRecords($app->getApplicationBox()) as $record) { if ($record->isStory()) { foreach ($record->getChildren() as $child_basrec) { $base_id = $child_basrec->getBaseId(); diff --git a/lib/conf.d/configuration.yml b/lib/conf.d/configuration.yml index 732e55a795..47c845a04e 100644 --- a/lib/conf.d/configuration.yml +++ b/lib/conf.d/configuration.yml @@ -5,6 +5,7 @@ languages: main: maintenance: false key: '' + api_require_ssl: true database: host: 'sql-host' port: 3306 diff --git a/resources/ansible/roles/mailcatcher/tasks/main.yml b/resources/ansible/roles/mailcatcher/tasks/main.yml index bfc615e947..ddfdb1eb56 100644 --- a/resources/ansible/roles/mailcatcher/tasks/main.yml +++ b/resources/ansible/roles/mailcatcher/tasks/main.yml @@ -5,9 +5,16 @@ - name: Create mailcatcher log directory file: path={{ mailcatcher_log_path }} owner=mailcatcher mode=0755 state=directory -- name: Install Mailcatcher - gem: name={{ mailcatcher_gem }} user_install=no state=latest - notify: restart mailcatcher +# https://github.com/jadb/ansible-role-mailcatcher/blob/b4df99308f0e5222a4ccb7d519504f967b0ea21b/tasks/main.yml + +- name: Install mime-types for Ruby1.9 + # https://github.com/sj26/mailcatcher/issues/277#issuecomment-209154903 + command: gem install mime-types --version "< 3" + +- name: Install the mailcatcher (GEM) + # gem module is flaky, this is consistent + command: gem install mailcatcher --conservative + ignore_errors: yes - name: Install mailcatcher supervisord conf template: src='program_mailcatcher.conf.j2' dest='/etc/supervisor/conf.d/program_mailcatcher.conf' diff --git a/resources/ansible/roles/nginx/templates/default.j2 b/resources/ansible/roles/nginx/templates/default.j2 index e0d224afc4..52fe9d2dbb 100644 --- a/resources/ansible/roles/nginx/templates/default.j2 +++ b/resources/ansible/roles/nginx/templates/default.j2 @@ -19,10 +19,10 @@ server { location /api { root {{ nginx.docroot }}/www; - rewrite ^(.*)$ /api.php/$1 last; + rewrite ^(.*)$ /api_dev.php/$1 last; } - location ~ ^/(index|index_dev|api)\.php(/|$) { + location ~ ^/(index|index_dev|api|api_dev)\.php(/|$) { root {{ nginx.docroot }}/www; fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass unix:/var/run/php5-fpm.sock; diff --git a/resources/locales/messages.de.xlf b/resources/locales/messages.de.xlf index 11c21df64c..04ab719fc1 100644 --- a/resources/locales/messages.de.xlf +++ b/resources/locales/messages.de.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. @@ -9,8 +9,8 @@ - Form/Configuration/EmailFormType.php Form/Login/PhraseaAuthenticationForm.php + Form/Configuration/EmailFormType.php The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account @@ -39,9 +39,11 @@ %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 + mobile/lightbox/validate.html.twig %countable% documents can not be modified. @@ -88,6 +90,7 @@ %length% Leute actions/Feedback/list.html.twig actions/Feedback/ListsMacros.html.twig + actions/Feedback/list.html.twig %n_elements% elements ne peuvent etre uploades @@ -119,21 +122,21 @@ %nb_records% records %nb_records% Datensätze - prod/Tooltip/Basket.html.twig prod/Tooltip/Story.html.twig + prod/Tooltip/Basket.html.twig %nb_view% vue %nb_view% Ansicht - Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig + Bridge/Dailymotion/element_informations.html.twig Bridge/Youtube/element_informations.html.twig %nb_view% vues %nb_view% Ansichten - Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig + Bridge/Dailymotion/element_informations.html.twig Bridge/Youtube/element_informations.html.twig @@ -179,8 +182,8 @@ %quantity% records added %quantity% records added - Controller/Prod/BasketController.php Controller/Prod/StoryController.php + Controller/Prod/BasketController.php %quantity% records moved @@ -392,8 +395,8 @@ A zu - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig A document has been quarantined @@ -468,7 +471,7 @@ API Webhook API Webhook - TaskManager/Job/WebhookJob.php + TaskManager/Job/WebhookJob.php About Roles : @@ -483,8 +486,8 @@ Access Viewer - web/admin/editusers.html.twig actions/Feedback/List-Share.html.twig + web/admin/editusers.html.twig Access code @@ -566,10 +569,10 @@ Actions Handlungen - Bridge/Dailymotion/actioncontainers.html.twig - Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Flickr/actionelements.html.twig + Bridge/Dailymotion/actioncontainers.html.twig + Bridge/Dailymotion/actionelements.html.twig Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig @@ -586,9 +589,9 @@ Activer aktivieren - admin/databox/databox.html.twig - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig + admin/databox/databox.html.twig Activer le grant_type de type password pour votre application @@ -608,12 +611,12 @@ Add Hinzufügen - admin/fields/templates.html.twig - actions/Feedback/lists-all.html.twig - prod/actions/Push.html.twig + prod/User/Add.html.twig prod/upload/lazaret.html.twig prod/upload/lazaret.html.twig - prod/User/Add.html.twig + actions/Feedback/lists-all.html.twig + prod/actions/Push.html.twig + admin/fields/templates.html.twig Add a new field @@ -674,37 +677,37 @@ Affichage Anzeige - web/prod/index.html.twig + web/prod/index.html.twig Affichage au demarrage beim Start anzeigen - web/prod/index.html.twig + web/prod/index.html.twig Afficher la fiche descriptive das beschriftliche Blatt anzeigen - web/prod/index.html.twig + web/prod/index.html.twig Afficher le titre den Titel anzeigen - web/prod/index.html.twig + web/prod/index.html.twig Afficher les status die Zustände anzeigen - web/prod/index.html.twig + web/prod/index.html.twig Afficher une icone eine Ikone anzeigen - web/prod/index.html.twig + web/prod/index.html.twig After metadata After metadata - web/prod/index.html.twig + web/prod/index.html.twig Aggregation @@ -714,25 +717,25 @@ Aide die Hilfe - web/prod/index.html.twig + web/prod/index.html.twig Aide sur les expressions regulieres Hilfe zu reguläre Ausdrücken - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Ajouter a Hinzufügen zu - Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actionelements.html.twig + Bridge/Dailymotion/actionelements.html.twig Bridge/Youtube/actionelements.html.twig Ajouter ma selection courrante Meine aktuelle Auswahl hinzufügen - prod/Baskets/Create.html.twig prod/Story/Create.html.twig + prod/Baskets/Create.html.twig Ajouter un nouvel utilisateur @@ -859,29 +862,29 @@ Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php Controller/Admin/DataboxesController.php - Controller/Prod/BasketController.php - Controller/Prod/LazaretController.php - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php + Controller/Prod/LazaretController.php Controller/Prod/StoryController.php Controller/Prod/ToolsController.php + Controller/Prod/BasketController.php Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php + web/admin/databases.html.twig + web/admin/users.html.twig + task-manager/task-editor/task.html.twig 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 while denying, please retry or contact an admin if problem persists Ein Fehler ist aufgetreten bei der Verweigerung. Bitte versuchen Sie es erneut oder wenden Sie sich an Ihren Systemadministrator - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while sending, please retry or contact an admin if problem persists Ein Fehler ist aufgetreten beim Senden. Bitte versuchen Sie es erneut oder wenden Sie sich an Ihren Systemadministrator - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while upload the file. Please retry @@ -907,10 +910,10 @@ An error occurred Ein Fehler ist aufgetreten + Controller/Api/V1Controller.php + Controller/Api/V1Controller.php Controller/Admin/CollectionController.php Controller/Admin/DataboxController.php - Controller/Api/V1Controller.php - Controller/Api/V1Controller.php Controller/Prod/BasketController.php Order/Controller/ProdOrderController.php web/admin/statusbit.html.twig @@ -1009,8 +1012,8 @@ Apply changes Änderungen anwenden - actions/Property/index.html.twig actions/Property/type.html.twig + actions/Property/index.html.twig Apply status on story children. @@ -1062,8 +1065,8 @@ Attention Vorsicht Controller/Prod/LanguageController.php - web/admin/index.html.twig prod/results/help.html.twig + web/admin/index.html.twig Attention ! @@ -1098,7 +1101,7 @@ Aucun statut editable Kein editierbarer Status - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Aucune @@ -1266,10 +1269,10 @@ Bad request format, only JSON is allowed Bad Request Format, nur JSON wird erlaubt - Controller/Admin/DataboxController.php + Controller/Root/AccountController.php Controller/Admin/RootController.php Controller/Admin/RootController.php - Controller/Root/AccountController.php + Controller/Admin/DataboxController.php Bad request, please contact an admin @@ -1285,8 +1288,8 @@ Base %base% Datenbank %base% web/admin/editusers_quotas.html.twig - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig Base could not be created @@ -1390,7 +1393,7 @@ By field By field - web/prod/index.html.twig + web/prod/index.html.twig C dans l'air @@ -1415,14 +1418,13 @@ Cancel Abbrechen - Controller/Prod/LanguageController.php - 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 prod/User/Add.html.twig + actions/Property/type.html.twig + actions/Property/index.html.twig + prod/actions/delete_records_confirm.html.twig + task-manager/task-editor/task.html.twig + admin/fields/templates.html.twig + user/import/view.html.twig Cancel all @@ -1454,8 +1456,8 @@ Categorie Kategorie Bridge/Dailymotion/video_modify.html.twig - Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig Ce champ est decrit comme element du %DublinCoreElementSet% @@ -1470,7 +1472,7 @@ Ce champ est decrit comme un element DublinCore Dieses Feld wird als einen Dublin Core Element beschrieben - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Ce champ est en lecture seule @@ -1485,10 +1487,10 @@ 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/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php Bridge/Api/Youtube.php Bridge/Api/Youtube.php @@ -1513,10 +1515,10 @@ 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/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php Bridge/Api/Youtube.php @@ -1578,7 +1580,7 @@ Chargement Ladend - web/prod/index.html.twig + web/prod/index.html.twig Chercher @@ -1588,16 +1590,16 @@ Choisir wählen - web/admin/subdefs.html.twig - web/admin/subdefs.html.twig - prod/Baskets/Reorder.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig + web/admin/subdefs.html.twig + web/admin/subdefs.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 + web/account/change-password.html.twig Choose the title of the document to export @@ -1669,9 +1671,9 @@ Collection Kollektion - admin/databox/details.html.twig - prod/Story/Create.html.twig prod/upload/lazaret.html.twig + prod/Story/Create.html.twig + admin/databox/details.html.twig Collection %collection% @@ -1713,9 +1715,9 @@ Company Unternehmen - actions/Feedback/list.html.twig - actions/Feedback/ListsMacros.html.twig prod/User/Add.html.twig + actions/Feedback/ListsMacros.html.twig + actions/Feedback/list.html.twig Complete the fields below to register on %instance_title%! @@ -1730,10 +1732,10 @@ Confidentialite Vertraulichkeit - Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig - Bridge/Youtube/upload.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig Confidentialite : privee @@ -1748,7 +1750,7 @@ Configuration Konfiguration - web/prod/index.html.twig + web/prod/index.html.twig Confirm new email address @@ -1773,13 +1775,13 @@ Connection Verbindung - web/login/index.html.twig - web/login/index.html.twig - login/oauth/login.html.twig login/providers/bind.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig login/providers/mapping.html.twig + login/oauth/login.html.twig + web/login/index.html.twig + web/login/index.html.twig Connection is OK but database does not exists or can not be accessed @@ -1854,13 +1856,13 @@ Couleur de selection Farbauswahl - web/prod/index.html.twig + web/prod/index.html.twig Country Land - actions/Feedback/list.html.twig actions/Feedback/ListsMacros.html.twig + actions/Feedback/list.html.twig Create an account manually @@ -1895,8 +1897,8 @@ Creer erstellen - Bridge/Dailymotion/actioncontainers.html.twig Bridge/Flickr/actioncontainers.html.twig + Bridge/Dailymotion/actioncontainers.html.twig Bridge/Youtube/actioncontainers.html.twig @@ -2040,7 +2042,7 @@ Date Added Date Added - web/prod/index.html.twig + web/prod/index.html.twig Date Creation @@ -2065,8 +2067,8 @@ De von - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig Deadline @@ -2152,12 +2154,12 @@ 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 + actions/Feedback/list.html.twig + prod/actions/delete_records_confirm.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/index.html.twig Delete all users rights @@ -2194,8 +2196,8 @@ Deplacement %n_element% elements Bewegung von %n_element% Elemente - Bridge/Dailymotion/video_moveinto_playlist.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig + Bridge/Dailymotion/video_moveinto_playlist.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig @@ -2206,8 +2208,8 @@ Derniere mise a jour le %updated_on% letztes Update am %updated_on% - prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig Des difficultes ont ete rencontres a la connection au serveur distant @@ -2217,16 +2219,16 @@ Description Beschreibung - web/developers/application_form.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/video_modify.html.twig - Bridge/Flickr/photo_modify.html.twig + prod/Tooltip/DCESFieldInfo.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/upload.html.twig + Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Youtube/video_modify.html.twig Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/upload.html.twig - Bridge/Youtube/video_modify.html.twig - prod/Tooltip/DCESFieldInfo.html.twig + web/developers/application_form.html.twig Deselect all @@ -2289,7 +2291,7 @@ Display technical data Display technical data - web/prod/index.html.twig + web/prod/index.html.twig Display thumbnails @@ -2299,7 +2301,7 @@ Do not display Do not display - web/prod/index.html.twig + web/prod/index.html.twig Do not forget to restart the tasks scheduler @@ -2324,10 +2326,9 @@ Do you want to send your report ? Möchten Sie Ihren Bericht senden ? - Phrasea/Controller/LightboxController.php - mobile/lightbox/validate.html.twig - mobile/lightbox/validate.html.twig - web/lightbox/validate.html.twig + Phrasea/Controller/LightboxController.php + web/lightbox/validate.html.twig + mobile/lightbox/validate.html.twig Document @@ -2436,14 +2437,9 @@ Edit Bearbeiten - admin/task-manager/index.html.twig + actions/Feedback/list.html.twig admin/task-manager/templates.html.twig - actions/Feedback/list.html.twig - - - Edit position - Edit position - Controller/Prod/LanguageController.php + admin/task-manager/index.html.twig Editer @@ -2458,8 +2454,8 @@ Edition de 1 element Bearbeitung von 1 Element - Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/video_modify.html.twig @@ -2475,7 +2471,7 @@ Edition impossible Bearbeitung nicht möglich - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Editor @@ -2510,8 +2506,8 @@ Email Email - web/admin/dashboard.html.twig admin/publications/fiche.html.twig + web/admin/dashboard.html.twig Email '%email%' for login '%login%' already exists in database @@ -2541,8 +2537,8 @@ Email successfully confirmed E-Mail erfolgreich bestätigt - Notification/Mail/MailSuccessEmailConfirmationRegistered.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php + Notification/Mail/MailSuccessEmailConfirmationRegistered.php Email test result : %email_status% @@ -2599,7 +2595,7 @@ En cours d'encodage Kodierung läuft - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php actions/Bridge/records_list.html.twig @@ -2732,8 +2728,8 @@ Erreur ! Fehler ! - mobile/lightbox/error.html.twig web/lightbox/error.html.twig + mobile/lightbox/error.html.twig Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas @@ -2842,8 +2838,8 @@ Etendue de la publication Erweiterung der Veröffentlichung - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Etes vous sur de supprimer %number% photos ? @@ -2915,8 +2911,8 @@ Controller/Prod/LanguageController.php web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig Feeds @@ -2971,8 +2967,8 @@ File is not present in quarantine anymore, please refresh Datei befindet sich nicht mehr in der Quarantäne, bitte aktualisieren - Controller/Prod/LazaretController.php - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php @@ -3040,15 +3036,15 @@ First/Last Name Vorname / Nachname + actions/Feedback/ListsMacros.html.twig web/admin/users.html.twig web/admin/users.html.twig - actions/Feedback/ListsMacros.html.twig Flash Flash + web/prod/index.html.twig web/common/technical_datas.html.twig - web/prod/index.html.twig Flatten layers @@ -3083,10 +3079,10 @@ Forgot password? Passwort vergessen ? - web/login/index.html.twig - login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig + login/oauth/login.html.twig + web/login/index.html.twig Forgot your password? @@ -3221,7 +3217,7 @@ Graphiste (preview au rollover) Grafiker (Voransicht mit Rollover) - web/prod/index.html.twig + web/prod/index.html.twig Great @@ -3231,8 +3227,8 @@ Groupement des resultats sur le champ %name% Groupement des resultats sur le champ %name% - Controller/Report/ActivityController.php Controller/Report/RootController.php + Controller/Report/ActivityController.php Grouper @@ -3288,10 +3284,10 @@ Home Home - mobile/lightbox/feed.html.twig - mobile/lightbox/validate.html.twig + login/layout/base-layout.html.twig login/include/language-block.html.twig - login/layout/base-layout.html.twig + mobile/lightbox/validate.html.twig + mobile/lightbox/feed.html.twig Homepage slideshow @@ -3322,7 +3318,7 @@ Iconographe (description au rollover) Bildredakteur (Beschreibung mit Rollover) - web/prod/index.html.twig + web/prod/index.html.twig Id @@ -3392,7 +3388,7 @@ In the answer grid In the answer grid - web/prod/index.html.twig + web/prod/index.html.twig Include Business-fields in caption @@ -3441,8 +3437,8 @@ Inscription Anmeldung - web/login/register-classic.html.twig web/login/register.html.twig + web/login/register-classic.html.twig Install in progess @@ -3468,20 +3464,20 @@ Invalid file type Ungültiger Dateityp - admin/collection/collection.html.twig prod/upload/upload-flash.html.twig + admin/collection/collection.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/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/collection/collection.html.twig + admin/collection/collection.html.twig Invalid labels parameter @@ -3513,8 +3509,8 @@ Inverser umkehren - prod/Baskets/Reorder.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig It is not recommended to install Phraseanet without HTTPS support @@ -3592,13 +3588,13 @@ 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/Dailymotion.php Bridge/Api/Youtube.php La video a ete rejetee Das Video wurde abgelehnt - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php @@ -3696,15 +3692,15 @@ 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/Flickr.php + Bridge/Api/Dailymotion.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/Flickr.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php @@ -3726,8 +3722,8 @@ 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/Dailymotion/upload.html.twig Bridge/Youtube/upload.html.twig @@ -3753,12 +3749,12 @@ 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 + prod/actions/edit_default.html.twig Les termes apparaissent dans le(s) champs Die Begriffe befinden sich in Feld(er): - web/prod/index.html.twig + web/prod/index.html.twig Light Value @@ -3768,8 +3764,8 @@ Limite temporelle zeitliche Beschränkung - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig Limited vocabulary @@ -3848,9 +3844,9 @@ Login Benutzername Form/Login/PhraseaAuthenticationForm.php - login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig + login/oauth/login.html.twig actions/Feedback/ListsMacros.html.twig @@ -3877,15 +3873,15 @@ 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 + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig Ma derniere question meine letzte Suchabfrage - web/prod/index.html.twig + web/prod/index.html.twig Mail line %line% is empty @@ -4037,7 +4033,7 @@ Mode de presentation Anzeigemodus - web/prod/index.html.twig + web/prod/index.html.twig Modele de donnees @@ -4106,10 +4102,10 @@ Name Name Controller/Prod/LanguageController.php - admin/fields/templates.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig actions/Download/prepare.html.twig prod/templates/push.html.twig + admin/fields/templates.html.twig Name or email @@ -4279,15 +4275,15 @@ Non-Restreinte (publique) Nicht eingeschränkt (öffentlich) - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig None Keine Form/Configuration/EmailFormType.php - admin/user/registrations.html.twig web/admin/users.html.twig + admin/user/registrations.html.twig None of the records can be modified. @@ -4337,7 +4333,7 @@ Notify third party application when an event occurs in Phraseanet Notify third party application when an event occurs in Phraseanet - TaskManager/Job/WebhookJob.php + TaskManager/Job/WebhookJob.php Notify users about this publication @@ -4397,7 +4393,7 @@ OK OK - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php @@ -4428,9 +4424,9 @@ Or login with Oder Anmeldung mit - web/login/index.html.twig login/oauth/login.html.twig web/login/register.html.twig + web/login/index.html.twig Order @@ -4440,14 +4436,14 @@ Order has been denied Bestellung wurde verweigert - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig Order has been sent Bestellung wurde gesendet - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig @@ -4490,9 +4486,9 @@ Page Seite - actions/Bridge/paginator.html.twig prod/upload/lazaret.html.twig prod/upload/lazaret.html.twig + actions/Bridge/paginator.html.twig Page %page% @@ -4502,10 +4498,12 @@ Paniers Sammelkörbe - mobile/lightbox/index.html.twig - mobile/lightbox/index.html.twig + lightbox/IE6/index.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig web/lightbox/validate.html.twig + mobile/lightbox/index.html.twig + mobile/lightbox/index.html.twig Par %author% @@ -4513,6 +4511,8 @@ mobile/lightbox/feed.html.twig prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig + mobile/lightbox/feed.html.twig Password @@ -4733,9 +4733,10 @@ Preferences Einstellungen - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Prefix for notification emails @@ -4750,12 +4751,12 @@ Presentation de vignettes Miniaturansichten - web/prod/index.html.twig + web/prod/index.html.twig Presentation de vignettes de panier Vorstellung der Voransichten des Sammelkorbes - web/prod/index.html.twig + web/prod/index.html.twig Previous @@ -4801,10 +4802,10 @@ Publications Veröffentlichungen + web/prod/index.html.twig + web/common/menubar.html.twig admin/publications/wrapper.html.twig web/admin/tree.html.twig - web/common/menubar.html.twig - web/prod/index.html.twig Publier @@ -4814,8 +4815,8 @@ Publique öffentliche - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Publishers @@ -4825,8 +4826,8 @@ Push Push + eventsmanager/notify/push.php Controller/Prod/LanguageController.php - eventsmanager/notify/push.php Push configuration @@ -4841,26 +4842,26 @@ Push::filter on companies Unternehmensname + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on countries Land + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on emails E-Mail + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on login Benutzername + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on name @@ -4875,8 +4876,8 @@ Push::filter starts beginnt mit + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::une validation est une demande d'appreciation a d'autres personnes @@ -4912,80 +4913,80 @@ Raccourcis claviers de la zone des paniers : Sammelkörbe und Funktionen Abkürzungen - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de editing : Fenster Abkürzungen bearbeiten - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de preview : Fenster Abkürzungen, Detailansicht - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de recherche : Hauptfenster Abkürzungen - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-a : tout selectionner ctrl-a : alles auswählen - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-e : editer la selection ctrl-e : Auswahl bearbeiten - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-p : imprimer la selection ctrl-p : drucken - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::espace : arreter/demarrer le diaporama Dia-Schau starten - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche bas : scroll vertical Abwärtspfeil: vertikal scrollen - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche droite : page suivante Rechtspfeil: nächste Seite - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en arriere Abwärtspfeil: letztes Dokument - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en avant Rechtspfeil: nächstes Dokument - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : page precedente Linkspfeil: vorherige Seite - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche haut : scroll vertical Pfeil oben: vertikal scrollen - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::tab/shift-tab se ballade dans les champs tab/shift-tab : Feld ändern - web/prod/index.html.twig + web/prod/index.html.twig Rappel : Il vous reste %number% jours pour valider %title% de %user% @@ -5005,19 +5006,19 @@ Re-initialiser Zurücksetzen - prod/Baskets/Reorder.html.twig - web/prod/index.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig + web/prod/index.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 + prod/Baskets/Reorder.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig Read-only @@ -5118,7 +5119,7 @@ Rechercher dans un champ date im Feld "Datum" suchen - web/prod/index.html.twig + web/prod/index.html.twig Recommendations @@ -5138,7 +5139,7 @@ Record Not Found Datensatz wurde nicht gefunden - Controller/Api/V1Controller.php + Controller/Api/V1Controller.php Record removed from basket @@ -5184,10 +5185,10 @@ 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 + web/login/register-classic.html.twig + login/include/register-link-block.html.twig + web/login/register-provider.html.twig Register approbation @@ -5219,7 +5220,7 @@ Relevance Relevance - web/prod/index.html.twig + web/prod/index.html.twig Remember me @@ -5260,8 +5261,8 @@ Renew password Passwort erneuern Notification/Mail/MailRequestPasswordUpdate.php - web/account/change-password.html.twig web/login/renew-password.html.twig + web/account/change-password.html.twig Reorder collections @@ -5271,8 +5272,8 @@ Reordonner automatiquement automatisch neu anordnen - prod/Baskets/Reorder.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig Repertoire de stockage des fichiers @@ -5383,8 +5384,8 @@ Restriction Einschränkung - web/admin/editusers_quotas.html.twig admin/publications/list.html.twig + web/admin/editusers_quotas.html.twig Restrictions de telechargement @@ -5499,12 +5500,12 @@ 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 + web/developers/application.html.twig + web/developers/application.html.twig + web/account/change-password.html.twig + task-manager/task-editor/task.html.twig Save all changes @@ -5549,8 +5550,8 @@ See documentation at %url% See documentation at %url% - Form/Configuration/ExecutablesFormType.php Form/Configuration/WebservicesFormType.php + Form/Configuration/ExecutablesFormType.php See my order @@ -5592,14 +5593,14 @@ Select files... Dateien auswählen... - 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.html.twig + admin/statusbit/edit.html.twig + admin/statusbit/edit.html.twig + admin/collection/collection.html.twig + admin/collection/collection.html.twig + admin/collection/collection.html.twig + user/import/file.html.twig Selected files @@ -5609,7 +5610,7 @@ Selecteur de theme Thema Selektor - web/prod/index.html.twig + web/prod/index.html.twig Selectionnez des documents et @@ -5620,12 +5621,12 @@ Send Senden Controller/Prod/LanguageController.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 + prod/actions/Push.html.twig + prod/orders/order_item.html.twig + web/admin/dashboard.html.twig Send an email to the user to setup his password @@ -5686,7 +5687,7 @@ Set labels Labels einstellen - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin/databox/databox.html.twig @@ -5707,8 +5708,8 @@ Setup Aufstellung - web/admin/setup.html.twig web/admin/tree.html.twig + web/admin/setup.html.twig Setup my password @@ -5728,8 +5729,8 @@ Short description Kurzbeschreibung - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Shutter speed @@ -5769,8 +5770,8 @@ Size Grösse - web/common/technical_datas.html.twig actions/Download/prepare.html.twig + web/common/technical_datas.html.twig Slide show @@ -5825,28 +5826,28 @@ Source Quelle + prod/Tooltip/DataboxField.html.twig admin/fields/templates.html.twig admin/fields/templates.html.twig - prod/Tooltip/DataboxField.html.twig Sous-titre Untertitel - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Stamp logo Stempel Logo - admin/collection/collection.html.twig + admin/collection/collection.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 + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig Start by creating one by using the "add" button on the left ! @@ -5867,7 +5868,7 @@ Status des documents a rechercher Zustand der Dokumente zu suchen - web/prod/index.html.twig + web/prod/index.html.twig Status edition @@ -5892,12 +5893,12 @@ 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 + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig Stopped @@ -5912,7 +5913,7 @@ Story Not Found Bericht wurde nicht gefunden - Controller/Api/V1Controller.php + Controller/Api/V1Controller.php Story created @@ -6017,9 +6018,9 @@ Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php + web/admin/databases.html.twig admin/collection/collection.html.twig admin/collection/suggested_value.html.twig - web/admin/databases.html.twig Successfull connection @@ -6097,16 +6098,16 @@ Tags Tags - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/upload.html.twig - Bridge/Youtube/upload.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig Target Device Zielgerät - classes/databox/subdef.php + classes/databox/subdef.php Task Edition @@ -6170,9 +6171,9 @@ Terms of use Nutzungsbedingungen Controller/Prod/TOUController.php - web/admin/tree.html.twig + login/layout/base-layout.html.twig web/login/cgus.html.twig - login/layout/base-layout.html.twig + web/admin/tree.html.twig The URL you used is out of date, please login @@ -6208,7 +6209,7 @@ The destination record provided is not allowed Zieldatensatz wird nicht erlaubt - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php The document %name% has been quarantined @@ -6306,7 +6307,7 @@ Theme Thema - web/prod/index.html.twig + web/prod/index.html.twig There is no one to validate orders, please contact an administrator @@ -6366,8 +6367,8 @@ This feed is public Dieses Feed ist öffentlich + actions/publish/publish.html.twig admin/publications/list.html.twig - actions/publish/publish.html.twig This field is required @@ -6377,7 +6378,7 @@ This field represents the title of the document This field represents the title of the document - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig This file is too big @@ -6444,19 +6445,19 @@ Titre Titel - admin/publications/fiche.html.twig - admin/publications/list.html.twig - admin/publications/list.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/video_modify.html.twig - Bridge/Flickr/photo_modify.html.twig + prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/upload.html.twig + Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Youtube/video_modify.html.twig Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/upload.html.twig - Bridge/Youtube/video_modify.html.twig - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig + admin/publications/list.html.twig + admin/publications/list.html.twig + admin/publications/fiche.html.twig To take a screenshot click on camera @@ -6519,7 +6520,7 @@ Trier par Sortieren nach - web/prod/index.html.twig + web/prod/index.html.twig Try to extract embedded thumbnails @@ -6544,7 +6545,7 @@ Type de documents Dokumenttyp - web/prod/index.html.twig + web/prod/index.html.twig Type nombre @@ -6559,8 +6560,8 @@ URL de callback Callback URL - web/developers/application.html.twig web/developers/application_form.html.twig + web/developers/application.html.twig Un document commande @@ -6665,15 +6666,15 @@ Une question personnelle eine persönliche Frage - web/prod/index.html.twig + web/prod/index.html.twig Une selection eine Auswahl ohne Titel - eventsmanager/notify/validate.php - eventsmanager/notify/validate.php eventsmanager/notify/validationreminder.php eventsmanager/notify/validationreminder.php + eventsmanager/notify/validate.php + eventsmanager/notify/validate.php Unhandled Error @@ -6723,16 +6724,16 @@ Upload upload - web/common/menubar.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Flickr/upload.html.twig - Bridge/Flickr/upload.html.twig - actions/Bridge/index.html.twig - Bridge/Youtube/upload.html.twig - Bridge/Youtube/upload.html.twig prod/upload/upload-flash.html.twig prod/upload/upload.html.twig + Bridge/Flickr/upload.html.twig + Bridge/Flickr/upload.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Youtube/upload.html.twig + Bridge/Youtube/upload.html.twig + actions/Bridge/index.html.twig + web/common/menubar.html.twig Upload URL is not set, please contact an admin @@ -6772,7 +6773,7 @@ Use latest search settings on Production loading Use latest search settings on Production loading - web/prod/index.html.twig + web/prod/index.html.twig Use my Phraseanet account @@ -6851,9 +6852,9 @@ Users Benutzer Vocabulary/ControlProvider/UserProvider.php - user/import/view.html.twig - web/admin/users.html.twig prod/actions/Push.html.twig + web/admin/users.html.twig + user/import/view.html.twig Users must accept Terms of Use for each export @@ -6890,11 +6891,12 @@ Validation Bestätigung + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationdone.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 from %user% @@ -6909,10 +6911,12 @@ Validations Bestätigung - mobile/lightbox/index.html.twig - mobile/lightbox/index.html.twig + lightbox/IE6/index.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig web/lightbox/validate.html.twig + mobile/lightbox/index.html.twig + mobile/lightbox/index.html.twig Validations received @@ -6978,7 +6982,7 @@ Vocabulary not found Vokabeln nicht gefunden - Controller/Prod/EditController.php + Controller/Prod/EditController.php Vocabulary type @@ -6988,14 +6992,16 @@ Voici vos paniers Ihre Sammelkörbe - mobile/lightbox/index.html.twig + lightbox/IE6/index.html.twig web/lightbox/index.html.twig + mobile/lightbox/index.html.twig 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 + mobile/lightbox/index.html.twig Votre adresse email @@ -7130,10 +7136,10 @@ 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/Dailymotion/upload.html.twig Bridge/Youtube/upload.html.twig + actions/Bridge/index.html.twig Vous ne pouvez pas editer plusieurs elements simultanement @@ -7164,7 +7170,7 @@ Vous pouvez quitter la plupart des fenetres survolantes via la touche echap esc : Sie können die meiste Teile der Overlay Fenster schliessen - web/prod/index.html.twig + web/prod/index.html.twig Warning ! @@ -7190,7 +7196,7 @@ Watermark Wasserzeichen - admin/collection/collection.html.twig + admin/collection/collection.html.twig Weak @@ -7231,9 +7237,9 @@ Whoops, looks like something went wrong. Hoppla, etwas ist schiefgegangen. - Event/Subscriber/ApiOauth2ErrorsSubscriber.php Phrasea/Core/PhraseaExceptionHandler.php Phrasea/Core/PhraseaExceptionHandler.php + Event/Subscriber/ApiOauth2ErrorsSubscriber.php Would you like to continue ? @@ -7259,14 +7265,14 @@ YYYY/MM/DD YYYY/MM/DD - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Yes Ja - user/import/view.html.twig web/developers/applications.html.twig + user/import/view.html.twig You are Admin @@ -7461,12 +7467,12 @@ You must give a destination collection Geben Sie bitte eine Zielkollektion - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You must give a destination record Geben Sie bitte einen Zieldatensatz - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You need define a model before importing a list of users @@ -7584,6 +7590,7 @@ action : ajouter au panier Zum Sammelkorb hinzufügen + prod/results/record.html.twig prod/preview/tools.html.twig prod/results/record.html.twig @@ -7593,51 +7600,54 @@ web/prod/index.html.twig web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig + web/prod/index.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : collection Verschieben web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : editer Bearbeiten - prod/preview/caption.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig + prod/preview/caption.html.twig action : exporter Exportieren - web/lightbox/feed.html.twig - web/lightbox/validate.html.twig - web/prod/index.html.twig - prod/preview/tools.html.twig - prod/results/record.html.twig + prod/results/record.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig + web/prod/index.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig + prod/preview/tools.html.twig + lightbox/IE6/validate.html.twig + lightbox/IE6/feed.html.twig + web/lightbox/validate.html.twig + web/lightbox/feed.html.twig action : outils Werkzeuge web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : print Drucken - prod/preview/tools.html.twig - prod/results/record.html.twig + prod/results/record.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig + prod/preview/tools.html.twig action : publier @@ -7645,23 +7655,24 @@ web/prod/index.html.twig web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig + web/prod/index.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : push Push web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : status Eigenschaften web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : supprimer @@ -7670,6 +7681,8 @@ prod/WorkZone/Basket.html.twig prod/WorkZone/Macros.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Basket.html.twig action:: nouveau panier @@ -7925,57 +7938,62 @@ admin::base:collection: activer la collection Kollektion aktivieren - admin/collection/collection.html.twig - admin/collection/collection.html.twig + 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/collection/collection.html.twig + admin/collection/collection.html.twig admin/databox/databox.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/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/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::base:collection: numero de collection locale + admin::base:collection: numero de collection locale + admin/collection/collection.html.twig + admin::base:collection: renommer la collection umbenennen - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: supprimer le logo @@ -7985,7 +8003,7 @@ admin::base:collection: vider la collection leeren - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collorder: descendre @@ -8008,17 +8026,17 @@ 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/collection/collection.html.twig admin::collection @@ -8028,7 +8046,7 @@ admin::collection: Confirmez vous la suppression de cette collection ? Löschen der Kollektion bestätigen? - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::collection: ordre des collections @@ -8038,12 +8056,12 @@ 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 + admin/collection/collection.html.twig admin::compte-utilisateur A propos de la securite des mots de passe : @@ -8069,10 +8087,10 @@ Adresse Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur changer mon mot de passe @@ -8084,9 +8102,9 @@ PLZ Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur confirmer la nouvelle adresse email @@ -8108,21 +8126,21 @@ E-Mail Controller/Admin/UserController.php Event/Subscriber/RegistrationSubscriber.php - web/account/account.html.twig - web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig + admin/user/registrations.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur fax Fax Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur id utilisateur @@ -8134,13 +8152,13 @@ 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 web/common/dialog_export.html.twig + web/account/reset-email.html.twig + web/account/account.html.twig + web/account/account.html.twig + web/admin/editusers.html.twig + web/admin/users.html.twig + admin/user/registrations.html.twig admin::compte-utilisateur mot de passe @@ -8150,18 +8168,21 @@ web/account/reset-email.html.twig web/common/dialog_export.html.twig web/setup/step2.html.twig + web/common/dialog_export.html.twig + web/account/reset-email.html.twig + web/account/account.html.twig admin::compte-utilisateur nom Name Controller/Admin/UserController.php - Event/Subscriber/RegistrationSubscriber.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/connected-users.html.twig + Event/Subscriber/RegistrationSubscriber.php + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig - web/common/dialog_export.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur nouvelle adresse email @@ -8179,21 +8200,21 @@ Beruf Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + 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 Vorname Controller/Admin/UserController.php - Event/Subscriber/RegistrationSubscriber.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + Event/Subscriber/RegistrationSubscriber.php + web/common/dialog_export.html.twig + 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 @@ -8207,12 +8228,12 @@ Firma Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig + admin/user/registrations.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur tel @@ -8223,11 +8244,11 @@ admin::compte-utilisateur telephone Telefon Controller/Admin/UserController.php - web/account/account.html.twig - web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig - web/common/dialog_export.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer @@ -8239,9 +8260,9 @@ Ort Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur: L'email a correctement ete mis a jour @@ -8293,6 +8314,7 @@ 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 @@ -8309,12 +8331,14 @@ maximale Anzahl von Versuchen web/account/account.html.twig web/common/dialog_export.html.twig + web/account/account.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/account/account.html.twig admin::compte-utilisateur:ftp: creer un dossier @@ -8335,25 +8359,25 @@ admin::compte-utilisateur:sexe: madame Frau Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + 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/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur:sexe: monsieur Herr Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::monitor: bases sur lesquelles l'utilisateur est connecte : @@ -8373,24 +8397,24 @@ admin::monitor: module admin Admin - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php - web/admin/connected-users.html.twig + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig + web/admin/connected-users.html.twig admin::monitor: module client Client - Controller/Admin/ConnectedUsersController.php - lib/classes/phrasea.php classes/record/preview.php + lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/admin/connected-users.html.twig admin::monitor: module comparateur Lightbox - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/admin/connected-users.html.twig @@ -8401,42 +8425,42 @@ admin::monitor: module production Prod - Controller/Admin/ConnectedUsersController.php - lib/classes/phrasea.php classes/record/preview.php + lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/admin/connected-users.html.twig admin::monitor: module report Report - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php - web/admin/connected-users.html.twig + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig + web/admin/connected-users.html.twig admin::monitor: module thesaurus Thesaurus - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php - web/admin/connected-users.html.twig + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig + web/admin/connected-users.html.twig admin::monitor: module upload Upload - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig admin::monitor: module validation Lightbox - Controller/Admin/ConnectedUsersController.php - Phrasea/Controller/LightboxController.php - Phrasea/Controller/LightboxController.php - Phrasea/Controller/LightboxController.php lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php + Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php web/common/menubar.html.twig @@ -8472,8 +8496,8 @@ admin::plugins: plugins admin::plugins: plugins - admin/plugins/index.html.twig web/admin/tree.html.twig + admin/plugins/index.html.twig admin::plugins: retrieveConfigurationError @@ -8612,8 +8636,8 @@ admin::utilisateurs: utilisateurs connectes eingeloggte Benutzer - web/admin/connected-users.html.twig web/admin/tree.html.twig + web/admin/connected-users.html.twig alert @@ -8629,6 +8653,7 @@ an error occured Ein Fehler ist aufgetreten Controller/Prod/ToolsController.php + actions/Tools/index.html.twig an error occured : %message% @@ -8714,6 +8739,8 @@ boutton::ajouter hinzufügen + prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig admin/collection/suggested_value.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig @@ -8735,24 +8762,34 @@ Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/video_modify.html.twig Bridge/Youtube/video_modify.html.twig - prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig - web/prod/tab_thesaurus.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 + prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig + web/prod/tab_thesaurus.html.twig web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/export-text-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/accept.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/link-field-step2.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig + web/report/all_content.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/account/reset-email.html.twig + admin/publications/fiche.html.twig + admin/collection/create.html.twig + web/admin/index.html.twig boutton::appliquer @@ -8762,11 +8799,13 @@ boutton::chercher suchen - web/admin/users.html.twig - actions/Feedback/list.html.twig - web/prod/index.html.twig + lib/classes/queries.php + lib/classes/queries.php + web/prod/thesaurus.js.twig + actions/Feedback/list.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig + web/admin/users.html.twig boutton::choisir @@ -8788,14 +8827,16 @@ boutton::demarrer Dia Show - web/lightbox/feed_options_box.html.twig web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::editer Bearbeiten - prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig boutton::enregistrer @@ -8822,17 +8863,17 @@ boutton::fermer schliessen Controller/Prod/LanguageController.php - 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/edit_default.html.twig + prod/actions/edit_default.html.twig prod/actions/Push.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/properties.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig + web/report/all_content.html.twig + web/common/dialog_export.html.twig + web/lightbox/sc_note.html.twig boutton::generer @@ -8847,10 +8888,10 @@ boutton::modifier ändern - web/admin/users.html.twig - Bridge/Dailymotion/actionelement.html.twig Bridge/Flickr/actionelement.html.twig + Bridge/Dailymotion/actionelement.html.twig Bridge/Youtube/actionelement.html.twig + web/admin/users.html.twig boutton::monter @@ -8860,8 +8901,10 @@ boutton::pause Pause - web/lightbox/feed_options_box.html.twig web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::precedent @@ -8875,6 +8918,14 @@ web/setup/step2.html.twig web/setup/step2.html.twig web/setup/step2.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::rechercher @@ -8895,7 +8946,7 @@ boutton::remplacer ersetzen - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig boutton::renouveller @@ -8905,26 +8956,26 @@ 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_form.html.twig - Bridge/Dailymotion/playlist_createcontainer.html.twig - Bridge/Dailymotion/playlist_deleteelement.html.twig - Bridge/Dailymotion/video_deleteelement.html.twig - Bridge/Dailymotion/video_moveinto_playlist.html.twig - Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig + Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/photoset_deleteelement.html.twig - Bridge/Youtube/playlist_createcontainer.html.twig - Bridge/Youtube/playlist_deleteelement.html.twig + Bridge/Dailymotion/video_deleteelement.html.twig + Bridge/Dailymotion/playlist_createcontainer.html.twig + Bridge/Dailymotion/video_moveinto_playlist.html.twig + Bridge/Dailymotion/playlist_deleteelement.html.twig Bridge/Youtube/video_deleteelement.html.twig + Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig + Bridge/Youtube/playlist_deleteelement.html.twig + web/developers/application_form.html.twig + web/developers/application.html.twig + admin/publications/fiche.html.twig + web/admin/editusers.html.twig + admin/statusbit/edit.html.twig + admin/collection/details.html.twig + user/import/file.html.twig + admin/databox/details.html.twig boutton::retry @@ -8943,43 +8994,55 @@ web/setup/step2.html.twig web/setup/step2.html.twig web/setup/step2.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::supprimer Löschen Controller/Prod/LanguageController.php - 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 - web/admin/subdefs.html.twig - Bridge/Dailymotion/actioncontainers.html.twig - Bridge/Dailymotion/actionelements.html.twig - actions/Bridge/disconnected.html.twig + web/prod/thesaurus.js.twig + prod/results/feeds_entry.html.twig + prod/results/entry.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Flickr/actionelements.html.twig + Bridge/Dailymotion/actioncontainers.html.twig + Bridge/Dailymotion/actionelements.html.twig Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig - web/prod/index.html.twig - prod/results/entry.html.twig - prod/results/feeds_entry.html.twig + actions/Bridge/disconnected.html.twig web/thesaurus/presets.html.twig + admin/publications/list.html.twig + admin/publications/fiche.html.twig + web/admin/subdefs.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 boutton::telecharger download - web/common/dialog_export.html.twig - web/lightbox/feed_options_box.html.twig + web/common/dialog_export.html.twig web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::telecharger tous les documents Alle Dokumente herunterladen - web/lightbox/feed.html.twig + lightbox/IE6/validate.html.twig + lightbox/IE6/feed.html.twig web/lightbox/validate.html.twig + web/lightbox/feed.html.twig boutton::tester @@ -8991,68 +9054,68 @@ boutton::valider Bestätigen Controller/Prod/LanguageController.php - mobile/lightbox/note_form.html.twig - web/account/account.html.twig - web/account/reset-email.html.twig - admin/collection/collection.html.twig - admin/collection/create.html.twig - admin/collection/reorder.html.twig - admin/collection/suggested_value.html.twig - web/admin/dashboard.html.twig - web/admin/editusers.html.twig - admin/publications/fiche.html.twig - admin/publications/list.html.twig - web/admin/setup.html.twig - admin/statusbit/edit.html.twig - web/admin/structure.html.twig - web/admin/subdefs.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 - Bridge/Dailymotion/video_deleteelement.html.twig - Bridge/Dailymotion/video_modify.html.twig - Bridge/Dailymotion/video_moveinto_playlist.html.twig - Bridge/Flickr/photo_deleteelement.html.twig - Bridge/Flickr/photo_modify.html.twig + prod/Story/Reorder.html.twig + prod/Baskets/Update.html.twig + prod/Baskets/Reorder.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig + Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/photoset_deleteelement.html.twig - Bridge/Youtube/playlist_createcontainer.html.twig - Bridge/Youtube/playlist_deleteelement.html.twig - Bridge/Youtube/video_deleteelement.html.twig + Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/video_deleteelement.html.twig + Bridge/Dailymotion/playlist_createcontainer.html.twig + Bridge/Dailymotion/video_moveinto_playlist.html.twig + Bridge/Dailymotion/playlist_deleteelement.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/video_deleteelement.html.twig + Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig - prod/actions/edit_default.html.twig - 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/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-text-dialog.html.twig + Bridge/Youtube/playlist_deleteelement.html.twig + prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig + web/prod/index.html.twig + web/developers/application_form.html.twig web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/export-text-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-term.html.twig web/thesaurus/new-term.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/link-field-step2.html.twig web/thesaurus/thesaurus.html.twig + web/report/all_content.html.twig + web/account/reset-email.html.twig + web/account/account.html.twig + admin/publications/list.html.twig + admin/publications/fiche.html.twig + web/admin/structure.html.twig + web/admin/editusers.html.twig + web/admin/dashboard.html.twig + web/admin/subdefs.html.twig + admin/statusbit/edit.html.twig + admin/collection/create.html.twig + admin/collection/collection.html.twig + admin/collection/reorder.html.twig + admin/collection/suggested_value.html.twig + user/import/view.html.twig + admin/user/registrations.html.twig + web/admin/setup.html.twig + mobile/lightbox/note_form.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 boutton::vue xml XML Ansicht - admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig + admin/collection/suggested_value.html.twig button::Install @@ -9080,12 +9143,12 @@ caption XML XML Beschriftung - classes/record/exportElement.php + classes/record/exportElement.php caption YAML YAMP Beschriftung - classes/record/exportElement.php + classes/record/exportElement.php cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces @@ -9142,6 +9205,7 @@ choisir wählen + web/prod/index.html.twig admin/collection/create.html.twig admin/databox/databox.html.twig web/prod/index.html.twig @@ -9180,8 +9244,8 @@ configuration Konfiguration - Controller/Report/ActivityController.php Controller/Report/RootController.php + Controller/Report/ActivityController.php copyClipboardLabel @@ -9198,8 +9262,8 @@ dans %feed_name% in %feed_name% - prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig date dajout @@ -9230,15 +9294,15 @@ document Dokument Phrasea/Twig/PhraseanetExtension.php - web/admin/subdefs.html.twig - web/admin/subdefs.html.twig task-manager/task-editor/subdefs.html.twig + web/admin/subdefs.html.twig + web/admin/subdefs.html.twig document original Originales Dokument - classes/record/exportElement.php - classes/record/exportElement.php + classes/record/exportElement.php + classes/record/exportElement.php dé?it @@ -9248,15 +9312,15 @@ edit edit - web/account/account.html.twig - web/account/account.html.twig - web/account/account.html.twig prod/WorkZone/Macros.html.twig + web/account/account.html.twig + web/account/account.html.twig + web/account/account.html.twig edit: chosiir limage du regroupement Als Hauptbild einrichten - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig edit:: Ajouter %s au champ courrant @@ -9291,7 +9355,7 @@ edit::preset:: titre Titel - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig effacer (OK) ou quitter (Annuler) ? @@ -9339,7 +9403,7 @@ export::ftp: reglages manuels manuelle Einstellungen - classes/set/export.php + classes/set/export.php export::mail: contenu du mail @@ -9388,10 +9452,10 @@ filtrer les resultats sur la colonne %colonne% filtrer les resultats sur la colonne %colonne% - Controller/Report/ActivityController.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php + Controller/Report/ActivityController.php flash @@ -9544,6 +9608,7 @@ Mein Benutzerkonto web/account/account.html.twig web/common/menubar.html.twig + web/account/account.html.twig login:: Visitez le lien suivant et suivez les instructions pour continuer, sinon ignorez cet email et il ne se passera rien @@ -9558,7 +9623,7 @@ login::erreur: Erreur d'authentification Anmeldefehler - Controller/Api/OAuth2Controller.php + Controller/Api/OAuth2Controller.php Controller/Root/LoginController.php @@ -9579,8 +9644,8 @@ login::notification: Mise a jour du mot de passe avec succes erfolgreiche Passwort Aktualisierung - Controller/Root/AccountController.php Controller/Root/LoginController.php + Controller/Root/AccountController.php login::notification: demande de confirmation par mail envoyee @@ -9606,8 +9671,8 @@ 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/MailSuccessEmailConfirmationRegistered.php login::register: sujet email : confirmation de votre adresse email @@ -9689,10 +9754,10 @@ no Nein + web/common/technical_datas.html.twig web/account/sessions.html.twig web/admin/subdefs.html.twig user/import/view.html.twig - web/common/technical_datas.html.twig no image selected @@ -9708,8 +9773,10 @@ notice Beschreibung - web/lightbox/feed.html.twig + lightbox/IE6/validate.html.twig + lightbox/IE6/feed.html.twig web/lightbox/validate.html.twig + web/lightbox/feed.html.twig nouveau @@ -9861,11 +9928,11 @@ phraseanet:: adresse Adresse - web/account/account.html.twig + web/setup/step2.html.twig + web/common/dialog_export.html.twig + 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 @@ -9891,13 +9958,13 @@ phraseanet:: deconnection Abmeldung - web/common/menubar.html.twig actions/Bridge/wrapper.html.twig + web/common/menubar.html.twig phraseanet:: details Einzelheiten - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin/databox/databox.html.twig @@ -9925,9 +9992,9 @@ phraseanet:: port Schnittstelle + web/setup/step2.html.twig web/admin/databases.html.twig web/admin/databases.html.twig - web/setup/step2.html.twig phraseanet:: prereglages @@ -9937,12 +10004,12 @@ phraseanet:: presse-papier Zwischenablage - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig phraseanet:: preview Voransicht - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod/actions/printer_default.html.twig @@ -9959,17 +10026,18 @@ phraseanet:: sous definition Unterauflösung - Controller/Report/RootController.php module/report/filter.php classes/module/report.php + Controller/Report/RootController.php phraseanet:: thesaurus Thesaurus prod/actions/edit_default.html.twig web/prod/tab_headers.html.twig - web/thesaurus/index.html.twig + prod/actions/edit_default.html.twig web/thesaurus/load-thesaurus.html.twig + web/thesaurus/index.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig @@ -10011,9 +10079,9 @@ phraseanet::chargement ladend Controller/Prod/LanguageController.php - admin/collection/suggested_value.html.twig - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig web/thesaurus/thesaurus.html.twig + admin/collection/suggested_value.html.twig phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible @@ -10033,6 +10101,7 @@ Controller/Prod/LanguageController.php web/admin/index.html.twig web/thesaurus/thesaurus.html.twig + web/admin/index.html.twig phraseanet::erreur: echec du serveur de mail @@ -10122,12 +10191,12 @@ phraseanet::time:: a zu - web/prod/index.html.twig + web/prod/index.html.twig phraseanet::time:: de von - web/prod/index.html.twig + web/prod/index.html.twig phraseanet::type:: audios @@ -10139,6 +10208,7 @@ Dokumente web/prod/index.html.twig web/prod/toolbar.html.twig + web/prod/index.html.twig phraseanet::type:: images @@ -10163,8 +10233,8 @@ phraseanet::utilisateurs Benutzer - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php phrseanet:: sous definition @@ -10189,35 +10259,39 @@ preview:: Description Beschreibung - web/prod/index.html.twig + web/prod/index.html.twig preview:: Historique Historie - web/prod/index.html.twig + web/prod/index.html.twig preview:: Popularite Beliebtheit - web/prod/index.html.twig + web/prod/index.html.twig preview:: arreter le diaporama 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 + prod/preview/basket_train.html.twig + prod/preview/result_train.html.twig + prod/preview/reg_train.html.twig 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 + prod/preview/basket_train.html.twig + prod/preview/result_train.html.twig + prod/preview/reg_train.html.twig preview::statistiques de telechargement @@ -10288,6 +10362,7 @@ Achtung: Die ausgewählten Dokumente kommen nicht alle aus der selben Datenbank und können nicht zusammen bearbeitet werden Controller/Prod/MoveCollectionController.php actions/Property/index.html.twig + prod/actions/collection_default.html.twig prod::Vous n'avez le droit d'effectuer l'operation sur aucun document @@ -10302,7 +10377,7 @@ 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 + prod/actions/edit_default.html.twig prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler' @@ -10312,32 +10387,32 @@ 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 + prod/actions/edit_default.html.twig prod::editing::annulation: abandonner les modification ? @@ -10347,67 +10422,67 @@ 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 + prod/actions/edit_default.html.twig prod::facet:base_label @@ -10552,10 +10627,10 @@ public öffentlich - Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig - Bridge/Youtube/upload.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig publication : autheur @@ -10623,26 +10698,26 @@ raccourci :: a propos des raccourcis claviers Über Abkürzungen - web/prod/index.html.twig + web/prod/index.html.twig raccourcis :: ne plus montrer cette aide diese Hilfe nicht mehr anzeigen - web/prod/index.html.twig + web/prod/index.html.twig rafraichir aktualisieren prod/results/feeds.html.twig prod/results/feeds.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Macros.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Basket.html.twig rechercher dans tous les champs Alle Felder - web/prod/index.html.twig + web/prod/index.html.twig recordtype @@ -10672,22 +10747,22 @@ reponses:: images par pages : Suchergebnisse nach Seite - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode liste Liste - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode vignettes Miniaturansichten - web/prod/index.html.twig + web/prod/index.html.twig reponses:: partager Teilen - prod/results/record.html.twig + prod/results/record.html.twig reponses:: selectionner rien @@ -10702,7 +10777,7 @@ reponses:: taille des images : Miniaturansichtengrösse - web/prod/index.html.twig + web/prod/index.html.twig reponses::document sans titre @@ -10784,21 +10859,22 @@ report:: Au (date) bis - web/report/ajax_report_dashboard.html.twig web/report/form_date_and_base.html.twig + web/report/ajax_report_dashboard.html.twig 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_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 + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/all_content.html.twig @@ -10809,8 +10885,8 @@ report:: Dashboard Dashboard web/report/ajax_dashboard_content.html.twig - web/report/ajax_report_dashboard.html.twig web/report/report_layout.html.twig + web/report/ajax_report_dashboard.html.twig report:: Detail des connexions @@ -10825,8 +10901,8 @@ report:: Du (date) von - web/report/ajax_report_dashboard.html.twig web/report/form_date_and_base.html.twig + web/report/ajax_report_dashboard.html.twig report:: Enlever le filtre @@ -10847,8 +10923,8 @@ report:: IP IP - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report:: Information sur l'enregistrement numero %number% @@ -10897,10 +10973,10 @@ report:: activite Aktivität + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig @@ -10929,9 +11005,9 @@ 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 + web/report/ajax_dashboard_content_child.html.twig report:: adresse @@ -10947,20 +11023,20 @@ report:: collections Kollektionen + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php report:: commentaire Kommentar + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php report:: copyright @@ -10970,6 +11046,9 @@ report:: date Datum + module/report/filter.php + classes/module/report.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/InformationController.php @@ -10979,16 +11058,13 @@ Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php - classes/module/report.php report:: document Dokument - Controller/Report/ActivityController.php Controller/Report/InformationController.php Controller/Report/InformationController.php + Controller/Report/ActivityController.php web/report/ajax_dashboard_content_child.html.twig web/report/report_layout_child.html.twig @@ -11021,16 +11097,16 @@ report:: fichier Datei - Controller/Report/RootController.php classes/module/report.php + Controller/Report/RootController.php report:: fonction Beruf + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig @@ -11070,22 +11146,22 @@ report:: modules Module - Controller/Report/InformationController.php - Controller/Report/RootController.php module/report/filter.php module/report/nav.php + Controller/Report/InformationController.php + Controller/Report/RootController.php report:: navigateur Webbrowser - Controller/Report/RootController.php module/report/nav.php + Controller/Report/RootController.php report:: navigateurs et plateforme Webbrowser und Plattformen - Controller/Report/RootController.php module/report/nav.php + Controller/Report/RootController.php report:: nom @@ -11096,8 +11172,7 @@ report:: nombre Anzahl - Controller/Report/ActivityController.php - Controller/Report/ActivityController.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php @@ -11105,7 +11180,8 @@ Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php + Controller/Report/ActivityController.php + Controller/Report/ActivityController.php report:: nombre de documents @@ -11131,20 +11207,20 @@ report:: non-renseigne nicht ausgefüllt - module/report/activity.php - module/report/activity.php - module/report/activity.php + module/report/sent.php module/report/add.php + module/report/question.php + module/report/filter.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/download.php module/report/push.php - module/report/question.php - module/report/sent.php + module/report/activity.php + module/report/activity.php + module/report/activity.php module/report/validate.php web/report/colFilter.html.twig web/report/colFilter.html.twig @@ -11167,10 +11243,10 @@ report:: pays Staat + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig @@ -11199,12 +11275,12 @@ report:: pourcentage % + classes/module/report.php Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php report:: preview @@ -11230,13 +11306,13 @@ report:: question Anfrage - Controller/Report/ActivityController.php - Controller/Report/ActivityController.php + module/report/question.php + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php - module/report/filter.php - module/report/question.php - classes/module/report.php + Controller/Report/ActivityController.php + Controller/Report/ActivityController.php web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig @@ -11259,13 +11335,13 @@ report:: record id record id + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php report:: recordid @@ -11275,8 +11351,8 @@ report:: resolution Bildschirmauflösung - Controller/Report/RootController.php module/report/nav.php + Controller/Report/RootController.php report:: site @@ -11291,18 +11367,18 @@ report:: societe Unternehmen + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig report:: taille Gesamtzahl - Controller/Report/RootController.php classes/module/report.php + Controller/Report/RootController.php report:: telechargement @@ -11312,12 +11388,12 @@ report:: telechargements Download - Controller/Report/RootController.php module/report/download.php + Controller/Report/RootController.php + web/report/report_layout.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/report_layout.html.twig report:: telechargements document @@ -11359,8 +11435,8 @@ report:: type Bildschirmtyp - Controller/Report/RootController.php classes/module/report.php + Controller/Report/RootController.php report:: type d'action @@ -11370,10 +11446,10 @@ report:: utilisateur Benutzer - Controller/Report/ActivityController.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php - classes/module/report.php + Controller/Report/ActivityController.php report:: utilisateurs @@ -11492,8 +11568,8 @@ report::activite Aktivität - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::ajout du documentt @@ -11508,8 +11584,8 @@ report::fonction Funktion - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::la description contient @@ -11519,14 +11595,14 @@ report::pays Land - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::societe Unternehmen - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::supression du document @@ -11642,7 +11718,7 @@ setup:: ajouter un administrateur des commandes einen Manager für die Bestellungen hinzufügen - admin/collection/collection.html.twig + admin/collection/collection.html.twig setup::Configuration de la base de compte ApplicationBox @@ -11983,8 +12059,8 @@ 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-step2.html.twig thesaurus:: Lier la branche de thesaurus au champ @@ -12148,9 +12224,9 @@ thesaurus:: export au format texte Text + web/thesaurus/export-text.html.twig web/thesaurus/export-text-dialog.html.twig web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text.html.twig thesaurus:: export en topics @@ -12526,14 +12602,16 @@ validation:: NON Nein - mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig + lightbox/IE6/agreement_box.html.twig + mobile/lightbox/basket_element.html.twig validation:: OUI Ja - mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig + lightbox/IE6/agreement_box.html.twig + mobile/lightbox/basket_element.html.twig validation:: editer ma note @@ -12553,10 +12631,12 @@ 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 + mobile/lightbox/validate.html.twig + mobile/lightbox/validate.html.twig version @@ -12581,9 +12661,9 @@ yes Ja - web/account/sessions.html.twig - web/admin/subdefs.html.twig web/common/technical_datas.html.twig + web/account/sessions.html.twig + web/admin/subdefs.html.twig you are about to change the representation thumbnail of your video diff --git a/resources/locales/messages.en.xlf b/resources/locales/messages.en.xlf index 10520bd1cd..56afc1f1f4 100644 --- a/resources/locales/messages.en.xlf +++ b/resources/locales/messages.en.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. @@ -11,6 +11,7 @@ Form/Configuration/EmailFormType.php Form/Login/PhraseaAuthenticationForm.php + Form/Configuration/EmailFormType.php The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account @@ -35,9 +36,11 @@ %basket_length% documents %basket_length% document(s) - 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 + mobile/lightbox/validate.html.twig %countable% documents can not be modified. @@ -84,6 +87,7 @@ %length% people actions/Feedback/list.html.twig actions/Feedback/ListsMacros.html.twig + actions/Feedback/list.html.twig %n_elements% elements ne peuvent etre uploades @@ -115,21 +119,21 @@ %nb_records% records %nb_records% records - prod/Tooltip/Basket.html.twig prod/Tooltip/Story.html.twig + prod/Tooltip/Basket.html.twig %nb_view% vue %nb_view% view - Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig + Bridge/Dailymotion/element_informations.html.twig Bridge/Youtube/element_informations.html.twig %nb_view% vues %nb_view% views - Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig + Bridge/Dailymotion/element_informations.html.twig Bridge/Youtube/element_informations.html.twig @@ -175,8 +179,8 @@ %quantity% records added %quantity% records added - Controller/Prod/BasketController.php Controller/Prod/StoryController.php + Controller/Prod/BasketController.php %quantity% records moved @@ -388,8 +392,8 @@ A To - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig A document has been quarantined @@ -464,7 +468,7 @@ API Webhook API Webhook - TaskManager/Job/WebhookJob.php + TaskManager/Job/WebhookJob.php About Roles : @@ -479,8 +483,8 @@ Access Access - web/admin/editusers.html.twig actions/Feedback/List-Share.html.twig + web/admin/editusers.html.twig Access code @@ -562,10 +566,10 @@ Actions Actions - Bridge/Dailymotion/actioncontainers.html.twig - Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Flickr/actionelements.html.twig + Bridge/Dailymotion/actioncontainers.html.twig + Bridge/Dailymotion/actionelements.html.twig Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig @@ -582,9 +586,9 @@ Activer Activate - admin/databox/databox.html.twig - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig + admin/databox/databox.html.twig Activer le grant_type de type password pour votre application @@ -604,12 +608,12 @@ Add Add - admin/fields/templates.html.twig - actions/Feedback/lists-all.html.twig - prod/actions/Push.html.twig + prod/User/Add.html.twig prod/upload/lazaret.html.twig prod/upload/lazaret.html.twig - prod/User/Add.html.twig + actions/Feedback/lists-all.html.twig + prod/actions/Push.html.twig + admin/fields/templates.html.twig Add a new field @@ -670,37 +674,37 @@ Affichage Display - web/prod/index.html.twig + web/prod/index.html.twig Affichage au demarrage Display On startup - web/prod/index.html.twig + web/prod/index.html.twig Afficher la fiche descriptive Show Caption - web/prod/index.html.twig + web/prod/index.html.twig Afficher le titre Show Title - web/prod/index.html.twig + web/prod/index.html.twig Afficher les status Show Status - web/prod/index.html.twig + web/prod/index.html.twig Afficher une icone Display an Icon - web/prod/index.html.twig + web/prod/index.html.twig After metadata After captions - web/prod/index.html.twig + web/prod/index.html.twig Aggregation @@ -710,25 +714,25 @@ Aide Help - web/prod/index.html.twig + web/prod/index.html.twig Aide sur les expressions regulieres Help about Regular expressions - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Ajouter a Add to - Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actionelements.html.twig + Bridge/Dailymotion/actionelements.html.twig Bridge/Youtube/actionelements.html.twig Ajouter ma selection courrante Add my current selection - prod/Baskets/Create.html.twig prod/Story/Create.html.twig + prod/Baskets/Create.html.twig Ajouter un nouvel utilisateur @@ -855,16 +859,18 @@ Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php Controller/Admin/DataboxesController.php - Controller/Prod/BasketController.php - Controller/Prod/LazaretController.php - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php + Controller/Prod/LazaretController.php Controller/Prod/StoryController.php Controller/Prod/ToolsController.php + Controller/Prod/BasketController.php Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php + web/admin/databases.html.twig + web/admin/users.html.twig + task-manager/task-editor/task.html.twig 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 @@ -872,12 +878,12 @@ An error occured while denying, please retry or contact an admin if problem persists An error occurred while denying. Please retry or contact an administrator if problem persists. - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while sending, please retry or contact an admin if problem persists An error occured while sending. Please retry or contact an administrator if problem persists. - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while upload the file. Please retry @@ -903,10 +909,10 @@ An error occurred An error occurred + Controller/Api/V1Controller.php + Controller/Api/V1Controller.php Controller/Admin/CollectionController.php Controller/Admin/DataboxController.php - Controller/Api/V1Controller.php - Controller/Api/V1Controller.php Controller/Prod/BasketController.php Order/Controller/ProdOrderController.php web/admin/statusbit.html.twig @@ -1005,8 +1011,8 @@ Apply changes Apply changes - actions/Property/index.html.twig actions/Property/type.html.twig + actions/Property/index.html.twig Apply status on story children. @@ -1060,6 +1066,7 @@ Controller/Prod/LanguageController.php web/admin/index.html.twig prod/results/help.html.twig + web/admin/index.html.twig Attention ! @@ -1094,7 +1101,7 @@ Aucun statut editable No editable status - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Aucune @@ -1262,10 +1269,10 @@ Bad request format, only JSON is allowed Bad request format. Only JSON is allowed. - Controller/Admin/DataboxController.php + Controller/Root/AccountController.php Controller/Admin/RootController.php Controller/Admin/RootController.php - Controller/Root/AccountController.php + Controller/Admin/DataboxController.php Bad request, please contact an admin @@ -1281,8 +1288,8 @@ Base %base% Database %base% web/admin/editusers_quotas.html.twig - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig Base could not be created @@ -1386,7 +1393,7 @@ By field By field - web/prod/index.html.twig + web/prod/index.html.twig C dans l'air @@ -1411,14 +1418,13 @@ Cancel Cancel - Controller/Prod/LanguageController.php - 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 prod/User/Add.html.twig + actions/Property/type.html.twig + actions/Property/index.html.twig + prod/actions/delete_records_confirm.html.twig + task-manager/task-editor/task.html.twig + admin/fields/templates.html.twig + user/import/view.html.twig Cancel all @@ -1450,8 +1456,8 @@ Categorie Category Bridge/Dailymotion/video_modify.html.twig - Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig Ce champ est decrit comme element du %DublinCoreElementSet% @@ -1466,7 +1472,7 @@ Ce champ est decrit comme un element DublinCore This field has a Dublin Core link - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Ce champ est en lecture seule @@ -1481,10 +1487,10 @@ Ce champ est obligatoire This field is mandatory - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php Bridge/Api/Youtube.php Bridge/Api/Youtube.php @@ -1509,10 +1515,10 @@ Ce champ est trop long %length% caracteres max Too long, expecting %length% characters max. - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php Bridge/Api/Youtube.php @@ -1574,7 +1580,7 @@ Chargement Loading... - web/prod/index.html.twig + web/prod/index.html.twig Chercher @@ -1584,16 +1590,16 @@ Choisir Choose - web/admin/subdefs.html.twig - web/admin/subdefs.html.twig - prod/Baskets/Reorder.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig + web/admin/subdefs.html.twig + web/admin/subdefs.html.twig Choose a new password Choose a new password - web/account/change-password.html.twig web/login/renew-password.html.twig + web/account/change-password.html.twig Choose the title of the document to export @@ -1665,9 +1671,9 @@ Collection Collection - admin/databox/details.html.twig - prod/Story/Create.html.twig prod/upload/lazaret.html.twig + prod/Story/Create.html.twig + admin/databox/details.html.twig Collection %collection% @@ -1712,6 +1718,8 @@ actions/Feedback/list.html.twig actions/Feedback/ListsMacros.html.twig prod/User/Add.html.twig + actions/Feedback/ListsMacros.html.twig + actions/Feedback/list.html.twig Complete the fields below to register on %instance_title%! @@ -1726,10 +1734,10 @@ Confidentialite Confidentiality - Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig - Bridge/Youtube/upload.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig Confidentialite : privee @@ -1744,7 +1752,7 @@ Configuration Configuration - web/prod/index.html.twig + web/prod/index.html.twig Confirm new email address @@ -1769,13 +1777,13 @@ Connection Login - web/login/index.html.twig - web/login/index.html.twig - login/oauth/login.html.twig login/providers/bind.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig login/providers/mapping.html.twig + login/oauth/login.html.twig + web/login/index.html.twig + web/login/index.html.twig Connection is OK but database does not exists or can not be accessed @@ -1850,13 +1858,14 @@ Couleur de selection Selection color - web/prod/index.html.twig + web/prod/index.html.twig Country Country actions/Feedback/list.html.twig actions/Feedback/ListsMacros.html.twig + actions/Feedback/list.html.twig Create an account manually @@ -1891,8 +1900,8 @@ Creer Create - Bridge/Dailymotion/actioncontainers.html.twig Bridge/Flickr/actioncontainers.html.twig + Bridge/Dailymotion/actioncontainers.html.twig Bridge/Youtube/actioncontainers.html.twig @@ -2061,8 +2070,8 @@ De From - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig Deadline @@ -2154,6 +2163,10 @@ actions/Feedback/list.html.twig prod/upload/lazaret.html.twig prod/upload/lazaret.html.twig + actions/Feedback/list.html.twig + prod/actions/delete_records_confirm.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/index.html.twig Delete all users rights @@ -2190,8 +2203,8 @@ Deplacement %n_element% elements Moving %n_element% documents - Bridge/Dailymotion/video_moveinto_playlist.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig + Bridge/Dailymotion/video_moveinto_playlist.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig @@ -2202,8 +2215,8 @@ Derniere mise a jour le %updated_on% Last Update on %updated_on% - prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig Des difficultes ont ete rencontres a la connection au serveur distant @@ -2213,16 +2226,16 @@ Description Caption - web/developers/application_form.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/video_modify.html.twig - Bridge/Flickr/photo_modify.html.twig + prod/Tooltip/DCESFieldInfo.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/upload.html.twig + Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Youtube/video_modify.html.twig Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/upload.html.twig - Bridge/Youtube/video_modify.html.twig - prod/Tooltip/DCESFieldInfo.html.twig + web/developers/application_form.html.twig Deselect all @@ -2285,7 +2298,7 @@ Display technical data Display technical data - web/prod/index.html.twig + web/prod/index.html.twig Display thumbnails @@ -2295,7 +2308,7 @@ Do not display Do not display - web/prod/index.html.twig + web/prod/index.html.twig Do not forget to restart the tasks scheduler @@ -2320,10 +2333,9 @@ Do you want to send your report ? Send your Report ? - Phrasea/Controller/LightboxController.php - mobile/lightbox/validate.html.twig - mobile/lightbox/validate.html.twig - web/lightbox/validate.html.twig + Phrasea/Controller/LightboxController.php + web/lightbox/validate.html.twig + mobile/lightbox/validate.html.twig Document @@ -2432,14 +2444,9 @@ Edit Edit - admin/task-manager/index.html.twig + actions/Feedback/list.html.twig admin/task-manager/templates.html.twig - actions/Feedback/list.html.twig - - - Edit position - Edit position - Controller/Prod/LanguageController.php + admin/task-manager/index.html.twig Editer @@ -2454,8 +2461,8 @@ Edition de 1 element Editing 1 document - Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/video_modify.html.twig @@ -2471,7 +2478,7 @@ Edition impossible Unable to edit - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Editor @@ -2506,8 +2513,8 @@ Email E-mail - web/admin/dashboard.html.twig admin/publications/fiche.html.twig + web/admin/dashboard.html.twig Email '%email%' for login '%login%' already exists in database @@ -2537,8 +2544,8 @@ Email successfully confirmed E-mail successfully confirmed. - Notification/Mail/MailSuccessEmailConfirmationRegistered.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php + Notification/Mail/MailSuccessEmailConfirmationRegistered.php Email test result : %email_status% @@ -2595,7 +2602,7 @@ En cours d'encodage Encoding in progress - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php actions/Bridge/records_list.html.twig @@ -2728,8 +2735,8 @@ Erreur ! Error ! - mobile/lightbox/error.html.twig web/lightbox/error.html.twig + mobile/lightbox/error.html.twig Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas @@ -2838,8 +2845,8 @@ Etendue de la publication Publication scope - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Etes vous sur de supprimer %number% photos ? @@ -2911,8 +2918,8 @@ Controller/Prod/LanguageController.php web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig Feeds @@ -2967,8 +2974,8 @@ File is not present in quarantine anymore, please refresh Document is not in quarantine anymore, please refresh - Controller/Prod/LazaretController.php - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php @@ -3036,15 +3043,15 @@ First/Last Name First/Last name + actions/Feedback/ListsMacros.html.twig web/admin/users.html.twig web/admin/users.html.twig - actions/Feedback/ListsMacros.html.twig Flash Flash + web/prod/index.html.twig web/common/technical_datas.html.twig - web/prod/index.html.twig Flatten layers @@ -3079,10 +3086,10 @@ Forgot password? Forgot password? - web/login/index.html.twig - login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig + login/oauth/login.html.twig + web/login/index.html.twig Forgot your password? @@ -3159,16 +3166,11 @@ Creates an audio file Media/Subdef/Audio.php - + Generates an image - Generates an image + Generates an image Media/Subdef/Image.php - - Geo Search - Geo Search - web/prod/index.html.twig - Geonames server address Geonames server address @@ -3217,7 +3219,7 @@ Graphiste (preview au rollover) Graphist (preview on rollover) - web/prod/index.html.twig + web/prod/index.html.twig Great @@ -3227,8 +3229,8 @@ Groupement des resultats sur le champ %name% Group results on the field %name% - Controller/Report/ActivityController.php Controller/Report/RootController.php + Controller/Report/ActivityController.php Grouper @@ -3284,10 +3286,10 @@ Home Home - mobile/lightbox/feed.html.twig - mobile/lightbox/validate.html.twig + login/layout/base-layout.html.twig login/include/language-block.html.twig - login/layout/base-layout.html.twig + mobile/lightbox/validate.html.twig + mobile/lightbox/feed.html.twig Homepage slideshow @@ -3318,7 +3320,7 @@ Iconographe (description au rollover) Iconograph (caption on rollover) - web/prod/index.html.twig + web/prod/index.html.twig Id @@ -3388,7 +3390,7 @@ In the answer grid In the answer grid - web/prod/index.html.twig + web/prod/index.html.twig Include Business-fields in caption @@ -3437,8 +3439,8 @@ Inscription Registration - web/login/register-classic.html.twig web/login/register.html.twig + web/login/register-classic.html.twig Install in progess @@ -3464,20 +3466,20 @@ Invalid file type Invalid file type - admin/collection/collection.html.twig prod/upload/upload-flash.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/databox/databox.html.twig admin/statusbit/edit.html.twig user/import/file.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% files are supported - admin/collection/collection.html.twig + admin/collection/collection.html.twig Invalid labels parameter @@ -3509,8 +3511,8 @@ Inverser Reverse - prod/Baskets/Reorder.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig It is not recommended to install Phraseanet without HTTPS support @@ -3588,13 +3590,13 @@ La taille maximale d'une video est de %duration% minutes. The maximum duration for a video is %duration% minutes. - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php La video a ete rejetee Video has been rejected - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php @@ -3692,15 +3694,15 @@ Le poids maximum d'un fichier est de %size% Maximum filesize is %size% - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php Le record n'a pas de fichier physique No physical file for this record - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php @@ -3722,8 +3724,8 @@ Les elements ne peuvent etre uploades (problemes de type ou de droit) Selected files can't be uploaded (file type or rights error) - Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/upload.html.twig @@ -3749,12 +3751,12 @@ 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 - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Les termes apparaissent dans le(s) champs Word(s) from field(s) - web/prod/index.html.twig + web/prod/index.html.twig Light Value @@ -3764,8 +3766,8 @@ Limite temporelle Time limit - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig Limited vocabulary @@ -3844,9 +3846,9 @@ Login Login Form/Login/PhraseaAuthenticationForm.php - login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig + login/oauth/login.html.twig actions/Feedback/ListsMacros.html.twig @@ -3873,15 +3875,15 @@ 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 + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig Ma derniere question My last query - web/prod/index.html.twig + web/prod/index.html.twig Mail line %line% is empty @@ -4033,7 +4035,7 @@ Mode de presentation Display mode - web/prod/index.html.twig + web/prod/index.html.twig Modele de donnees @@ -4102,10 +4104,10 @@ Name Name Controller/Prod/LanguageController.php - admin/fields/templates.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig actions/Download/prepare.html.twig prod/templates/push.html.twig + admin/fields/templates.html.twig Name or email @@ -4275,15 +4277,15 @@ Non-Restreinte (publique) Unrestricted (public) - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig None None Form/Configuration/EmailFormType.php - admin/user/registrations.html.twig web/admin/users.html.twig + admin/user/registrations.html.twig None of the records can be modified. @@ -4333,7 +4335,7 @@ Notify third party application when an event occurs in Phraseanet Notify third party application when an event occurs in Phraseanet - TaskManager/Job/WebhookJob.php + TaskManager/Job/WebhookJob.php Notify users about this publication @@ -4393,7 +4395,7 @@ OK OK - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php @@ -4424,9 +4426,9 @@ Or login with Or login with - web/login/index.html.twig login/oauth/login.html.twig web/login/register.html.twig + web/login/index.html.twig Order @@ -4436,14 +4438,14 @@ Order has been denied The order has been denied. - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig Order has been sent The order has been sent. - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig @@ -4486,9 +4488,9 @@ Page Page - actions/Bridge/paginator.html.twig prod/upload/lazaret.html.twig prod/upload/lazaret.html.twig + actions/Bridge/paginator.html.twig Page %page% @@ -4498,10 +4500,12 @@ Paniers Baskets - mobile/lightbox/index.html.twig - mobile/lightbox/index.html.twig + lightbox/IE6/index.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig web/lightbox/validate.html.twig + mobile/lightbox/index.html.twig + mobile/lightbox/index.html.twig Par %author% @@ -4509,6 +4513,8 @@ mobile/lightbox/feed.html.twig prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig + mobile/lightbox/feed.html.twig Password @@ -4729,9 +4735,10 @@ Preferences Settings - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Prefix for notification emails @@ -4746,12 +4753,12 @@ Presentation de vignettes Thumbnails - web/prod/index.html.twig + web/prod/index.html.twig Presentation de vignettes de panier Basket display setup - web/prod/index.html.twig + web/prod/index.html.twig Previous @@ -4797,6 +4804,8 @@ Publications Publications + web/prod/index.html.twig + web/common/menubar.html.twig admin/publications/wrapper.html.twig web/admin/tree.html.twig web/common/menubar.html.twig @@ -4810,8 +4819,8 @@ Publique Public - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Publishers @@ -4821,8 +4830,8 @@ Push Push + eventsmanager/notify/push.php Controller/Prod/LanguageController.php - eventsmanager/notify/push.php Push configuration @@ -4837,26 +4846,26 @@ Push::filter on companies Company + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on countries Country + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on emails E-mail + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on login Login + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on name @@ -4871,8 +4880,8 @@ Push::filter starts Starts with + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::une validation est une demande d'appreciation a d'autres personnes @@ -4912,80 +4921,80 @@ Pushed documents are also available in a received basket within Phraseanet Produ Raccourcis claviers de la zone des paniers : - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de editing : Edit window shortcuts - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de preview : Detailed View window shortcut - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de recherche : Main windows shortcuts - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-a : tout selectionner ctrl-a : select all - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-e : editer la selection ctrl-e : edit selection - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-p : imprimer la selection ctrl-p : print selected - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::espace : arreter/demarrer le diaporama space : start/stop diaporama - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche bas : scroll vertical down arrow : vertical scroll - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche droite : page suivante right arrow : next page - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en arriere left arrow : previous document - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en avant right arrow : next document - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : page precedente left arrow : previous page - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche haut : scroll vertical up arrow : vertical scroll - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::tab/shift-tab se ballade dans les champs tab/shift-tab : change field - web/prod/index.html.twig + web/prod/index.html.twig Rappel : Il vous reste %number% jours pour valider %title% de %user% @@ -5005,19 +5014,19 @@ Pushed documents are also available in a received basket within Phraseanet Produ Re-initialiser Reset - prod/Baskets/Reorder.html.twig - web/prod/index.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig + web/prod/index.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 + prod/Baskets/Reorder.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig Read-only @@ -5118,7 +5127,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Rechercher dans un champ date In a date field - web/prod/index.html.twig + web/prod/index.html.twig Recommendations @@ -5138,7 +5147,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Record Not Found Record not found - Controller/Api/V1Controller.php + Controller/Api/V1Controller.php Record removed from basket @@ -5184,10 +5193,10 @@ Pushed documents are also available in a received basket within Phraseanet Produ 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 + web/login/register-classic.html.twig + login/include/register-link-block.html.twig + web/login/register-provider.html.twig Register approbation @@ -5219,7 +5228,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Relevance Relevance - web/prod/index.html.twig + web/prod/index.html.twig Remember me @@ -5260,8 +5269,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ Renew password Renew password Notification/Mail/MailRequestPasswordUpdate.php - web/account/change-password.html.twig web/login/renew-password.html.twig + web/account/change-password.html.twig Reorder collections @@ -5271,8 +5280,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ Reordonner automatiquement Sort automatically - prod/Baskets/Reorder.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig Repertoire de stockage des fichiers @@ -5383,8 +5392,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ Restriction Restriction - web/admin/editusers_quotas.html.twig admin/publications/list.html.twig + web/admin/editusers_quotas.html.twig Restrictions de telechargement @@ -5505,6 +5514,10 @@ Pushed documents are also available in a received basket within Phraseanet Produ web/developers/application.html.twig web/login/renew-password.html.twig actions/Feedback/list.html.twig + web/developers/application.html.twig + web/developers/application.html.twig + web/account/change-password.html.twig + task-manager/task-editor/task.html.twig Save all changes @@ -5549,8 +5562,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ See documentation at %url% See documentation at %url% - Form/Configuration/ExecutablesFormType.php Form/Configuration/WebservicesFormType.php + Form/Configuration/ExecutablesFormType.php See my order @@ -5592,14 +5605,14 @@ Pushed documents are also available in a received basket within Phraseanet Produ Select files... Select files - 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.html.twig + admin/statusbit/edit.html.twig + admin/statusbit/edit.html.twig + admin/collection/collection.html.twig + admin/collection/collection.html.twig + admin/collection/collection.html.twig + user/import/file.html.twig Selected files @@ -5609,7 +5622,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Selecteur de theme Theme picker - web/prod/index.html.twig + web/prod/index.html.twig Selectionnez des documents et @@ -5620,12 +5633,12 @@ Pushed documents are also available in a received basket within Phraseanet Produ Send Send Controller/Prod/LanguageController.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 + prod/actions/Push.html.twig + prod/orders/order_item.html.twig + web/admin/dashboard.html.twig Send an email to the user to setup his password @@ -5686,7 +5699,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Set labels Set labels - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin/databox/databox.html.twig @@ -5707,8 +5720,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ Setup Setup - web/admin/setup.html.twig web/admin/tree.html.twig + web/admin/setup.html.twig Setup my password @@ -5728,8 +5741,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ Short description Short description - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Shutter speed @@ -5769,8 +5782,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ Size Size - web/common/technical_datas.html.twig actions/Download/prepare.html.twig + web/common/technical_datas.html.twig Slide show @@ -5825,28 +5838,28 @@ Pushed documents are also available in a received basket within Phraseanet Produ Source Source + prod/Tooltip/DataboxField.html.twig admin/fields/templates.html.twig admin/fields/templates.html.twig - prod/Tooltip/DataboxField.html.twig Sous-titre Subtitle - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Stamp logo Stamp logo - admin/collection/collection.html.twig + admin/collection/collection.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 + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig Start by creating one by using the "add" button on the left ! @@ -5867,7 +5880,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Status des documents a rechercher Document status - web/prod/index.html.twig + web/prod/index.html.twig Status edition @@ -5892,12 +5905,12 @@ Pushed documents are also available in a received basket within Phraseanet Produ 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 + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig Stopped @@ -5912,7 +5925,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Story Not Found Story not found - Controller/Api/V1Controller.php + Controller/Api/V1Controller.php Story created @@ -6017,9 +6030,9 @@ Pushed documents are also available in a received basket within Phraseanet Produ Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php + web/admin/databases.html.twig admin/collection/collection.html.twig admin/collection/suggested_value.html.twig - web/admin/databases.html.twig Successfull connection @@ -6097,20 +6110,20 @@ Pushed documents are also available in a received basket within Phraseanet Produ Tags Tags - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/upload.html.twig - Bridge/Youtube/upload.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig Target Device Target device - classes/databox/subdef.php + classes/databox/subdef.php - + Task Edition - Task edition + Task Edition task-manager/task-editor/task.html.twig @@ -6170,9 +6183,9 @@ Pushed documents are also available in a received basket within Phraseanet Produ Terms of use Terms of use Controller/Prod/TOUController.php - web/admin/tree.html.twig + login/layout/base-layout.html.twig web/login/cgus.html.twig - login/layout/base-layout.html.twig + web/admin/tree.html.twig The URL you used is out of date, please login @@ -6208,7 +6221,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ The destination record provided is not allowed The targeted record choosen is not allowed - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php The document %name% has been quarantined @@ -6306,7 +6319,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Theme Skin - web/prod/index.html.twig + web/prod/index.html.twig There is no one to validate orders, please contact an administrator @@ -6366,8 +6379,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ This feed is public This feed is public + actions/publish/publish.html.twig admin/publications/list.html.twig - actions/publish/publish.html.twig This field is required @@ -6377,7 +6390,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ This field represents the title of the document This field is set as the title of the document - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig This file is too big @@ -6444,19 +6457,19 @@ Pushed documents are also available in a received basket within Phraseanet Produ Titre Title - admin/publications/fiche.html.twig - admin/publications/list.html.twig - admin/publications/list.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/video_modify.html.twig - Bridge/Flickr/photo_modify.html.twig + prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/upload.html.twig + Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Youtube/video_modify.html.twig Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/upload.html.twig - Bridge/Youtube/video_modify.html.twig - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig + admin/publications/list.html.twig + admin/publications/list.html.twig + admin/publications/fiche.html.twig To take a screenshot click on camera @@ -6519,7 +6532,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Trier par Sort by - web/prod/index.html.twig + web/prod/index.html.twig Try to extract embedded thumbnails @@ -6544,7 +6557,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Type de documents Document(s) Type - web/prod/index.html.twig + web/prod/index.html.twig Type nombre @@ -6559,8 +6572,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ URL de callback Callback url - web/developers/application.html.twig web/developers/application_form.html.twig + web/developers/application.html.twig Un document commande @@ -6665,15 +6678,15 @@ Pushed documents are also available in a received basket within Phraseanet Produ Une question personnelle The query - web/prod/index.html.twig + web/prod/index.html.twig Une selection an untitled selection - eventsmanager/notify/validate.php - eventsmanager/notify/validate.php eventsmanager/notify/validationreminder.php eventsmanager/notify/validationreminder.php + eventsmanager/notify/validate.php + eventsmanager/notify/validate.php Unhandled Error @@ -6723,16 +6736,16 @@ Pushed documents are also available in a received basket within Phraseanet Produ Upload Upload - web/common/menubar.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Flickr/upload.html.twig - Bridge/Flickr/upload.html.twig - actions/Bridge/index.html.twig - Bridge/Youtube/upload.html.twig - Bridge/Youtube/upload.html.twig prod/upload/upload-flash.html.twig prod/upload/upload.html.twig + Bridge/Flickr/upload.html.twig + Bridge/Flickr/upload.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Youtube/upload.html.twig + Bridge/Youtube/upload.html.twig + actions/Bridge/index.html.twig + web/common/menubar.html.twig Upload URL is not set, please contact an admin @@ -6772,7 +6785,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Use latest search settings on Production loading Use latest search settings on Production when loading - web/prod/index.html.twig + web/prod/index.html.twig Use my Phraseanet account @@ -6854,6 +6867,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ user/import/view.html.twig web/admin/users.html.twig prod/actions/Push.html.twig + web/admin/users.html.twig + user/import/view.html.twig Users must accept Terms of Use for each export @@ -6890,11 +6905,12 @@ Pushed documents are also available in a received basket within Phraseanet Produ Validation Feedback + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationdone.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 from %user% @@ -6909,10 +6925,12 @@ Pushed documents are also available in a received basket within Phraseanet Produ Validations Feedbacks - mobile/lightbox/index.html.twig - mobile/lightbox/index.html.twig + lightbox/IE6/index.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig web/lightbox/validate.html.twig + mobile/lightbox/index.html.twig + mobile/lightbox/index.html.twig Validations received @@ -6978,7 +6996,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Vocabulary not found Vocabulary not found - Controller/Prod/EditController.php + Controller/Prod/EditController.php Vocabulary type @@ -6988,14 +7006,16 @@ Pushed documents are also available in a received basket within Phraseanet Produ Voici vos paniers Your Basket(s) - mobile/lightbox/index.html.twig + lightbox/IE6/index.html.twig web/lightbox/index.html.twig + mobile/lightbox/index.html.twig Voici vos validations en cours Your feedbacks in progress - mobile/lightbox/index.html.twig + lightbox/IE6/index.html.twig web/lightbox/index.html.twig + mobile/lightbox/index.html.twig Votre adresse email @@ -7130,10 +7150,10 @@ Pushed documents are also available in a received basket within Phraseanet Produ Vous n'avez selectionne aucun element No document selected - Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig - actions/Bridge/index.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/upload.html.twig + actions/Bridge/index.html.twig Vous ne pouvez pas editer plusieurs elements simultanement @@ -7164,7 +7184,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Vous pouvez quitter la plupart des fenetres survolantes via la touche echap esc : close most of overlayed windows - web/prod/index.html.twig + web/prod/index.html.twig Warning ! @@ -7190,7 +7210,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Watermark Watermark - admin/collection/collection.html.twig + admin/collection/collection.html.twig Weak @@ -7231,9 +7251,9 @@ Pushed documents are also available in a received basket within Phraseanet Produ Whoops, looks like something went wrong. Whoops, looks like something went wrong. - Event/Subscriber/ApiOauth2ErrorsSubscriber.php Phrasea/Core/PhraseaExceptionHandler.php Phrasea/Core/PhraseaExceptionHandler.php + Event/Subscriber/ApiOauth2ErrorsSubscriber.php Would you like to continue ? @@ -7259,14 +7279,14 @@ Pushed documents are also available in a received basket within Phraseanet Produ YYYY/MM/DD YYYY/MM/DD - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Yes Yes - user/import/view.html.twig web/developers/applications.html.twig + user/import/view.html.twig You are Admin @@ -7461,12 +7481,12 @@ Pushed documents are also available in a received basket within Phraseanet Produ You must give a destination collection You must select a target collection - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You must give a destination record You must select one target record - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You need define a model before importing a list of users @@ -7584,6 +7604,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ action : ajouter au panier Add to Basket + prod/results/record.html.twig prod/preview/tools.html.twig prod/results/record.html.twig @@ -7593,51 +7614,54 @@ Pushed documents are also available in a received basket within Phraseanet Produ web/prod/index.html.twig web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig + web/prod/index.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : collection Move web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : editer Edit - prod/preview/caption.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig + prod/preview/caption.html.twig action : exporter Export - web/lightbox/feed.html.twig - web/lightbox/validate.html.twig - web/prod/index.html.twig - prod/preview/tools.html.twig - prod/results/record.html.twig + prod/results/record.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig + web/prod/index.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig + prod/preview/tools.html.twig + lightbox/IE6/validate.html.twig + lightbox/IE6/feed.html.twig + web/lightbox/validate.html.twig + web/lightbox/feed.html.twig action : outils Tools web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : print Print - prod/preview/tools.html.twig - prod/results/record.html.twig + prod/results/record.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig + prod/preview/tools.html.twig action : publier @@ -7645,23 +7669,24 @@ Pushed documents are also available in a received basket within Phraseanet Produ web/prod/index.html.twig web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig + web/prod/index.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : push Push web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : status Properties web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : supprimer @@ -7670,6 +7695,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ prod/WorkZone/Basket.html.twig prod/WorkZone/Macros.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Basket.html.twig action:: nouveau panier @@ -7925,57 +7952,62 @@ Pushed documents are also available in a received basket within Phraseanet Produ admin::base:collection: activer la collection Enabled collection - admin/collection/collection.html.twig - admin/collection/collection.html.twig + admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: aucun fichier (minilogo, watermark ...) No file - 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/collection.html.twig admin/databox/databox.html.twig admin::base:collection: descativer la collection Disable collection - admin/collection/collection.html.twig - admin/collection/collection.html.twig + admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: etat de la collection Collection Status - 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/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: etes vous sur de publier cette collection ? Confirm collection publication ? - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: etes vous sur de vider la collection ? Confirm collection dump ? - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: minilogo actuel Current minilogo - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: numero de collection distante Distant collection ID admin/collection/collection.html.twig + + admin::base:collection: numero de collection locale + admin::base:collection: numero de collection locale + admin/collection/collection.html.twig + admin::base:collection: renommer la collection Rename - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: supprimer le logo @@ -7985,7 +8017,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ admin::base:collection: vider la collection Empty - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collorder: descendre @@ -8008,17 +8040,17 @@ Pushed documents are also available in a received basket within Phraseanet Produ admin::colelction::presentation des elements : rien Default - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::colelction::presentation des elements : stamp Stamp - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::colelction::presentation des elements : watermark Watermark file - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::collection @@ -8028,7 +8060,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ admin::collection: Confirmez vous la suppression de cette collection ? Confirm collection delete ? - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::collection: ordre des collections @@ -8038,12 +8070,12 @@ Pushed documents are also available in a received basket within Phraseanet Produ admin::collection:: Gestionnaires des commandes Order Managers - 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/collection.html.twig + admin/collection/collection.html.twig admin::compte-utilisateur A propos de la securite des mots de passe : @@ -8069,10 +8101,10 @@ Pushed documents are also available in a received basket within Phraseanet Produ Address Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur changer mon mot de passe @@ -8084,9 +8116,9 @@ Pushed documents are also available in a received basket within Phraseanet Produ Zip code Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur confirmer la nouvelle adresse email @@ -8108,21 +8140,21 @@ Pushed documents are also available in a received basket within Phraseanet Produ E-mail Controller/Admin/UserController.php Event/Subscriber/RegistrationSubscriber.php - web/account/account.html.twig - web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig + admin/user/registrations.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur fax Fax Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur id utilisateur @@ -8134,13 +8166,13 @@ Pushed documents are also available in a received basket within Phraseanet Produ Login 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 web/common/dialog_export.html.twig + web/account/reset-email.html.twig + web/account/account.html.twig + web/account/account.html.twig + web/admin/editusers.html.twig + web/admin/users.html.twig + admin/user/registrations.html.twig admin::compte-utilisateur mot de passe @@ -8150,18 +8182,21 @@ Pushed documents are also available in a received basket within Phraseanet Produ web/account/reset-email.html.twig web/common/dialog_export.html.twig web/setup/step2.html.twig + web/common/dialog_export.html.twig + web/account/reset-email.html.twig + web/account/account.html.twig admin::compte-utilisateur nom Last name Controller/Admin/UserController.php - Event/Subscriber/RegistrationSubscriber.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/connected-users.html.twig + Event/Subscriber/RegistrationSubscriber.php + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig - web/common/dialog_export.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur nouvelle adresse email @@ -8188,12 +8223,12 @@ Pushed documents are also available in a received basket within Phraseanet Produ admin::compte-utilisateur prenom First name Controller/Admin/UserController.php - Event/Subscriber/RegistrationSubscriber.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + Event/Subscriber/RegistrationSubscriber.php + web/common/dialog_export.html.twig + 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 @@ -8207,12 +8242,12 @@ Pushed documents are also available in a received basket within Phraseanet Produ Company Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig + admin/user/registrations.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur tel @@ -8223,11 +8258,11 @@ Pushed documents are also available in a received basket within Phraseanet Produ admin::compte-utilisateur telephone Phone Controller/Admin/UserController.php - web/account/account.html.twig - web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig - web/common/dialog_export.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer @@ -8239,9 +8274,9 @@ Pushed documents are also available in a received basket within Phraseanet Produ City Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur: L'email a correctement ete mis a jour @@ -8293,6 +8328,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Ftp reception folder web/account/account.html.twig web/common/dialog_export.html.twig + web/account/account.html.twig admin::compte-utilisateur:ftp: Activer le compte FTP @@ -8309,12 +8345,14 @@ Pushed documents are also available in a received basket within Phraseanet Produ Max. retry web/account/account.html.twig web/common/dialog_export.html.twig + web/account/account.html.twig admin::compte-utilisateur:ftp: Utiliser le mode passif Use passive mode web/account/account.html.twig web/common/dialog_export.html.twig + web/account/account.html.twig admin::compte-utilisateur:ftp: creer un dossier @@ -8343,17 +8381,17 @@ Pushed documents are also available in a received basket within Phraseanet Produ admin::compte-utilisateur:sexe: mademoiselle Miss Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur:sexe: monsieur Mr. Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::monitor: bases sur lesquelles l'utilisateur est connecte : @@ -8373,24 +8411,24 @@ Pushed documents are also available in a received basket within Phraseanet Produ admin::monitor: module admin Admin - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php - web/admin/connected-users.html.twig + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig + web/admin/connected-users.html.twig admin::monitor: module client Client - Controller/Admin/ConnectedUsersController.php - lib/classes/phrasea.php classes/record/preview.php + lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/admin/connected-users.html.twig admin::monitor: module comparateur Lightbox - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/admin/connected-users.html.twig @@ -8401,42 +8439,42 @@ Pushed documents are also available in a received basket within Phraseanet Produ admin::monitor: module production Production - Controller/Admin/ConnectedUsersController.php - lib/classes/phrasea.php classes/record/preview.php + lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/admin/connected-users.html.twig admin::monitor: module report Report - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php - web/admin/connected-users.html.twig + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig + web/admin/connected-users.html.twig admin::monitor: module thesaurus Thesaurus - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php - web/admin/connected-users.html.twig + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig + web/admin/connected-users.html.twig admin::monitor: module upload Upload - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig admin::monitor: module validation Lightbox - Controller/Admin/ConnectedUsersController.php - Phrasea/Controller/LightboxController.php - Phrasea/Controller/LightboxController.php - Phrasea/Controller/LightboxController.php lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php + Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php web/common/menubar.html.twig @@ -8472,8 +8510,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ admin::plugins: plugins Plugins - admin/plugins/index.html.twig web/admin/tree.html.twig + admin/plugins/index.html.twig admin::plugins: retrieveConfigurationError @@ -8612,8 +8650,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ admin::utilisateurs: utilisateurs connectes Connected users - web/admin/connected-users.html.twig web/admin/tree.html.twig + web/admin/connected-users.html.twig alert @@ -8629,6 +8667,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ an error occured an error occured Controller/Prod/ToolsController.php + actions/Tools/index.html.twig an error occured : %message% @@ -8714,6 +8753,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ boutton::ajouter Add + prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig admin/collection/suggested_value.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig @@ -8735,24 +8776,34 @@ Pushed documents are also available in a received basket within Phraseanet Produ Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/video_modify.html.twig Bridge/Youtube/video_modify.html.twig - prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig - web/prod/tab_thesaurus.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 + prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig + web/prod/tab_thesaurus.html.twig web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/export-text-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/accept.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/link-field-step2.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig + web/report/all_content.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/account/reset-email.html.twig + admin/publications/fiche.html.twig + admin/collection/create.html.twig + web/admin/index.html.twig boutton::appliquer @@ -8762,11 +8813,13 @@ Pushed documents are also available in a received basket within Phraseanet Produ boutton::chercher Search - web/admin/users.html.twig - actions/Feedback/list.html.twig - web/prod/index.html.twig + lib/classes/queries.php + lib/classes/queries.php + web/prod/thesaurus.js.twig + actions/Feedback/list.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig + web/admin/users.html.twig boutton::choisir @@ -8788,14 +8841,16 @@ Pushed documents are also available in a received basket within Phraseanet Produ boutton::demarrer Slideshow - web/lightbox/feed_options_box.html.twig web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::editer Edit - prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig boutton::enregistrer @@ -8822,17 +8877,17 @@ Pushed documents are also available in a received basket within Phraseanet Produ boutton::fermer Close Controller/Prod/LanguageController.php - 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/edit_default.html.twig + prod/actions/edit_default.html.twig prod/actions/Push.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/properties.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig + web/report/all_content.html.twig + web/common/dialog_export.html.twig + web/lightbox/sc_note.html.twig boutton::generer @@ -8847,10 +8902,10 @@ Pushed documents are also available in a received basket within Phraseanet Produ boutton::modifier Modify - web/admin/users.html.twig - Bridge/Dailymotion/actionelement.html.twig Bridge/Flickr/actionelement.html.twig + Bridge/Dailymotion/actionelement.html.twig Bridge/Youtube/actionelement.html.twig + web/admin/users.html.twig boutton::monter @@ -8860,8 +8915,10 @@ Pushed documents are also available in a received basket within Phraseanet Produ boutton::pause Pause - web/lightbox/feed_options_box.html.twig web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::precedent @@ -8875,6 +8932,14 @@ Pushed documents are also available in a received basket within Phraseanet Produ web/setup/step2.html.twig web/setup/step2.html.twig web/setup/step2.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::rechercher @@ -8895,7 +8960,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ boutton::remplacer Replace - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig boutton::renouveller @@ -8905,26 +8970,26 @@ Pushed documents are also available in a received basket within Phraseanet Produ boutton::retour Back - 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_form.html.twig - Bridge/Dailymotion/playlist_createcontainer.html.twig - Bridge/Dailymotion/playlist_deleteelement.html.twig - Bridge/Dailymotion/video_deleteelement.html.twig - Bridge/Dailymotion/video_moveinto_playlist.html.twig - Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig + Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/photoset_deleteelement.html.twig - Bridge/Youtube/playlist_createcontainer.html.twig - Bridge/Youtube/playlist_deleteelement.html.twig + Bridge/Dailymotion/video_deleteelement.html.twig + Bridge/Dailymotion/playlist_createcontainer.html.twig + Bridge/Dailymotion/video_moveinto_playlist.html.twig + Bridge/Dailymotion/playlist_deleteelement.html.twig Bridge/Youtube/video_deleteelement.html.twig + Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig + Bridge/Youtube/playlist_deleteelement.html.twig + web/developers/application_form.html.twig + web/developers/application.html.twig + admin/publications/fiche.html.twig + web/admin/editusers.html.twig + admin/statusbit/edit.html.twig + admin/collection/details.html.twig + user/import/file.html.twig + admin/databox/details.html.twig boutton::retry @@ -8943,43 +9008,55 @@ Pushed documents are also available in a received basket within Phraseanet Produ web/setup/step2.html.twig web/setup/step2.html.twig web/setup/step2.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::supprimer Delete Controller/Prod/LanguageController.php - 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 - web/admin/subdefs.html.twig - Bridge/Dailymotion/actioncontainers.html.twig - Bridge/Dailymotion/actionelements.html.twig - actions/Bridge/disconnected.html.twig + web/prod/thesaurus.js.twig + prod/results/feeds_entry.html.twig + prod/results/entry.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Flickr/actionelements.html.twig + Bridge/Dailymotion/actioncontainers.html.twig + Bridge/Dailymotion/actionelements.html.twig Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig - web/prod/index.html.twig - prod/results/entry.html.twig - prod/results/feeds_entry.html.twig + actions/Bridge/disconnected.html.twig web/thesaurus/presets.html.twig + admin/publications/list.html.twig + admin/publications/fiche.html.twig + web/admin/subdefs.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 boutton::telecharger Download - web/common/dialog_export.html.twig - web/lightbox/feed_options_box.html.twig + web/common/dialog_export.html.twig web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::telecharger tous les documents Download all - web/lightbox/feed.html.twig + lightbox/IE6/validate.html.twig + lightbox/IE6/feed.html.twig web/lightbox/validate.html.twig + web/lightbox/feed.html.twig boutton::tester @@ -8991,68 +9068,68 @@ Pushed documents are also available in a received basket within Phraseanet Produ boutton::valider Validate Controller/Prod/LanguageController.php - mobile/lightbox/note_form.html.twig - web/account/account.html.twig - web/account/reset-email.html.twig - admin/collection/collection.html.twig - admin/collection/create.html.twig - admin/collection/reorder.html.twig - admin/collection/suggested_value.html.twig - web/admin/dashboard.html.twig - web/admin/editusers.html.twig - admin/publications/fiche.html.twig - admin/publications/list.html.twig - web/admin/setup.html.twig - admin/statusbit/edit.html.twig - web/admin/structure.html.twig - web/admin/subdefs.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 - Bridge/Dailymotion/video_deleteelement.html.twig - Bridge/Dailymotion/video_modify.html.twig - Bridge/Dailymotion/video_moveinto_playlist.html.twig - Bridge/Flickr/photo_deleteelement.html.twig - Bridge/Flickr/photo_modify.html.twig + prod/Story/Reorder.html.twig + prod/Baskets/Update.html.twig + prod/Baskets/Reorder.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig + Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/photoset_deleteelement.html.twig - Bridge/Youtube/playlist_createcontainer.html.twig - Bridge/Youtube/playlist_deleteelement.html.twig - Bridge/Youtube/video_deleteelement.html.twig + Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/video_deleteelement.html.twig + Bridge/Dailymotion/playlist_createcontainer.html.twig + Bridge/Dailymotion/video_moveinto_playlist.html.twig + Bridge/Dailymotion/playlist_deleteelement.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/video_deleteelement.html.twig + Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig - prod/actions/edit_default.html.twig - 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/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-text-dialog.html.twig + Bridge/Youtube/playlist_deleteelement.html.twig + prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig + web/prod/index.html.twig + web/developers/application_form.html.twig web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/export-text-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-term.html.twig web/thesaurus/new-term.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/link-field-step2.html.twig web/thesaurus/thesaurus.html.twig + web/report/all_content.html.twig + web/account/reset-email.html.twig + web/account/account.html.twig + admin/publications/list.html.twig + admin/publications/fiche.html.twig + web/admin/structure.html.twig + web/admin/editusers.html.twig + web/admin/dashboard.html.twig + web/admin/subdefs.html.twig + admin/statusbit/edit.html.twig + admin/collection/create.html.twig + admin/collection/collection.html.twig + admin/collection/reorder.html.twig + admin/collection/suggested_value.html.twig + user/import/view.html.twig + admin/user/registrations.html.twig + web/admin/setup.html.twig + mobile/lightbox/note_form.html.twig boutton::vue graphique Graphic view - admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig + admin/collection/suggested_value.html.twig boutton::vue xml XML view - admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig + admin/collection/suggested_value.html.twig button::Install @@ -9080,12 +9157,12 @@ Pushed documents are also available in a received basket within Phraseanet Produ caption XML XML caption - classes/record/exportElement.php + classes/record/exportElement.php caption YAML YAML Caption - classes/record/exportElement.php + classes/record/exportElement.php cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces @@ -9142,6 +9219,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ choisir Select + web/prod/index.html.twig admin/collection/create.html.twig admin/databox/databox.html.twig web/prod/index.html.twig @@ -9180,8 +9258,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ configuration Configuration - Controller/Report/ActivityController.php Controller/Report/RootController.php + Controller/Report/ActivityController.php copyClipboardLabel @@ -9198,8 +9276,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ dans %feed_name% in %feed_name% - prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig date dajout @@ -9230,15 +9308,15 @@ Pushed documents are also available in a received basket within Phraseanet Produ document document Phrasea/Twig/PhraseanetExtension.php - web/admin/subdefs.html.twig - web/admin/subdefs.html.twig task-manager/task-editor/subdefs.html.twig + web/admin/subdefs.html.twig + web/admin/subdefs.html.twig document original Original document - classes/record/exportElement.php - classes/record/exportElement.php + classes/record/exportElement.php + classes/record/exportElement.php dé?it @@ -9248,15 +9326,15 @@ Pushed documents are also available in a received basket within Phraseanet Produ edit edit - web/account/account.html.twig - web/account/account.html.twig - web/account/account.html.twig prod/WorkZone/Macros.html.twig + web/account/account.html.twig + web/account/account.html.twig + web/account/account.html.twig edit: chosiir limage du regroupement Set as cover document - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig edit:: Ajouter %s au champ courrant @@ -9291,7 +9369,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ edit::preset:: titre Title - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig effacer (OK) ou quitter (Annuler) ? @@ -9339,7 +9417,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ export::ftp: reglages manuels Manual settings - classes/set/export.php + classes/set/export.php export::mail: contenu du mail @@ -9388,10 +9466,10 @@ Pushed documents are also available in a received basket within Phraseanet Produ filtrer les resultats sur la colonne %colonne% filter results on %colonne% column - Controller/Report/ActivityController.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php + Controller/Report/ActivityController.php flash @@ -9544,6 +9622,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ My account web/account/account.html.twig web/common/menubar.html.twig + web/account/account.html.twig login:: Visitez le lien suivant et suivez les instructions pour continuer, sinon ignorez cet email et il ne se passera rien @@ -9558,7 +9637,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ login::erreur: Erreur d'authentification Authentication error - Controller/Api/OAuth2Controller.php + Controller/Api/OAuth2Controller.php Controller/Root/LoginController.php @@ -9579,8 +9658,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ login::notification: Mise a jour du mot de passe avec succes Password update done - Controller/Root/AccountController.php Controller/Root/LoginController.php + Controller/Root/AccountController.php login::notification: demande de confirmation par mail envoyee @@ -9606,8 +9685,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ login::register: merci d'avoir confirme votre adresse email Thank you for confirming your e-mail. - Notification/Mail/MailSuccessEmailConfirmationRegistered.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php + Notification/Mail/MailSuccessEmailConfirmationRegistered.php login::register: sujet email : confirmation de votre adresse email @@ -9689,10 +9768,10 @@ Pushed documents are also available in a received basket within Phraseanet Produ no No + web/common/technical_datas.html.twig web/account/sessions.html.twig web/admin/subdefs.html.twig user/import/view.html.twig - web/common/technical_datas.html.twig no image selected @@ -9708,8 +9787,10 @@ Pushed documents are also available in a received basket within Phraseanet Produ notice Caption - web/lightbox/feed.html.twig + lightbox/IE6/validate.html.twig + lightbox/IE6/feed.html.twig web/lightbox/validate.html.twig + web/lightbox/feed.html.twig nouveau @@ -9861,11 +9942,11 @@ Pushed documents are also available in a received basket within Phraseanet Produ phraseanet:: adresse Address - web/account/account.html.twig + web/setup/step2.html.twig + web/common/dialog_export.html.twig + 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 @@ -9891,13 +9972,13 @@ Pushed documents are also available in a received basket within Phraseanet Produ phraseanet:: deconnection Sign out - web/common/menubar.html.twig actions/Bridge/wrapper.html.twig + web/common/menubar.html.twig phraseanet:: details Details - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin/databox/databox.html.twig @@ -9925,9 +10006,9 @@ Pushed documents are also available in a received basket within Phraseanet Produ phraseanet:: port Port + web/setup/step2.html.twig web/admin/databases.html.twig web/admin/databases.html.twig - web/setup/step2.html.twig phraseanet:: prereglages @@ -9937,12 +10018,12 @@ Pushed documents are also available in a received basket within Phraseanet Produ phraseanet:: presse-papier Clipboard - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig phraseanet:: preview Preview - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod/actions/printer_default.html.twig @@ -9959,17 +10040,18 @@ Pushed documents are also available in a received basket within Phraseanet Produ phraseanet:: sous definition Subview - Controller/Report/RootController.php module/report/filter.php classes/module/report.php + Controller/Report/RootController.php phraseanet:: thesaurus Thesaurus prod/actions/edit_default.html.twig web/prod/tab_headers.html.twig - web/thesaurus/index.html.twig + prod/actions/edit_default.html.twig web/thesaurus/load-thesaurus.html.twig + web/thesaurus/index.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig @@ -10011,9 +10093,9 @@ Pushed documents are also available in a received basket within Phraseanet Produ phraseanet::chargement Loading Controller/Prod/LanguageController.php - admin/collection/suggested_value.html.twig - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig web/thesaurus/thesaurus.html.twig + admin/collection/suggested_value.html.twig phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible @@ -10033,6 +10115,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Controller/Prod/LanguageController.php web/admin/index.html.twig web/thesaurus/thesaurus.html.twig + web/admin/index.html.twig phraseanet::erreur: echec du serveur de mail @@ -10122,12 +10205,12 @@ Pushed documents are also available in a received basket within Phraseanet Produ phraseanet::time:: a To - web/prod/index.html.twig + web/prod/index.html.twig phraseanet::time:: de From - web/prod/index.html.twig + web/prod/index.html.twig phraseanet::type:: audios @@ -10139,6 +10222,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Documents web/prod/index.html.twig web/prod/toolbar.html.twig + web/prod/index.html.twig phraseanet::type:: images @@ -10163,8 +10247,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ phraseanet::utilisateurs Users - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php phrseanet:: sous definition @@ -10189,35 +10273,39 @@ Pushed documents are also available in a received basket within Phraseanet Produ preview:: Description Caption - web/prod/index.html.twig + web/prod/index.html.twig preview:: Historique Timeline - web/prod/index.html.twig + web/prod/index.html.twig preview:: Popularite Statistics - web/prod/index.html.twig + web/prod/index.html.twig preview:: arreter le diaporama Stop - 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 + prod/preview/basket_train.html.twig + prod/preview/result_train.html.twig + prod/preview/reg_train.html.twig preview:: demarrer le diaporama Slideshow - 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 + prod/preview/basket_train.html.twig + prod/preview/result_train.html.twig + prod/preview/reg_train.html.twig preview::statistiques de telechargement @@ -10288,6 +10376,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ Unable to perform action, selected documents come from different databases Controller/Prod/MoveCollectionController.php actions/Property/index.html.twig + prod/actions/collection_default.html.twig prod::Vous n'avez le droit d'effectuer l'operation sur aucun document @@ -10302,7 +10391,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes Selected documents come from differents databases, unable to edit - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler' @@ -10312,32 +10401,32 @@ Pushed documents are also available in a received basket within Phraseanet Produ prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants Your user rights do not allow you to edit %not_actionable% documents from selection - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing: 1 document ne peut etre edite car vos droits sont induffisants You do not have the required permissions to edit 1 document - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants Your user rights do not allow you to edit any of the selected documents - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing: modeles de fiches Caption template - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing: rechercher-remplacer Find / Replace - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing: valider ou annuler les modifications Valid changes or Cancel - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing::annulation: abandonner les modification ? @@ -10347,67 +10436,67 @@ Pushed documents are also available in a received basket within Phraseanet Produ prod::editing::fields: status Status - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing::replace: remplacer dans le champ Replace in field - 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/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:indexation en cours Processing indexation - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:remplace: chaine remplacante Replace with - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:remplace: options de remplacement Options - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:remplace::option : utiliser une expression reguliere Regular expression - 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/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/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:remplace::option respecter la casse Case sensitive - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:remplace::option: remplacer toutes les occurences Replace All - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:remplace::option: rester insensible a la casse Case insensitive - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:replace: chaine a rechercher Find - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::facet:base_label @@ -10552,10 +10641,10 @@ Pushed documents are also available in a received basket within Phraseanet Produ public Public - Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig - Bridge/Youtube/upload.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig publication : autheur @@ -10623,26 +10712,26 @@ Pushed documents are also available in a received basket within Phraseanet Produ raccourci :: a propos des raccourcis claviers About shortcuts - web/prod/index.html.twig + web/prod/index.html.twig raccourcis :: ne plus montrer cette aide Do not display this help anymore - web/prod/index.html.twig + web/prod/index.html.twig rafraichir Refresh prod/results/feeds.html.twig prod/results/feeds.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Macros.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Basket.html.twig rechercher dans tous les champs All fields - web/prod/index.html.twig + web/prod/index.html.twig recordtype @@ -10672,22 +10761,22 @@ Pushed documents are also available in a received basket within Phraseanet Produ reponses:: images par pages : Results per page - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode liste List - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode vignettes Thumbnails - web/prod/index.html.twig + web/prod/index.html.twig reponses:: partager Share - prod/results/record.html.twig + prod/results/record.html.twig reponses:: selectionner rien @@ -10702,7 +10791,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ reponses:: taille des images : Thumbnails size - web/prod/index.html.twig + web/prod/index.html.twig reponses::document sans titre @@ -10784,21 +10873,22 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: Au (date) To - web/report/ajax_report_dashboard.html.twig web/report/form_date_and_base.html.twig + web/report/ajax_report_dashboard.html.twig report:: Connexion Connections classes/module/report.php - 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 + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/all_content.html.twig @@ -10809,8 +10899,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: Dashboard Dashboard web/report/ajax_dashboard_content.html.twig - web/report/ajax_report_dashboard.html.twig web/report/report_layout.html.twig + web/report/ajax_report_dashboard.html.twig report:: Detail des connexions @@ -10825,8 +10915,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: Du (date) From - web/report/ajax_report_dashboard.html.twig web/report/form_date_and_base.html.twig + web/report/ajax_report_dashboard.html.twig report:: Enlever le filtre @@ -10847,8 +10937,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: IP IP - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report:: Information sur l'enregistrement numero %number% @@ -10897,10 +10987,10 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: activite Activity + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig @@ -10929,9 +11019,9 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: activite par jour Daily Activity - web/report/ajax_dashboard_content_child.html.twig web/report/chart.html.twig web/report/chart.html.twig + web/report/ajax_dashboard_content_child.html.twig report:: adresse @@ -10947,20 +11037,20 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: collections Collections + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php report:: commentaire Comments + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php report:: copyright @@ -10970,6 +11060,9 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: date Date + module/report/filter.php + classes/module/report.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/InformationController.php @@ -10979,16 +11072,13 @@ Pushed documents are also available in a received basket within Phraseanet Produ Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php - classes/module/report.php report:: document document - Controller/Report/ActivityController.php Controller/Report/InformationController.php Controller/Report/InformationController.php + Controller/Report/ActivityController.php web/report/ajax_dashboard_content_child.html.twig web/report/report_layout_child.html.twig @@ -11021,16 +11111,16 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: fichier File - Controller/Report/RootController.php classes/module/report.php + Controller/Report/RootController.php report:: fonction Job + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig @@ -11070,22 +11160,22 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: modules Modules - Controller/Report/InformationController.php - Controller/Report/RootController.php module/report/filter.php module/report/nav.php + Controller/Report/InformationController.php + Controller/Report/RootController.php report:: navigateur Browser - Controller/Report/RootController.php module/report/nav.php + Controller/Report/RootController.php report:: navigateurs et plateforme Browsers and Platform - Controller/Report/RootController.php module/report/nav.php + Controller/Report/RootController.php report:: nom @@ -11096,8 +11186,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: nombre Number - Controller/Report/ActivityController.php - Controller/Report/ActivityController.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php @@ -11105,7 +11194,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php + Controller/Report/ActivityController.php + Controller/Report/ActivityController.php report:: nombre de documents @@ -11131,20 +11221,20 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: non-renseigne Not filled - module/report/activity.php - module/report/activity.php - module/report/activity.php + module/report/sent.php module/report/add.php + module/report/question.php + module/report/filter.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/download.php module/report/push.php - module/report/question.php - module/report/sent.php + module/report/activity.php + module/report/activity.php + module/report/activity.php module/report/validate.php web/report/colFilter.html.twig web/report/colFilter.html.twig @@ -11167,10 +11257,10 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: pays Country + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig @@ -11199,12 +11289,12 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: pourcentage Percentage + classes/module/report.php Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php report:: preview @@ -11230,13 +11320,13 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: question Query - Controller/Report/ActivityController.php - Controller/Report/ActivityController.php + module/report/question.php + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php - module/report/filter.php - module/report/question.php - classes/module/report.php + Controller/Report/ActivityController.php + Controller/Report/ActivityController.php web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig @@ -11259,13 +11349,13 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: record id recordId + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php report:: recordid @@ -11275,8 +11365,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: resolution Screen resolution - Controller/Report/RootController.php module/report/nav.php + Controller/Report/RootController.php report:: site @@ -11291,18 +11381,18 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: societe Company + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig report:: taille Size - Controller/Report/RootController.php classes/module/report.php + Controller/Report/RootController.php report:: telechargement @@ -11312,12 +11402,12 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: telechargements Downloads - Controller/Report/RootController.php module/report/download.php + Controller/Report/RootController.php + web/report/report_layout.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/report_layout.html.twig report:: telechargements document @@ -11359,8 +11449,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: type Screen type - Controller/Report/RootController.php classes/module/report.php + Controller/Report/RootController.php report:: type d'action @@ -11370,10 +11460,10 @@ Pushed documents are also available in a received basket within Phraseanet Produ report:: utilisateur User - Controller/Report/ActivityController.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php - classes/module/report.php + Controller/Report/ActivityController.php report:: utilisateurs @@ -11492,8 +11582,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ report::activite Activity - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::ajout du documentt @@ -11508,8 +11598,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ report::fonction Fonction - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::la description contient @@ -11519,14 +11609,14 @@ Pushed documents are also available in a received basket within Phraseanet Produ report::pays Country - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::societe Company - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::supression du document @@ -11642,7 +11732,7 @@ Pushed documents are also available in a received basket within Phraseanet Produ setup:: ajouter un administrateur des commandes Add a new order Manager - admin/collection/collection.html.twig + admin/collection/collection.html.twig setup::Configuration de la base de compte ApplicationBox @@ -11983,8 +12073,8 @@ Pushed documents are also available in a received basket within Phraseanet Produ thesaurus:: Lier la branche de thesaurus Link branch ? - web/thesaurus/link-field-step2.html.twig web/thesaurus/link-field-step3.html.twig + web/thesaurus/link-field-step2.html.twig thesaurus:: Lier la branche de thesaurus au champ @@ -12148,9 +12238,9 @@ Pushed documents are also available in a received basket within Phraseanet Produ thesaurus:: export au format texte Text + web/thesaurus/export-text.html.twig web/thesaurus/export-text-dialog.html.twig web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text.html.twig thesaurus:: export en topics @@ -12526,14 +12616,16 @@ Pushed documents are also available in a received basket within Phraseanet Produ validation:: NON NO - mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig + lightbox/IE6/agreement_box.html.twig + mobile/lightbox/basket_element.html.twig validation:: OUI YES - mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig + lightbox/IE6/agreement_box.html.twig + mobile/lightbox/basket_element.html.twig validation:: editer ma note @@ -12553,10 +12645,12 @@ Pushed documents are also available in a received basket within Phraseanet Produ validation::envoyer mon rapport Send my feedback - 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 + mobile/lightbox/validate.html.twig + mobile/lightbox/validate.html.twig version @@ -12581,9 +12675,9 @@ Pushed documents are also available in a received basket within Phraseanet Produ yes Yes - web/account/sessions.html.twig - web/admin/subdefs.html.twig web/common/technical_datas.html.twig + web/account/sessions.html.twig + web/admin/subdefs.html.twig you are about to change the representation thumbnail of your video diff --git a/resources/locales/messages.fr.xlf b/resources/locales/messages.fr.xlf index 98c35db62e..88dfc7a1c9 100644 --- a/resources/locales/messages.fr.xlf +++ b/resources/locales/messages.fr.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. @@ -11,6 +11,7 @@ Form/Configuration/EmailFormType.php Form/Login/PhraseaAuthenticationForm.php + Form/Configuration/EmailFormType.php The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account @@ -35,9 +36,11 @@ %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 + mobile/lightbox/validate.html.twig %countable% documents can not be modified. @@ -84,6 +87,7 @@ %length% personne(s) actions/Feedback/list.html.twig actions/Feedback/ListsMacros.html.twig + actions/Feedback/list.html.twig %n_elements% elements ne peuvent etre uploades @@ -115,21 +119,21 @@ %nb_records% records %nb_records% enregistrement(s) - prod/Tooltip/Basket.html.twig prod/Tooltip/Story.html.twig + prod/Tooltip/Basket.html.twig %nb_view% vue %nb_view% vue - Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig + Bridge/Dailymotion/element_informations.html.twig Bridge/Youtube/element_informations.html.twig %nb_view% vues %nb_view% vues - Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig + Bridge/Dailymotion/element_informations.html.twig Bridge/Youtube/element_informations.html.twig @@ -175,8 +179,8 @@ %quantity% records added %quantity% enregistrements ajoutés - Controller/Prod/BasketController.php Controller/Prod/StoryController.php + Controller/Prod/BasketController.php %quantity% records moved @@ -388,8 +392,8 @@ A A - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig A document has been quarantined @@ -464,7 +468,7 @@ API Webhook Webhook API - TaskManager/Job/WebhookJob.php + TaskManager/Job/WebhookJob.php About Roles : @@ -479,8 +483,8 @@ Access Accès - web/admin/editusers.html.twig actions/Feedback/List-Share.html.twig + web/admin/editusers.html.twig Access code @@ -562,10 +566,10 @@ Actions Actions - Bridge/Dailymotion/actioncontainers.html.twig - Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Flickr/actionelements.html.twig + Bridge/Dailymotion/actioncontainers.html.twig + Bridge/Dailymotion/actionelements.html.twig Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig @@ -582,9 +586,9 @@ Activer Activer - admin/databox/databox.html.twig - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig + admin/databox/databox.html.twig Activer le grant_type de type password pour votre application @@ -604,12 +608,12 @@ Add Ajouter - admin/fields/templates.html.twig - actions/Feedback/lists-all.html.twig - prod/actions/Push.html.twig + prod/User/Add.html.twig prod/upload/lazaret.html.twig prod/upload/lazaret.html.twig - prod/User/Add.html.twig + actions/Feedback/lists-all.html.twig + prod/actions/Push.html.twig + admin/fields/templates.html.twig Add a new field @@ -670,37 +674,37 @@ Affichage Affichage - web/prod/index.html.twig + web/prod/index.html.twig Affichage au demarrage Afficher au démarrage - web/prod/index.html.twig + web/prod/index.html.twig Afficher la fiche descriptive Afficher la notice - web/prod/index.html.twig + web/prod/index.html.twig Afficher le titre Afficher le titre - web/prod/index.html.twig + web/prod/index.html.twig Afficher les status Afficher les Status - web/prod/index.html.twig + web/prod/index.html.twig Afficher une icone Afficher une icône - web/prod/index.html.twig + web/prod/index.html.twig After metadata Dans l'infobulle de description, après les métadonnées - web/prod/index.html.twig + web/prod/index.html.twig Aggregation @@ -710,25 +714,25 @@ Aide Aide - web/prod/index.html.twig + web/prod/index.html.twig Aide sur les expressions regulieres Aide sur les expressions régulières - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Ajouter a Ajouter à - Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actionelements.html.twig + Bridge/Dailymotion/actionelements.html.twig Bridge/Youtube/actionelements.html.twig Ajouter ma selection courrante Ajouter ma sélection courante - prod/Baskets/Create.html.twig prod/Story/Create.html.twig + prod/Baskets/Create.html.twig Ajouter un nouvel utilisateur @@ -855,16 +859,18 @@ Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php Controller/Admin/DataboxesController.php - Controller/Prod/BasketController.php - Controller/Prod/LazaretController.php - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php + Controller/Prod/LazaretController.php Controller/Prod/StoryController.php Controller/Prod/ToolsController.php + Controller/Prod/BasketController.php Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php + web/admin/databases.html.twig + web/admin/users.html.twig + task-manager/task-editor/task.html.twig 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 @@ -872,12 +878,12 @@ An error occured while denying, please retry or contact an admin if problem persists Une erreur s'est produite lors du refus. Veuillez réessayer ou contacter un administrateur si le problème persiste - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while sending, please retry or contact an admin if problem persists Une erreur s'est produite lors de l'envoi. Veuillez réessayer ou contacter un administrateur si le problème persiste. - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while upload the file. Please retry @@ -903,10 +909,10 @@ An error occurred Un erreur est survenue + Controller/Api/V1Controller.php + Controller/Api/V1Controller.php Controller/Admin/CollectionController.php Controller/Admin/DataboxController.php - Controller/Api/V1Controller.php - Controller/Api/V1Controller.php Controller/Prod/BasketController.php Order/Controller/ProdOrderController.php web/admin/statusbit.html.twig @@ -1005,8 +1011,8 @@ Apply changes Appliquer les modifications - actions/Property/index.html.twig actions/Property/type.html.twig + actions/Property/index.html.twig Apply status on story children. @@ -1060,6 +1066,7 @@ Controller/Prod/LanguageController.php web/admin/index.html.twig prod/results/help.html.twig + web/admin/index.html.twig Attention ! @@ -1262,10 +1269,10 @@ Bad request format, only JSON is allowed Mauvais format de requête. Seul JSON est autorisé. - Controller/Admin/DataboxController.php + Controller/Root/AccountController.php Controller/Admin/RootController.php Controller/Admin/RootController.php - Controller/Root/AccountController.php + Controller/Admin/DataboxController.php Bad request, please contact an admin @@ -1281,8 +1288,8 @@ Base %base% Base %base% web/admin/editusers_quotas.html.twig - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig Base could not be created @@ -1411,14 +1418,13 @@ Cancel Annuler - Controller/Prod/LanguageController.php - 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 prod/User/Add.html.twig + actions/Property/type.html.twig + actions/Property/index.html.twig + prod/actions/delete_records_confirm.html.twig + task-manager/task-editor/task.html.twig + admin/fields/templates.html.twig + user/import/view.html.twig Cancel all @@ -1450,8 +1456,8 @@ Categorie Catégorie Bridge/Dailymotion/video_modify.html.twig - Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig Ce champ est decrit comme element du %DublinCoreElementSet% @@ -1466,7 +1472,7 @@ Ce champ est decrit comme un element DublinCore Ce champ est décrit comme un élément DublinCore - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Ce champ est en lecture seule @@ -1481,10 +1487,10 @@ 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/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php Bridge/Api/Youtube.php Bridge/Api/Youtube.php @@ -1509,10 +1515,10 @@ Ce champ est trop long %length% caracteres max Ce champ est trop long (%length% caractères max.) - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php Bridge/Api/Youtube.php @@ -1574,7 +1580,7 @@ Chargement Chargement... - web/prod/index.html.twig + web/prod/index.html.twig Chercher @@ -1584,16 +1590,16 @@ Choisir Choisir - web/admin/subdefs.html.twig - web/admin/subdefs.html.twig - prod/Baskets/Reorder.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig + web/admin/subdefs.html.twig + web/admin/subdefs.html.twig Choose a new password Choisissez un nouveau mot de passe - web/account/change-password.html.twig web/login/renew-password.html.twig + web/account/change-password.html.twig Choose the title of the document to export @@ -1665,9 +1671,9 @@ Collection Collection - admin/databox/details.html.twig - prod/Story/Create.html.twig prod/upload/lazaret.html.twig + prod/Story/Create.html.twig + admin/databox/details.html.twig Collection %collection% @@ -1712,6 +1718,8 @@ actions/Feedback/list.html.twig actions/Feedback/ListsMacros.html.twig prod/User/Add.html.twig + actions/Feedback/ListsMacros.html.twig + actions/Feedback/list.html.twig Complete the fields below to register on %instance_title%! @@ -1726,10 +1734,10 @@ Confidentialite Confidentialité - Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig - Bridge/Youtube/upload.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig Confidentialite : privee @@ -1744,7 +1752,7 @@ Configuration Configuration - web/prod/index.html.twig + web/prod/index.html.twig Confirm new email address @@ -1769,13 +1777,13 @@ Connection Connexion - web/login/index.html.twig - web/login/index.html.twig - login/oauth/login.html.twig login/providers/bind.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig login/providers/mapping.html.twig + login/oauth/login.html.twig + web/login/index.html.twig + web/login/index.html.twig Connection is OK but database does not exists or can not be accessed @@ -1850,13 +1858,14 @@ Couleur de selection Couleur de sélection - web/prod/index.html.twig + web/prod/index.html.twig Country Pays actions/Feedback/list.html.twig actions/Feedback/ListsMacros.html.twig + actions/Feedback/list.html.twig Create an account manually @@ -1891,8 +1900,8 @@ Creer Créer - Bridge/Dailymotion/actioncontainers.html.twig Bridge/Flickr/actioncontainers.html.twig + Bridge/Dailymotion/actioncontainers.html.twig Bridge/Youtube/actioncontainers.html.twig @@ -2036,7 +2045,7 @@ Date Added Date d'ajout - web/prod/index.html.twig + web/prod/index.html.twig Date Creation @@ -2061,8 +2070,8 @@ De De - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig Deadline @@ -2154,6 +2163,10 @@ actions/Feedback/list.html.twig prod/upload/lazaret.html.twig prod/upload/lazaret.html.twig + actions/Feedback/list.html.twig + prod/actions/delete_records_confirm.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/index.html.twig Delete all users rights @@ -2190,8 +2203,8 @@ Deplacement %n_element% elements Déplacement de %n_element% documents - Bridge/Dailymotion/video_moveinto_playlist.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig + Bridge/Dailymotion/video_moveinto_playlist.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig @@ -2202,8 +2215,8 @@ Derniere mise a jour le %updated_on% Dernière mise à jour le %updated_on% - prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig Des difficultes ont ete rencontres a la connection au serveur distant @@ -2213,16 +2226,16 @@ Description Description - web/developers/application_form.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/video_modify.html.twig - Bridge/Flickr/photo_modify.html.twig + prod/Tooltip/DCESFieldInfo.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/upload.html.twig + Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Youtube/video_modify.html.twig Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/upload.html.twig - Bridge/Youtube/video_modify.html.twig - prod/Tooltip/DCESFieldInfo.html.twig + web/developers/application_form.html.twig Deselect all @@ -2285,7 +2298,7 @@ Display technical data Affichage des informations techniques - web/prod/index.html.twig + web/prod/index.html.twig Display thumbnails @@ -2295,7 +2308,7 @@ Do not display Masquer les informations techniques - web/prod/index.html.twig + web/prod/index.html.twig Do not forget to restart the tasks scheduler @@ -2320,10 +2333,9 @@ Do you want to send your report ? Souhaitez-vous envoyer votre rapport ? - Phrasea/Controller/LightboxController.php - mobile/lightbox/validate.html.twig - mobile/lightbox/validate.html.twig - web/lightbox/validate.html.twig + Phrasea/Controller/LightboxController.php + web/lightbox/validate.html.twig + mobile/lightbox/validate.html.twig Document @@ -2432,14 +2444,9 @@ Edit Editer - admin/task-manager/index.html.twig + actions/Feedback/list.html.twig admin/task-manager/templates.html.twig - actions/Feedback/list.html.twig - - - Edit position - Edit position - Controller/Prod/LanguageController.php + admin/task-manager/index.html.twig Editer @@ -2454,8 +2461,8 @@ Edition de 1 element Edition de 1 document - Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/video_modify.html.twig @@ -2471,7 +2478,7 @@ Edition impossible Edition impossible - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Editor @@ -2506,8 +2513,8 @@ Email E-mail - web/admin/dashboard.html.twig admin/publications/fiche.html.twig + web/admin/dashboard.html.twig Email '%email%' for login '%login%' already exists in database @@ -2537,8 +2544,8 @@ Email successfully confirmed Adresse e-mail confirmée avec succès - Notification/Mail/MailSuccessEmailConfirmationRegistered.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php + Notification/Mail/MailSuccessEmailConfirmationRegistered.php Email test result : %email_status% @@ -2595,7 +2602,7 @@ En cours d'encodage En cours d'encodage - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php actions/Bridge/records_list.html.twig @@ -2728,8 +2735,8 @@ Erreur ! Erreur - mobile/lightbox/error.html.twig web/lightbox/error.html.twig + mobile/lightbox/error.html.twig Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas @@ -2838,8 +2845,8 @@ Etendue de la publication Etendue de la publication - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Etes vous sur de supprimer %number% photos ? @@ -2911,8 +2918,8 @@ Controller/Prod/LanguageController.php web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig Feeds @@ -2967,8 +2974,8 @@ File is not present in quarantine anymore, please refresh Ce fichier n'est plus en quarantaine, rafraichissez la page - Controller/Prod/LazaretController.php - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php @@ -3036,15 +3043,15 @@ First/Last Name Prénom / Nom + actions/Feedback/ListsMacros.html.twig web/admin/users.html.twig web/admin/users.html.twig - actions/Feedback/ListsMacros.html.twig Flash Flash + web/prod/index.html.twig web/common/technical_datas.html.twig - web/prod/index.html.twig Flatten layers @@ -3079,10 +3086,10 @@ Forgot password? Mot de passe oublié ? - web/login/index.html.twig - login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig + login/oauth/login.html.twig + web/login/index.html.twig Forgot your password? @@ -3159,16 +3166,11 @@ Générer un fichier audio Media/Subdef/Audio.php - + Generates an image - Générer une image + Generates an image Media/Subdef/Image.php - - Geo Search - Geo Search - web/prod/index.html.twig - Geonames server address Adresse du serveur de Géolocalisation Geonames @@ -3217,7 +3219,7 @@ Graphiste (preview au rollover) Graphiste (prévisualisation au rollover) - web/prod/index.html.twig + web/prod/index.html.twig Great @@ -3227,8 +3229,8 @@ Groupement des resultats sur le champ %name% Groupement des résultats sur le champ %name% - Controller/Report/ActivityController.php Controller/Report/RootController.php + Controller/Report/ActivityController.php Grouper @@ -3284,10 +3286,10 @@ Home Accueil - mobile/lightbox/feed.html.twig - mobile/lightbox/validate.html.twig + login/layout/base-layout.html.twig login/include/language-block.html.twig - login/layout/base-layout.html.twig + mobile/lightbox/validate.html.twig + mobile/lightbox/feed.html.twig Homepage slideshow @@ -3318,7 +3320,7 @@ Iconographe (description au rollover) Iconographe (description au rollover) - web/prod/index.html.twig + web/prod/index.html.twig Id @@ -3388,7 +3390,7 @@ In the answer grid Dans une infobulle séparée - web/prod/index.html.twig + web/prod/index.html.twig Include Business-fields in caption @@ -3437,8 +3439,8 @@ Inscription Inscription - web/login/register-classic.html.twig web/login/register.html.twig + web/login/register-classic.html.twig Install in progess @@ -3464,20 +3466,20 @@ Invalid file type Type de fichier non valide - admin/collection/collection.html.twig prod/upload/upload-flash.html.twig + admin/collection/collection.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/databox/databox.html.twig admin/statusbit/edit.html.twig user/import/file.html.twig + admin/databox/databox.html.twig Invalid file type, only (%supported_file_types%) file formats are supported' Fichier invalide. Seuls les fichiers de type %supported_file_types% sont supportés - admin/collection/collection.html.twig + admin/collection/collection.html.twig Invalid labels parameter @@ -3509,8 +3511,8 @@ Inverser Inverser - prod/Baskets/Reorder.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig It is not recommended to install Phraseanet without HTTPS support @@ -3588,13 +3590,13 @@ La taille maximale d'une video est de %duration% minutes. La durée d'une vidéo est limitée à %duration% minutes. - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php La video a ete rejetee La vidéo a été rejetée - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php @@ -3692,15 +3694,15 @@ Le poids maximum d'un fichier est de %size% Le poids de fichier est limité à %size% - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php Le record n'a pas de fichier physique L'enregistrement n'a pas de fichier physique - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php @@ -3722,8 +3724,8 @@ 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) - Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/upload.html.twig @@ -3749,12 +3751,12 @@ 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 - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Les termes apparaissent dans le(s) champs Le(s) mot(s) contenu(s) dans le(s) champ(s) - web/prod/index.html.twig + web/prod/index.html.twig Light Value @@ -3764,8 +3766,8 @@ Limite temporelle Liste temporelle - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig Limited vocabulary @@ -3844,9 +3846,9 @@ Login Identifiant Form/Login/PhraseaAuthenticationForm.php - login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig + login/oauth/login.html.twig actions/Feedback/ListsMacros.html.twig @@ -3873,15 +3875,15 @@ Logs Historique - admin/task-manager/index.html.twig - admin/task-manager/index.html.twig admin/task-manager/templates.html.twig admin/task-manager/templates.html.twig + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig Ma derniere question Ma dernière question - web/prod/index.html.twig + web/prod/index.html.twig Mail line %line% is empty @@ -4033,7 +4035,7 @@ Mode de presentation Mode de présentation - web/prod/index.html.twig + web/prod/index.html.twig Modele de donnees @@ -4102,10 +4104,10 @@ Name Nom Controller/Prod/LanguageController.php - admin/fields/templates.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig actions/Download/prepare.html.twig prod/templates/push.html.twig + admin/fields/templates.html.twig Name or email @@ -4275,15 +4277,15 @@ Non-Restreinte (publique) Non restreinte (publique) - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig None Aucun Form/Configuration/EmailFormType.php - admin/user/registrations.html.twig web/admin/users.html.twig + admin/user/registrations.html.twig None of the records can be modified. @@ -4333,7 +4335,7 @@ Notify third party application when an event occurs in Phraseanet Notifier l'application tierce lorsqu'un événement de produit dans Phraseanet - TaskManager/Job/WebhookJob.php + TaskManager/Job/WebhookJob.php Notify users about this publication @@ -4393,7 +4395,7 @@ OK OK - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php @@ -4424,9 +4426,9 @@ Or login with Ou se connecter avec - web/login/index.html.twig login/oauth/login.html.twig web/login/register.html.twig + web/login/index.html.twig Order @@ -4436,14 +4438,14 @@ Order has been denied La commande a été refusée - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig Order has been sent La commande a été envoyée - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig @@ -4486,9 +4488,9 @@ Page Page - actions/Bridge/paginator.html.twig prod/upload/lazaret.html.twig prod/upload/lazaret.html.twig + actions/Bridge/paginator.html.twig Page %page% @@ -4498,10 +4500,12 @@ Paniers Paniers - mobile/lightbox/index.html.twig - mobile/lightbox/index.html.twig + lightbox/IE6/index.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig web/lightbox/validate.html.twig + mobile/lightbox/index.html.twig + mobile/lightbox/index.html.twig Par %author% @@ -4509,6 +4513,8 @@ mobile/lightbox/feed.html.twig prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig + mobile/lightbox/feed.html.twig Password @@ -4729,9 +4735,10 @@ Preferences Préférences - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Prefix for notification emails @@ -4746,12 +4753,12 @@ Presentation de vignettes Présentation de vignettes - web/prod/index.html.twig + web/prod/index.html.twig Presentation de vignettes de panier Présentation des vignettes de panier - web/prod/index.html.twig + web/prod/index.html.twig Previous @@ -4797,6 +4804,8 @@ Publications Publications + web/prod/index.html.twig + web/common/menubar.html.twig admin/publications/wrapper.html.twig web/admin/tree.html.twig web/common/menubar.html.twig @@ -4810,8 +4819,8 @@ Publique Publique - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Publishers @@ -4821,8 +4830,8 @@ Push Push + eventsmanager/notify/push.php Controller/Prod/LanguageController.php - eventsmanager/notify/push.php Push configuration @@ -4837,26 +4846,26 @@ Push::filter on companies Société + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on countries Pays + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on emails E-mail + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on login Identifiant + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on name @@ -4871,8 +4880,8 @@ Push::filter starts Commence par + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::une validation est une demande d'appreciation a d'autres personnes @@ -4910,80 +4919,80 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Raccourcis claviers de la zone des paniers : - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de editing : Raccourci de la fenêtre d'édition - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de preview : Raccourcis de la fenêtre vue détaillée - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de recherche : Raccourcis de la fenêtre principale - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-a : tout selectionner ctrl-a : sélectionner tout - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-e : editer la selection ctrl-e : éditer la sélection - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-p : imprimer la selection ctrl-p : imprimer la sélection - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::espace : arreter/demarrer le diaporama espace : démarrer/arrêter le diaporama - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche bas : scroll vertical flèche basse : défilement vers le bas - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche droite : page suivante flèche droite : page suivante - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en arriere flèche gauche : document précédent - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en avant flèche droite : document suivant - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : page precedente flèche gauche : page précédente - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche haut : scroll vertical flèche haute : défilement vers le haut - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::tab/shift-tab se ballade dans les champs Tab/shift-tab : Changer de champs - web/prod/index.html.twig + web/prod/index.html.twig Rappel : Il vous reste %number% jours pour valider %title% de %user% @@ -5003,19 +5012,19 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Re-initialiser Ré-initialiser - prod/Baskets/Reorder.html.twig - web/prod/index.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig + web/prod/index.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 + prod/Baskets/Reorder.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig Read-only @@ -5116,7 +5125,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Rechercher dans un champ date Dans un champ date - web/prod/index.html.twig + web/prod/index.html.twig Recommendations @@ -5136,7 +5145,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Record Not Found Enregistrement non trouvé - Controller/Api/V1Controller.php + Controller/Api/V1Controller.php Record removed from basket @@ -5182,10 +5191,10 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Register Inscription - login/include/register-link-block.html.twig - web/login/register-classic.html.twig - web/login/register-provider.html.twig web/login/register.html.twig + web/login/register-classic.html.twig + login/include/register-link-block.html.twig + web/login/register-provider.html.twig Register approbation @@ -5217,7 +5226,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Relevance Pertinence - web/prod/index.html.twig + web/prod/index.html.twig Remember me @@ -5258,8 +5267,8 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Renew password Renouveler le mot de passe Notification/Mail/MailRequestPasswordUpdate.php - web/account/change-password.html.twig web/login/renew-password.html.twig + web/account/change-password.html.twig Reorder collections @@ -5269,8 +5278,8 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Reordonner automatiquement Tri automatique - prod/Baskets/Reorder.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig Repertoire de stockage des fichiers @@ -5381,8 +5390,8 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Restriction Restriction - web/admin/editusers_quotas.html.twig admin/publications/list.html.twig + web/admin/editusers_quotas.html.twig Restrictions de telechargement @@ -5503,6 +5512,10 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis web/developers/application.html.twig web/login/renew-password.html.twig actions/Feedback/list.html.twig + web/developers/application.html.twig + web/developers/application.html.twig + web/account/change-password.html.twig + task-manager/task-editor/task.html.twig Save all changes @@ -5547,8 +5560,8 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis See documentation at %url% Voir la documentation en ligne à l'adresse %url% - Form/Configuration/ExecutablesFormType.php Form/Configuration/WebservicesFormType.php + Form/Configuration/ExecutablesFormType.php See my order @@ -5590,14 +5603,14 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Select files... Sélectionner des fichiers - 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.html.twig + admin/statusbit/edit.html.twig + admin/statusbit/edit.html.twig + admin/collection/collection.html.twig + admin/collection/collection.html.twig + admin/collection/collection.html.twig + user/import/file.html.twig Selected files @@ -5607,7 +5620,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Selecteur de theme Sélecteur de thème - web/prod/index.html.twig + web/prod/index.html.twig Selectionnez des documents et @@ -5618,12 +5631,12 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Send Envoyer Controller/Prod/LanguageController.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 + prod/actions/Push.html.twig + prod/orders/order_item.html.twig + web/admin/dashboard.html.twig Send an email to the user to setup his password @@ -5684,7 +5697,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Set labels Définir les labels - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin/databox/databox.html.twig @@ -5705,8 +5718,8 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Setup Paramétrage - web/admin/setup.html.twig web/admin/tree.html.twig + web/admin/setup.html.twig Setup my password @@ -5726,8 +5739,8 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Short description Description brève - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Shutter speed @@ -5767,8 +5780,8 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Size Taille - web/common/technical_datas.html.twig actions/Download/prepare.html.twig + web/common/technical_datas.html.twig Slide show @@ -5823,28 +5836,28 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Source Source + prod/Tooltip/DataboxField.html.twig admin/fields/templates.html.twig admin/fields/templates.html.twig - prod/Tooltip/DataboxField.html.twig Sous-titre Sous-titre - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Stamp logo Logo de Stamp - admin/collection/collection.html.twig + admin/collection/collection.html.twig Start Démarrer - admin/task-manager/index.html.twig - admin/task-manager/index.html.twig admin/task-manager/templates.html.twig admin/task-manager/templates.html.twig + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig Start by creating one by using the "add" button on the left ! @@ -5865,7 +5878,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Status des documents a rechercher Status des documents pour la recherche - web/prod/index.html.twig + web/prod/index.html.twig Status edition @@ -5890,12 +5903,12 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Stop Arrêter - 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 + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig Stopped @@ -5910,7 +5923,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Story Not Found Reportage inconnu - Controller/Api/V1Controller.php + Controller/Api/V1Controller.php Story created @@ -6015,9 +6028,9 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php + web/admin/databases.html.twig admin/collection/collection.html.twig admin/collection/suggested_value.html.twig - web/admin/databases.html.twig Successfull connection @@ -6095,20 +6108,20 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Tags Tags - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/upload.html.twig - Bridge/Youtube/upload.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig Target Device Dispositif ciblé - classes/databox/subdef.php + classes/databox/subdef.php - + Task Edition - Edition de la tâche + Task Edition task-manager/task-editor/task.html.twig @@ -6168,9 +6181,9 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Terms of use Conditions d'utilisation Controller/Prod/TOUController.php - web/admin/tree.html.twig + login/layout/base-layout.html.twig web/login/cgus.html.twig - login/layout/base-layout.html.twig + web/admin/tree.html.twig The URL you used is out of date, please login @@ -6206,7 +6219,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis The destination record provided is not allowed L'enregistrement de destination fourni n'est pas autorisé - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php The document %name% has been quarantined @@ -6304,7 +6317,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Theme Thème - web/prod/index.html.twig + web/prod/index.html.twig There is no one to validate orders, please contact an administrator @@ -6364,8 +6377,8 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis This feed is public Ce flux est public + actions/publish/publish.html.twig admin/publications/list.html.twig - actions/publish/publish.html.twig This field is required @@ -6375,7 +6388,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis This field represents the title of the document Ce champ est utilisé pour affecter un titre à l'enregistrement - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig This file is too big @@ -6442,19 +6455,19 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Titre Titre - admin/publications/fiche.html.twig - admin/publications/list.html.twig - admin/publications/list.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/video_modify.html.twig - Bridge/Flickr/photo_modify.html.twig + prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/upload.html.twig + Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Youtube/video_modify.html.twig Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/upload.html.twig - Bridge/Youtube/video_modify.html.twig - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig + admin/publications/list.html.twig + admin/publications/list.html.twig + admin/publications/fiche.html.twig To take a screenshot click on camera @@ -6517,7 +6530,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Trier par Trier par - web/prod/index.html.twig + web/prod/index.html.twig Try to extract embedded thumbnails @@ -6542,7 +6555,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Type de documents Type de document - web/prod/index.html.twig + web/prod/index.html.twig Type nombre @@ -6557,8 +6570,8 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis URL de callback Url de Callback - web/developers/application.html.twig web/developers/application_form.html.twig + web/developers/application.html.twig Un document commande @@ -6663,15 +6676,15 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Une question personnelle La question - web/prod/index.html.twig + web/prod/index.html.twig Une selection une sélection "sans titre" - eventsmanager/notify/validate.php - eventsmanager/notify/validate.php eventsmanager/notify/validationreminder.php eventsmanager/notify/validationreminder.php + eventsmanager/notify/validate.php + eventsmanager/notify/validate.php Unhandled Error @@ -6721,16 +6734,16 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Upload Ajouter - web/common/menubar.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Flickr/upload.html.twig - Bridge/Flickr/upload.html.twig - actions/Bridge/index.html.twig - Bridge/Youtube/upload.html.twig - Bridge/Youtube/upload.html.twig prod/upload/upload-flash.html.twig prod/upload/upload.html.twig + Bridge/Flickr/upload.html.twig + Bridge/Flickr/upload.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Youtube/upload.html.twig + Bridge/Youtube/upload.html.twig + actions/Bridge/index.html.twig + web/common/menubar.html.twig Upload URL is not set, please contact an admin @@ -6770,7 +6783,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Use latest search settings on Production loading Utiliser la dernière question posée au lancement de Production - web/prod/index.html.twig + web/prod/index.html.twig Use my Phraseanet account @@ -6852,6 +6865,8 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis user/import/view.html.twig web/admin/users.html.twig prod/actions/Push.html.twig + web/admin/users.html.twig + user/import/view.html.twig Users must accept Terms of Use for each export @@ -6888,11 +6903,12 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Validation Validation + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationdone.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 from %user% @@ -6907,10 +6923,12 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Validations Validations - mobile/lightbox/index.html.twig - mobile/lightbox/index.html.twig + lightbox/IE6/index.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig web/lightbox/validate.html.twig + mobile/lightbox/index.html.twig + mobile/lightbox/index.html.twig Validations received @@ -6976,7 +6994,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Vocabulary not found Vocabulaire non trouvé - Controller/Prod/EditController.php + Controller/Prod/EditController.php Vocabulary type @@ -6986,14 +7004,16 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Voici vos paniers Paniers disponibles - mobile/lightbox/index.html.twig + lightbox/IE6/index.html.twig web/lightbox/index.html.twig + mobile/lightbox/index.html.twig Voici vos validations en cours Demandes de validations en cours - mobile/lightbox/index.html.twig + lightbox/IE6/index.html.twig web/lightbox/index.html.twig + mobile/lightbox/index.html.twig Votre adresse email @@ -7128,10 +7148,10 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Vous n'avez selectionne aucun element Aucun document sélectionné - Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig - actions/Bridge/index.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/upload.html.twig + actions/Bridge/index.html.twig Vous ne pouvez pas editer plusieurs elements simultanement @@ -7162,7 +7182,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Vous pouvez quitter la plupart des fenetres survolantes via la touche echap Vous pouvez fermer la plupart des fênetres en sur impression avec la touche echap - web/prod/index.html.twig + web/prod/index.html.twig Warning ! @@ -7188,7 +7208,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Watermark Filigrane - admin/collection/collection.html.twig + admin/collection/collection.html.twig Weak @@ -7229,9 +7249,9 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Whoops, looks like something went wrong. Zut ! Quelque chose s'est mal passé. - Event/Subscriber/ApiOauth2ErrorsSubscriber.php Phrasea/Core/PhraseaExceptionHandler.php Phrasea/Core/PhraseaExceptionHandler.php + Event/Subscriber/ApiOauth2ErrorsSubscriber.php Would you like to continue ? @@ -7257,14 +7277,14 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis YYYY/MM/DD YYYY/MM/DD - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Yes Oui - user/import/view.html.twig web/developers/applications.html.twig + user/import/view.html.twig You are Admin @@ -7459,12 +7479,12 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis You must give a destination collection Vous devez spécifier une collection de destination - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You must give a destination record Vous devez spécifier un enregistrement de destination - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You need define a model before importing a list of users @@ -7582,6 +7602,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis action : ajouter au panier Ajouter au panier + prod/results/record.html.twig prod/preview/tools.html.twig prod/results/record.html.twig @@ -7591,51 +7612,54 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis web/prod/index.html.twig web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig + web/prod/index.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : collection Déplacer web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : editer Editer - prod/preview/caption.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig + prod/preview/caption.html.twig action : exporter Exporter - web/lightbox/feed.html.twig - web/lightbox/validate.html.twig - web/prod/index.html.twig - prod/preview/tools.html.twig - prod/results/record.html.twig + prod/results/record.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig + web/prod/index.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig + prod/preview/tools.html.twig + lightbox/IE6/validate.html.twig + lightbox/IE6/feed.html.twig + web/lightbox/validate.html.twig + web/lightbox/feed.html.twig action : outils Outils web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : print Imprimer - prod/preview/tools.html.twig - prod/results/record.html.twig + prod/results/record.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig + prod/preview/tools.html.twig action : publier @@ -7643,23 +7667,24 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis web/prod/index.html.twig web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig + web/prod/index.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : push Push web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : status Propriétés web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : supprimer @@ -7668,6 +7693,8 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis prod/WorkZone/Basket.html.twig prod/WorkZone/Macros.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Basket.html.twig action:: nouveau panier @@ -7923,57 +7950,62 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis admin::base:collection: activer la collection Collection activé - admin/collection/collection.html.twig - admin/collection/collection.html.twig + admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: aucun fichier (minilogo, watermark ...) Aucun fichier - 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/collection.html.twig admin/databox/databox.html.twig admin::base:collection: descativer la collection Désactiver la collection - admin/collection/collection.html.twig - admin/collection/collection.html.twig + admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: etat de la 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/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: etes vous sur de publier cette collection ? Confirmer la publication 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/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: minilogo actuel Minilogo actuel - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: numero de collection distante ID de collection distante admin/collection/collection.html.twig + + admin::base:collection: numero de collection locale + admin::base:collection: numero de collection locale + admin/collection/collection.html.twig + admin::base:collection: renommer la collection Renommer - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: supprimer le logo @@ -7983,7 +8015,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis admin::base:collection: vider la collection Vider - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collorder: descendre @@ -8006,17 +8038,17 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis admin::colelction::presentation des elements : rien Par défaut - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::colelction::presentation des elements : stamp Bandeau de notice - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::colelction::presentation des elements : watermark Fichier de filigrane - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::collection @@ -8026,7 +8058,7 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis admin::collection: Confirmez vous la suppression de cette collection ? Confirmer la suppression de la collection ? - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::collection: ordre des collections @@ -8036,12 +8068,12 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis admin::collection:: Gestionnaires des commandes 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/collection.html.twig + admin/collection/collection.html.twig admin::compte-utilisateur A propos de la securite des mots de passe : @@ -8067,10 +8099,10 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Adresse Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur changer mon mot de passe @@ -8082,9 +8114,9 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Code postal Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur confirmer la nouvelle adresse email @@ -8106,21 +8138,21 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis E-mail Controller/Admin/UserController.php Event/Subscriber/RegistrationSubscriber.php - web/account/account.html.twig - web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig + admin/user/registrations.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur fax Fax Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur id utilisateur @@ -8132,13 +8164,13 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Identifiant 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 web/common/dialog_export.html.twig + web/account/reset-email.html.twig + web/account/account.html.twig + web/account/account.html.twig + web/admin/editusers.html.twig + web/admin/users.html.twig + admin/user/registrations.html.twig admin::compte-utilisateur mot de passe @@ -8148,18 +8180,21 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis web/account/reset-email.html.twig web/common/dialog_export.html.twig web/setup/step2.html.twig + web/common/dialog_export.html.twig + web/account/reset-email.html.twig + web/account/account.html.twig admin::compte-utilisateur nom Nom Controller/Admin/UserController.php - Event/Subscriber/RegistrationSubscriber.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/connected-users.html.twig + Event/Subscriber/RegistrationSubscriber.php + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig - web/common/dialog_export.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur nouvelle adresse email @@ -8177,21 +8212,21 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Poste Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + 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 Prénom Controller/Admin/UserController.php - Event/Subscriber/RegistrationSubscriber.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + Event/Subscriber/RegistrationSubscriber.php + web/common/dialog_export.html.twig + 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 @@ -8205,12 +8240,12 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Société Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig + admin/user/registrations.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur tel @@ -8221,11 +8256,11 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis admin::compte-utilisateur telephone Téléphone Controller/Admin/UserController.php - web/account/account.html.twig - web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig - web/common/dialog_export.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer @@ -8237,9 +8272,9 @@ Pour les utilisateurs authentifiés, la demande de validation est également dis Ville Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur: L'email a correctement ete mis a jour @@ -8292,6 +8327,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Dossier distant web/account/account.html.twig web/common/dialog_export.html.twig + web/account/account.html.twig admin::compte-utilisateur:ftp: Activer le compte FTP @@ -8308,12 +8344,14 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Nombre d'essais web/account/account.html.twig web/common/dialog_export.html.twig + web/account/account.html.twig admin::compte-utilisateur:ftp: Utiliser le mode passif Utiliser le mode passif web/account/account.html.twig web/common/dialog_export.html.twig + web/account/account.html.twig admin::compte-utilisateur:ftp: creer un dossier @@ -8334,25 +8372,25 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le admin::compte-utilisateur:sexe: madame Mme Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur:sexe: mademoiselle Mlle Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur:sexe: monsieur M. Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::monitor: bases sur lesquelles l'utilisateur est connecte : @@ -8372,24 +8410,24 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le admin::monitor: module admin Admin - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php - web/admin/connected-users.html.twig + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig + web/admin/connected-users.html.twig admin::monitor: module client Classic - Controller/Admin/ConnectedUsersController.php - lib/classes/phrasea.php classes/record/preview.php + lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/admin/connected-users.html.twig admin::monitor: module comparateur Lightbox - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/admin/connected-users.html.twig @@ -8400,42 +8438,42 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le admin::monitor: module production Production - Controller/Admin/ConnectedUsersController.php - lib/classes/phrasea.php classes/record/preview.php + lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/admin/connected-users.html.twig admin::monitor: module report Report - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php - web/admin/connected-users.html.twig + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig + web/admin/connected-users.html.twig admin::monitor: module thesaurus Thesaurus - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php - web/admin/connected-users.html.twig + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig + web/admin/connected-users.html.twig admin::monitor: module upload Upload - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig admin::monitor: module validation Lightbox - Controller/Admin/ConnectedUsersController.php - Phrasea/Controller/LightboxController.php - Phrasea/Controller/LightboxController.php - Phrasea/Controller/LightboxController.php lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php + Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php web/common/menubar.html.twig @@ -8471,8 +8509,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le admin::plugins: plugins Plugins - admin/plugins/index.html.twig web/admin/tree.html.twig + admin/plugins/index.html.twig admin::plugins: retrieveConfigurationError @@ -8611,8 +8649,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le admin::utilisateurs: utilisateurs connectes Utilisateurs Connectés - web/admin/connected-users.html.twig web/admin/tree.html.twig + web/admin/connected-users.html.twig alert @@ -8628,6 +8666,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le an error occured une erreur est survenue Controller/Prod/ToolsController.php + actions/Tools/index.html.twig an error occured : %message% @@ -8713,6 +8752,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le boutton::ajouter Ajouter + prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig admin/collection/suggested_value.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig @@ -8734,24 +8775,34 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/video_modify.html.twig Bridge/Youtube/video_modify.html.twig - prod/actions/edit_default.html.twig - prod/actions/edit_default.html.twig - web/prod/tab_thesaurus.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 + prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig + web/prod/tab_thesaurus.html.twig web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/export-text-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/accept.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/link-field-step2.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig + web/report/all_content.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/account/reset-email.html.twig + admin/publications/fiche.html.twig + admin/collection/create.html.twig + web/admin/index.html.twig boutton::appliquer @@ -8761,11 +8812,13 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le boutton::chercher Chercher - web/admin/users.html.twig - actions/Feedback/list.html.twig - web/prod/index.html.twig + lib/classes/queries.php + lib/classes/queries.php + web/prod/thesaurus.js.twig + actions/Feedback/list.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig + web/admin/users.html.twig boutton::choisir @@ -8787,14 +8840,16 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le boutton::demarrer Diaporama - web/lightbox/feed_options_box.html.twig web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::editer Editer - prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig boutton::enregistrer @@ -8821,17 +8876,17 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le boutton::fermer Fermer Controller/Prod/LanguageController.php - 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/edit_default.html.twig + prod/actions/edit_default.html.twig prod/actions/Push.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/properties.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig + web/report/all_content.html.twig + web/common/dialog_export.html.twig + web/lightbox/sc_note.html.twig boutton::generer @@ -8846,10 +8901,10 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le boutton::modifier Modifier - web/admin/users.html.twig - Bridge/Dailymotion/actionelement.html.twig Bridge/Flickr/actionelement.html.twig + Bridge/Dailymotion/actionelement.html.twig Bridge/Youtube/actionelement.html.twig + web/admin/users.html.twig boutton::monter @@ -8859,8 +8914,10 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le boutton::pause Pause - web/lightbox/feed_options_box.html.twig web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::precedent @@ -8874,6 +8931,14 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le web/setup/step2.html.twig web/setup/step2.html.twig web/setup/step2.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::rechercher @@ -8894,7 +8959,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le boutton::remplacer Remplacer - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig boutton::renouveller @@ -8904,26 +8969,26 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le boutton::retour 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_form.html.twig - Bridge/Dailymotion/playlist_createcontainer.html.twig - Bridge/Dailymotion/playlist_deleteelement.html.twig - Bridge/Dailymotion/video_deleteelement.html.twig - Bridge/Dailymotion/video_moveinto_playlist.html.twig - Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig + Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/photoset_deleteelement.html.twig - Bridge/Youtube/playlist_createcontainer.html.twig - Bridge/Youtube/playlist_deleteelement.html.twig + Bridge/Dailymotion/video_deleteelement.html.twig + Bridge/Dailymotion/playlist_createcontainer.html.twig + Bridge/Dailymotion/video_moveinto_playlist.html.twig + Bridge/Dailymotion/playlist_deleteelement.html.twig Bridge/Youtube/video_deleteelement.html.twig + Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig + Bridge/Youtube/playlist_deleteelement.html.twig + web/developers/application_form.html.twig + web/developers/application.html.twig + admin/publications/fiche.html.twig + web/admin/editusers.html.twig + admin/statusbit/edit.html.twig + admin/collection/details.html.twig + user/import/file.html.twig + admin/databox/details.html.twig boutton::retry @@ -8942,43 +9007,55 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le web/setup/step2.html.twig web/setup/step2.html.twig web/setup/step2.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::supprimer Supprimer Controller/Prod/LanguageController.php - 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 - web/admin/subdefs.html.twig - Bridge/Dailymotion/actioncontainers.html.twig - Bridge/Dailymotion/actionelements.html.twig - actions/Bridge/disconnected.html.twig + web/prod/thesaurus.js.twig + prod/results/feeds_entry.html.twig + prod/results/entry.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Flickr/actionelements.html.twig + Bridge/Dailymotion/actioncontainers.html.twig + Bridge/Dailymotion/actionelements.html.twig Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig - web/prod/index.html.twig - prod/results/entry.html.twig - prod/results/feeds_entry.html.twig + actions/Bridge/disconnected.html.twig web/thesaurus/presets.html.twig + admin/publications/list.html.twig + admin/publications/fiche.html.twig + web/admin/subdefs.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 boutton::telecharger Télécharger - web/common/dialog_export.html.twig - web/lightbox/feed_options_box.html.twig + web/common/dialog_export.html.twig web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::telecharger tous les documents Tout télécharger - web/lightbox/feed.html.twig + lightbox/IE6/validate.html.twig + lightbox/IE6/feed.html.twig web/lightbox/validate.html.twig + web/lightbox/feed.html.twig boutton::tester @@ -8990,68 +9067,68 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le boutton::valider Valider Controller/Prod/LanguageController.php - mobile/lightbox/note_form.html.twig - web/account/account.html.twig - web/account/reset-email.html.twig - admin/collection/collection.html.twig - admin/collection/create.html.twig - admin/collection/reorder.html.twig - admin/collection/suggested_value.html.twig - web/admin/dashboard.html.twig - web/admin/editusers.html.twig - admin/publications/fiche.html.twig - admin/publications/list.html.twig - web/admin/setup.html.twig - admin/statusbit/edit.html.twig - web/admin/structure.html.twig - web/admin/subdefs.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 - Bridge/Dailymotion/video_deleteelement.html.twig - Bridge/Dailymotion/video_modify.html.twig - Bridge/Dailymotion/video_moveinto_playlist.html.twig - Bridge/Flickr/photo_deleteelement.html.twig - Bridge/Flickr/photo_modify.html.twig + prod/Story/Reorder.html.twig + prod/Baskets/Update.html.twig + prod/Baskets/Reorder.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig + Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/photoset_deleteelement.html.twig - Bridge/Youtube/playlist_createcontainer.html.twig - Bridge/Youtube/playlist_deleteelement.html.twig - Bridge/Youtube/video_deleteelement.html.twig + Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/video_deleteelement.html.twig + Bridge/Dailymotion/playlist_createcontainer.html.twig + Bridge/Dailymotion/video_moveinto_playlist.html.twig + Bridge/Dailymotion/playlist_deleteelement.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/video_deleteelement.html.twig + Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig - prod/actions/edit_default.html.twig - 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/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-text-dialog.html.twig + Bridge/Youtube/playlist_deleteelement.html.twig + prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig + web/prod/index.html.twig + web/developers/application_form.html.twig web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/export-text-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-term.html.twig web/thesaurus/new-term.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/link-field-step2.html.twig web/thesaurus/thesaurus.html.twig + web/report/all_content.html.twig + web/account/reset-email.html.twig + web/account/account.html.twig + admin/publications/list.html.twig + admin/publications/fiche.html.twig + web/admin/structure.html.twig + web/admin/editusers.html.twig + web/admin/dashboard.html.twig + web/admin/subdefs.html.twig + admin/statusbit/edit.html.twig + admin/collection/create.html.twig + admin/collection/collection.html.twig + admin/collection/reorder.html.twig + admin/collection/suggested_value.html.twig + user/import/view.html.twig + admin/user/registrations.html.twig + web/admin/setup.html.twig + mobile/lightbox/note_form.html.twig boutton::vue graphique Vue Graphique - admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig + admin/collection/suggested_value.html.twig boutton::vue xml Vue XML - admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig + admin/collection/suggested_value.html.twig button::Install @@ -9079,12 +9156,12 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le caption XML Notice XML - classes/record/exportElement.php + classes/record/exportElement.php caption YAML Notice YAML - classes/record/exportElement.php + classes/record/exportElement.php cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces @@ -9141,6 +9218,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le choisir Choisir + web/prod/index.html.twig admin/collection/create.html.twig admin/databox/databox.html.twig web/prod/index.html.twig @@ -9179,8 +9257,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le configuration Configuration - Controller/Report/ActivityController.php Controller/Report/RootController.php + Controller/Report/ActivityController.php copyClipboardLabel @@ -9197,8 +9275,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le dans %feed_name% dans %feed_name% - prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig date dajout @@ -9229,15 +9307,15 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le document documents Phrasea/Twig/PhraseanetExtension.php - web/admin/subdefs.html.twig - web/admin/subdefs.html.twig task-manager/task-editor/subdefs.html.twig + web/admin/subdefs.html.twig + web/admin/subdefs.html.twig document original Document original - classes/record/exportElement.php - classes/record/exportElement.php + classes/record/exportElement.php + classes/record/exportElement.php dé?it @@ -9247,15 +9325,15 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le edit Editer - web/account/account.html.twig - web/account/account.html.twig - web/account/account.html.twig prod/WorkZone/Macros.html.twig + web/account/account.html.twig + web/account/account.html.twig + web/account/account.html.twig edit: chosiir limage du regroupement Définir comme image principale - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig edit:: Ajouter %s au champ courrant @@ -9290,7 +9368,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le edit::preset:: titre Nom du modèle - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig effacer (OK) ou quitter (Annuler) ? @@ -9338,7 +9416,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le export::ftp: reglages manuels Réglages manuels - classes/set/export.php + classes/set/export.php export::mail: contenu du mail @@ -9387,10 +9465,10 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le filtrer les resultats sur la colonne %colonne% filtrer les résultats sur la colonne %colonne% - Controller/Report/ActivityController.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php + Controller/Report/ActivityController.php flash @@ -9543,6 +9621,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Mon Compte web/account/account.html.twig web/common/menubar.html.twig + web/account/account.html.twig login:: Visitez le lien suivant et suivez les instructions pour continuer, sinon ignorez cet email et il ne se passera rien @@ -9557,7 +9636,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le login::erreur: Erreur d'authentification Erreur d'authentification - Controller/Api/OAuth2Controller.php + Controller/Api/OAuth2Controller.php Controller/Root/LoginController.php @@ -9578,8 +9657,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le login::notification: Mise a jour du mot de passe avec succes Mise à jour du mot de passe effectuée - Controller/Root/AccountController.php Controller/Root/LoginController.php + Controller/Root/AccountController.php login::notification: demande de confirmation par mail envoyee @@ -9605,8 +9684,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le login::register: merci d'avoir confirme votre adresse email Merci d'avoir confirmé votre adresse e-mail - Notification/Mail/MailSuccessEmailConfirmationRegistered.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php + Notification/Mail/MailSuccessEmailConfirmationRegistered.php login::register: sujet email : confirmation de votre adresse email @@ -9688,10 +9767,10 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le no Non + web/common/technical_datas.html.twig web/account/sessions.html.twig web/admin/subdefs.html.twig user/import/view.html.twig - web/common/technical_datas.html.twig no image selected @@ -9707,8 +9786,10 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le notice Notice - web/lightbox/feed.html.twig + lightbox/IE6/validate.html.twig + lightbox/IE6/feed.html.twig web/lightbox/validate.html.twig + web/lightbox/feed.html.twig nouveau @@ -9860,11 +9941,11 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le phraseanet:: adresse Adresse - web/account/account.html.twig + web/setup/step2.html.twig + web/common/dialog_export.html.twig + 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 @@ -9890,13 +9971,13 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le phraseanet:: deconnection Déconnexion - web/common/menubar.html.twig actions/Bridge/wrapper.html.twig + web/common/menubar.html.twig phraseanet:: details Détails - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin/databox/databox.html.twig @@ -9924,9 +10005,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le phraseanet:: port Port + web/setup/step2.html.twig web/admin/databases.html.twig web/admin/databases.html.twig - web/setup/step2.html.twig phraseanet:: prereglages @@ -9936,12 +10017,12 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le phraseanet:: presse-papier Presse-papier - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig phraseanet:: preview Prévisualisation - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod/actions/printer_default.html.twig @@ -9958,17 +10039,18 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le phraseanet:: sous definition Sous-définition - Controller/Report/RootController.php module/report/filter.php classes/module/report.php + Controller/Report/RootController.php phraseanet:: thesaurus Thésaurus prod/actions/edit_default.html.twig web/prod/tab_headers.html.twig - web/thesaurus/index.html.twig + prod/actions/edit_default.html.twig web/thesaurus/load-thesaurus.html.twig + web/thesaurus/index.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig @@ -10010,9 +10092,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le phraseanet::chargement Chargement Controller/Prod/LanguageController.php - admin/collection/suggested_value.html.twig - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig web/thesaurus/thesaurus.html.twig + admin/collection/suggested_value.html.twig phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible @@ -10032,6 +10114,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Controller/Prod/LanguageController.php web/admin/index.html.twig web/thesaurus/thesaurus.html.twig + web/admin/index.html.twig phraseanet::erreur: echec du serveur de mail @@ -10121,12 +10204,12 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le phraseanet::time:: a A - web/prod/index.html.twig + web/prod/index.html.twig phraseanet::time:: de De - web/prod/index.html.twig + web/prod/index.html.twig phraseanet::type:: audios @@ -10138,6 +10221,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Documents web/prod/index.html.twig web/prod/toolbar.html.twig + web/prod/index.html.twig phraseanet::type:: images @@ -10162,8 +10246,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le phraseanet::utilisateurs Utilisateurs - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php phrseanet:: sous definition @@ -10188,35 +10272,39 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le preview:: Description Notice - web/prod/index.html.twig + web/prod/index.html.twig preview:: Historique Historique - web/prod/index.html.twig + web/prod/index.html.twig preview:: Popularite Popularité - web/prod/index.html.twig + web/prod/index.html.twig preview:: arreter le diaporama Arrêter - 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 + prod/preview/basket_train.html.twig + prod/preview/result_train.html.twig + prod/preview/reg_train.html.twig preview:: demarrer le diaporama 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 + prod/preview/basket_train.html.twig + prod/preview/result_train.html.twig + prod/preview/reg_train.html.twig preview::statistiques de telechargement @@ -10287,6 +10375,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Cette action n'est pas possible, les documents sélectionnés proviennent de bases différentes. Controller/Prod/MoveCollectionController.php actions/Property/index.html.twig + prod/actions/collection_default.html.twig prod::Vous n'avez le droit d'effectuer l'operation sur aucun document @@ -10301,7 +10390,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le 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/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler' @@ -10311,32 +10400,32 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants %not_actionable% document(s) éditables, vous ne disposez pas des autorisations nécessaires - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing: 1 document ne peut etre edite car vos droits sont induffisants Vous ne possédez pas les autorisations d'accès requises pour éditer 1 document - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants Aucun document ne peut être édité car vous ne disposez pas des autorisations nécessaires - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing: modeles de fiches Modèles - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing: rechercher-remplacer Rechercher / Remplacer - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing: valider ou annuler les modifications Valider ou annuler les modifications - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing::annulation: abandonner les modification ? @@ -10346,67 +10435,67 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le prod::editing::fields: status 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/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/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:indexation en cours Indexation en cours - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:remplace: chaine remplacante Remplacer par - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:remplace: options de remplacement Options - 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/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/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/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:remplace::option respecter la casse 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/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:remplace::option: rester insensible a la casse Insensible à la casse - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:replace: chaine a rechercher Rechercher - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::facet:base_label @@ -10551,10 +10640,10 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le public Public - Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig - Bridge/Youtube/upload.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig publication : autheur @@ -10622,26 +10711,26 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le raccourci :: a propos des raccourcis claviers A propos des raccourcis clavier - web/prod/index.html.twig + web/prod/index.html.twig raccourcis :: ne plus montrer cette aide Ne plus montrer cette aide - web/prod/index.html.twig + web/prod/index.html.twig rafraichir Rafraîchir prod/results/feeds.html.twig prod/results/feeds.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Macros.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Basket.html.twig rechercher dans tous les champs Tous les champs - web/prod/index.html.twig + web/prod/index.html.twig recordtype @@ -10671,22 +10760,22 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le reponses:: images par pages : Résultats par page - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode liste Liste - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode vignettes Vignettes - web/prod/index.html.twig + web/prod/index.html.twig reponses:: partager Partager - prod/results/record.html.twig + prod/results/record.html.twig reponses:: selectionner rien @@ -10701,7 +10790,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le reponses:: taille des images : Taille des vignettes - web/prod/index.html.twig + web/prod/index.html.twig reponses::document sans titre @@ -10783,21 +10872,22 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: Au (date) Au - web/report/ajax_report_dashboard.html.twig web/report/form_date_and_base.html.twig + web/report/ajax_report_dashboard.html.twig report:: Connexion Connexions classes/module/report.php - 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 + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/all_content.html.twig @@ -10808,8 +10898,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: Dashboard Tableau de bord web/report/ajax_dashboard_content.html.twig - web/report/ajax_report_dashboard.html.twig web/report/report_layout.html.twig + web/report/ajax_report_dashboard.html.twig report:: Detail des connexions @@ -10824,8 +10914,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: Du (date) Du - web/report/ajax_report_dashboard.html.twig web/report/form_date_and_base.html.twig + web/report/ajax_report_dashboard.html.twig report:: Enlever le filtre @@ -10846,8 +10936,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: IP IP - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report:: Information sur l'enregistrement numero %number% @@ -10896,10 +10986,10 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: activite Activité + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig @@ -10928,9 +11018,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: activite par jour Activité par jour - web/report/ajax_dashboard_content_child.html.twig web/report/chart.html.twig web/report/chart.html.twig + web/report/ajax_dashboard_content_child.html.twig report:: adresse @@ -10946,20 +11036,20 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: collections Collections + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php report:: commentaire Commentaire + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php report:: copyright @@ -10969,6 +11059,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: date Date + module/report/filter.php + classes/module/report.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/InformationController.php @@ -10978,16 +11071,13 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php - classes/module/report.php report:: document Documents - Controller/Report/ActivityController.php Controller/Report/InformationController.php Controller/Report/InformationController.php + Controller/Report/ActivityController.php web/report/ajax_dashboard_content_child.html.twig web/report/report_layout_child.html.twig @@ -11020,16 +11110,16 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: fichier Fichier - Controller/Report/RootController.php classes/module/report.php + Controller/Report/RootController.php report:: fonction Fonction + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig @@ -11069,22 +11159,22 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: modules Modules - Controller/Report/InformationController.php - Controller/Report/RootController.php module/report/filter.php module/report/nav.php + Controller/Report/InformationController.php + Controller/Report/RootController.php report:: navigateur Navigateur - Controller/Report/RootController.php module/report/nav.php + Controller/Report/RootController.php report:: navigateurs et plateforme Navigateurs et Plateformes - Controller/Report/RootController.php module/report/nav.php + Controller/Report/RootController.php report:: nom @@ -11095,8 +11185,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: nombre Nombre - Controller/Report/ActivityController.php - Controller/Report/ActivityController.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php @@ -11104,7 +11193,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php + Controller/Report/ActivityController.php + Controller/Report/ActivityController.php report:: nombre de documents @@ -11130,20 +11220,20 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: non-renseigne Non-Renseigné - module/report/activity.php - module/report/activity.php - module/report/activity.php + module/report/sent.php module/report/add.php + module/report/question.php + module/report/filter.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/download.php module/report/push.php - module/report/question.php - module/report/sent.php + module/report/activity.php + module/report/activity.php + module/report/activity.php module/report/validate.php web/report/colFilter.html.twig web/report/colFilter.html.twig @@ -11166,10 +11256,10 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: pays Pays + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig @@ -11198,12 +11288,12 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: pourcentage Pourcentage + classes/module/report.php Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php report:: preview @@ -11229,13 +11319,13 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: question Questions - Controller/Report/ActivityController.php - Controller/Report/ActivityController.php + module/report/question.php + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php - module/report/filter.php - module/report/question.php - classes/module/report.php + Controller/Report/ActivityController.php + Controller/Report/ActivityController.php web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig @@ -11258,13 +11348,13 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: record id recordId + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php report:: recordid @@ -11274,8 +11364,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: resolution Définition - Controller/Report/RootController.php module/report/nav.php + Controller/Report/RootController.php report:: site @@ -11290,18 +11380,18 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: societe Société + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig report:: taille Taille - Controller/Report/RootController.php classes/module/report.php + Controller/Report/RootController.php report:: telechargement @@ -11311,12 +11401,12 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: telechargements Téléchargements - Controller/Report/RootController.php module/report/download.php + Controller/Report/RootController.php + web/report/report_layout.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/report_layout.html.twig report:: telechargements document @@ -11358,8 +11448,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: type Définition - Controller/Report/RootController.php classes/module/report.php + Controller/Report/RootController.php report:: type d'action @@ -11369,10 +11459,10 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report:: utilisateur Utilisateur - Controller/Report/ActivityController.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php - classes/module/report.php + Controller/Report/ActivityController.php report:: utilisateurs @@ -11491,8 +11581,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report::activite Activité - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::ajout du documentt @@ -11507,8 +11597,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report::fonction Fonction - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::la description contient @@ -11518,14 +11608,14 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le report::pays Pays - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::societe Société - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::supression du document @@ -11641,7 +11731,7 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le setup:: ajouter un administrateur des commandes Ajouter un gestionnaire des commandes - admin/collection/collection.html.twig + admin/collection/collection.html.twig setup::Configuration de la base de compte ApplicationBox @@ -11982,8 +12072,8 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le thesaurus:: Lier la branche de thesaurus Lier la branche - web/thesaurus/link-field-step2.html.twig web/thesaurus/link-field-step3.html.twig + web/thesaurus/link-field-step2.html.twig thesaurus:: Lier la branche de thesaurus au champ @@ -12147,9 +12237,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le thesaurus:: export au format texte Texte + web/thesaurus/export-text.html.twig web/thesaurus/export-text-dialog.html.twig web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text.html.twig thesaurus:: export en topics @@ -12525,14 +12615,16 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le validation:: NON Non - mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig + lightbox/IE6/agreement_box.html.twig + mobile/lightbox/basket_element.html.twig validation:: OUI Oui - mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig + lightbox/IE6/agreement_box.html.twig + mobile/lightbox/basket_element.html.twig validation:: editer ma note @@ -12552,10 +12644,12 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le validation::envoyer mon rapport Envoyer mon rapport - mobile/lightbox/validate.html.twig - mobile/lightbox/validate.html.twig web/lightbox/basket_options.html.twig web/lightbox/basket_options.html.twig + lightbox/IE6/basket_options.html.twig + lightbox/IE6/basket_options.html.twig + mobile/lightbox/validate.html.twig + mobile/lightbox/validate.html.twig version @@ -12580,9 +12674,9 @@ Si vous recevez cet e-mail sans l'avoir sollicité, merci de l'ignorer ou de le yes Oui - web/account/sessions.html.twig - web/admin/subdefs.html.twig web/common/technical_datas.html.twig + web/account/sessions.html.twig + web/admin/subdefs.html.twig you are about to change the representation thumbnail of your video diff --git a/resources/locales/messages.nl.xlf b/resources/locales/messages.nl.xlf index 20d0297a09..fc576c3f63 100644 --- a/resources/locales/messages.nl.xlf +++ b/resources/locales/messages.nl.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. @@ -9,8 +9,8 @@ - Form/Configuration/EmailFormType.php Form/Login/PhraseaAuthenticationForm.php + Form/Configuration/EmailFormType.php The parameter "force authentication" forces the recipient(s) of the push to possess a Phraseanet account @@ -39,9 +39,11 @@ %basket_length% documents %basket_length% documenten - 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 + mobile/lightbox/validate.html.twig %countable% documents can not be modified. @@ -88,6 +90,7 @@ %length% personen actions/Feedback/list.html.twig actions/Feedback/ListsMacros.html.twig + actions/Feedback/list.html.twig %n_elements% elements ne peuvent etre uploades @@ -119,21 +122,21 @@ %nb_records% records %nb_records% records - prod/Tooltip/Basket.html.twig prod/Tooltip/Story.html.twig + prod/Tooltip/Basket.html.twig %nb_view% vue %nb_view% weergave - Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig + Bridge/Dailymotion/element_informations.html.twig Bridge/Youtube/element_informations.html.twig %nb_view% vues %nb_view% weergaven - Bridge/Dailymotion/element_informations.html.twig Bridge/Flickr/element_informations.html.twig + Bridge/Dailymotion/element_informations.html.twig Bridge/Youtube/element_informations.html.twig @@ -179,8 +182,8 @@ %quantity% records added %quantity% records added - Controller/Prod/BasketController.php Controller/Prod/StoryController.php + Controller/Prod/BasketController.php %quantity% records moved @@ -392,8 +395,8 @@ A A - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig A document has been quarantined @@ -468,7 +471,7 @@ API Webhook API Webhook - TaskManager/Job/WebhookJob.php + TaskManager/Job/WebhookJob.php About Roles : @@ -483,8 +486,8 @@ Access Toegang - web/admin/editusers.html.twig actions/Feedback/List-Share.html.twig + web/admin/editusers.html.twig Access code @@ -566,10 +569,10 @@ Actions Acties - Bridge/Dailymotion/actioncontainers.html.twig - Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Flickr/actionelements.html.twig + Bridge/Dailymotion/actioncontainers.html.twig + Bridge/Dailymotion/actionelements.html.twig Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig @@ -586,9 +589,9 @@ Activer Activeren - admin/databox/databox.html.twig - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig + admin/databox/databox.html.twig Activer le grant_type de type password pour votre application @@ -608,12 +611,12 @@ Add Toevoegen - admin/fields/templates.html.twig - actions/Feedback/lists-all.html.twig - prod/actions/Push.html.twig + prod/User/Add.html.twig prod/upload/lazaret.html.twig prod/upload/lazaret.html.twig - prod/User/Add.html.twig + actions/Feedback/lists-all.html.twig + prod/actions/Push.html.twig + admin/fields/templates.html.twig Add a new field @@ -674,37 +677,37 @@ Affichage Tonen - web/prod/index.html.twig + web/prod/index.html.twig Affichage au demarrage Tonen bij opstart - web/prod/index.html.twig + web/prod/index.html.twig Afficher la fiche descriptive De beschrijvingsfiche tonen - web/prod/index.html.twig + web/prod/index.html.twig Afficher le titre De titel tonen - web/prod/index.html.twig + web/prod/index.html.twig Afficher les status De statussen tonen - web/prod/index.html.twig + web/prod/index.html.twig Afficher une icone Pictogram tonen - web/prod/index.html.twig + web/prod/index.html.twig After metadata After metadata - web/prod/index.html.twig + web/prod/index.html.twig Aggregation @@ -714,25 +717,25 @@ Aide Help - web/prod/index.html.twig + web/prod/index.html.twig Aide sur les expressions regulieres Help over reguliere expressies - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Ajouter a Toevoegen aan - Bridge/Dailymotion/actionelements.html.twig Bridge/Flickr/actionelements.html.twig + Bridge/Dailymotion/actionelements.html.twig Bridge/Youtube/actionelements.html.twig Ajouter ma selection courrante Voeg mijn huidige selectie toe - prod/Baskets/Create.html.twig prod/Story/Create.html.twig + prod/Baskets/Create.html.twig Ajouter un nouvel utilisateur @@ -859,16 +862,18 @@ Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php Controller/Admin/DataboxesController.php - Controller/Prod/BasketController.php - Controller/Prod/LazaretController.php - Controller/Prod/MoveCollectionController.php + Controller/Prod/MoveCollectionController.php + Controller/Prod/LazaretController.php Controller/Prod/StoryController.php Controller/Prod/ToolsController.php + Controller/Prod/BasketController.php Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php + web/admin/databases.html.twig + web/admin/users.html.twig + task-manager/task-editor/task.html.twig 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 @@ -876,12 +881,12 @@ An error occured while denying, please retry or contact an admin if problem persists Er heeft zich een fout voorgedaan tijdens het weigeren, gelieve opnieuw te proberen of contact op te nemen met een beheerder als het probleem blijft bestaan - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while sending, please retry or contact an admin if problem persists Er heeft zich een fout voorgedaan tijdens het versturen, gelieve opnieuw te proberen of contact op te nemen met een beheerder als het probleem blijft bestaan - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php An error occured while upload the file. Please retry @@ -907,10 +912,10 @@ An error occurred Er is een fout opgetreden + Controller/Api/V1Controller.php + Controller/Api/V1Controller.php Controller/Admin/CollectionController.php Controller/Admin/DataboxController.php - Controller/Api/V1Controller.php - Controller/Api/V1Controller.php Controller/Prod/BasketController.php Order/Controller/ProdOrderController.php web/admin/statusbit.html.twig @@ -1009,8 +1014,8 @@ Apply changes Wijzigingen toepassen - actions/Property/index.html.twig actions/Property/type.html.twig + actions/Property/index.html.twig Apply status on story children. @@ -1064,6 +1069,7 @@ Controller/Prod/LanguageController.php web/admin/index.html.twig prod/results/help.html.twig + web/admin/index.html.twig Attention ! @@ -1266,10 +1272,10 @@ Bad request format, only JSON is allowed Slecht verzoek formaat, enkel JSON is toegestaan - Controller/Admin/DataboxController.php + Controller/Root/AccountController.php Controller/Admin/RootController.php Controller/Admin/RootController.php - Controller/Root/AccountController.php + Controller/Admin/DataboxController.php Bad request, please contact an admin @@ -1285,8 +1291,8 @@ Base %base% Database %base% web/admin/editusers_quotas.html.twig - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig Base could not be created @@ -1415,14 +1421,13 @@ Cancel Annuleren - Controller/Prod/LanguageController.php - 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 prod/User/Add.html.twig + actions/Property/type.html.twig + actions/Property/index.html.twig + prod/actions/delete_records_confirm.html.twig + task-manager/task-editor/task.html.twig + admin/fields/templates.html.twig + user/import/view.html.twig Cancel all @@ -1454,8 +1459,8 @@ Categorie Categorie Bridge/Dailymotion/video_modify.html.twig - Bridge/Youtube/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig Ce champ est decrit comme element du %DublinCoreElementSet% @@ -1470,7 +1475,7 @@ Ce champ est decrit comme un element DublinCore Dit veld is beschreven als een DublinCore element - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Ce champ est en lecture seule @@ -1485,10 +1490,10 @@ Ce champ est obligatoire Dit veld is verplicht - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php Bridge/Api/Youtube.php Bridge/Api/Youtube.php @@ -1513,10 +1518,10 @@ 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/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php Bridge/Api/Youtube.php @@ -1578,7 +1583,7 @@ Chargement Laden - web/prod/index.html.twig + web/prod/index.html.twig Chercher @@ -1588,16 +1593,16 @@ Choisir Kiezen - web/admin/subdefs.html.twig - web/admin/subdefs.html.twig - prod/Baskets/Reorder.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig + web/admin/subdefs.html.twig + web/admin/subdefs.html.twig Choose a new password Kies een nieuw paswoord - web/account/change-password.html.twig web/login/renew-password.html.twig + web/account/change-password.html.twig Choose the title of the document to export @@ -1669,9 +1674,9 @@ Collection Collectie - admin/databox/details.html.twig - prod/Story/Create.html.twig prod/upload/lazaret.html.twig + prod/Story/Create.html.twig + admin/databox/details.html.twig Collection %collection% @@ -1716,6 +1721,8 @@ actions/Feedback/list.html.twig actions/Feedback/ListsMacros.html.twig prod/User/Add.html.twig + actions/Feedback/ListsMacros.html.twig + actions/Feedback/list.html.twig Complete the fields below to register on %instance_title%! @@ -1730,10 +1737,10 @@ Confidentialite Vertrouwelijk - Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig - Bridge/Youtube/upload.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig Confidentialite : privee @@ -1748,7 +1755,7 @@ Configuration Configuratie - web/prod/index.html.twig + web/prod/index.html.twig Confirm new email address @@ -1773,13 +1780,13 @@ Connection Verbinding - web/login/index.html.twig - web/login/index.html.twig - login/oauth/login.html.twig login/providers/bind.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig login/providers/mapping.html.twig + login/oauth/login.html.twig + web/login/index.html.twig + web/login/index.html.twig Connection is OK but database does not exists or can not be accessed @@ -1854,13 +1861,14 @@ Couleur de selection Kleur van de selectie - web/prod/index.html.twig + web/prod/index.html.twig Country Land actions/Feedback/list.html.twig actions/Feedback/ListsMacros.html.twig + actions/Feedback/list.html.twig Create an account manually @@ -1895,8 +1903,8 @@ Creer Maken - Bridge/Dailymotion/actioncontainers.html.twig Bridge/Flickr/actioncontainers.html.twig + Bridge/Dailymotion/actioncontainers.html.twig Bridge/Youtube/actioncontainers.html.twig @@ -2040,7 +2048,7 @@ Date Added Date Added - web/prod/index.html.twig + web/prod/index.html.twig Date Creation @@ -2065,8 +2073,8 @@ De De - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig Deadline @@ -2158,6 +2166,10 @@ actions/Feedback/list.html.twig prod/upload/lazaret.html.twig prod/upload/lazaret.html.twig + actions/Feedback/list.html.twig + prod/actions/delete_records_confirm.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/index.html.twig Delete all users rights @@ -2194,8 +2206,8 @@ Deplacement %n_element% elements %n_element% elementen verplaatsen - Bridge/Dailymotion/video_moveinto_playlist.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig + Bridge/Dailymotion/video_moveinto_playlist.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig @@ -2206,8 +2218,8 @@ Derniere mise a jour le %updated_on% Laatste update %updated_on% - prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig Des difficultes ont ete rencontres a la connection au serveur distant @@ -2217,16 +2229,16 @@ Description Beschrijving - web/developers/application_form.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/video_modify.html.twig - Bridge/Flickr/photo_modify.html.twig + prod/Tooltip/DCESFieldInfo.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/upload.html.twig + Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Youtube/video_modify.html.twig Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/upload.html.twig - Bridge/Youtube/video_modify.html.twig - prod/Tooltip/DCESFieldInfo.html.twig + web/developers/application_form.html.twig Deselect all @@ -2289,7 +2301,7 @@ Display technical data Display technical data - web/prod/index.html.twig + web/prod/index.html.twig Display thumbnails @@ -2299,7 +2311,7 @@ Do not display Do not display - web/prod/index.html.twig + web/prod/index.html.twig Do not forget to restart the tasks scheduler @@ -2324,10 +2336,9 @@ Do you want to send your report ? Wenst u uw rapport te sturen ? - Phrasea/Controller/LightboxController.php - mobile/lightbox/validate.html.twig - mobile/lightbox/validate.html.twig - web/lightbox/validate.html.twig + Phrasea/Controller/LightboxController.php + web/lightbox/validate.html.twig + mobile/lightbox/validate.html.twig Document @@ -2436,14 +2447,9 @@ Edit Wijzigen - admin/task-manager/index.html.twig + actions/Feedback/list.html.twig admin/task-manager/templates.html.twig - actions/Feedback/list.html.twig - - - Edit position - Edit position - Controller/Prod/LanguageController.php + admin/task-manager/index.html.twig Editer @@ -2458,8 +2464,8 @@ Edition de 1 element Editie van het 1 element - Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/video_modify.html.twig @@ -2475,7 +2481,7 @@ Edition impossible Kan niet worden bewerkt - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Editor @@ -2510,8 +2516,8 @@ Email Email - web/admin/dashboard.html.twig admin/publications/fiche.html.twig + web/admin/dashboard.html.twig Email '%email%' for login '%login%' already exists in database @@ -2541,8 +2547,8 @@ Email successfully confirmed Email met succes bevestigd - Notification/Mail/MailSuccessEmailConfirmationRegistered.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php + Notification/Mail/MailSuccessEmailConfirmationRegistered.php Email test result : %email_status% @@ -2599,7 +2605,7 @@ En cours d'encodage Bezig met coderen - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php actions/Bridge/records_list.html.twig @@ -2732,8 +2738,8 @@ Erreur ! Fout ! - mobile/lightbox/error.html.twig web/lightbox/error.html.twig + mobile/lightbox/error.html.twig Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas @@ -2842,8 +2848,8 @@ Etendue de la publication Omvang van de publicatie - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Etes vous sur de supprimer %number% photos ? @@ -2915,8 +2921,8 @@ Controller/Prod/LanguageController.php web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig Feeds @@ -2971,8 +2977,8 @@ File is not present in quarantine anymore, please refresh Bestand is niet meer in de quarantiane aanwezig, gelieve te vernieuwen - Controller/Prod/LazaretController.php - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php Model/Manipulator/LazaretManipulator.php Model/Manipulator/LazaretManipulator.php @@ -3040,15 +3046,15 @@ First/Last Name Voor/Achter naam + actions/Feedback/ListsMacros.html.twig web/admin/users.html.twig web/admin/users.html.twig - actions/Feedback/ListsMacros.html.twig Flash Flash + web/prod/index.html.twig web/common/technical_datas.html.twig - web/prod/index.html.twig Flatten layers @@ -3083,10 +3089,10 @@ Forgot password? Wachtwoord vergeten? - web/login/index.html.twig - login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig + login/oauth/login.html.twig + web/login/index.html.twig Forgot your password? @@ -3221,7 +3227,7 @@ Graphiste (preview au rollover) Graficus (preview au rollover) - web/prod/index.html.twig + web/prod/index.html.twig Great @@ -3231,8 +3237,8 @@ Groupement des resultats sur le champ %name% Groupement des resultats sur le champ %name% - Controller/Report/ActivityController.php Controller/Report/RootController.php + Controller/Report/ActivityController.php Grouper @@ -3288,10 +3294,10 @@ Home Startpagina - mobile/lightbox/feed.html.twig - mobile/lightbox/validate.html.twig + login/layout/base-layout.html.twig login/include/language-block.html.twig - login/layout/base-layout.html.twig + mobile/lightbox/validate.html.twig + mobile/lightbox/feed.html.twig Homepage slideshow @@ -3322,7 +3328,7 @@ Iconographe (description au rollover) Iconographe (beschrijving bij de rollover) - web/prod/index.html.twig + web/prod/index.html.twig Id @@ -3392,7 +3398,7 @@ In the answer grid In the answer grid - web/prod/index.html.twig + web/prod/index.html.twig Include Business-fields in caption @@ -3441,8 +3447,8 @@ Inscription Inschrijving - web/login/register-classic.html.twig web/login/register.html.twig + web/login/register-classic.html.twig Install in progess @@ -3468,20 +3474,20 @@ Invalid file type Ongeldig bestandstype - admin/collection/collection.html.twig prod/upload/upload-flash.html.twig + admin/collection/collection.html.twig Invalid file type, only (%supported_file_types%) file formats are supported Ongeldig bestandsformaat, enkel (%supported_file_types%) bestandsformaten worden ondersteund - admin/databox/databox.html.twig admin/statusbit/edit.html.twig user/import/file.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/collection/collection.html.twig + admin/collection/collection.html.twig Invalid labels parameter @@ -3513,8 +3519,8 @@ Inverser Omkeren - prod/Baskets/Reorder.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig It is not recommended to install Phraseanet without HTTPS support @@ -3592,13 +3598,13 @@ 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/Dailymotion.php Bridge/Api/Youtube.php La video a ete rejetee De video werd verworpen - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php @@ -3696,15 +3702,15 @@ 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/Flickr.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php Le record n'a pas de fichier physique Het record heeft geen fisieke documenten - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php @@ -3726,8 +3732,8 @@ 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) - Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/upload.html.twig @@ -3753,12 +3759,12 @@ 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. - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig Les termes apparaissent dans le(s) champs De termen verschijnen in de veld(en) - web/prod/index.html.twig + web/prod/index.html.twig Light Value @@ -3768,8 +3774,8 @@ Limite temporelle Tijdelijk limiet - web/admin/editusers_timelimit.html.twig web/admin/editusers_timelimit_sbas.html.twig + web/admin/editusers_timelimit.html.twig Limited vocabulary @@ -3848,9 +3854,9 @@ Login Login Form/Login/PhraseaAuthenticationForm.php - login/oauth/login.html.twig login/providers/bind.html.twig login/providers/mapping.html.twig + login/oauth/login.html.twig actions/Feedback/ListsMacros.html.twig @@ -3877,15 +3883,15 @@ 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 + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig Ma derniere question Mijn laatste vraag - web/prod/index.html.twig + web/prod/index.html.twig Mail line %line% is empty @@ -4037,7 +4043,7 @@ Mode de presentation Presentatie mode - web/prod/index.html.twig + web/prod/index.html.twig Modele de donnees @@ -4106,10 +4112,10 @@ Name Naam Controller/Prod/LanguageController.php - admin/fields/templates.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig actions/Download/prepare.html.twig prod/templates/push.html.twig + admin/fields/templates.html.twig Name or email @@ -4279,15 +4285,15 @@ Non-Restreinte (publique) Niet beperkt (publiek) - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig None Geen Form/Configuration/EmailFormType.php - admin/user/registrations.html.twig web/admin/users.html.twig + admin/user/registrations.html.twig None of the records can be modified. @@ -4337,7 +4343,7 @@ Notify third party application when an event occurs in Phraseanet Notify third party application when an event occurs in Phraseanet - TaskManager/Job/WebhookJob.php + TaskManager/Job/WebhookJob.php Notify users about this publication @@ -4397,7 +4403,7 @@ OK OK - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Bridge/Api/Youtube.php @@ -4428,9 +4434,9 @@ Or login with Of meld aan met - web/login/index.html.twig login/oauth/login.html.twig web/login/register.html.twig + web/login/index.html.twig Order @@ -4440,14 +4446,14 @@ Order has been denied Bestelling werd geweigerd - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig Order has been sent Bestelling is verstuurd - Order/Controller/ProdOrderController.php + Order/Controller/ProdOrderController.php prod/orders/order_box.html.twig prod/orders/order_item.html.twig @@ -4490,9 +4496,9 @@ Page Pagina - actions/Bridge/paginator.html.twig prod/upload/lazaret.html.twig prod/upload/lazaret.html.twig + actions/Bridge/paginator.html.twig Page %page% @@ -4502,10 +4508,12 @@ Paniers Mandjes - mobile/lightbox/index.html.twig - mobile/lightbox/index.html.twig + lightbox/IE6/index.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig web/lightbox/validate.html.twig + mobile/lightbox/index.html.twig + mobile/lightbox/index.html.twig Par %author% @@ -4513,6 +4521,8 @@ mobile/lightbox/feed.html.twig prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig + mobile/lightbox/feed.html.twig Password @@ -4733,9 +4743,10 @@ Preferences Voorkeuren - web/prod/index.html.twig - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Prefix for notification emails @@ -4750,12 +4761,12 @@ Presentation de vignettes Presentatie van de thumbnails - web/prod/index.html.twig + web/prod/index.html.twig Presentation de vignettes de panier Presentatie van de thumbnails in het mandje - web/prod/index.html.twig + web/prod/index.html.twig Previous @@ -4801,6 +4812,8 @@ Publications Publicaties + web/prod/index.html.twig + web/common/menubar.html.twig admin/publications/wrapper.html.twig web/admin/tree.html.twig web/common/menubar.html.twig @@ -4814,8 +4827,8 @@ Publique Publiek - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Publishers @@ -4825,8 +4838,8 @@ Push Push + eventsmanager/notify/push.php Controller/Prod/LanguageController.php - eventsmanager/notify/push.php Push configuration @@ -4841,26 +4854,26 @@ Push::filter on companies filter op bedrijven + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on countries filter op landen + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on emails filter op emails + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on login filter bij login + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::filter on name @@ -4875,8 +4888,8 @@ Push::filter starts filter starts + actions/Feedback/list.html.twig web/admin/users.html.twig - actions/Feedback/list.html.twig Push::une validation est une demande d'appreciation a d'autres personnes @@ -4912,80 +4925,80 @@ Raccourcis claviers de la zone des paniers : Sneltoetsen in de mandjes zone : - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de editing : Sneltoetsen tijdens het bewerken : - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de preview : Sneltoetsen tijdens de voorvertoning : - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis claviers en cours de recherche : Sneltoetsen tijdens het zoeken : - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-a : tout selectionner ctrl-a : alles selecteren - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-e : editer la selection ctrl-e : bewerk de selectie - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis:: ctrl-p : imprimer la selection ctrl-p : print de selectie - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::espace : arreter/demarrer le diaporama espace : start/stop de slideshow - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche bas : scroll vertical pijl onder : verticale scroll - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche droite : page suivante pijl rechts : volgende pagina - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en arriere pijl links : achterwaarts - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : en avant pijl rechts : voorwaarts - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche gauche : page precedente pijl links : vorige pagina - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::fleche haut : scroll vertical pijl boven : verticale scroll - web/prod/index.html.twig + web/prod/index.html.twig Raccourcis::tab/shift-tab se ballade dans les champs tab/shift-tab verspringt tussen de velden - web/prod/index.html.twig + web/prod/index.html.twig Rappel : Il vous reste %number% jours pour valider %title% de %user% @@ -5005,19 +5018,19 @@ Re-initialiser Herinitialiseren - prod/Baskets/Reorder.html.twig - web/prod/index.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig + web/prod/index.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 + prod/Baskets/Reorder.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Macros.html.twig Read-only @@ -5118,7 +5131,7 @@ Rechercher dans un champ date Zoeken in een datum veld - web/prod/index.html.twig + web/prod/index.html.twig Recommendations @@ -5138,7 +5151,7 @@ Record Not Found Document niet gevonden - Controller/Api/V1Controller.php + Controller/Api/V1Controller.php Record removed from basket @@ -5184,10 +5197,10 @@ Register Aanmelden - login/include/register-link-block.html.twig - web/login/register-classic.html.twig - web/login/register-provider.html.twig web/login/register.html.twig + web/login/register-classic.html.twig + login/include/register-link-block.html.twig + web/login/register-provider.html.twig Register approbation @@ -5219,7 +5232,7 @@ Relevance Relevance - web/prod/index.html.twig + web/prod/index.html.twig Remember me @@ -5260,8 +5273,8 @@ Renew password Vernieuw password Notification/Mail/MailRequestPasswordUpdate.php - web/account/change-password.html.twig web/login/renew-password.html.twig + web/account/change-password.html.twig Reorder collections @@ -5271,8 +5284,8 @@ Reordonner automatiquement Automatische bestelling - prod/Baskets/Reorder.html.twig prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig Repertoire de stockage des fichiers @@ -5383,8 +5396,8 @@ Restriction Beperking - web/admin/editusers_quotas.html.twig admin/publications/list.html.twig + web/admin/editusers_quotas.html.twig Restrictions de telechargement @@ -5505,6 +5518,10 @@ web/developers/application.html.twig web/login/renew-password.html.twig actions/Feedback/list.html.twig + web/developers/application.html.twig + web/developers/application.html.twig + web/account/change-password.html.twig + task-manager/task-editor/task.html.twig Save all changes @@ -5549,8 +5566,8 @@ See documentation at %url% See documentation at %url% - Form/Configuration/ExecutablesFormType.php Form/Configuration/WebservicesFormType.php + Form/Configuration/ExecutablesFormType.php See my order @@ -5592,14 +5609,14 @@ Select files... Selecteer files... - 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.html.twig + admin/statusbit/edit.html.twig + admin/statusbit/edit.html.twig + admin/collection/collection.html.twig + admin/collection/collection.html.twig + admin/collection/collection.html.twig + user/import/file.html.twig Selected files @@ -5609,7 +5626,7 @@ Selecteur de theme Thema selector - web/prod/index.html.twig + web/prod/index.html.twig Selectionnez des documents et @@ -5620,12 +5637,12 @@ Send Versturen Controller/Prod/LanguageController.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 + prod/actions/Push.html.twig + prod/orders/order_item.html.twig + web/admin/dashboard.html.twig Send an email to the user to setup his password @@ -5686,7 +5703,7 @@ Set labels Zet labels - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin/databox/databox.html.twig @@ -5707,8 +5724,8 @@ Setup Instellingen - web/admin/setup.html.twig web/admin/tree.html.twig + web/admin/setup.html.twig Setup my password @@ -5728,8 +5745,8 @@ Short description Korte beschrijving - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Shutter speed @@ -5769,8 +5786,8 @@ Size Grootte - web/common/technical_datas.html.twig actions/Download/prepare.html.twig + web/common/technical_datas.html.twig Slide show @@ -5825,28 +5842,28 @@ Source Bron + prod/Tooltip/DataboxField.html.twig admin/fields/templates.html.twig admin/fields/templates.html.twig - prod/Tooltip/DataboxField.html.twig Sous-titre Onder titel - admin/publications/fiche.html.twig admin/publications/list.html.twig + admin/publications/fiche.html.twig Stamp logo Stempel logo - admin/collection/collection.html.twig + admin/collection/collection.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 + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig Start by creating one by using the "add" button on the left ! @@ -5867,7 +5884,7 @@ Status des documents a rechercher Status van de te zoeken documenten - web/prod/index.html.twig + web/prod/index.html.twig Status edition @@ -5892,12 +5909,12 @@ 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 + admin/task-manager/templates.html.twig + admin/task-manager/templates.html.twig + admin/task-manager/index.html.twig + admin/task-manager/index.html.twig Stopped @@ -5912,7 +5929,7 @@ Story Not Found Artikel niet gevonden - Controller/Api/V1Controller.php + Controller/Api/V1Controller.php Story created @@ -6017,9 +6034,9 @@ Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php Controller/Admin/DataboxController.php + web/admin/databases.html.twig admin/collection/collection.html.twig admin/collection/suggested_value.html.twig - web/admin/databases.html.twig Successfull connection @@ -6097,16 +6114,16 @@ Tags Trefwoorden - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/upload.html.twig - Bridge/Youtube/upload.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig Target Device Doelapparaat - classes/databox/subdef.php + classes/databox/subdef.php Task Edition @@ -6170,9 +6187,9 @@ Terms of use Gebruikersvoorwaarden Controller/Prod/TOUController.php - web/admin/tree.html.twig + login/layout/base-layout.html.twig web/login/cgus.html.twig - login/layout/base-layout.html.twig + web/admin/tree.html.twig The URL you used is out of date, please login @@ -6208,7 +6225,7 @@ The destination record provided is not allowed De opgegeven bestemmingsrecord is niet toegestaan - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php The document %name% has been quarantined @@ -6306,7 +6323,7 @@ Theme Thema - web/prod/index.html.twig + web/prod/index.html.twig There is no one to validate orders, please contact an administrator @@ -6366,8 +6383,8 @@ This feed is public Deze feed is publiek + actions/publish/publish.html.twig admin/publications/list.html.twig - actions/publish/publish.html.twig This field is required @@ -6377,7 +6394,7 @@ This field represents the title of the document Dit veld vertegenwoordigt de titel van het document - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig This file is too big @@ -6444,19 +6461,19 @@ Titre Titel - admin/publications/fiche.html.twig - admin/publications/list.html.twig - admin/publications/list.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/video_modify.html.twig - Bridge/Flickr/photo_modify.html.twig + prod/Story/Reorder.html.twig + prod/Baskets/Reorder.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/upload.html.twig + Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Youtube/video_modify.html.twig Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/upload.html.twig - Bridge/Youtube/video_modify.html.twig - prod/Baskets/Reorder.html.twig - prod/Story/Reorder.html.twig + admin/publications/list.html.twig + admin/publications/list.html.twig + admin/publications/fiche.html.twig To take a screenshot click on camera @@ -6519,7 +6536,7 @@ Trier par Sorteren op - web/prod/index.html.twig + web/prod/index.html.twig Try to extract embedded thumbnails @@ -6544,7 +6561,7 @@ Type de documents Type van de documenten - web/prod/index.html.twig + web/prod/index.html.twig Type nombre @@ -6559,8 +6576,8 @@ URL de callback callback URL - web/developers/application.html.twig web/developers/application_form.html.twig + web/developers/application.html.twig Un document commande @@ -6665,15 +6682,15 @@ Une question personnelle Een persoonlijke vraag - web/prod/index.html.twig + web/prod/index.html.twig Une selection Een selectie - eventsmanager/notify/validate.php - eventsmanager/notify/validate.php eventsmanager/notify/validationreminder.php eventsmanager/notify/validationreminder.php + eventsmanager/notify/validate.php + eventsmanager/notify/validate.php Unhandled Error @@ -6723,16 +6740,16 @@ Upload Upload - web/common/menubar.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Dailymotion/upload.html.twig - Bridge/Flickr/upload.html.twig - Bridge/Flickr/upload.html.twig - actions/Bridge/index.html.twig - Bridge/Youtube/upload.html.twig - Bridge/Youtube/upload.html.twig prod/upload/upload-flash.html.twig prod/upload/upload.html.twig + Bridge/Flickr/upload.html.twig + Bridge/Flickr/upload.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Dailymotion/upload.html.twig + Bridge/Youtube/upload.html.twig + Bridge/Youtube/upload.html.twig + actions/Bridge/index.html.twig + web/common/menubar.html.twig Upload URL is not set, please contact an admin @@ -6772,7 +6789,7 @@ Use latest search settings on Production loading Use latest search settings on Production loading - web/prod/index.html.twig + web/prod/index.html.twig Use my Phraseanet account @@ -6854,6 +6871,8 @@ user/import/view.html.twig web/admin/users.html.twig prod/actions/Push.html.twig + web/admin/users.html.twig + user/import/view.html.twig Users must accept Terms of Use for each export @@ -6890,11 +6909,12 @@ Validation Goedkeuring + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationreminder.php + eventsmanager/notify/validationdone.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 from %user% @@ -6909,10 +6929,12 @@ Validations Controles - mobile/lightbox/index.html.twig - mobile/lightbox/index.html.twig + lightbox/IE6/index.html.twig + lightbox/IE6/validate.html.twig web/lightbox/index.html.twig web/lightbox/validate.html.twig + mobile/lightbox/index.html.twig + mobile/lightbox/index.html.twig Validations received @@ -6978,7 +7000,7 @@ Vocabulary not found Vocabulary niet gevonden - Controller/Prod/EditController.php + Controller/Prod/EditController.php Vocabulary type @@ -6988,14 +7010,16 @@ Voici vos paniers Uw mandjes - mobile/lightbox/index.html.twig + lightbox/IE6/index.html.twig web/lightbox/index.html.twig + mobile/lightbox/index.html.twig Voici vos validations en cours Een controle in proces - mobile/lightbox/index.html.twig + lightbox/IE6/index.html.twig web/lightbox/index.html.twig + mobile/lightbox/index.html.twig Votre adresse email @@ -7130,10 +7154,10 @@ Vous n'avez selectionne aucun element U hebt geen enkel element geselecteerd - Bridge/Dailymotion/upload.html.twig Bridge/Flickr/upload.html.twig - actions/Bridge/index.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/upload.html.twig + actions/Bridge/index.html.twig Vous ne pouvez pas editer plusieurs elements simultanement @@ -7164,7 +7188,7 @@ Vous pouvez quitter la plupart des fenetres survolantes via la touche echap U kunt het grootste deel van de bovenliggende vensters sluiten met de escape toets - web/prod/index.html.twig + web/prod/index.html.twig Warning ! @@ -7190,7 +7214,7 @@ Watermark Watermerk - admin/collection/collection.html.twig + admin/collection/collection.html.twig Weak @@ -7231,9 +7255,9 @@ Whoops, looks like something went wrong. Oeps, blijkbaar is er iets verkeerd gegaan. - Event/Subscriber/ApiOauth2ErrorsSubscriber.php Phrasea/Core/PhraseaExceptionHandler.php Phrasea/Core/PhraseaExceptionHandler.php + Event/Subscriber/ApiOauth2ErrorsSubscriber.php Would you like to continue ? @@ -7259,14 +7283,14 @@ YYYY/MM/DD YYYY/MM/DD - web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig + web/prod/index.html.twig Yes Ja - user/import/view.html.twig web/developers/applications.html.twig + user/import/view.html.twig You are Admin @@ -7461,12 +7485,12 @@ You must give a destination collection U moet een bestemmingscollectie opgeven - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You must give a destination record U moet een bestemmingsrecord opgeven - Controller/Prod/LazaretController.php + Controller/Prod/LazaretController.php You need define a model before importing a list of users @@ -7584,6 +7608,7 @@ action : ajouter au panier aan mandje toevoegen + prod/results/record.html.twig prod/preview/tools.html.twig prod/results/record.html.twig @@ -7593,51 +7618,54 @@ web/prod/index.html.twig web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig + web/prod/index.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : collection Collectie web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : editer Wijzigen - prod/preview/caption.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig + prod/preview/caption.html.twig action : exporter Exporteer - web/lightbox/feed.html.twig - web/lightbox/validate.html.twig - web/prod/index.html.twig - prod/preview/tools.html.twig - prod/results/record.html.twig + prod/results/record.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig + web/prod/index.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig + prod/preview/tools.html.twig + lightbox/IE6/validate.html.twig + lightbox/IE6/feed.html.twig + web/lightbox/validate.html.twig + web/lightbox/feed.html.twig action : outils Gereedschappen web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : print Print - prod/preview/tools.html.twig - prod/results/record.html.twig + prod/results/record.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig + prod/preview/tools.html.twig action : publier @@ -7645,23 +7673,24 @@ web/prod/index.html.twig web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig + web/prod/index.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : push Push web/prod/toolbar.html.twig web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : status Status web/prod/toolbar.html.twig - prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Basket.html.twig action : supprimer @@ -7670,6 +7699,8 @@ prod/WorkZone/Basket.html.twig prod/WorkZone/Macros.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Basket.html.twig action:: nouveau panier @@ -7925,57 +7956,62 @@ admin::base:collection: activer la collection Activeer de collectie - admin/collection/collection.html.twig - admin/collection/collection.html.twig + admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: aucun fichier (minilogo, watermark ...) Geen enkel bestand (minilogo, watermerk ...) - 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/collection.html.twig admin/databox/databox.html.twig admin::base:collection: descativer la collection Deativeer de collectie - admin/collection/collection.html.twig - admin/collection/collection.html.twig + admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: etat de la collection Staat van de collectie - 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/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: etes vous sur de publier cette collection ? Bent u zeker om deze collectie te publiceren ? - 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/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: minilogo actuel Actueel minilogo - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: numero de collection distante Aantal externe collecties admin/collection/collection.html.twig + + admin::base:collection: numero de collection locale + admin::base:collection: numero de collection locale + admin/collection/collection.html.twig + admin::base:collection: renommer la collection Hernoem de collectie - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collection: supprimer le logo @@ -7985,7 +8021,7 @@ admin::base:collection: vider la collection Maak de collectie leeg - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::base:collorder: descendre @@ -8008,17 +8044,17 @@ admin::colelction::presentation des elements : rien Niets - 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 Watermerk - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::collection @@ -8028,7 +8064,7 @@ admin::collection: Confirmez vous la suppression de cette collection ? Bevestigt u de verwijdering van deze collectie ? - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin::collection: ordre des collections @@ -8038,12 +8074,12 @@ admin::collection:: Gestionnaires des commandes Management-controles - 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/collection.html.twig + admin/collection/collection.html.twig admin::compte-utilisateur A propos de la securite des mots de passe : @@ -8069,10 +8105,10 @@ Adres Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur changer mon mot de passe @@ -8084,9 +8120,9 @@ Postcode Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur confirmer la nouvelle adresse email @@ -8108,21 +8144,21 @@ Email Controller/Admin/UserController.php Event/Subscriber/RegistrationSubscriber.php - web/account/account.html.twig - web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig + admin/user/registrations.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur fax Fax Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur id utilisateur @@ -8134,13 +8170,13 @@ Identificatie 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 web/common/dialog_export.html.twig + web/account/reset-email.html.twig + web/account/account.html.twig + web/account/account.html.twig + web/admin/editusers.html.twig + web/admin/users.html.twig + admin/user/registrations.html.twig admin::compte-utilisateur mot de passe @@ -8150,18 +8186,21 @@ web/account/reset-email.html.twig web/common/dialog_export.html.twig web/setup/step2.html.twig + web/common/dialog_export.html.twig + web/account/reset-email.html.twig + web/account/account.html.twig admin::compte-utilisateur nom Naam Controller/Admin/UserController.php - Event/Subscriber/RegistrationSubscriber.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/connected-users.html.twig + Event/Subscriber/RegistrationSubscriber.php + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig - web/common/dialog_export.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur nouvelle adresse email @@ -8179,21 +8218,21 @@ Postcode Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + 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 Voornaam Controller/Admin/UserController.php - Event/Subscriber/RegistrationSubscriber.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + Event/Subscriber/RegistrationSubscriber.php + web/common/dialog_export.html.twig + 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 @@ -8207,12 +8246,12 @@ Bedrijf Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig - web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - admin/user/registrations.html.twig web/admin/users.html.twig - web/common/dialog_export.html.twig + admin/user/registrations.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur tel @@ -8223,11 +8262,11 @@ admin::compte-utilisateur telephone Telefoon Controller/Admin/UserController.php - web/account/account.html.twig - web/admin/connected-users.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig admin/user/registrations.html.twig - web/common/dialog_export.html.twig + web/admin/connected-users.html.twig admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer @@ -8239,9 +8278,9 @@ Star Controller/Admin/UserController.php Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur: L'email a correctement ete mis a jour @@ -8293,6 +8332,7 @@ Bestemmings ftp-map web/account/account.html.twig web/common/dialog_export.html.twig + web/account/account.html.twig admin::compte-utilisateur:ftp: Activer le compte FTP @@ -8309,12 +8349,14 @@ Aantal max probeersels web/account/account.html.twig web/common/dialog_export.html.twig + web/account/account.html.twig admin::compte-utilisateur:ftp: Utiliser le mode passif Gebruik de passive mode web/account/account.html.twig web/common/dialog_export.html.twig + web/account/account.html.twig admin::compte-utilisateur:ftp: creer un dossier @@ -8335,25 +8377,25 @@ admin::compte-utilisateur:sexe: madame Mevrouw Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur:sexe: mademoiselle Jufrouw Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::compte-utilisateur:sexe: monsieur De heer Core/Provider/RegistrationServiceProvider.php - web/account/account.html.twig + web/common/dialog_export.html.twig + web/account/account.html.twig web/admin/editusers.html.twig - web/common/dialog_export.html.twig admin::monitor: bases sur lesquelles l'utilisateur est connecte : @@ -8373,24 +8415,24 @@ admin::monitor: module admin Beheerder - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php - web/admin/connected-users.html.twig + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig + web/admin/connected-users.html.twig admin::monitor: module client Klant module - Controller/Admin/ConnectedUsersController.php - lib/classes/phrasea.php classes/record/preview.php + lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/admin/connected-users.html.twig admin::monitor: module comparateur Vergelijkings module - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/admin/connected-users.html.twig @@ -8401,42 +8443,42 @@ admin::monitor: module production Productie - Controller/Admin/ConnectedUsersController.php - lib/classes/phrasea.php classes/record/preview.php + lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/admin/connected-users.html.twig admin::monitor: module report Rapport - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php - web/admin/connected-users.html.twig + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig + web/admin/connected-users.html.twig admin::monitor: module thesaurus Thesaurus - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php - web/admin/connected-users.html.twig + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig + web/admin/connected-users.html.twig admin::monitor: module upload Upload - Controller/Admin/ConnectedUsersController.php lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php web/common/menubar.html.twig admin::monitor: module validation Lightbox - Controller/Admin/ConnectedUsersController.php - Phrasea/Controller/LightboxController.php - Phrasea/Controller/LightboxController.php - Phrasea/Controller/LightboxController.php lib/classes/phrasea.php + Controller/Admin/ConnectedUsersController.php + Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php + Phrasea/Controller/LightboxController.php web/common/menubar.html.twig @@ -8472,8 +8514,8 @@ admin::plugins: plugins admin::plugins: plugins - admin/plugins/index.html.twig web/admin/tree.html.twig + admin/plugins/index.html.twig admin::plugins: retrieveConfigurationError @@ -8612,8 +8654,8 @@ admin::utilisateurs: utilisateurs connectes geconnecteerde gebruikers - web/admin/connected-users.html.twig web/admin/tree.html.twig + web/admin/connected-users.html.twig alert @@ -8629,6 +8671,7 @@ an error occured een fout geeft zich voorgedaan Controller/Prod/ToolsController.php + actions/Tools/index.html.twig an error occured : %message% @@ -8714,6 +8757,8 @@ boutton::ajouter Toevoegen + prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig admin/collection/suggested_value.html.twig prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig @@ -8735,6 +8780,8 @@ Bridge/Dailymotion/video_modify.html.twig Bridge/Flickr/photo_modify.html.twig Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig Bridge/Youtube/video_modify.html.twig Bridge/Youtube/video_modify.html.twig prod/actions/edit_default.html.twig @@ -8745,14 +8792,26 @@ web/thesaurus/accept.html.twig web/thesaurus/export-text-dialog.html.twig web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/export-text-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/accept.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/link-field-step2.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig + web/report/all_content.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/account/reset-email.html.twig + admin/publications/fiche.html.twig + admin/collection/create.html.twig + web/admin/index.html.twig boutton::appliquer @@ -8762,11 +8821,13 @@ boutton::chercher zoeken - web/admin/users.html.twig - actions/Feedback/list.html.twig - web/prod/index.html.twig + lib/classes/queries.php + lib/classes/queries.php + web/prod/thesaurus.js.twig + actions/Feedback/list.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig + web/admin/users.html.twig boutton::choisir @@ -8788,14 +8849,16 @@ boutton::demarrer Starten - web/lightbox/feed_options_box.html.twig web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::editer Bewerken - prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig boutton::enregistrer @@ -8822,17 +8885,17 @@ boutton::fermer Sluiten Controller/Prod/LanguageController.php - 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/edit_default.html.twig + prod/actions/edit_default.html.twig prod/actions/Push.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/properties.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/accept.html.twig + web/report/all_content.html.twig + web/common/dialog_export.html.twig + web/lightbox/sc_note.html.twig boutton::generer @@ -8847,10 +8910,10 @@ boutton::modifier bewerken - web/admin/users.html.twig - Bridge/Dailymotion/actionelement.html.twig Bridge/Flickr/actionelement.html.twig + Bridge/Dailymotion/actionelement.html.twig Bridge/Youtube/actionelement.html.twig + web/admin/users.html.twig boutton::monter @@ -8860,8 +8923,10 @@ boutton::pause Pauze - web/lightbox/feed_options_box.html.twig web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::precedent @@ -8875,6 +8940,14 @@ web/setup/step2.html.twig web/setup/step2.html.twig web/setup/step2.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::rechercher @@ -8895,7 +8968,7 @@ boutton::remplacer Vervangen - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig boutton::renouveller @@ -8905,26 +8978,26 @@ boutton::retour terug - 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_form.html.twig - Bridge/Dailymotion/playlist_createcontainer.html.twig - Bridge/Dailymotion/playlist_deleteelement.html.twig - Bridge/Dailymotion/video_deleteelement.html.twig - Bridge/Dailymotion/video_moveinto_playlist.html.twig - Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig + Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/photoset_deleteelement.html.twig - Bridge/Youtube/playlist_createcontainer.html.twig - Bridge/Youtube/playlist_deleteelement.html.twig + Bridge/Dailymotion/video_deleteelement.html.twig + Bridge/Dailymotion/playlist_createcontainer.html.twig + Bridge/Dailymotion/video_moveinto_playlist.html.twig + Bridge/Dailymotion/playlist_deleteelement.html.twig Bridge/Youtube/video_deleteelement.html.twig + Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig + Bridge/Youtube/playlist_deleteelement.html.twig + web/developers/application_form.html.twig + web/developers/application.html.twig + admin/publications/fiche.html.twig + web/admin/editusers.html.twig + admin/statusbit/edit.html.twig + admin/collection/details.html.twig + user/import/file.html.twig + admin/databox/details.html.twig boutton::retry @@ -8943,43 +9016,55 @@ web/setup/step2.html.twig web/setup/step2.html.twig web/setup/step2.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::supprimer verwijderen Controller/Prod/LanguageController.php - 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 - web/admin/subdefs.html.twig - Bridge/Dailymotion/actioncontainers.html.twig - Bridge/Dailymotion/actionelements.html.twig - actions/Bridge/disconnected.html.twig + web/prod/thesaurus.js.twig + prod/results/feeds_entry.html.twig + prod/results/entry.html.twig Bridge/Flickr/actioncontainers.html.twig Bridge/Flickr/actionelements.html.twig + Bridge/Dailymotion/actioncontainers.html.twig + Bridge/Dailymotion/actionelements.html.twig Bridge/Youtube/actioncontainers.html.twig Bridge/Youtube/actionelements.html.twig - web/prod/index.html.twig - prod/results/entry.html.twig - prod/results/feeds_entry.html.twig + actions/Bridge/disconnected.html.twig web/thesaurus/presets.html.twig + admin/publications/list.html.twig + admin/publications/fiche.html.twig + web/admin/subdefs.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 boutton::telecharger Downloaden - web/common/dialog_export.html.twig - web/lightbox/feed_options_box.html.twig + web/common/dialog_export.html.twig web/lightbox/sc_options_box.html.twig + web/lightbox/feed_options_box.html.twig + lightbox/IE6/sc_options_box.html.twig + lightbox/IE6/feed_options_box.html.twig boutton::telecharger tous les documents Alle documenten downloaden - web/lightbox/feed.html.twig + lightbox/IE6/validate.html.twig + lightbox/IE6/feed.html.twig web/lightbox/validate.html.twig + web/lightbox/feed.html.twig boutton::tester @@ -8991,68 +9076,68 @@ boutton::valider bevestigen Controller/Prod/LanguageController.php - mobile/lightbox/note_form.html.twig - web/account/account.html.twig - web/account/reset-email.html.twig - admin/collection/collection.html.twig - admin/collection/create.html.twig - admin/collection/reorder.html.twig - admin/collection/suggested_value.html.twig - web/admin/dashboard.html.twig - web/admin/editusers.html.twig - admin/publications/fiche.html.twig - admin/publications/list.html.twig - web/admin/setup.html.twig - admin/statusbit/edit.html.twig - web/admin/structure.html.twig - web/admin/subdefs.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 - Bridge/Dailymotion/video_deleteelement.html.twig - Bridge/Dailymotion/video_modify.html.twig - Bridge/Dailymotion/video_moveinto_playlist.html.twig - Bridge/Flickr/photo_deleteelement.html.twig - Bridge/Flickr/photo_modify.html.twig + prod/Story/Reorder.html.twig + prod/Baskets/Update.html.twig + prod/Baskets/Reorder.html.twig Bridge/Flickr/photo_moveinto_photoset.html.twig + Bridge/Flickr/photo_deleteelement.html.twig Bridge/Flickr/photoset_createcontainer.html.twig Bridge/Flickr/photoset_deleteelement.html.twig - Bridge/Youtube/playlist_createcontainer.html.twig - Bridge/Youtube/playlist_deleteelement.html.twig - Bridge/Youtube/video_deleteelement.html.twig + Bridge/Flickr/photo_modify.html.twig + Bridge/Dailymotion/video_modify.html.twig + Bridge/Dailymotion/video_deleteelement.html.twig + Bridge/Dailymotion/playlist_createcontainer.html.twig + Bridge/Dailymotion/video_moveinto_playlist.html.twig + Bridge/Dailymotion/playlist_deleteelement.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/video_deleteelement.html.twig + Bridge/Youtube/playlist_createcontainer.html.twig Bridge/Youtube/video_moveinto_playlist.html.twig - prod/actions/edit_default.html.twig - 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/report/all_content.html.twig - web/thesaurus/accept.html.twig - web/thesaurus/export-text-dialog.html.twig + Bridge/Youtube/playlist_deleteelement.html.twig + prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig + web/prod/index.html.twig + web/developers/application_form.html.twig web/thesaurus/export-topics-dialog.html.twig + web/thesaurus/export-text-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-term.html.twig web/thesaurus/new-term.html.twig + web/thesaurus/accept.html.twig + web/thesaurus/link-field-step2.html.twig web/thesaurus/thesaurus.html.twig + web/report/all_content.html.twig + web/account/reset-email.html.twig + web/account/account.html.twig + admin/publications/list.html.twig + admin/publications/fiche.html.twig + web/admin/structure.html.twig + web/admin/editusers.html.twig + web/admin/dashboard.html.twig + web/admin/subdefs.html.twig + admin/statusbit/edit.html.twig + admin/collection/create.html.twig + admin/collection/collection.html.twig + admin/collection/reorder.html.twig + admin/collection/suggested_value.html.twig + user/import/view.html.twig + admin/user/registrations.html.twig + web/admin/setup.html.twig + mobile/lightbox/note_form.html.twig boutton::vue graphique grafische weergave - admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig + admin/collection/suggested_value.html.twig boutton::vue xml xml weergave - admin/collection/suggested_value.html.twig task-manager/task-editor/task.html.twig + admin/collection/suggested_value.html.twig button::Install @@ -9080,12 +9165,12 @@ caption XML caption XML - classes/record/exportElement.php + classes/record/exportElement.php caption YAML caption YAML - classes/record/exportElement.php + classes/record/exportElement.php cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces @@ -9142,6 +9227,7 @@ choisir kiezen + web/prod/index.html.twig admin/collection/create.html.twig admin/databox/databox.html.twig web/prod/index.html.twig @@ -9180,8 +9266,8 @@ configuration Configuratie - Controller/Report/ActivityController.php Controller/Report/RootController.php + Controller/Report/ActivityController.php copyClipboardLabel @@ -9198,8 +9284,8 @@ dans %feed_name% in %feed_name% - prod/results/entry.html.twig prod/results/feeds_entry.html.twig + prod/results/entry.html.twig date dajout @@ -9230,15 +9316,15 @@ document document Phrasea/Twig/PhraseanetExtension.php - web/admin/subdefs.html.twig - web/admin/subdefs.html.twig task-manager/task-editor/subdefs.html.twig + web/admin/subdefs.html.twig + web/admin/subdefs.html.twig document original origineel document - classes/record/exportElement.php - classes/record/exportElement.php + classes/record/exportElement.php + classes/record/exportElement.php dé?it @@ -9248,15 +9334,15 @@ edit edit - web/account/account.html.twig - web/account/account.html.twig - web/account/account.html.twig prod/WorkZone/Macros.html.twig + web/account/account.html.twig + web/account/account.html.twig + web/account/account.html.twig edit: chosiir limage du regroupement Kies het beeld voor de hergroepering - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig edit:: Ajouter %s au champ courrant @@ -9291,7 +9377,7 @@ edit::preset:: titre Titel - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig effacer (OK) ou quitter (Annuler) ? @@ -9339,7 +9425,7 @@ export::ftp: reglages manuels Manuele instellingen - classes/set/export.php + classes/set/export.php export::mail: contenu du mail @@ -9388,10 +9474,10 @@ filtrer les resultats sur la colonne %colonne% filtrer les resultats sur la colonne %colonne% - Controller/Report/ActivityController.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php + Controller/Report/ActivityController.php flash @@ -9544,6 +9630,7 @@ Mijn account web/account/account.html.twig web/common/menubar.html.twig + web/account/account.html.twig login:: Visitez le lien suivant et suivez les instructions pour continuer, sinon ignorez cet email et il ne se passera rien @@ -9558,7 +9645,7 @@ login::erreur: Erreur d'authentification Verificatiefout - Controller/Api/OAuth2Controller.php + Controller/Api/OAuth2Controller.php Controller/Root/LoginController.php @@ -9579,8 +9666,8 @@ login::notification: Mise a jour du mot de passe avec succes Update van het paswoord met succes uitgevoerd - Controller/Root/AccountController.php Controller/Root/LoginController.php + Controller/Root/AccountController.php login::notification: demande de confirmation par mail envoyee @@ -9606,8 +9693,8 @@ login::register: merci d'avoir confirme votre adresse email Bedankt om uw email adres te vallideren - Notification/Mail/MailSuccessEmailConfirmationRegistered.php Notification/Mail/MailSuccessEmailConfirmationUnregistered.php + Notification/Mail/MailSuccessEmailConfirmationRegistered.php login::register: sujet email : confirmation de votre adresse email @@ -9689,10 +9776,10 @@ no Nee + web/common/technical_datas.html.twig web/account/sessions.html.twig web/admin/subdefs.html.twig user/import/view.html.twig - web/common/technical_datas.html.twig no image selected @@ -9708,8 +9795,10 @@ notice mededeling - web/lightbox/feed.html.twig + lightbox/IE6/validate.html.twig + lightbox/IE6/feed.html.twig web/lightbox/validate.html.twig + web/lightbox/feed.html.twig nouveau @@ -9861,11 +9950,11 @@ phraseanet:: adresse Adres - web/account/account.html.twig + web/setup/step2.html.twig + web/common/dialog_export.html.twig + 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 @@ -9891,13 +9980,13 @@ phraseanet:: deconnection Afmelden - web/common/menubar.html.twig actions/Bridge/wrapper.html.twig + web/common/menubar.html.twig phraseanet:: details Details - admin/collection/collection.html.twig + admin/collection/collection.html.twig admin/databox/databox.html.twig @@ -9925,9 +10014,9 @@ phraseanet:: port Poort + web/setup/step2.html.twig web/admin/databases.html.twig web/admin/databases.html.twig - web/setup/step2.html.twig phraseanet:: prereglages @@ -9937,12 +10026,12 @@ phraseanet:: presse-papier Klembord - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig phraseanet:: preview Voorvertoning - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod/actions/printer_default.html.twig @@ -9959,17 +10048,18 @@ phraseanet:: sous definition Per definitie - Controller/Report/RootController.php module/report/filter.php classes/module/report.php + Controller/Report/RootController.php phraseanet:: thesaurus Thesaurus prod/actions/edit_default.html.twig web/prod/tab_headers.html.twig - web/thesaurus/index.html.twig + prod/actions/edit_default.html.twig web/thesaurus/load-thesaurus.html.twig + web/thesaurus/index.html.twig web/thesaurus/thesaurus.html.twig web/thesaurus/thesaurus.html.twig @@ -10011,9 +10101,9 @@ phraseanet::chargement Laden Controller/Prod/LanguageController.php - admin/collection/suggested_value.html.twig - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig web/thesaurus/thesaurus.html.twig + admin/collection/suggested_value.html.twig phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible @@ -10033,6 +10123,7 @@ Controller/Prod/LanguageController.php web/admin/index.html.twig web/thesaurus/thesaurus.html.twig + web/admin/index.html.twig phraseanet::erreur: echec du serveur de mail @@ -10122,12 +10213,12 @@ phraseanet::time:: a a - web/prod/index.html.twig + web/prod/index.html.twig phraseanet::time:: de de - web/prod/index.html.twig + web/prod/index.html.twig phraseanet::type:: audios @@ -10139,6 +10230,7 @@ Documenten web/prod/index.html.twig web/prod/toolbar.html.twig + web/prod/index.html.twig phraseanet::type:: images @@ -10163,8 +10255,8 @@ phraseanet::utilisateurs Gebruikers - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php phrseanet:: sous definition @@ -10189,35 +10281,39 @@ preview:: Description Beschrijving - web/prod/index.html.twig + web/prod/index.html.twig preview:: Historique Historie - web/prod/index.html.twig + web/prod/index.html.twig preview:: Popularite Populariteit - web/prod/index.html.twig + web/prod/index.html.twig preview:: arreter le diaporama stop de slideshow - 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 + prod/preview/basket_train.html.twig + prod/preview/result_train.html.twig + prod/preview/reg_train.html.twig preview:: demarrer le diaporama start de slideshow - 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 + prod/preview/basket_train.html.twig + prod/preview/result_train.html.twig + prod/preview/reg_train.html.twig preview::statistiques de telechargement @@ -10288,6 +10384,7 @@ De records zijn niet allemaal afkomstig van dezelfde database en kan dus niet samen behandeld worden Controller/Prod/MoveCollectionController.php actions/Property/index.html.twig + prod/actions/collection_default.html.twig prod::Vous n'avez le droit d'effectuer l'operation sur aucun document @@ -10302,7 +10399,7 @@ prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes Onmogelijk om documenten afkomstig van verschillende databases samen te bewerken - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler' @@ -10312,32 +10409,32 @@ 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/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/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/actions/edit_default.html.twig prod::editing: modeles de fiches Bestandsmodellen - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing: rechercher-remplacer Zoeken-vervangen - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing: valider ou annuler les modifications Bewaar of annuleer de aanpassingen - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing::annulation: abandonner les modification ? @@ -10347,67 +10444,67 @@ prod::editing::fields: status 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/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing::replace: remplacer dans tous les champs Vervangen in alle velden - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:indexation en cours Indexatie is bezig - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:remplace: chaine remplacante Vervangende string - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:remplace: options de remplacement Vervanging opties - 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/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/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/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:remplace::option respecter la casse Respecteer de hoofdlettergevoeligheid - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:remplace::option: remplacer toutes les occurences Alle zoektekst vervangen - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:remplace::option: rester insensible a la casse Hoofdletterongevoelig blijven - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::editing:replace: chaine a rechercher String zoeken - prod/actions/edit_default.html.twig + prod/actions/edit_default.html.twig prod::facet:base_label @@ -10552,10 +10649,10 @@ public publiek - Bridge/Dailymotion/upload.html.twig Bridge/Dailymotion/video_modify.html.twig - Bridge/Youtube/upload.html.twig + Bridge/Dailymotion/upload.html.twig Bridge/Youtube/video_modify.html.twig + Bridge/Youtube/upload.html.twig publication : autheur @@ -10623,26 +10720,26 @@ raccourci :: a propos des raccourcis claviers Over toetsenbord sneltoetsen - web/prod/index.html.twig + web/prod/index.html.twig raccourcis :: ne plus montrer cette aide Deze help niet meer tonen - web/prod/index.html.twig + web/prod/index.html.twig rafraichir vernieuwen prod/results/feeds.html.twig prod/results/feeds.html.twig - prod/WorkZone/Basket.html.twig - prod/WorkZone/Macros.html.twig prod/WorkZone/Story.html.twig + prod/WorkZone/Macros.html.twig + prod/WorkZone/Basket.html.twig rechercher dans tous les champs in alle velden zoeken - web/prod/index.html.twig + web/prod/index.html.twig recordtype @@ -10672,22 +10769,22 @@ reponses:: images par pages : Beelden per pagina : - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode liste Lijst mode - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode vignettes Thumbnail mode - web/prod/index.html.twig + web/prod/index.html.twig reponses:: partager delen - prod/results/record.html.twig + prod/results/record.html.twig reponses:: selectionner rien @@ -10702,7 +10799,7 @@ reponses:: taille des images : Grootte van de beelden : - web/prod/index.html.twig + web/prod/index.html.twig reponses::document sans titre @@ -10784,21 +10881,22 @@ report:: Au (date) Au (datum) - web/report/ajax_report_dashboard.html.twig web/report/form_date_and_base.html.twig + web/report/ajax_report_dashboard.html.twig report:: Connexion Verbinding classes/module/report.php - 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 + web/report/ajax_dashboard_content_child.html.twig + web/report/ajax_dashboard_content_child.html.twig + web/report/all_content.html.twig @@ -10809,8 +10907,8 @@ report:: Dashboard Dashboard web/report/ajax_dashboard_content.html.twig - web/report/ajax_report_dashboard.html.twig web/report/report_layout.html.twig + web/report/ajax_report_dashboard.html.twig report:: Detail des connexions @@ -10825,8 +10923,8 @@ report:: Du (date) Du (datum) - web/report/ajax_report_dashboard.html.twig web/report/form_date_and_base.html.twig + web/report/ajax_report_dashboard.html.twig report:: Enlever le filtre @@ -10847,8 +10945,8 @@ report:: IP IP - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report:: Information sur l'enregistrement numero %number% @@ -10897,10 +10995,10 @@ report:: activite Activiteit + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig @@ -10929,9 +11027,9 @@ report:: activite par jour Activiteit per dag - web/report/ajax_dashboard_content_child.html.twig web/report/chart.html.twig web/report/chart.html.twig + web/report/ajax_dashboard_content_child.html.twig report:: adresse @@ -10947,20 +11045,20 @@ report:: collections Collecties + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php report:: commentaire Commentaar + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php report:: copyright @@ -10970,6 +11068,9 @@ report:: date Datum + module/report/filter.php + classes/module/report.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/InformationController.php @@ -10979,16 +11080,13 @@ Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php - classes/module/report.php report:: document Document - Controller/Report/ActivityController.php Controller/Report/InformationController.php Controller/Report/InformationController.php + Controller/Report/ActivityController.php web/report/ajax_dashboard_content_child.html.twig web/report/report_layout_child.html.twig @@ -11021,16 +11119,16 @@ report:: fichier Document - Controller/Report/RootController.php classes/module/report.php + Controller/Report/RootController.php report:: fonction Functie + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig @@ -11070,22 +11168,22 @@ report:: modules Modules - Controller/Report/InformationController.php - Controller/Report/RootController.php module/report/filter.php module/report/nav.php + Controller/Report/InformationController.php + Controller/Report/RootController.php report:: navigateur Browser - Controller/Report/RootController.php module/report/nav.php + Controller/Report/RootController.php report:: navigateurs et plateforme Browsers en platform - Controller/Report/RootController.php module/report/nav.php + Controller/Report/RootController.php report:: nom @@ -11096,8 +11194,7 @@ report:: nombre Aantal - Controller/Report/ActivityController.php - Controller/Report/ActivityController.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php @@ -11105,7 +11202,8 @@ Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php + Controller/Report/ActivityController.php + Controller/Report/ActivityController.php report:: nombre de documents @@ -11131,20 +11229,20 @@ report:: non-renseigne Niet-informatief - module/report/activity.php - module/report/activity.php - module/report/activity.php + module/report/sent.php module/report/add.php + module/report/question.php + module/report/filter.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/download.php module/report/push.php - module/report/question.php - module/report/sent.php + module/report/activity.php + module/report/activity.php + module/report/activity.php module/report/validate.php web/report/colFilter.html.twig web/report/colFilter.html.twig @@ -11167,10 +11265,10 @@ report:: pays Land + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig @@ -11199,12 +11297,12 @@ report:: pourcentage Percentage + classes/module/report.php Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php report:: preview @@ -11230,13 +11328,13 @@ report:: question Vraag - Controller/Report/ActivityController.php - Controller/Report/ActivityController.php + module/report/question.php + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php - module/report/filter.php - module/report/question.php - classes/module/report.php + Controller/Report/ActivityController.php + Controller/Report/ActivityController.php web/report/ajax_dashboard_content_child.html.twig web/report/ajax_dashboard_content_child.html.twig @@ -11259,13 +11357,13 @@ report:: record id Record id + module/report/filter.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - module/report/filter.php - classes/module/report.php report:: recordid @@ -11275,8 +11373,8 @@ report:: resolution Resolutie - Controller/Report/RootController.php module/report/nav.php + Controller/Report/RootController.php report:: site @@ -11291,18 +11389,18 @@ report:: societe Bedrijf + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php Controller/Report/RootController.php - classes/module/report.php web/report/report_layout_child.html.twig web/report/report_layout_child.html.twig report:: taille Grootte - Controller/Report/RootController.php classes/module/report.php + Controller/Report/RootController.php report:: telechargement @@ -11312,12 +11410,12 @@ report:: telechargements Downloads - Controller/Report/RootController.php module/report/download.php + Controller/Report/RootController.php + web/report/report_layout.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/report_layout.html.twig report:: telechargements document @@ -11359,8 +11457,8 @@ report:: type Type - Controller/Report/RootController.php classes/module/report.php + Controller/Report/RootController.php report:: type d'action @@ -11370,10 +11468,10 @@ report:: utilisateur Gebruiker - Controller/Report/ActivityController.php + classes/module/report.php Controller/Report/InformationController.php Controller/Report/RootController.php - classes/module/report.php + Controller/Report/ActivityController.php report:: utilisateurs @@ -11492,8 +11590,8 @@ report::activite Activiteit - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::ajout du documentt @@ -11508,8 +11606,8 @@ report::fonction Functie - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::la description contient @@ -11519,14 +11617,14 @@ report::pays Land - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::societe Bedrijf - Controller/Report/RootController.php module/report/filter.php + Controller/Report/RootController.php report::supression du document @@ -11642,7 +11740,7 @@ setup:: ajouter un administrateur des commandes Voeg een administrator voor de commando's toe - admin/collection/collection.html.twig + admin/collection/collection.html.twig setup::Configuration de la base de compte ApplicationBox @@ -11983,8 +12081,8 @@ thesaurus:: Lier la branche de thesaurus Link de tak van de thesaurus - web/thesaurus/link-field-step2.html.twig web/thesaurus/link-field-step3.html.twig + web/thesaurus/link-field-step2.html.twig thesaurus:: Lier la branche de thesaurus au champ @@ -12148,9 +12246,9 @@ thesaurus:: export au format texte Export in text format + web/thesaurus/export-text.html.twig web/thesaurus/export-text-dialog.html.twig web/thesaurus/export-text-dialog.html.twig - web/thesaurus/export-text.html.twig thesaurus:: export en topics @@ -12526,14 +12624,16 @@ validation:: NON NEE - mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig + lightbox/IE6/agreement_box.html.twig + mobile/lightbox/basket_element.html.twig validation:: OUI JA - mobile/lightbox/basket_element.html.twig web/lightbox/agreement_box.html.twig + lightbox/IE6/agreement_box.html.twig + mobile/lightbox/basket_element.html.twig validation:: editer ma note @@ -12553,10 +12653,12 @@ validation::envoyer mon rapport stuur mijn 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 + mobile/lightbox/validate.html.twig + mobile/lightbox/validate.html.twig version @@ -12581,9 +12683,9 @@ yes Ja - web/account/sessions.html.twig - web/admin/subdefs.html.twig web/common/technical_datas.html.twig + web/account/sessions.html.twig + web/admin/subdefs.html.twig you are about to change the representation thumbnail of your video diff --git a/resources/locales/validators.de.xlf b/resources/locales/validators.de.xlf index c2c06ee7b0..5ac368b774 100644 --- a/resources/locales/validators.de.xlf +++ b/resources/locales/validators.de.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. @@ -10,8 +10,8 @@ Please provide the same passwords. Please provide the same passwords. Form/Login/PhraseaRecoverPasswordForm.php - Form/Login/PhraseaRegisterForm.php Form/Login/PhraseaRenewPasswordForm.php + Form/Login/PhraseaRegisterForm.php The token provided is not valid anymore diff --git a/resources/locales/validators.en.xlf b/resources/locales/validators.en.xlf index 2671405191..f8f4ab8a79 100644 --- a/resources/locales/validators.en.xlf +++ b/resources/locales/validators.en.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. @@ -10,8 +10,8 @@ Please provide the same passwords. Please provide the same passwords. Form/Login/PhraseaRecoverPasswordForm.php - Form/Login/PhraseaRegisterForm.php Form/Login/PhraseaRenewPasswordForm.php + Form/Login/PhraseaRegisterForm.php The token provided is not valid anymore diff --git a/resources/locales/validators.fr.xlf b/resources/locales/validators.fr.xlf index 4f7625d535..e56f10642c 100644 --- a/resources/locales/validators.fr.xlf +++ b/resources/locales/validators.fr.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. @@ -10,8 +10,8 @@ Please provide the same passwords. Veuillez indiquer des mots de passe identiques. Form/Login/PhraseaRecoverPasswordForm.php - Form/Login/PhraseaRegisterForm.php Form/Login/PhraseaRenewPasswordForm.php + Form/Login/PhraseaRegisterForm.php The token provided is not valid anymore diff --git a/resources/locales/validators.nl.xlf b/resources/locales/validators.nl.xlf index 2d655fac47..a052d9bb8e 100644 --- a/resources/locales/validators.nl.xlf +++ b/resources/locales/validators.nl.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. @@ -10,8 +10,8 @@ Please provide the same passwords. Please provide the same passwords. Form/Login/PhraseaRecoverPasswordForm.php - Form/Login/PhraseaRegisterForm.php Form/Login/PhraseaRenewPasswordForm.php + Form/Login/PhraseaRegisterForm.php The token provided is not valid anymore diff --git a/resources/vagrant/config/phraseanet/configuration.yml b/resources/vagrant/config/phraseanet/configuration.yml index f897cfe0ce..88d0c90b8d 100644 --- a/resources/vagrant/config/phraseanet/configuration.yml +++ b/resources/vagrant/config/phraseanet/configuration.yml @@ -5,6 +5,7 @@ languages: main: maintenance: false key: '' + api_require_ssl: true database: host: 'sql-host' port: 3306 diff --git a/resources/www/common/js/components/tooltip.js b/resources/www/common/js/components/tooltip.js index bdc1eaa703..df5a28d554 100644 --- a/resources/www/common/js/components/tooltip.js +++ b/resources/www/common/js/components/tooltip.js @@ -77,19 +77,19 @@ settings = $.extend({}, $.tooltip.defaults, settings); createHelper(settings); return this.each(function () { - $.data(this, "tooltip", settings); - // copy tooltip into its own expando and remove the title - this.tooltipText = $(this).attr('title'); - this.tooltipSrc = $(this).attr('tooltipsrc'); + $.data(this, "tooltip", settings); + // copy tooltip into its own expando and remove the title + this.tooltipText = $(this).attr('title'); + this.tooltipSrc = $(this).attr('tooltipsrc'); - this.ajaxLoad = ($.trim(this.tooltipText) === '' && this.tooltipSrc !== ''); - this.ajaxTimeout; + this.ajaxLoad = ($.trim(this.tooltipText) === '' && this.tooltipSrc !== ''); + this.ajaxTimeout; - this.orEl = $(this); - $(this).removeAttr("title"); - // also remove alt attribute to prevent default tooltip in IE - this.alt = ""; - }) + this.orEl = $(this); + $(this).removeAttr("title"); + // also remove alt attribute to prevent default tooltip in IE + this.alt = ""; + }) .mouseover(save) .mouseout(hide) .mouseleave(function () { @@ -114,10 +114,10 @@ 'backgroundImage': 'none', 'filter': "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='" + image + "')" }).each(function () { - var position = $(this).css('position'); - if (position != 'absolute' && position != 'relative') - $(this).css('position', 'relative'); - }); + var position = $(this).css('position'); + if (position != 'absolute' && position != 'relative') + $(this).css('position', 'relative'); + }); } }); } : function () { @@ -135,7 +135,7 @@ }, hideWhenEmpty: function () { return this.each(function () { - $(this)[ $(this).html() ? "show" : "hide" ](); + $(this)[$(this).html() ? "show" : "hide"](); }); }, url: function () { @@ -149,7 +149,7 @@ return; // create the helper, h3 for title, div for url helper.parent = $('
') - // add to document + // add to document .appendTo(document.body) // hide it at first .hide(); @@ -197,8 +197,9 @@ event.cancelBubble = true; - if ($.tooltip.blocked || this == $.tooltip.current || (!this.tooltipText && !this.tooltipSrc && !settings(this).bodyHandler)) + if ($.tooltip.blocked || this == $.tooltip.current || (!this.tooltipText && !this.tooltipSrc && !settings(this).bodyHandler)) { return; + } // save current $.tooltip.current = this; @@ -239,7 +240,7 @@ helper.body.show(); var $this = $.tooltip.current; var tooltipSettings = settings($this) ? settings($this) : {}; - var fixedPosition = tooltipSettings.fixable ? tooltipSettings.fixable : false; + var fixedPosition = $.tooltip.blocked; // fix PNG background for IE if (tooltipSettings.fixPNG) helper.parent.fixPNG(); @@ -349,7 +350,7 @@ } } - if( $selector !== undefined) { + if ($selector !== undefined) { $selector.css({width: Math.floor(resizeW), height: Math.floor(resizeH)}); } @@ -365,11 +366,10 @@ // since event target can have different positionning, try to get common closest parent: var $eventTarget = $origEventTarget.closest('.diapo'); - if ($eventTarget.length > 0) { // tooltip from records answer - recordWidthOffset = 148; // remove size - recordHeightOffset = 195; + recordWidthOffset = $eventTarget.width()-2; // remove width with margin/2 + recordHeightOffset = $eventTarget.height()+2; // remove height with margin/2 // change offsets: topOffset = 14; leftOffset = 1; @@ -499,7 +499,6 @@ } } - var resizeProperties = { left: left, top: top @@ -532,7 +531,7 @@ function show() { tID = null; var isBrowsable = false; - if( $.tooltip.current !== null ) { + if ($.tooltip.current !== null) { isBrowsable = settings($.tooltip.current).isBrowsable; } @@ -548,7 +547,7 @@ $(helper.parent[0]) .unbind('mouseenter') .unbind('mouseleave') - .mouseenter(function(){ + .mouseenter(function () { if (isBrowsable) { $.tooltip.currentHover = true; } @@ -575,6 +574,7 @@ commonModule.showOverlay('_tooltip', 'body', unfix_tooltip, settings(this).fixableIndex); $('#tooltip .tooltip_closer').show().bind('click', unfix_tooltip); $.tooltip.blocked = true; + positioning.apply(this, arguments); } function visible() { @@ -613,7 +613,6 @@ // remove position helper classes helper.parent.removeClass("viewport-right").removeClass("viewport-bottom"); - if (!settings($.tooltip.current).outside) { var left = helper.parent[0].offsetLeft; var top = helper.parent[0].offsetTop; @@ -667,10 +666,10 @@ // hide helper and restore added classes and the title function hide(event) { var isBrowsable = false; - if( $.tooltip.current !== null ) { + if ($.tooltip.current !== null) { isBrowsable = settings($.tooltip.current).isBrowsable; } - if( $.tooltip.currentHover && isBrowsable ) { + if ($.tooltip.currentHover && isBrowsable) { return; } @@ -723,7 +722,7 @@ function unfix_tooltip() { $(document).bind('keydown', function (event) { - if( $.tooltip === undefined ) return; + if ($.tooltip === undefined) return; if (event.keyCode == 27 && $.tooltip.blocked === true) { unfix_tooltip(); diff --git a/templates/web/admin/collection/collection.html.twig b/templates/web/admin/collection/collection.html.twig index 23d498bce2..a7b2f747a3 100644 --- a/templates/web/admin/collection/collection.html.twig +++ b/templates/web/admin/collection/collection.html.twig @@ -30,6 +30,7 @@
  • {{ 'phraseanet:: adresse' | trans }} : {{ collection.get_databox().get_serialized_server_info() }}
  • {{ 'admin::base:collection: numero de collection distante' | trans }} : {{ collection.get_coll_id() }}
  • +
  • {{ 'admin::base:collection: numero de collection locale' | trans }} : {{ collection.get_base_id() }}
  • {{ 'admin::base:collection: etat de la collection' | trans }} : {{ collection.is_active() ? "admin::base:collection: activer la collection"| trans : "admin::base:collection: descativer la collection"|trans }}
  • {{ collection.get_record_amount() }} records {{ 'phraseanet:: details' | trans }}
diff --git a/templates/web/prod/orders/order_box.html.twig b/templates/web/prod/orders/order_box.html.twig index 757fc9cb1c..28675d9c57 100644 --- a/templates/web/prod/orders/order_box.html.twig +++ b/templates/web/prod/orders/order_box.html.twig @@ -62,11 +62,11 @@
diff --git a/templates/web/prod/results/record.html.twig b/templates/web/prod/results/record.html.twig index 3ebe7a6e27..a3cb837d8f 100644 --- a/templates/web/prod/results/record.html.twig +++ b/templates/web/prod/results/record.html.twig @@ -56,8 +56,12 @@ {% set l_width = 30 %} diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Prod/OrderTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Prod/OrderTest.php index 558b599b88..e4205b7c28 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Prod/OrderTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Prod/OrderTest.php @@ -20,21 +20,18 @@ class OrderTest extends \PhraseanetAuthenticatedWebTestCase { $app = $this->getApplication(); - $app['notification.deliverer'] = $this->getMockBuilder(Deliverer::class) - ->disableOriginalConstructor() - ->getMock(); $triggered = false; - $app['dispatcher']->addListener(PhraseaEvents::ORDER_CREATE, function (Event $event) use (&$triggered) { + $app['dispatcher']->addListener(PhraseaEvents::ORDER_CREATE, function () use (&$triggered) { $triggered = true; }); - $client = $this->getClient(); - $client->request('POST', '/prod/order/', [ + + $response = $this->request('POST', '/prod/order/', [ 'lst' => $this->getRecord1()->getId(), 'deadline' => '+10 minutes' ]); - $this->assertTrue($client->getResponse()->isRedirect(), 'Response should be redirect'); - $url = parse_url($client->getResponse()->headers->get('location')); + $this->assertTrue($response->isRedirect(), 'Response should be redirect'); + $url = parse_url($response->headers->get('location')); $var = []; parse_str($url['query'], $var); $this->assertTrue(!!$var['success'], 'Response should have a success parameter'); @@ -45,9 +42,6 @@ class OrderTest extends \PhraseanetAuthenticatedWebTestCase { $app = $this->getApplication(); - $app['notification.deliverer'] = $this->getMockBuilder(Deliverer::class) - ->disableOriginalConstructor() - ->getMock(); $triggered = false; $app['dispatcher']->addListener(PhraseaEvents::ORDER_CREATE, function (Event $event) use (&$triggered) { $triggered = true; @@ -90,37 +84,53 @@ class OrderTest extends \PhraseanetAuthenticatedWebTestCase public function testSendOrder() { + $app = $this->getApplication(); $order = $this->createOneOrder('I need this pictures'); - $this->mockNotificationDeliverer('Alchemy\Phrasea\Notification\Mail\MailInfoOrderDelivered'); - $this->mockUserNotificationSettings('eventsmanager_notify_orderdeliver'); + $triggered = false; + $app['dispatcher']->addListener(PhraseaEvents::ORDER_DELIVER, function (Event $event) use (&$triggered) { + $triggered = true; + }); $parameters = []; foreach ($order->getElements() as $element) { $parameters[] = $element->getId(); } $response = $this->request('POST', '/prod/order/' . $order->getId() . '/send/', ['elements' => $parameters]); + + $this->assertTrue($triggered, 'Order delivered listener not triggered'); $this->assertTrue($response->isRedirect(), 'Could not validate some elements. not a redirect'); + $url = parse_url($response->headers->get('location')); parse_str($url['query']); + $this->assertTrue(strpos($url['query'], 'success=1') === 0, 'Validation of elements is not successful'); } public function testSendOrderJson() { + $app = $this->getApplication(); $order = $this->createOneOrder('I need this pictures'); - $this->mockNotificationDeliverer('Alchemy\Phrasea\Notification\Mail\MailInfoOrderDelivered'); - $this->mockUserNotificationSettings('eventsmanager_notify_orderdeliver'); + $triggered = false; + $app['dispatcher']->addListener(PhraseaEvents::ORDER_DELIVER, function (Event $event) use (&$triggered) { + $triggered = true; + }); $parameters = []; + foreach ($order->getElements() as $element) { $parameters[] = $element->getId(); } + $response = $this->XMLHTTPRequest('POST', '/prod/order/' . $order->getId() . '/send/', ['elements' => $parameters]); + $this->assertTrue($response->isOk()); $this->assertEquals('application/json', $response->headers->get('Content-Type')); + $this->assertTrue($triggered, 'Order delivered listener not triggered'); + $content = json_decode($response->getContent()); + $this->assertTrue(is_object($content)); $this->assertObjectHasAttribute('success', $content, $response->getContent()); $this->assertTrue( ! ! $content->success, $response->getContent()); @@ -130,10 +140,13 @@ class OrderTest extends \PhraseanetAuthenticatedWebTestCase public function testDenyOrder() { + $app = $this->getApplication(); $order = $this->createOneOrder('I need this pictures'); - $this->mockNotificationDeliverer('Alchemy\Phrasea\Notification\Mail\MailInfoOrderCancelled'); - $this->mockUserNotificationSettings('eventsmanager_notify_ordernotdelivered'); + $triggered = false; + $app['dispatcher']->addListener(PhraseaEvents::ORDER_DENY, function (Event $event) use (&$triggered) { + $triggered = true; + }); $parameters = []; foreach ($order->getElements() as $element) { @@ -141,7 +154,10 @@ class OrderTest extends \PhraseanetAuthenticatedWebTestCase } $client = $this->getClient(); $client->request('POST', '/prod/order/' . $order->getId() . '/deny/', ['elements' => $parameters]); + $this->assertTrue($client->getResponse()->isRedirect()); + $this->assertTrue($triggered, 'Order denied listener not triggered'); + $url = parse_url($client->getResponse()->headers->get('location')); $var = []; parse_str($url['query'], $var); @@ -150,19 +166,27 @@ class OrderTest extends \PhraseanetAuthenticatedWebTestCase public function testDenyOrderJson() { + $app = $this->getApplication(); $order = $this->createOneOrder('I need this pictures'); - $this->mockNotificationDeliverer('Alchemy\Phrasea\Notification\Mail\MailInfoOrderCancelled'); - $this->mockUserNotificationSettings('eventsmanager_notify_ordernotdelivered'); + $triggered = false; + $app['dispatcher']->addListener(PhraseaEvents::ORDER_DENY, function (Event $event) use (&$triggered) { + $triggered = true; + }); $parameters = []; foreach ($order->getElements() as $element) { $parameters[] = $element->getId(); } + $response = $this->XMLHTTPRequest('POST', '/prod/order/' . $order->getId() . '/deny/', ['elements' => $parameters]); + $this->assertTrue($response->isOk()); $this->assertEquals('application/json', $response->headers->get('Content-Type')); + $this->assertTrue($triggered, 'Order denied listener not triggered'); + $content = json_decode($response->getContent()); + $this->assertTrue(is_object($content)); $this->assertObjectHasAttribute('success', $content, $response->getContent()); $this->assertTrue( ! ! $content->success, $response->getContent()); @@ -172,10 +196,13 @@ class OrderTest extends \PhraseanetAuthenticatedWebTestCase public function testTodo() { + $app = $this->getApplication(); $order = $this->createOneOrder('I need this pictures'); - $this->mockNotificationDeliverer('Alchemy\Phrasea\Notification\Mail\MailInfoOrderDelivered'); - $this->mockUserNotificationSettings('eventsmanager_notify_orderdeliver'); + $triggered = false; + $app['dispatcher']->addListener(PhraseaEvents::ORDER_DELIVER, function (Event $event) use (&$triggered) { + $triggered = true; + }); $parameters = []; foreach ($order->getElements() as $element) { @@ -183,8 +210,10 @@ class OrderTest extends \PhraseanetAuthenticatedWebTestCase } $this->getClient()->request('POST', '/prod/order/' . $order->getId() . '/send/', ['elements' => $parameters]); - $app = $this->getApplication(); + $this->assertTrue($triggered, 'Order delivered listener not triggered'); + $testOrder = $app['orm.em']->getRepository('Phraseanet:Order')->find($order->getId()); + $this->assertEquals(0, $testOrder->getTodo()); } diff --git a/tests/Alchemy/Tests/Phrasea/Controller/Root/LoginTest.php b/tests/Alchemy/Tests/Phrasea/Controller/Root/LoginTest.php index 98fc88ced6..2377df72f6 100644 --- a/tests/Alchemy/Tests/Phrasea/Controller/Root/LoginTest.php +++ b/tests/Alchemy/Tests/Phrasea/Controller/Root/LoginTest.php @@ -2231,4 +2231,19 @@ class LoginTest extends \PhraseanetAuthenticatedWebTestCase { return self::$DI['user']; } + + private function mockNotificationsDeliverer(array &$expectedMails) + { + $app = $this->getApplication(); + $app['notification.deliverer'] = $this->getMockBuilder('Alchemy\Phrasea\Notification\Deliverer') + ->disableOriginalConstructor() + ->getMock(); + + $app['notification.deliverer']->expects($this->any()) + ->method('deliver') + ->will($this->returnCallback(function ($email, $receipt) use (&$expectedMails) { + $this->assertTrue(isset($expectedMails[get_class($email)])); + $expectedMails[get_class($email)]++; + })); + } } diff --git a/tests/classes/PhraseanetTestCase.php b/tests/classes/PhraseanetTestCase.php index 82a161be5d..6297845ae3 100644 --- a/tests/classes/PhraseanetTestCase.php +++ b/tests/classes/PhraseanetTestCase.php @@ -421,9 +421,7 @@ abstract class PhraseanetTestCase extends WebTestCase $app['notification.deliverer']->expects($this->any()) ->method('deliver') - ->will($this->returnCallback(function () { - $this->fail('Notification deliverer must be mocked'); - })); + ->willReturn(0); } public function tearDown() diff --git a/www/api_dev.php b/www/api_dev.php new file mode 100644 index 0000000000..bf463328a0 --- /dev/null +++ b/www/api_dev.php @@ -0,0 +1,24 @@ +run();
+ {% set collectionLogo = collection_logo(record.baseId) %} + {% if collectionLogo is empty %} {{ record.collectionName }} - {{ collection_logo(record.baseId) }} + {% else %} + {{ collectionLogo|raw }} + {% endif %}