diff --git a/lib/Alchemy/Phrasea/Application.php b/lib/Alchemy/Phrasea/Application.php index fa21c776c2..cf58d1a0cc 100644 --- a/lib/Alchemy/Phrasea/Application.php +++ b/lib/Alchemy/Phrasea/Application.php @@ -334,14 +334,14 @@ class Application extends SilexApplication ]); $this['translator'] = $this->share($this->extend('translator', function (CachedTranslator $translator, $app) { - $translator->addResource('xliff', __DIR__.'/../../../resources/locales/messages.fr.xliff', 'fr', 'messages'); - $translator->addResource('xliff', __DIR__.'/../../../resources/locales/validators.fr.xliff', 'fr', 'validators'); - $translator->addResource('xliff', __DIR__.'/../../../resources/locales/messages.en.xliff', 'en', 'messages'); - $translator->addResource('xliff', __DIR__.'/../../../resources/locales/validators.en.xliff', 'en', 'validators'); - $translator->addResource('xliff', __DIR__.'/../../../resources/locales/messages.de.xliff', 'de', 'messages'); - $translator->addResource('xliff', __DIR__.'/../../../resources/locales/validators.de.xliff', 'de', 'validators'); - $translator->addResource('xliff', __DIR__.'/../../../resources/locales/messages.nl.xliff', 'nl', 'messages'); - $translator->addResource('xliff', __DIR__.'/../../../resources/locales/validators.nl.xliff', 'nl', 'validators'); + $translator->addResource('xlf', __DIR__.'/../../../resources/locales/messages.fr.xlf', 'fr', 'messages'); + $translator->addResource('xlf', __DIR__.'/../../../resources/locales/validators.fr.xlf', 'fr', 'validators'); + $translator->addResource('xlf', __DIR__.'/../../../resources/locales/messages.en.xlf', 'en', 'messages'); + $translator->addResource('xlf', __DIR__.'/../../../resources/locales/validators.en.xlf', 'en', 'validators'); + $translator->addResource('xlf', __DIR__.'/../../../resources/locales/messages.de.xlf', 'de', 'messages'); + $translator->addResource('xlf', __DIR__.'/../../../resources/locales/validators.de.xlf', 'de', 'validators'); + $translator->addResource('xlf', __DIR__.'/../../../resources/locales/messages.nl.xlf', 'nl', 'messages'); + $translator->addResource('xlf', __DIR__.'/../../../resources/locales/validators.nl.xlf', 'nl', 'validators'); return $translator; })); diff --git a/lib/Alchemy/Phrasea/Command/Developer/TranslationDumper.php b/lib/Alchemy/Phrasea/Command/Developer/TranslationDumper.php index 1c9a58a9de..7c7c1d59c3 100644 --- a/lib/Alchemy/Phrasea/Command/Developer/TranslationDumper.php +++ b/lib/Alchemy/Phrasea/Command/Developer/TranslationDumper.php @@ -33,10 +33,9 @@ class TranslationDumper extends Command foreach (array_keys($this->container->getAvailableLanguages()) as $code) { $builder = new ConfigBuilder(); $config = $builder->setLocale($code) - ->setOutputFormat('xliff') + ->setOutputFormat('xlf') ->setTranslationsDir(__DIR__ . '/../../../../../resources/locales') ->setScanDirs([ - $this->container['root.path'].'/templates/web/admin/user', $this->container['root.path'].'/lib', $this->container['root.path'].'/templates', $this->container['root.path'].'/bin', diff --git a/lib/Alchemy/Phrasea/Core/CLIProvider/TranslationExtractorServiceProvider.php b/lib/Alchemy/Phrasea/Core/CLIProvider/TranslationExtractorServiceProvider.php index d022e2fb6c..e2a709ea3b 100644 --- a/lib/Alchemy/Phrasea/Core/CLIProvider/TranslationExtractorServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/CLIProvider/TranslationExtractorServiceProvider.php @@ -71,7 +71,7 @@ class TranslationExtractorServiceProvider implements ServiceProviderInterface $app['translation-extractor.writers'] = $app->share(function () { return [ 'po' => new SymfonyDumperAdapter(new PoFileDumper(), 'po'), - 'xliff' => new XliffDumper(), + 'xlf' => new XliffDumper(), ]; }); @@ -81,7 +81,7 @@ class TranslationExtractorServiceProvider implements ServiceProviderInterface $app['translation-extractor.loaders'] = $app->share(function () { return [ 'po' => new SymfonyLoaderAdapter(new PoFileLoader()), - 'xliff' => new XliffLoader() + 'xlf' => new XliffLoader() ]; }); diff --git a/lib/Alchemy/Phrasea/Core/Provider/TranslationServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/TranslationServiceProvider.php index fb05455176..c50cd00bf6 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/TranslationServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/TranslationServiceProvider.php @@ -32,7 +32,10 @@ class TranslationServiceProvider implements ServiceProviderInterface $translator->setFallbackLocales($app['locale_fallbacks']); $translator->addLoader('array', new ArrayLoader()); + // to load Symfony resources $translator->addLoader('xliff', new XliffLoader()); + // to load Phraseanet resources + $translator->addLoader('xlf', new XliffLoader()); foreach ($app['translator.domains'] as $domain => $data) { foreach ($data as $locale => $messages) { diff --git a/resources/locales/messages.ar.xliff b/resources/locales/messages.ar.xlf similarity index 100% rename from resources/locales/messages.ar.xliff rename to resources/locales/messages.ar.xlf diff --git a/resources/locales/messages.de.xliff b/resources/locales/messages.de.xlf similarity index 95% rename from resources/locales/messages.de.xliff rename to resources/locales/messages.de.xlf index 82550ca252..fea939ee5e 100644 --- a/resources/locales/messages.de.xliff +++ 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. @@ -32,12 +32,12 @@ %countable% dokumente können nicht geändert werden - Controller/Root/Login.php + Controller/Root/Login.php %d collection selected %d Kollektion ausgewählt - Controller/Root/Login.php + Controller/Root/Login.php %d collections selected %d Kollektionen ausgewählt @@ -309,7 +309,7 @@ *, ? , UND , ODER , OHNE , IN , LETZTE , ALLE (oder AND , OR , EXCEPT , LAST , ALL) - lib/conf.d/_GV_template.inc.php + Form/Configuration/APIClientsFormType.php *Phraseanet Navigator* is a smartphone application that allow user to connect on this instance *Phraseanet Navigator* ist eine Smartphone Anwendung, die dem Benutzer ermöglicht, sich auf diese Instanz zu verbinden. @@ -377,7 +377,7 @@ Ein Dokument wurde unter Quarantäne gestellt - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A field value contains an invalid character Ein Feldwert beinhaltet ein ungültiges Zeichen @@ -407,12 +407,12 @@ Ein Datensatz entspricht dem eindeutigen Bezeichner : - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A required field is missing or has an empty value Ein Plichtfeld fehlt oder wurde nicht ausgefüllt - Controller/Admin/Databox.php + Controller/Admin/Databox.php A task has been created, please run it to complete empty collection Eine Aufgabe wurde erschafft, bitte führen Sie sie aus, um die Kollektion zu leeren @@ -427,22 +427,22 @@ Eine Drittanwendung ist ein Produkt, das ausser Phraseanet entwickelt wird und das auf Phraseanet Daten einen Zugriff haben kann. - classes/User/Adapter.php + classes/User/Adapter.php A user already exists with email addres %email% A user already exists with email addres %email% - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A value does not match an expected format Ein Wert passt nicht für das erwartete Format - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A value exceeds the maximum allowable length Ein Wert überschreitet die zulässige Maximallänge - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A value has been deprecated and is no longer valid Ein Wert ist veraltet und ist nicht mehr gültig @@ -498,18 +498,18 @@ Viewer haben nur einen - Lese Zugriff - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php Account has been unlocked, you can now login. Konto wurde freigeschaltet, Sie dürfen nun einloggen - Controller/Root/Login.php + Controller/Root/Login.php Account has been unlocked, you still have to wait for admin approval. Konto wurde freigeschaltet, Sie müssen auf eine Administrator Genehmigung warten. - Controller/Root/Login.php + Controller/Root/Login.php Account is already unlocked, you can login. Konto ist schon freigeschaltet, Sie dürfen einloggen @@ -550,7 +550,7 @@ Aktiv - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Active tab position Lage von der Registerkarte "Aktiv" @@ -603,7 +603,7 @@ Benutzer hinzufügen - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Additionnal modules Zusatzmodule @@ -617,11 +617,6 @@ Admin can edit shares, modify content Admin kann Anteile bearbeiten und Inhalte verändern - - lib/conf.d/_GV_template.inc.php - Admin email - Admin-E-Mailadresse - web/admin/index.html.twig Adresse email du nouvel utilisateur @@ -638,7 +633,7 @@ erweiterte Felder Parameter - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Advanced search tab position Lage von der Registerkarte "Erweiterte Suche" @@ -648,42 +643,42 @@ 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 zeigen - web/prod/index.html.twig + web/prod/index.html.twig Afficher dans la notice in Beschreibung zeigen - web/prod/index.html.twig + web/prod/index.html.twig Afficher la fiche descriptive das beschriftliche Blatt anzeigen - web/prod/index.html.twig + web/prod/index.html.twig Afficher le titre den Titel anzeigen - web/prod/index.html.twig + web/prod/index.html.twig Afficher les status die Zustände anzeigen - web/prod/index.html.twig + web/prod/index.html.twig Afficher une icone eine Ikone anzeigen - web/prod/index.html.twig + web/prod/index.html.twig Aide die Hilfe @@ -736,7 +731,7 @@ Gehen Sie zu - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Allow the website to be indexed by search engines like Google Die Website ermöglichen, von Suchmaschinen wie Google indexiert zu werden. @@ -808,17 +803,17 @@ Controller/Admin/Collection.php Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databoxes.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databoxes.php Controller/Prod/BasketController.php Controller/Prod/Lazaret.php Controller/Prod/Lazaret.php @@ -828,10 +823,10 @@ Controller/Prod/Story.php Controller/Prod/Tools.php Controller/Prod/Tools.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php + API/V1/adapter.php + API/V1/adapter.php + API/V1/adapter.php + API/V1/adapter.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig @@ -874,7 +869,7 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Controller/Prod/BasketController.php web/admin/statusbit.html.twig An error occurred @@ -886,7 +881,7 @@ Ein Fehler ist beim Lesen dieser Datei aufgetreten - Controller/Root/Login.php + Controller/Root/Login.php An unexpected error occured during authentication process, please contact an admin Ein Fehler ist bei Ihre Authentifizierung aufgetreten. Bitte wenden Sie sich an Ihren Systemadministrator @@ -896,7 +891,7 @@ An upload on %bridge_adapter% failed, the resaon is : %reason% - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Anonymous report anonymer Bericht @@ -931,7 +926,7 @@ Anwendung - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Application description Anwendung Bezeichnung @@ -941,7 +936,7 @@ Desktopanwendung - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Application title Anwendung Titel @@ -1138,17 +1133,17 @@ Audio Samplerate - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Auth_token directory path Auth_token Verzeichnispfad - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Auth_token mount point Auth_token Mount-Punkt - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Auth_token passphrase Auth_token Passphrase @@ -1174,17 +1169,22 @@ berechtigen - lib/conf.d/_GV_template.inc.php + Form/Configuration/APIClientsFormType.php Authorize *Phraseanet Navigator* *Phraseanet Navigator* aktivieren - lib/conf.d/_GV_template.inc.php + Form/Configuration/APIClientsFormType.php Authorize Microsoft Office Plugin to connect. Verbindung mit Microsoft Office Plugin erlauben + + Form/Configuration/ExecutablesFormType.php + Auto + Auto + - lib/conf.d/_GV_template.inc.php + Form/Configuration/RegistrationFormType.php Auto select databases automatische Wahl von Datenbanken @@ -1209,7 +1209,7 @@ Autorisez-vous l'application %application_name% a acceder a votre contenu sur %home_title% ? - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php Available in multi-export tab In der Mehrfachexport Registerkarte verfügbar @@ -1240,15 +1240,15 @@ Zurück zur Sammelkörbe Liste - Controller/Admin/Databox.php - Controller/Admin/Root.php - Controller/Admin/Root.php + Controller/Admin/Databox.php + Controller/Admin/Root.php + Controller/Admin/Root.php Controller/Root/Account.php Bad request format, only JSON is allowed Bad Request Format, nur JSON wird erlaubt - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Bad request, please contact an admin Bad Request. Bitte kontaktieren Sie einen Administrator. @@ -1265,12 +1265,12 @@ Datenbank %base% - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Base could not be created Datenbank konnte nicht erstellt werden - Controller/Admin/Databox.php + Controller/Admin/Databox.php Base empty successful Datenbank Leerung wurde erfolgreich @@ -1354,7 +1354,7 @@ Wenn Sie dieses Kästchen anwählen, akzeptieren Sie die %beginning_link% Nutzeungsbedingungen %end_link% - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php By default it is available for admins Standardmässig ist es für die Administratoren verfügbar @@ -1374,9 +1374,9 @@ Kameramodell - user/import/view.html.twig 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 @@ -1391,7 +1391,7 @@ Alle abbrechen - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Cannot upload Zero Byte files Kann nicht Null-Byte Dateien hochladen @@ -1406,7 +1406,7 @@ abgeschnittene Zeichen - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Carousel Karussell @@ -1443,14 +1443,14 @@ Dieses Feld ist ein mehrwertiges Feld - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Ce champ est obligatoire Dieses Feld ist ein Pflichtfeld @@ -1465,18 +1465,18 @@ Dieses Feld wird benötigt - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Ce champ est trop court %length% caracteres min Ce champ est trop court %length% caracteres min - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Ce champ est trop long %length% caracteres max Ce champ est trop long %length% caracteres max @@ -1491,7 +1491,7 @@ Dieses Feld ist nicht indiziert - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr Dieses Produkt verwendet das Flickr API, wird jedoch nicht von Flickr zugelassen oder lizenziert. @@ -1541,7 +1541,7 @@ Zeichensatz für die Indexierung zu benutzen - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Check-box Kontrollkästchen @@ -1565,7 +1565,7 @@ Wählen Sie ein neues Passwort aus - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Choose the title of the document to export Wählen Sie den Titel des Dokuments zu exportieren @@ -1591,7 +1591,7 @@ Liste löschen - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Client Kunde @@ -1659,7 +1659,7 @@ Die Leerung der Kollektion wurde erfolgreich abgeschlossen - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Collections display mode Anzeigemodus der Kollektionen @@ -1766,7 +1766,7 @@ Verbindung ist OK aber die Datenbank existiert nicht oder es kann nicht zugegriffen werden - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Connection terminates unexpetecdly, please retry Verbindung beendet unerwartet. Bitte wiederholen. @@ -1781,12 +1781,12 @@ Bitte lesen Sie Online die Voraussetzungen und die Web-Server Konfiguration - module/console/systemUpgrade.php + module/console/systemUpgrade.php Continuer ? Fortsetzen? - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig Continuer quand meme Continuer quand meme @@ -1795,6 +1795,11 @@ Contributor Benutzer + + Form/Configuration/GeneralFormType.php + Cooliris + Cooliris + api/auth/native_app_access_token.html.twig Copiez le code ci-dessous, retournez dans votre application et collez-le a l'endroit requis : @@ -1806,12 +1811,12 @@ Kopieren Sie bitte die Kode unten, gehen Sie in Ihre Anwendung zurück und fügen Sie die Kode am richtigen Ort ein. - lib/classes/appbox.php + lib/classes/appbox.php Copying files Dateien werden kopiert - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Could not initiate upload, please retry Upload konnte nicht initialisieren werden. Bitte wiederholen. @@ -1821,7 +1826,7 @@ Antrag konnte nicht durchgeführt werden. Bitte wenden Sie sich an Ihren Systemadministrator - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Could not retrieve the file ID, please retry or contact an admin if problem persist Datei-ID konnte nicht abgerufen werden. Bitte versuchen Sie es einmal oder kontaktieren Sierneinen Administrator, wenn das Problem bestehen bleibt. @@ -1831,7 +1836,7 @@ E-Mail konnte nicht gesendet werden - web/prod/index.html.twig + web/prod/index.html.twig Couleur de selection Farbauswahl @@ -1841,13 +1846,6 @@ Country Land - - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php - Create API account at %website_url%, then use %callback_url% as callback URL value - Create API account at %website_url%, then use %callback_url% as callback URL value - web/login/register.html.twig Create an account manually @@ -1859,7 +1857,7 @@ Neuen subdef erstellen - lib/classes/appbox.php + lib/classes/appbox.php Creating new tables Neue Tabellen erstellen @@ -1952,7 +1950,7 @@ Die aktuelle Konfiguration beinhaltet einige Fehler - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Current operations cannot be executed because the site is temporarily in maintenance mode. Wait a few minutes and try your request again Aktuelle Operationen können nicht ausgeführt werden, da die Website kurzzeitig im Wartungs-Modus ist. Bitte warten Sie oder versuchen Sie es später noch einmal. @@ -1971,21 +1969,6 @@ DCES DCES - - lib/conf.d/_GV_template.inc.php - Dailymotion connectivity - Dailymotion Konnektivität - - - lib/conf.d/_GV_template.inc.php - Dailymotion public key - öffentlicher Schlüssel für Dailymotion - - - lib/conf.d/_GV_template.inc.php - Dailymotion secret key - geheimer Schlüssel für Dailymotion - web/setup/step2.html.twig web/setup/step2.html.twig @@ -1993,22 +1976,22 @@ Datenbank - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database can not be empty Datenbank kann nicht leer sein - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database could not be mounted Datenbank konnte nicht eingebaut werden - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database does not exists or can not be accessed Verbindung ist OK aber die Datenbank existiert nicht oder es kann nicht zugegriffen werden. - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database name can not contains special characters Datenbank kann keine Sonderzeichen beinhalten @@ -2100,37 +2083,27 @@ Standard Sammelkorb - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Default export title Standard Export Titel - - lib/conf.d/_GV_template.inc.php - Default language - Standardsprache - task-manager/task-editor/phraseanet-indexer.html.twig Default language for thesaurus candidates Standardsprache für mögliche Begriffe im Thesaurus - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Default mail sender address Standard E-Mail Absenderadresse - - lib/conf.d/_GV_template.inc.php - Default path for datas - Default-Pfad für Daten - - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Default query Standardsuche - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Default searched type Standard Suchoptionen @@ -2140,12 +2113,12 @@ Standard-Sortierung - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Default validation links duration Standarddauer für die Validierungslinke - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Defined in Apache configuration in der Apache Konfiguration definiert @@ -2218,7 +2191,7 @@ letztes Update am %updated_on% - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Des difficultes ont ete rencontres a la connection au serveur distant Probleme sind bei der Verbindung mit dem entfernten Server aufgetreten @@ -2275,7 +2248,7 @@ Grösse - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Disabled Deaktiviert @@ -2285,17 +2258,17 @@ Anzeige und Aktions-Einstellungen - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Display proposals tab Registerkarte der Vorschläge anzeigen - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Display the name of databases and collections Zeigen Sie den Name der Datenbanken und Kollektionen an - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Display the total size of the document basket Gesamtgröße des Sammelkorbes anzeigen @@ -2357,12 +2330,12 @@ Dokument wurde von %name% abgelehnt - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Document title Titel des Dokuments - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Documents Dokumente @@ -2374,11 +2347,6 @@ Documents indisponibles Dokument(e) nicht verfügbar - - lib/conf.d/_GV_template.inc.php - Documents storage - Dokumente Speicherung - web/setup/step2.html.twig Don't worry, You can modify your configuration later @@ -2400,8 +2368,8 @@ Rechte - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php + Form/Configuration/ClassicFormType.php Drop-down Dropdown @@ -2422,17 +2390,17 @@ E-Mail Adresse - lib/classes/databox.php + lib/classes/databox.php ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" - lib/classes/databox.php + lib/classes/databox.php ERREUR : Les name de subdef sont uniques par groupe de subdefs et necessaire FEHLER : das "name" Attribut des Knotens "subdef" ist zwingend und einzigartig durch Gruppe von subdef - lib/classes/databox.php + lib/classes/databox.php ERREUR : TOUTES LES BALISES subdefgroup necessitent un attribut name FEHLER : Alle "subdefgroup" tags brauchen ein "name" Attribut @@ -2479,6 +2447,21 @@ Editor can modify content Editor kann Inhalte verändern + + admin/search-engine/elastic-search.html.twig + ElasticSearch configuration + ElasticSearch configuration + + + admin/search-engine/elastic-search.html.twig + ElasticSearch connection configuration + ElasticSearch connection configuration + + + admin/search-engine/elastic-search.html.twig + ElasticSearch server + ElasticSearch server + web/admin/dashboard.html.twig admin/publications/fiche.html.twig @@ -2486,7 +2469,7 @@ Email - Controller/Admin/Users.php + Controller/Admin/Users.php Email '%email%' for login '%login%' already exists in database Email '%email%' for login '%login%' already exists in database @@ -2522,7 +2505,7 @@ E-Mail Test Ergebnis: %email_status% - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Emails E-Mail Adressen @@ -2537,7 +2520,7 @@ Empty a collection - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Empty if not used leer, wenn nicht benutzt @@ -2569,8 +2552,8 @@ En cliquant sur "ajouter" vous certifiez que vous possedez les droits pour le contenu ou que vous etes autorisé par le proprietaire à rendre le contenu accessible au public sur YouTube, et qu'il est autrement conforme aux Conditions d'utilisation de YouTubesitue a %lien_term_youtube% - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php actions/Bridge/records_list.html.twig En cours d'encodage Kodierung läuft @@ -2581,52 +2564,52 @@ wird gesendet - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php Enable FTP export FTP Export aktivieren - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php Enable FTP for users FTP für die Benutzer aktivieren - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Enable H264 stream mode H264 Stream Modus aktivieren - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable HD substitution HD Ersetzung aktivieren - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Enable SMTP authentication SMTP Authentifizierung aktivieren - lib/conf.d/_GV_template.inc.php + Form/Configuration/RegistrationFormType.php Enable auto registration Automatische Anmeldung aktivieren - lib/conf.d/_GV_template.inc.php + Form/Configuration/MaintenanceFormType.php Enable maintenance message broadcast Aussendung von Wartungsmeldungen aktivieren - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable multi-doc mode MultiDoc modus aktivieren - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Enable roll-over on basket elements Rollover auf die Sammelkorb Elemente - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Enable roll-over on stories Rollover auf die Berichte aktivieren @@ -2641,22 +2624,22 @@ stemmende Sprachen aktivieren - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable thesaurus Thesaurus aktivieren - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Enable this setting to share on Facebook and Twitter Aktivieren Sie diese Einstellung, um Dateien auf Facebook und Twitter zu teilen - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable thumbnail substitution Miniaturansicht Ersetzung aktivieren - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Enabled Aktiviert @@ -2717,12 +2700,12 @@ Falsche Parameter oder entfernter Server antwortet nicht - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur YouTube a rencontré une erreur lors du traitement de la requête. Fehler: YouTube hat einen Fehler bei der Bearbeitung der Anfrage gefunden. - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Erreur d'encodage Kodierungsfehler @@ -2732,22 +2715,22 @@ Benutzername / Passwort Fehler - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur la requête a été mal formée ou contenait des données valides. Die Anfrage wurde schlecht formuliert oder beinhaltet ungültige Zeichen - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur la ressource que vous tentez de modifier n'existe pas. Fehler: die Ressource die Sie versuchen zu verändern, existiert nicht. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur le service Youtube n'est pas accessible pour le moment. Veuillez réessayer plus tard. Fehler: die YouTube Dienstleistung ist zurzeit nicht erreichbar. Bitte versuchen Sie es später noch einmal. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur lors de l'authentification au service Youtube, Veuillez vous déconnecter, puis vous reconnecter. Fehler bei der Youtube Authentifizierung. Bitte loggen Sie sich zuerst aus und dann wieder ein. @@ -2757,7 +2740,7 @@ Fehler bei Speicherung der Daten - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur lors de l'envoi de la requête. Erreur d'authentification. Fehler beim Versenden einer Anfrage. Authentifizierungsfehler. @@ -2785,7 +2768,7 @@ Fehler beim Kontakt mit WebServer - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur vous avez essayé d'exécuter une requête non prise en charge par Youtube Fehler: Sie haben versucht eine Anfrage die von YouTube nicht unterstützt wird auszuführen. @@ -2807,12 +2790,12 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Error while sending the file Fehler beim Datei Senden - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Error while uploading Fehler beim Hochladen @@ -2855,7 +2838,7 @@ externe ausführbare Programme - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Executables settings Einstellungen von ausführbaren Programme @@ -2877,7 +2860,7 @@ FTP - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php FTP Export FTP Export @@ -2959,27 +2942,27 @@ Datei befindet sich nicht mehr in der Quarantäne, bitte aktualisieren - Controller/Admin/Root.php + Controller/Admin/Root.php File is too big : 64k max Datei ist gross: 64k max. - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File upload has been cancelled Datei-Upload wurde abgebrochen - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File upload has been stopped Datei-Upload wurde gestoppt - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File upload limit (%maxFileSizeReadable%) has been reached Datei-Upload Begrenzung (%maxFileSizeReadable%) wurde erreicht. - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File validation failed Dateivalidierung ist fehlgeschlagen @@ -3032,24 +3015,9 @@ Flash Flash - - lib/conf.d/_GV_template.inc.php - FlickR connectivity - Flickr Konnektivität - - - lib/conf.d/_GV_template.inc.php - Flickr public key - öffentlicher Schlüssel für Flickr - - - lib/conf.d/_GV_template.inc.php - Flickr secret key - geheimer Schlüssel für Flickr - - lib/classes/appbox.php - lib/classes/appbox.php + lib/classes/appbox.php + lib/classes/appbox.php Flushing cache Cache wird geleert @@ -3101,16 +3069,26 @@ Frequence d'echantillonage Abtastfrequenz + + Form/Configuration/ExecutablesFormType.php + GD + GD + Media/Subdef/Video.php GOP size GOP Grösse - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Gallery Gallery + + Form/Configuration/MainConfigurationFormType.php + General configuration + General configuration + web/admin/dashboard.html.twig General settings @@ -3142,7 +3120,7 @@ Erstellt eine Audio Datei - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Geonames server address GeoNames Serveradresse @@ -3152,12 +3130,12 @@ Eine Nachricht erhalten wenn ein Email Export fehlschlägt - Controller/Root/Login.php + Controller/Root/Login.php Good Gut - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Google Analytics identifier Google Analytics Bezeichner @@ -3176,13 +3154,18 @@ Granted third party applications gewährte Drittanwendungen + + Form/Configuration/ExecutablesFormType.php + GraphicsMagick + GraphicsMagick + - web/prod/index.html.twig + web/prod/index.html.twig Graphiste (preview au rollover) Grafiker (Voransicht mit Rollover) - Controller/Root/Login.php + Controller/Root/Login.php Great Großartig @@ -3217,11 +3200,6 @@ HD Download HD Download - - lib/conf.d/_GV_template.inc.php - HTTP Server - HTTP Server - api/auth/end_user_authorization.html.twig api/auth/native_app_access_token.html.twig @@ -3239,7 +3217,7 @@ Hallo, Bitte loggen Sie sich ein - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Hide information about users Informationen über die Benutzer ausblenden @@ -3256,13 +3234,8 @@ Home Home - - lib/conf.d/_GV_template.inc.php - Homepage - Homeseite - - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Homepage slideshow Homeseite Diashow @@ -3288,7 +3261,7 @@ ISO Empfindlichkeit - web/prod/index.html.twig + web/prod/index.html.twig Iconographe (description au rollover) Bildredakteur (Beschreibung mit Rollover) @@ -3298,12 +3271,12 @@ ID - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php If request is bigger, then mail is still available Wenn die Anfrage ist grösser, können Sie durch E-Mail senden - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php If set to 0, duration is permanent Ist es auf null gestellt, ist die Zeitdauer bleibend @@ -3337,6 +3310,11 @@ Image Bild + + Form/Configuration/ExecutablesFormType.php + ImageMagick + ImageMagick + web/common/technical_datas.html.twig Images par secondes @@ -3348,7 +3326,7 @@ Vorschaubild nicht verfügbar - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Imagine driver Imagine driver @@ -3370,10 +3348,10 @@ indizierbar - admin/user/demand.html.twig web/account/base.html.twig web/admin/dashboard.html.twig admin/task-manager/list.html.twig + admin/user/demand.html.twig Informations Informationen @@ -3383,7 +3361,7 @@ vertrauliche Informationen - web/prod/index.html.twig + web/prod/index.html.twig Informations techniques Technische Informationen @@ -3419,31 +3397,31 @@ Google Chrome Frame installieren - Controller/Root/Login.php + Controller/Root/Login.php Invalid captcha answer. ungültige CAPTCHA Antwort - Controller/Root/Login.php + Controller/Root/Login.php Invalid email address ungültige E-Mail Adresse Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Invalid file format Ungültiges Datei Format admin/collection/collection.html.twig - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Invalid file type Ungültiger Dateityp - user/import/file.html.twig admin/databox/databox.html.twig admin/statusbit/edit.html.twig + user/import/file.html.twig Invalid file type, only (%supported_file_types%) file formats are supported ungültiger Dateityp, nur (%supported_file_types%) Dateitypen werden unterstützt @@ -3454,12 +3432,12 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Invalid labels parameter ungültige Labels Parameter - Controller/Root/Login.php + Controller/Root/Login.php Invalid link. ungültiges Link @@ -3474,9 +3452,9 @@ ungültige Zielkollektion - Controller/Root/Login.php - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php Invalid unlock link. ungültiges freigeschaltet Link @@ -3507,13 +3485,13 @@ Keep synchronization between bridge and client APIs. - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Keywords used for indexing purposes by search engines robots Schlüsselwörter, die für Indexierung Zwecke von Suchroboter benutzt werden - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php L'upload a echoue Upload ist fehlgeschlagen @@ -3543,7 +3521,7 @@ LETZTE 20 - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php La connection vers le serveur distant est OK Verbindung mit dem entfernten Server ist OK @@ -3560,25 +3538,25 @@ Unterauflösung für die folgende Dokumente ist nicht verfügbar - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php La taille maximale d'une video est de %duration% minutes. La taille maximale d'une video est de %duration% minutes. - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php La video a ete rejetee Das Video wurde abgelehnt - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php La video a ete supprimee Das Video wurde gelöscht - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php La video est restreinte Das Video ist beschränkt @@ -3664,16 +3642,16 @@ Sammelkorb existiert nicht mehr - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php Le poids maximum d'un fichier est de %size% Le poids maximum d'un fichier est de %size% - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php Le record n'a pas de fichier physique Der Datensatz hat keine physikalische Datei @@ -3820,11 +3798,6 @@ Log changes Protokolle Änderungen - - lib/conf.d/_GV_template.inc.php - Log errors - Protokolle Fehler - Form/Login/PhraseaAuthenticationForm.php login/oauth/login.html.twig @@ -3835,17 +3808,17 @@ Benutzername - Controller/Admin/Users.php + Controller/Admin/Users.php Login %login% already exists in database Login %login% already exists in database - Controller/Admin/Users.php + Controller/Admin/Users.php Login %login% is already defined in the file at line %line% Login %login% is already defined in the file at line %line% - Controller/Admin/Users.php + Controller/Admin/Users.php Login line %line% is empty Login line %line% is empty @@ -3867,12 +3840,12 @@ Patches werden gesucht - web/prod/index.html.twig + web/prod/index.html.twig Ma derniere question meine letzte Suchabfrage - Controller/Admin/Users.php + Controller/Admin/Users.php Mail line %line% is empty Mail line %line% is empty @@ -3881,18 +3854,13 @@ Mail sent E-Mail wurde gesendet - - lib/conf.d/_GV_template.inc.php - Main configuration - Hauptkonfiguration - - lib/conf.d/_GV_template.inc.php + Form/Configuration/MaintenanceFormType.php Maintenance message Wartungsmeldung - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Maintenance state Wartungszustand @@ -3937,12 +3905,12 @@ Pflichtfelder - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Maximum megabytes allowed for download genehmigte Menge in Megabytes für Download - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Maximum number of pages to be extracted from PDF Seitenhöchstzahl aus PDF extrahiert @@ -3973,18 +3941,18 @@ aktualisieren - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Minimum number of letters before truncation Mindestzeichenzahl vor der Kürzung - Controller/Admin/Root.php + Controller/Admin/Root.php Missing "structure" parameter Missing "structure" parameter Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Missing labels parameter Labels-Parameter fehlt @@ -3999,7 +3967,7 @@ Name-Parameter fehlt - Controller/Admin/Root.php + Controller/Admin/Root.php Missing path parameter Path Parameter fehlen @@ -4009,17 +3977,17 @@ Zielkollektion fehlt - Controller/Admin/Root.php + Controller/Admin/Root.php Missing tests parameter Tests Parameter fehlen - Controller/Admin/Databox.php + Controller/Admin/Databox.php Missing view name parameter View Name-Parameter fehlt - web/prod/index.html.twig + web/prod/index.html.twig Mode de presentation Anzeigemodus @@ -4029,7 +3997,7 @@ Daten-Templates - admin/user/demand.html.twig + admin/user/demand.html.twig Models Vorlage @@ -4038,10 +4006,10 @@ Modify verändern - + admin/databox/databox.html.twig - Monter - erstellen + Monter la collection %name% + Monter la collection %name% login/layout/sidebar-layout.html.twig @@ -4130,7 +4098,7 @@ Name oder Email - web/prod/index.html.twig + web/prod/index.html.twig Ne pas afficher verstecken @@ -4189,12 +4157,12 @@ Kein aktiver Sammekorb - admin/user/demand.html.twig + admin/user/demand.html.twig No application for registration has been recorded Keine Anmeldung für Registrierung wurde verzeichnet - Controller/Root/Login.php + Controller/Root/Login.php No collection selected Keine Kollektion ausgewählt @@ -4260,7 +4228,7 @@ Keine Ergebnisse - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php No sort keine Sortierung @@ -4306,8 +4274,8 @@ Nicht eingeschränkt (öffentlich) - admin/user/demand.html.twig - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php + admin/user/demand.html.twig web/admin/users.html.twig None Keine @@ -4388,18 +4356,18 @@ Anzahl - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Number of days before the end of the validation to send a reminder email Anzahl von Tagen vor der Ende der Validierung, um eine E-Mail Errinerung zu senden - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Number of threads to use for FFMpeg Anzahl von Fäden für FFMpeg zu benutzen - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php OK OK @@ -4424,7 +4392,7 @@ Nur einen Datensatz kann geändert werden - classes/caption/record.php + classes/caption/record.php Open the URL in a new window URL in einem neuen Fenster öffnen @@ -4461,12 +4429,12 @@ Bestellungen Manager - Controller/Root/Login.php + Controller/Root/Login.php Ordinary Einfach - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Original name ursprünglicher Name @@ -4524,7 +4492,7 @@ Passwort (Bestätigung) - Controller/Admin/Users.php + Controller/Admin/Users.php Password is empty at line %line% Password is empty at line %line% @@ -4544,7 +4512,7 @@ Periodically fetches an FTP repository content locally - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Periodically push data to FTP servers. Periodically push data to FTP servers. @@ -4554,12 +4522,12 @@ Hauptbild - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php Photos Bilder - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php Bridge/Flickr/actionelements.html.twig Photosets Fotosets @@ -4580,7 +4548,7 @@ Phraseanet DataBoxes sind MySQL Datenbanken, die von Phraseanet ApplicationBox abgefragt werden können. - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Phraseanet client API Phraseanet Kunde API @@ -4590,7 +4558,7 @@ Phraseanet hat eine Aufgabe Suchmaschine für das Lesen/Schreiben der Metadaten und andere Arbeitsgänge - Controller/Root/Login.php + Controller/Root/Login.php Phraseanet guest-access is disabled Phraseanet Gast Zugriff ist deaktiviert @@ -4611,13 +4579,13 @@ Playlist - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php Playlists Playlisten - Controller/Root/Login.php + Controller/Root/Login.php Please accept the terms of use to register. Bitte nehmen Sie die Nutzungsbedingungen an, um zu registrieren @@ -4642,22 +4610,22 @@ Bitte prüfen Sie, ob Sie dieseBewertung zu folgenden Benutzern senden möchten: %recommendation% - Controller/Client/Root.php + Controller/Client/Root.php Please create a basket before adding an element Bitte erstellen Sie einen Sammelkorb, bevor Sie Elemente hinzufügen - Controller/Root/Login.php + Controller/Root/Login.php Please fill the captcha Füllen Sie bitte die CAPTCHA aus - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Please fix the database before starting Bitte herstellen Sie die Datenbank wieder, bevor Sie starten - Controller/Root/Login.php + Controller/Root/Login.php Please provide a longer value. It should have %s character or more. Bitte geben Sie einen längeren Wert: %s Zeichen oder mehr @@ -4667,37 +4635,37 @@ Bitte benennen Sie diese Kollektion - Controller/Root/Login.php + Controller/Root/Login.php Please provide a valid IP address. Bitte geben Sie eine gültige IP Adresse ein. - Controller/Root/Login.php + Controller/Root/Login.php Please provide a valid email address. Bitte geben Sie eine gültige E-Mail Adresse ein. - Controller/Root/Login.php + Controller/Root/Login.php Please provide a value. Bitte bieten Sie einen Wert an. - Controller/Root/Login.php + Controller/Root/Login.php Please provide the same emails. Bitte geben Sie die gleiche E-Mail Adressen ein - Controller/Root/Login.php + Controller/Root/Login.php Please provide the same passwords. Bitte geben Sie die selbe Passwörter ein - Controller/Root/Login.php + Controller/Root/Login.php Please select at least %s choice. Bitte markieren Sie mindestens %s Auwahl. - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Please select at least one valid file Bitte wählen Sie mindestens eine gültige Datei aus. @@ -4717,7 +4685,7 @@ Funktion - lib/classes/appbox.php + lib/classes/appbox.php Post upgrade Nach der Aktualisierung @@ -4745,7 +4713,7 @@ Einstellungen - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Prefix for notification emails Präfix für Benachrichtigungs-E-Mails @@ -4755,12 +4723,12 @@ Voraussetzungen und Konfiguration - web/prod/index.html.twig + web/prod/index.html.twig Presentation de vignettes Miniaturansichten - web/prod/index.html.twig + web/prod/index.html.twig Presentation de vignettes de panier Vorstellung der Voransichten des Sammelkorbes @@ -4771,15 +4739,15 @@ Zurück - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php Print Drucken - + api/auth/end_user_authorization.html.twig - - Anmeldungsprobleme ? + Problemes de connexion ? + Problemes de connexion ? Notification/Mail/MailInfoUserRegistered.php @@ -4787,12 +4755,12 @@ Registrierung verarbeiten - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Processus de validation recu de %user% Processus de validation recu de %user% - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Processus de validation recu de %user% et concernant %n% utilisateurs Processus de validation recu de %user% et concernant %n% utilisateurs @@ -4810,7 +4778,7 @@ admin/publications/wrapper.html.twig web/admin/tree.html.twig web/common/menubar.html.twig - web/prod/index.html.twig + web/prod/index.html.twig Publications Veröffentlichungen @@ -4821,12 +4789,12 @@ öffentliche - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Publishers Veröffentlicher - lib/classes/appbox.php + lib/classes/appbox.php Purging directories Verzeichnisse werden gereinigt @@ -4837,7 +4805,7 @@ Push - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Push configuration Push Konfiguration @@ -5033,12 +5001,12 @@ schreibgeschützt - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Recaptcha private key geheimer Schlüssel für ReCaptcha - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Recaptcha public key öffentlicher Schlüssel für ReCaptcha @@ -5144,7 +5112,7 @@ Record Mover - API/V1/adapter.php + API/V1/adapter.php Record Not Found Datensatz wurde nicht gefunden @@ -5208,7 +5176,7 @@ Anmeldung Zustimmung - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Registration Anmeldung @@ -5283,7 +5251,6 @@ Ablageordner der Dateien - lib/conf.d/_GV_template.inc.php admin/fields/templates.html.twig Report Report @@ -5300,12 +5267,12 @@ Die Anfrage enthält ungültige Daten - admin/user/demand.html.twig + admin/user/demand.html.twig Requests for the application registrations were recorded successfully Anforderungen für die Anwendungs-Registrierungen wurden erfolgreich verzeichnet - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Require authentication to download documents Authentifizierung benötigen, um Dokumente zu herunterladen @@ -5430,11 +5397,6 @@ Rights will be erased before applying template, do you confirm? Benutzerrechte werden gelöscht, bevor Sie die Vorlage anwenden. Bestätigen? - - lib/conf.d/_GV_template.inc.php - Robot indexing - Roboter Indexierung - actions/Feedback/List-Share.html.twig Role @@ -5461,30 +5423,35 @@ Läuft als Anwendung, nicht als Dienst - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP encryption SMTP Verschlüsselung - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP host SMTP Host - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP password SMTP Passwort - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP port SMTP Port - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP user SMTP Benutzer + + Form/Configuration/EmailFormType.php + SSL + SSL + web/admin/tree.html.twig SUBDEFS @@ -5525,12 +5492,12 @@ Sammelkörbe suchen - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Search engine Suchmaschine - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Search tab position Lage von der Registerkarte "Suchen" @@ -5549,16 +5516,11 @@ See Sehen - - lib/conf.d/_GV_template.inc.php - See %url% - See %url% - - - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php - See documentation at %website% - See documentation at %website% + + Form/Configuration/ExecutablesFormType.php + Form/Configuration/WebservicesFormType.php + See documentation at %url% + See documentation at %url% Notification/Mail/MailInfoOrderCancelled.php @@ -5593,19 +5555,19 @@ Alle auswählen - Controller/Root/Login.php + Controller/Root/Login.php Select all collections Alle Kollektionen auswählen - user/import/file.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - prod/upload/upload-flash.html.twig + user/import/file.html.twig + prod/upload/upload-flash.html.twig prod/upload/upload.html.twig Select files... Dateien auswählen... @@ -5616,7 +5578,7 @@ ausgewählte Dateien - web/prod/index.html.twig + web/prod/index.html.twig Selecteur de theme Thema Selektor @@ -5673,7 +5635,7 @@ Trennzeichen - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Service youtube introuvable. YouTube Service nicht gefunden @@ -5771,7 +5733,7 @@ Wenn Sie nicht ein anderes Webbrowser installieren können, benutzen Sie Google Chrome Frame - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Single image Einzelbild @@ -5787,7 +5749,7 @@ Grösse - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Slide show Diashow @@ -5817,7 +5779,7 @@ Es ist etwas schief gelaufen. Wenden Sie sich an den Administrator - Controller/Admin/Root.php + Controller/Admin/Root.php Something wrong happend Es ist etwas schief gelaufen ! @@ -5880,9 +5842,9 @@ Sphinx Search Server - SearchEngine/SphinxSearch/SphinxSearchEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php Sphinx server is offline Sphinx Server ist offline @@ -5918,23 +5880,18 @@ Started Started - - lib/conf.d/_GV_template.inc.php - Static URL - statische URL - web/prod/index.html.twig Status des documents a rechercher Zustand der Dokumente zu suchen - Controller/Admin/Root.php + Controller/Admin/Root.php Status icon upload failed : can not write on disk Status Ikone Upload ist fehlgeschlagen: kann nicht auf die Platte beschreiben - Controller/Admin/Root.php + Controller/Admin/Root.php Status icon upload failed : upload error Status Ikone Upload ist fehlgeschlagen: Upload Fehler @@ -5960,7 +5917,7 @@ Stopped - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Stories Berichte @@ -5970,7 +5927,7 @@ Berichtestatus Bearbeitung - API/V1/adapter.php + API/V1/adapter.php Story Not Found Bericht wurde nicht gefunden @@ -6053,8 +6010,8 @@ Controller/Admin/Collection.php Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php Successful removal erfolgreiches Löschen @@ -6065,13 +6022,13 @@ Controller/Admin/Collection.php Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig @@ -6131,6 +6088,11 @@ Séparez les tags par un espace: Paris vacances restaurant Bitte trennen Sie die Tags durch ein Leerzeichen: Paris Urlaub Restaurant + + Form/Configuration/EmailFormType.php + TLS + TLS + prod/results/help.html.twig TOUT @@ -6209,7 +6171,7 @@ Die URL, die Sie benutzt haben, ist nicht mehr gültig. Bitte loggen Sie sich ein - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php The Youtube servers have received too many calls from the same caller in a short amount of time. Die YouTube Server haben zu viele Anfragen vom gleichen Server in kurzer Zeit erhalten @@ -6219,12 +6181,12 @@ Die Anwendung wird wegen Überarbeitung heruntergefahren. Vielen Dank für Ihr Verständnis - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php The authentication token specified in the Authorization header has expired. Authentisierungs Token im angegebenen Authentisierungskopf ist abgelaufen - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php The authentication token specified in the Authorization header is invalid Authentisierungs Token in angegebenen Authentisierungskopf ist nicht gültig @@ -6275,7 +6237,7 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php The file is too big Datei ist zu gross @@ -6291,7 +6253,7 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php The publication has been stopped Veröffentlichung wurde gestoppt @@ -6317,12 +6279,12 @@ The task status - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php The upgrade is already started Upgrade hat schon begonnen - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig The upload violates a security restriction, please retry Upload verletzt eine Sicherheitseinschränkung, bitte wiederholen. @@ -6332,7 +6294,7 @@ Der Benutzer wurde erstellt - web/prod/index.html.twig + web/prod/index.html.twig Theme Thema @@ -6414,7 +6376,7 @@ Hier ist eine Schablone - lib/conf.d/_GV_template.inc.php + Form/Configuration/RegistrationFormType.php This option disables the selecting of the databases on which a user can register himself, and registration is made on all granted databases. Diese Option deaktiviert die Markierung der Datenbanken, auf denen ein Benutzer sich selbst anmelden kann und Anmeldung wird auf alle gewährte Datenbanken gehandelt. @@ -6497,12 +6459,12 @@ Toolbox - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Topics display mode Themen Anzeigemodus - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Topics tab position Lage von der Registerkarte "Themen" @@ -6528,12 +6490,12 @@ Alle Veröffentlichungen - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Transfert Annule Übertragung abgebrochen - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Transfert OK Übertragung OK @@ -6544,7 +6506,7 @@ Übermittelte Dateien - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Trees Bäume @@ -6580,7 +6542,7 @@ Typ Datum - web/prod/index.html.twig + web/prod/index.html.twig Type de documents Dokumenttyp @@ -6622,7 +6584,7 @@ Es ist nicht möglich den Benutzer zur Liste hinzufügen - Controller/Root/Login.php + Controller/Root/Login.php Unable to authenticate with %provider_name% Unable to authenticate with %provider_name% @@ -6644,7 +6606,7 @@ Es ist nicht möglich, die Liste zu löschen - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php Unable to execute query unmöglich, die Query auszuführen @@ -6659,7 +6621,7 @@ Es ist nicht möglich den Benutzer von der Liste zu entfernen - Controller/Root/Login.php + Controller/Root/Login.php Unable to retrieve provider identity unmöglich, Provider Identität abzurufen @@ -6670,8 +6632,8 @@ Es ist nicht möglich Dokumente zu senden - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php Unable to send your account unlock email. unmöglich, Ihr freigeschaltet Konto E-Mail zu senden @@ -6691,7 +6653,7 @@ Nachdem Sie die Veröffentlichung gelöscht haben, gehen die veröffentlichen Daten eingültig verloren. Fortsetzen? - web/prod/index.html.twig + web/prod/index.html.twig Une question personnelle eine persönliche Frage @@ -6704,17 +6666,17 @@ eine Auswahl ohne Titel - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Unhandled Error Unbehandelte Fehler - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Unknow Error Unbekannter Fehler - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Unknow reason Unbekannter Grund @@ -6734,25 +6696,15 @@ Unnamed user - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Unreachable server Server nicht erreichbar - - Controller/Admin/Setup.php - Update failed - Aktualisierung ist fehlgeschlagen - Notification/Mail/MailSuccessEmailUpdate.php Update of your email address on %application% Update of your email address on %application% - - Controller/Admin/Setup.php - Update succeed - Aktualisierung erfolgreich - Notification/Mail/MailInfoSomebodyAutoregistered.php Update the account @@ -6769,12 +6721,12 @@ Updating table %table_name% - lib/classes/appbox.php + lib/classes/appbox.php Upgrading %databox_name% Upgrading %databox_name% - lib/classes/appbox.php + lib/classes/appbox.php Upgrading appbox Appbox wird aktualisiert @@ -6793,7 +6745,7 @@ upload - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Upload URL is not set, please contact an admin Upload URL wurde nicht gesetzt, bitte kontaktieren Sie einen Administrator. @@ -6817,33 +6769,28 @@ Uploaded by : %username% von: %username% hochgeladen - - lib/conf.d/_GV_template.inc.php - Use Dailymotion API - Benutzen Sie Dailymotion API - - - lib/conf.d/_GV_template.inc.php - Use Flickr API - Benutzen Sie Flickr API - - - lib/conf.d/_GV_template.inc.php - Use Google API - Benutzen Sie Google API + + Form/Configuration/WebservicesFormType.php + Use Google Chart API + Use Google Chart API - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Use a SMTP server Benutzen Sie einen SMTP Server + + web/prod/index.html.twig + Use latest search settings on Production loading + Use latest search settings on Production loading + login/providers/mapping.html.twig Use my Phraseanet account Mein Phraseanet Konto benutzen - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Use recaptcha API Benutzen Sie ReCaptcha API @@ -6858,27 +6805,22 @@ Benutzen Sie den HTML5 Uploader - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Use with mod_token. Attention requires the apache modules and mod_h264_streaming mod_auth_token Mit mod_token benutzen. Vorsicht, benötigt die folgende Module: Apache und mod_h264_streaming mod_auth_token - - lib/conf.d/_GV_template.inc.php - Use youtube API - Benutzen Sie Youtube API - - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Used for guest account Für Gastkonto benutzt - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Used in search engine im Suchmaschine benutzt - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Used when opening the application wird benutzt beim Eröffnen der Anwendung @@ -6916,15 +6858,15 @@ Benutzer wurde erfolgreich erstellt - user/import/view.html.twig Vocabulary/ControlProvider/UserProvider.php + user/import/view.html.twig web/admin/users.html.twig prod/actions/Push.html.twig Users Benutzer - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Users must accept Terms of Use for each export Die Benutzer müssen die Nutzungsbedingungen für jeden Export akzeptieren @@ -7002,7 +6944,7 @@ Mit welchem API möchten Sie sich verbinden ? - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Veuillez arreter le planificateur avant la mise a jour Task Manager beenden bevor Sie die Update starten @@ -7027,8 +6969,8 @@ Video Codec - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php Videos Videos @@ -7108,7 +7050,7 @@ Sie haben dieser Applikationen eine Zugriffsberechtigung auf Ihr Konto erteilt - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Vous avez envoye cette demande a %n% utilisateurs Vous avez envoye cette demande a %n% utilisateurs @@ -7133,7 +7075,7 @@ Sie können eine Bewertung der Bilder in diesem Sammelkorb abgeben - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Vous aviez envoye cette demande a %n% utilisateurs Vous aviez envoye cette demande a %n% utilisateurs @@ -7173,7 +7115,7 @@ Sie haben sich erfolgreich angemeldet. - Controller/Root/Login.php + Controller/Root/Login.php Vous etes maintenant deconnecte. A bientot. Sie sind nun erfolgreich abgemeldet. Bis bald! @@ -7278,12 +7220,12 @@ Wasserzeichen - Controller/Root/Login.php + Controller/Root/Login.php Weak swach - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Webservices connectivity Webservices Konnektivität @@ -7346,6 +7288,12 @@ Write Metas Meta schreiben + + web/prod/index.html.twig + web/prod/index.html.twig + YYYY/MM/DD + YYYY/MM/DD + user/import/view.html.twig web/developers/applications.html.twig @@ -7388,7 +7336,7 @@ Sie sind dabei, %nb_push_items% Datensätze via Push zu senden - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php You are attempting to exceed the storage limit on your account and must delete existing entries before inserting new entries Sie versuchen, die Speicherbegrenzung auf Ihrem Konto zu überschreiten. Zuerst müssen Sie alte Einträge löschen, bevor Sie neue Einträge einfügen können. @@ -7468,7 +7416,7 @@ Sie dürfen Dateien nicht hochladen - Controller/Admin/Root.php + Controller/Admin/Root.php You do not enough rights to update status Sie haben nicht die genügende Rechte, um den Status zu aktualisieren @@ -7513,7 +7461,7 @@ Sie haben 1 verbleibenden Tag, um Ihr Auswahl zu bestätigen - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig You have attempted to queue too many files Sie haben versucht, zuviele Dateien anzustehen @@ -7568,18 +7516,18 @@ Nun müssen Sie Ihr Passwort einrichten - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php You tried to register with an unknown provider Sie haben es versucht, mit einem unbekannten Provider zu registrieren - Helper/User/Edit.php + Helper/User/Edit.php You will no longer receive notifications at %old_email% You will no longer receive notifications at %old_email% - Helper/User/Edit.php + Helper/User/Edit.php You will now receive notifications at %new_email% You will now receive notifications at %new_email% @@ -7634,23 +7582,23 @@ Ihre Email wird für Ihre Anmeldung benötigt - Controller/Root/Login.php + Controller/Root/Login.php Your identity is not recognized. Ihre Identität wird nicht erkannt - lib/classes/appbox.php + lib/classes/appbox.php Your install might need to build some sub-definitions Ihre Installation könnte benötigen, einige Unterauflösungen zu erstellen. - lib/classes/appbox.php + lib/classes/appbox.php Your install might need to re-read technical datas Ihre Installation erfordert vielleicht, technische Daten nochmal zu lesen. - lib/classes/appbox.php - lib/classes/appbox.php + lib/classes/appbox.php + lib/classes/appbox.php Your install requires data migration, please execute the following command Ihre Installation erfordert Datenmigration, bitte führen Sie folgenden Befehl aus. @@ -7659,26 +7607,6 @@ Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories. Ihre Media und Unterauflösungen (Voransichten, Miniaturansichten..) werden in diese Verzeichnisse gespeichert. - - lib/conf.d/_GV_template.inc.php - Youtube connectivity - Youtube Konnektivität - - - lib/conf.d/_GV_template.inc.php - Youtube developer key - Entwicklerschlüssel für Youtube - - - lib/conf.d/_GV_template.inc.php - Youtube public key - öffentlicher Schlüssel für Youtube - - - lib/conf.d/_GV_template.inc.php - Youtube secret key - geheimer Schlüssel für Youtube - mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig @@ -7695,7 +7623,7 @@ web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig action : bridge @@ -7727,7 +7655,7 @@ lightbox/IE6/validate.html.twig web/lightbox/validate.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/preview/tools.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig @@ -7760,7 +7688,7 @@ web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig action : publier @@ -7847,40 +7775,40 @@ Kollektion wurde nicht erstellt: sie müssen einen Namen eingeben - admin/user/demand.html.twig + admin/user/demand.html.twig admin:: appliquer le modele Vorlage anwenden - admin/user/demand.html.twig + admin/user/demand.html.twig admin:: demandes en cours schwebende Anfragen - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: donner les droits de telechargement et consultation de previews Ansicht und Herunterladen der Voransichten erlauben - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: donner les droits de telechargements de preview et hd Herunterladen der Voransichten und Dokumente erlauben - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: refuser l'acces Zugriff verboten - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: watermarquer les documents Wasserzeichen auf Voransichten anwenden @@ -7920,7 +7848,7 @@ Ende der Datenbankveröffentlichung bestätigen? - web/admin/databases.html.twig + web/admin/databases.html.twig admin::base: Monter une base eine Datenbank erstellen @@ -7935,13 +7863,13 @@ Veröffentlichung stoppen - Controller/Admin/Databox.php + Controller/Admin/Databox.php admin/databox/databox.html.twig admin::base: aucun alias Kein Alias - web/admin/databases.html.twig + web/admin/databases.html.twig admin::base: creer une base eine neue Datenbank erstellen @@ -8002,7 +7930,7 @@ Größe - web/admin/tree.html.twig + web/admin/tree.html.twig admin::base: preferences de collection Kollektionseinstellungen @@ -8027,7 +7955,7 @@ Datenbank leeren - Controller/Admin/Databox.php + Controller/Admin/Databox.php admin::base: vider la base avant de la supprimer Datenbank leeren bevor sie gelöscht wird @@ -8131,19 +8059,19 @@ leeren - admin/collection/reorder.html.twig + admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig admin::base:collorder: descendre absteigend - admin/collection/reorder.html.twig + admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig admin::base:collorder: monter aufsteigend - admin/collection/reorder.html.twig + admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig admin::base:collorder: reinitialiser en ordre alphabetique in alphabetischer Reihenfolge sortieren @@ -8164,7 +8092,7 @@ Wasserzeichen Datei - admin/user/demand.html.twig + admin/user/demand.html.twig admin::collection Kollektion @@ -8199,20 +8127,20 @@ Passwörter müssen eindeutig von Benutzernamen sein und mindestens zwei Zeichen enthalten, unter diesen : - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig admin::compte-utilisateur activite Tätigkeit - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur adresse Adresse @@ -8223,7 +8151,7 @@ mein Passwort ändern - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig @@ -8247,19 +8175,19 @@ Letzte angewendete Vorlage - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php eventsmanager/notify/autoregister.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/admin/users.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur email E-Mail - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig @@ -8273,13 +8201,13 @@ Benutzername - admin/user/demand.html.twig Core/Provider/RegistrationServiceProvider.php api/auth/end_user_authorization.html.twig web/account/account.html.twig web/account/account.html.twig web/account/reset-email.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/admin/users.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur identifiant @@ -8295,13 +8223,13 @@ Passwort - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php eventsmanager/notify/autoregister.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur nom Name @@ -8312,28 +8240,28 @@ Neue E-Mail Adresse - Controller/Admin/Users.php + Controller/Admin/Users.php web/admin/users.html.twig admin::compte-utilisateur pays Land - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur poste Beruf - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php eventsmanager/notify/autoregister.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur prenom Vorname @@ -8346,12 +8274,12 @@ Anrede - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/admin/users.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur societe @@ -8363,11 +8291,11 @@ Benutzer Konto Telefon - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur telephone Telefon @@ -8378,7 +8306,7 @@ Wir haben Ihnen eine Email Bestätigung geschickt. Bitte folgen Sie den Anweisungen um fortzusetzen. - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig @@ -8534,7 +8462,7 @@ Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - classes/record/preview.php + classes/record/preview.php web/admin/connected-users.html.twig admin::monitor: module client Client @@ -8554,7 +8482,7 @@ Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - classes/record/preview.php + classes/record/preview.php web/admin/connected-users.html.twig admin::monitor: module production Prod @@ -8671,7 +8599,7 @@ Struktur Einstellung - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. @@ -8759,7 +8687,7 @@ web/admin/tree.html.twig web/admin/tree.html.twig - web/admin/tree.html.twig + web/admin/tree.html.twig admin::utilisateurs: utilisateurs Benutzer @@ -8770,7 +8698,7 @@ eingeloggte Benutzer - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php aleatoire zufällig @@ -8816,8 +8744,9 @@ August - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php ascendant aufsteigend @@ -8886,7 +8815,7 @@ hinzufügen - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php Controller/Prod/Language.php web/account/reset-email.html.twig @@ -8951,7 +8880,7 @@ Controller/Prod/Language.php - web/admin/databases.html.twig + web/admin/databases.html.twig boutton::creer suchen @@ -8990,7 +8919,7 @@ Exportieren - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/client/index.html.twig web/common/dialog_export.html.twig @@ -8998,7 +8927,7 @@ prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig prod/actions/Push.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/report/all_content.html.twig web/thesaurus/accept.html.twig web/thesaurus/accept.html.twig @@ -9032,7 +8961,7 @@ ändern - web/admin/databases.html.twig + web/admin/databases.html.twig boutton::monter erstellen @@ -9090,18 +9019,18 @@ ersetzen - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php boutton::renouveller erneuern - user/import/file.html.twig 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 @@ -9189,8 +9118,6 @@ Prüfen - admin/user/demand.html.twig - user/import/view.html.twig Controller/Prod/Language.php mobile/lightbox/note_form.html.twig web/account/access.html.twig @@ -9198,18 +9125,21 @@ web/account/reset-email.html.twig admin/collection/collection.html.twig admin/collection/create.html.twig - admin/collection/reorder.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 + admin/search-engine/elastic-search.html.twig admin/search-engine/phrasea.html.twig admin/search-engine/sphinx-search.html.twig - web/admin/setup.html.twig + web/admin/setup.html.twig admin/statusbit/edit.html.twig web/admin/structure.html.twig web/admin/subdefs.html.twig + admin/user/demand.html.twig + user/import/view.html.twig web/developers/application_form.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig Bridge/Dailymotion/playlist_deleteelement.html.twig @@ -9230,7 +9160,7 @@ prod/actions/edit_default.html.twig prod/Baskets/Reorder.html.twig prod/Baskets/Update.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/Story/Reorder.html.twig web/report/all_content.html.twig web/thesaurus/accept.html.twig @@ -9287,12 +9217,12 @@ Oktoberfest OHNE Bier - classes/record/exportElement.php + classes/record/exportElement.php caption XML XML Beschriftung - classes/record/exportElement.php + classes/record/exportElement.php caption YAML YAMP Beschriftung @@ -9351,7 +9281,7 @@ admin/collection/create.html.twig admin/databox/databox.html.twig - web/prod/index.html.twig + web/prod/index.html.twig choisir wählen @@ -9478,7 +9408,8 @@ in %feed_name% - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php date dajout hinzugefügtes Datum @@ -9493,8 +9424,9 @@ Löschen - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php descendant absteigend @@ -9511,8 +9443,8 @@ Dokument - classes/record/exportElement.php - classes/record/exportElement.php + classes/record/exportElement.php + classes/record/exportElement.php document original Originales Dokument @@ -9581,12 +9513,6 @@ erreur : Vous n'avez pas les droits Sie haben keinen Zugriff darauf - - web/admin/setup.html.twig - web/admin/setup.html.twig - erreur avec la valeur %name% - Fehler mit %name% Wert - task-manager/task-editor/phraseanet-indexer.html.twig example : fr,en @@ -9599,7 +9525,7 @@ FTP - Controller/Client/Root.php + Controller/Client/Root.php export:: aucun document n'est disponible au telechargement Es stehen keine Dokumente zum download bereit @@ -9626,7 +9552,7 @@ Download - classes/set/export.php + classes/set/export.php export::ftp: reglages manuels manuelle Einstellungen @@ -9765,7 +9691,7 @@ Bild Werkzeug - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php invite:: Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annulez Umleitung auf die Anmelde-Seite. Mit OK kommen Sie zur Anmeldeseite und mit klick auf Abbrechen können Sieauf dieser Seite fortfahren @@ -9840,17 +9766,17 @@ Controller/Api/Oauth2.php - Controller/Root/Login.php + Controller/Root/Login.php login::erreur: Erreur d'authentification Anmeldefehler - Controller/Root/Login.php + Controller/Root/Login.php login::erreur: No available connection - Please contact sys-admin Fehler: Keine verfügbare Verbindung - Bitte kontaktieren Sie den Administrator - Controller/Root/Login.php + Controller/Root/Login.php login::erreur: Vous n'avez pas confirme votre email Zugriff nicht möglich. Sie haben Ihre E-Mail Adresse noch nicht bestätigt @@ -9861,7 +9787,7 @@ Controller/Root/Account.php - Controller/Root/Login.php + Controller/Root/Login.php login::notification: Mise a jour du mot de passe avec succes erfolgreiche Passwort Aktualisierung @@ -9871,8 +9797,8 @@ Wir haben Ihre Anfragen gespeichert - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php login::notification: demande de confirmation par mail envoyee E-Mail Bestätigungsanfrage gesendet @@ -9971,15 +9897,15 @@ login::register:email: Votre compte %application% login::register:email: Votre compte %application% - - Controller/Admin/Users.php - login::register:email: Vous avez ete accepte sur les collections suivantes : - Sie haben nun Zugriff auf die folgenden Kollektionen : + + Controller/Admin/Users.php + login::register:email: Vous avez ete accepte sur les collections suivantes : + login::register:email: Vous avez ete accepte sur les collections suivantes : - - Controller/Admin/Users.php - login::register:email: Vous avez ete refuse sur les collections suivantes : - Sie haben keinen Zugriff auf die folgenden Kollektionen : + + Controller/Admin/Users.php + login::register:email: Vous avez ete refuse sur les collections suivantes : + login::register:email: Vous avez ete refuse sur les collections suivantes : classes/module/report.php @@ -10014,7 +9940,7 @@ Model/Entities/User.php - classes/User/Adapter.php + classes/User/Adapter.php modele %name% modele %name% @@ -10024,9 +9950,9 @@ Neue Client Anwendung - user/import/view.html.twig web/account/sessions.html.twig web/admin/subdefs.html.twig + user/import/view.html.twig web/common/technical_datas.html.twig no Nein @@ -10065,11 +9991,6 @@ octobre Oktober - - lib/conf.d/_GV_template.inc.php - optional - optional - prod/actions/Push.html.twig or @@ -10144,8 +10065,8 @@ %nb_basket_elements% Dokumente im Sammekorb + Controller/Client/Root.php Controller/Client/Root.php - Controller/Client/Root.php paniers:: Quel nom souhaitez vous donner a votre panier ? Name des Sammelkorbes @@ -10165,7 +10086,7 @@ neue(n) Sammelkorb(e) erhalten - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php paniers::Vous etes sur le point de supprimer ce panier. Cette action est irreversible. Souhaitez-vous continuer ? Sie sind dabei diesen Sammelkorb zu löschen. Diese Aktion kann nicht rückgängig werden. Möchten Sie trotzdem fortsetzen? @@ -10196,17 +10117,18 @@ pro Monat - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php pertinence Relevanz - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php php.ini path php.ini Pfad - web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: Creer une base sur un serveur different de l'application box eine neue Datenbank auf einem anderen Server erstellen @@ -10216,17 +10138,17 @@ Fehler - web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: Modele de donnees XML Struktur Vorlage - web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: Monter une base provenant d'un serveur different de l'application box Datenbank von entferntem Host erstellen - Controller/Root/Login.php + Controller/Root/Login.php phraseanet:: Un email vient de vous etre envoye Wir haben Ihnen ein E-Mail gesendet @@ -10265,8 +10187,8 @@ Kollektionen - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: dbname Datenbank Name @@ -10288,8 +10210,8 @@ Historie - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: hostname Host Name @@ -10299,14 +10221,14 @@ Sprache - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: password Passwort - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig web/setup/step2.html.twig phraseanet:: port Schnittstelle @@ -10380,8 +10302,8 @@ alphabetische Sortierung - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: user Benutzer @@ -10404,26 +10326,26 @@ ladend - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/admin/index.html.twig phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible Die Verbindung mit Phraseanet Server ist derzeit nich verfügbar - Controller/Root/Login.php + Controller/Root/Login.php phraseanet::erreur: Le compte n'a pas ete trouve Konto nicht gefunden - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/admin/index.html.twig phraseanet::erreur: Une erreur est survenue, si ce probleme persiste, contactez le support technique Leider ist ein Fehler aufgetreten. Sollte sich dieser Fehler wiederholen kontaktieren Sie bitte den Administrator - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/admin/index.html.twig phraseanet::erreur: Votre session est fermee, veuillez vous re-authentifier @@ -10570,7 +10492,7 @@ module/report/nav.php - classes/User/Adapter.php + classes/User/Adapter.php phraseanet::utilisateur inconnu unbekannter Benutzer @@ -10602,42 +10524,42 @@ web/client/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig preview:: Description Beschreibung web/client/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig preview:: Historique Historie web/client/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig preview:: Popularite Beliebtheit - prod/preview/basket_train.html.twig - prod/preview/feed_train.html.twig - prod/preview/reg_train.html.twig + prod/preview/basket_train.html.twig + prod/preview/feed_train.html.twig + prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig preview:: arreter le diaporama stoppen - prod/preview/basket_train.html.twig - prod/preview/feed_train.html.twig - prod/preview/reg_train.html.twig + prod/preview/basket_train.html.twig + prod/preview/feed_train.html.twig + prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig preview:: demarrer le diaporama Dia-Schau - classes/record/preview.php + classes/record/preview.php preview:: resultat numero %number% preview:: resultat numero %number% @@ -11118,22 +11040,22 @@ Neuerstellung von Unterauflösungen - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %available% Resultats rappatries sur un total de %total% trouves reponses:: %available% Resultats rappatries sur un total de %total% trouves - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %number% documents selectionnes reponses:: %number% documents selectionnes - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %total% Resultats reponses:: %total% Resultats - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %total% reponses reponses:: %total% reponses @@ -11143,17 +11065,17 @@ Diese Datensätze werden entgültig gelöscht und es ist nicht möglich sie erneut aufzurufen. Fortfahren? - web/prod/index.html.twig + web/prod/index.html.twig reponses:: images par pages : Suchergebnisse nach Seite - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode liste Liste - web/prod/index.html.twig + web/prod/index.html.twig reponses:: mode vignettes Miniaturansichten @@ -11173,22 +11095,22 @@ alles - web/prod/index.html.twig + web/prod/index.html.twig reponses:: taille des images : Miniaturansichtengrösse - classes/record/adapter.php + classes/record/adapter.php reponses::document sans titre ohne Titel - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour la base %name reponses::propositions pour la base %name - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour le terme %terme% reponses::propositions pour le terme %terme% @@ -11627,10 +11549,10 @@ module/report/activity.php module/report/activity.php module/report/add.php - module/report/connexion.php - module/report/connexion.php - module/report/connexion.php - module/report/download.php + module/report/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 @@ -11644,7 +11566,7 @@ nicht ausgefüllt - classes/record/preview.php + classes/record/preview.php report:: page d'accueil Hautpseite @@ -11902,7 +11824,7 @@ Bestätigt - classes/record/preview.php + classes/record/preview.php report:: visualiseur cooliris Cooliris Viewer @@ -11988,9 +11910,9 @@ Download von %dest% - classes/record/preview.php - classes/record/preview.php - classes/record/preview.php + classes/record/preview.php + classes/record/preview.php + classes/record/preview.php report::acces direct Direkt Zugriff @@ -12266,17 +12188,17 @@ Verzeichnisse nach Archivierung löschen - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Certains documents n'ont pas pu etre tranferes Einige Dokumente konnten nicht übertragen werden - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Details des fichiers Angaben der Datei(en) - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" @@ -12286,28 +12208,29 @@ FTP Pull - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) - TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% + Notification/Mail/MailSuccessFTPReceiver.php Notification/Mail/MailSuccessFTPSender.php task::ftp:Status about your FTP transfert from %application% to %server% task::ftp:Status about your FTP transfert from %application% to %server% - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:TENTATIVE no %number%, %date% task::ftp:TENTATIVE no %number%, %date% - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Tous les documents ont ete transferes avec succes Alle Dokumente wurden erfolgreich übertragen @@ -12960,11 +12883,6 @@ toutes les notifications Alle Benachrichtigungen - - web/admin/databases.html.twig - update::Verifier els tables - Tabellen wiederherstellen - web/admin/databases.html.twig update::Votre application necessite une mise a jour vers : diff --git a/resources/locales/messages.en.xliff b/resources/locales/messages.en.xlf similarity index 95% rename from resources/locales/messages.en.xliff rename to resources/locales/messages.en.xlf index df7a1b8409..50ae9b5746 100644 --- a/resources/locales/messages.en.xliff +++ 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. @@ -32,12 +32,12 @@ %countable% documents can not be modified. - Controller/Root/Login.php + Controller/Root/Login.php %d collection selected %d collection selected - Controller/Root/Login.php + Controller/Root/Login.php %d collections selected %d collections selected @@ -309,7 +309,7 @@ * , ? , AND , OR , EXCEPT , IN , LAST , ALL - lib/conf.d/_GV_template.inc.php + Form/Configuration/APIClientsFormType.php *Phraseanet Navigator* is a smartphone application that allow user to connect on this instance *Phraseanet Navigator* is a smartphone application that allow user to connect on this instance. @@ -377,7 +377,7 @@ A document has been quarantined - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A field value contains an invalid character A value in field contains an invalid character @@ -407,12 +407,12 @@ A record matches the unique identifier: - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A required field is missing or has an empty value A required field is missing or has an empty value - Controller/Admin/Databox.php + Controller/Admin/Databox.php A task has been created, please run it to complete empty collection A task has been created, please run it to complete empty collection @@ -427,22 +427,22 @@ A third-party application is a product developed apart from Phraseanet and that would access Phraseanet data. - classes/User/Adapter.php + classes/User/Adapter.php A user already exists with email addres %email% A user already exists with email addres %email% - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A value does not match an expected format A value does not match an expected format - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A value exceeds the maximum allowable length A value exceeds the maximum allowed length - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A value has been deprecated and is no longer valid A value has been deprecated and is no longer valid @@ -498,18 +498,18 @@ Access has readonly rights - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php Account has been unlocked, you can now login. Account has been unlocked. You can now login. - Controller/Root/Login.php + Controller/Root/Login.php Account has been unlocked, you still have to wait for admin approval. Account has been unlocked. But you still have to wait for an administration approval. - Controller/Root/Login.php + Controller/Root/Login.php Account is already unlocked, you can login. Account is already unlocked. You can login. @@ -550,7 +550,7 @@ Active - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Active tab position Active tab position @@ -603,7 +603,7 @@ Add user - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Additionnal modules Additional modules @@ -617,11 +617,6 @@ Admin can edit shares, modify content Admin can edit shares and modify content - - lib/conf.d/_GV_template.inc.php - Admin email - Admin e-mail - web/admin/index.html.twig Adresse email du nouvel utilisateur @@ -638,7 +633,7 @@ Advanced field parameters - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Advanced search tab position Advanced search tab position @@ -648,42 +643,42 @@ 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 Display - web/prod/index.html.twig + web/prod/index.html.twig Afficher dans la notice Display in caption - 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 Aide Help @@ -736,7 +731,7 @@ Go to - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Allow the website to be indexed by search engines like Google Allow search engines (such as Google) indexation @@ -808,17 +803,17 @@ Controller/Admin/Collection.php Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databoxes.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databoxes.php Controller/Prod/BasketController.php Controller/Prod/Lazaret.php Controller/Prod/Lazaret.php @@ -828,10 +823,10 @@ Controller/Prod/Story.php Controller/Prod/Tools.php Controller/Prod/Tools.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php + API/V1/adapter.php + API/V1/adapter.php + API/V1/adapter.php + API/V1/adapter.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig @@ -874,7 +869,7 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Controller/Prod/BasketController.php web/admin/statusbit.html.twig An error occurred @@ -886,7 +881,7 @@ An error occurred while reading this file - Controller/Root/Login.php + Controller/Root/Login.php An unexpected error occured during authentication process, please contact an admin An unexpected error occurred during authentication process. Please contact an administrator. @@ -896,7 +891,7 @@ An upload on %bridge_adapter% failed, the resaon is : %reason% - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Anonymous report Anonymous report @@ -931,7 +926,7 @@ Application - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Application description Application description @@ -941,7 +936,7 @@ Desktop application - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Application title Application title @@ -1138,17 +1133,17 @@ Audio sample rate - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Auth_token directory path Auth_token directory path - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Auth_token mount point Auth_token mount point - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Auth_token passphrase Auth_token passphrase @@ -1174,17 +1169,22 @@ Authorize - lib/conf.d/_GV_template.inc.php + Form/Configuration/APIClientsFormType.php Authorize *Phraseanet Navigator* Authorise *Phraseanet Navigator* - lib/conf.d/_GV_template.inc.php + Form/Configuration/APIClientsFormType.php Authorize Microsoft Office Plugin to connect. Authorize Microsoft Office Plugin to connect + + Form/Configuration/ExecutablesFormType.php + Auto + Auto + - lib/conf.d/_GV_template.inc.php + Form/Configuration/RegistrationFormType.php Auto select databases Auto select databases @@ -1209,7 +1209,7 @@ Autorisez-vous l'application %application_name% a acceder a votre contenu sur %home_title% ? - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php Available in multi-export tab Available in multi-export tab. @@ -1240,15 +1240,15 @@ Back to basket list - Controller/Admin/Databox.php - Controller/Admin/Root.php - Controller/Admin/Root.php + Controller/Admin/Databox.php + Controller/Admin/Root.php + Controller/Admin/Root.php Controller/Root/Account.php Bad request format, only JSON is allowed Bad request format. Only JSON is allowed. - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Bad request, please contact an admin Bad request. Please contact your administrator @@ -1265,12 +1265,12 @@ Database %base% - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Base could not be created Base couldn't be created - Controller/Admin/Databox.php + Controller/Admin/Databox.php Base empty successful Dabase succesfully emptied @@ -1354,7 +1354,7 @@ By checking this box, you have read and agree to the %beginning_link% Terms of Use %end_link% - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php By default it is available for admins By default it is available for admins. @@ -1374,9 +1374,9 @@ Camera Model - user/import/view.html.twig 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 @@ -1391,7 +1391,7 @@ Cancel all - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Cannot upload Zero Byte files Cannot upload Zero Byte files @@ -1406,7 +1406,7 @@ Troncature characters - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Carousel Carousel @@ -1443,14 +1443,14 @@ This field is multivalued - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Ce champ est obligatoire This field is mandatory @@ -1465,18 +1465,18 @@ This field must have a content - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Ce champ est trop court %length% caracteres min Ce champ est trop court %length% caracteres min - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Ce champ est trop long %length% caracteres max Ce champ est trop long %length% caracteres max @@ -1491,7 +1491,7 @@ This field is not indexed - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr Phraseanet uses Flickr API, but is not supported or certified by Flickr @@ -1541,7 +1541,7 @@ Charset to use for indexation - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Check-box Check-box @@ -1565,7 +1565,7 @@ Choose a new password - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Choose the title of the document to export Choose the title of the document to export @@ -1591,7 +1591,7 @@ Clear list - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Client Client @@ -1659,7 +1659,7 @@ Collection successfully emptied - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Collections display mode Collections display mode @@ -1766,7 +1766,7 @@ Connection to server is Ok, but database does not exist or can not be accessed - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Connection terminates unexpetecdly, please retry Connexion terminated unexpectedly. Please retry @@ -1781,12 +1781,12 @@ Check Online for required list of components and web server setup - module/console/systemUpgrade.php + module/console/systemUpgrade.php Continuer ? Continue ? - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig Continuer quand meme Continuer quand meme @@ -1795,6 +1795,11 @@ Contributor Contributor + + Form/Configuration/GeneralFormType.php + Cooliris + Cooliris + api/auth/native_app_access_token.html.twig Copiez le code ci-dessous, retournez dans votre application et collez-le a l'endroit requis : @@ -1806,12 +1811,12 @@ Copy the code below then return to your application and paste it to the right place. - lib/classes/appbox.php + lib/classes/appbox.php Copying files Copying files - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Could not initiate upload, please retry Unable to initiate the upload. Please retry @@ -1821,7 +1826,7 @@ Resquest can't be performed. Please contact an administrator. - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Could not retrieve the file ID, please retry or contact an admin if problem persist Cannot retrieve the file ID. Please retry or contact an administrator if problem persists @@ -1831,7 +1836,7 @@ Could not send e-mail. - web/prod/index.html.twig + web/prod/index.html.twig Couleur de selection Selection color @@ -1841,13 +1846,6 @@ Country Country - - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php - Create API account at %website_url%, then use %callback_url% as callback URL value - Create API account at %website_url%, then use %callback_url% as callback URL value - web/login/register.html.twig Create an account manually @@ -1859,7 +1857,7 @@ Create new subview - lib/classes/appbox.php + lib/classes/appbox.php Creating new tables Creating new tables @@ -1952,7 +1950,7 @@ Current configuration contains some errors - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Current operations cannot be executed because the site is temporarily in maintenance mode. Wait a few minutes and try your request again The site is temporarily in maintenance mode, current operations cannot be done. Wait a few minutes and try again. @@ -1971,21 +1969,6 @@ DCES Dublin Core Input/Output - - lib/conf.d/_GV_template.inc.php - Dailymotion connectivity - Dailymotion connectivity - - - lib/conf.d/_GV_template.inc.php - Dailymotion public key - Dailymotion public key - - - lib/conf.d/_GV_template.inc.php - Dailymotion secret key - Dailymotion secret key - web/setup/step2.html.twig web/setup/step2.html.twig @@ -1993,22 +1976,22 @@ Database - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database can not be empty Database can't be empty - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database could not be mounted Database could not be mounted - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database does not exists or can not be accessed Connection to server is OK but database does not exist or can not be accessed - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database name can not contains special characters Database name can not contain special characters @@ -2100,37 +2083,27 @@ Default basket - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Default export title Default export title - - lib/conf.d/_GV_template.inc.php - Default language - Default language - task-manager/task-editor/phraseanet-indexer.html.twig Default language for thesaurus candidates Default language for thesaurus candidates - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Default mail sender address Default mail sender address - - lib/conf.d/_GV_template.inc.php - Default path for datas - Default path for datas - - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Default query Default query - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Default searched type Default searched type @@ -2140,12 +2113,12 @@ Default sort - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Default validation links duration Default feedback links duration - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Defined in Apache configuration Defined in Apache configuration. @@ -2218,7 +2191,7 @@ Last Update on %updated_on% - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Des difficultes ont ete rencontres a la connection au serveur distant Some difficulties encountered when connecting to distant server @@ -2275,7 +2248,7 @@ Dimension - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Disabled Disabled @@ -2285,17 +2258,17 @@ Display and action settings - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Display proposals tab Display proposals tab - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Display the name of databases and collections Display the name of databases and collections - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Display the total size of the document basket Display the total size of the document basket @@ -2357,12 +2330,12 @@ Document refused by %name% - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Document title Document title - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Documents Documents @@ -2374,11 +2347,6 @@ Documents indisponibles Document(s) unavailable - - lib/conf.d/_GV_template.inc.php - Documents storage - Documents storage - web/setup/step2.html.twig Don't worry, You can modify your configuration later @@ -2400,8 +2368,8 @@ Rights - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php + Form/Configuration/ClassicFormType.php Drop-down Drop-down @@ -2422,17 +2390,17 @@ E-mail - lib/classes/databox.php + lib/classes/databox.php ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" - lib/classes/databox.php + lib/classes/databox.php ERREUR : Les name de subdef sont uniques par groupe de subdefs et necessaire Error : Attribute "name" from node "subdef" is required and single - lib/classes/databox.php + lib/classes/databox.php ERREUR : TOUTES LES BALISES subdefgroup necessitent un attribut name Error : All "subdefgroup" tags must have an attribute "name" @@ -2479,6 +2447,21 @@ Editor can modify content Editor can modify content + + admin/search-engine/elastic-search.html.twig + ElasticSearch configuration + ElasticSearch configuration + + + admin/search-engine/elastic-search.html.twig + ElasticSearch connection configuration + ElasticSearch connection configuration + + + admin/search-engine/elastic-search.html.twig + ElasticSearch server + ElasticSearch server + web/admin/dashboard.html.twig admin/publications/fiche.html.twig @@ -2486,7 +2469,7 @@ E-mail - Controller/Admin/Users.php + Controller/Admin/Users.php Email '%email%' for login '%login%' already exists in database Email '%email%' for login '%login%' already exists in database @@ -2522,7 +2505,7 @@ E-mail test result: %email_status% - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Emails E-mails @@ -2537,7 +2520,7 @@ Empty a collection - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Empty if not used Empty if not used. @@ -2569,8 +2552,8 @@ En cliquant sur "ajouter" vous certifiez que vous possedez les droits pour le contenu ou que vous etes autorisé par le proprietaire à rendre le contenu accessible au public sur YouTube, et qu'il est autrement conforme aux Conditions d'utilisation de YouTubesitue a %lien_term_youtube% - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php actions/Bridge/records_list.html.twig En cours d'encodage Encoding in progress @@ -2581,52 +2564,52 @@ Sending in progress - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php Enable FTP export Enable FTP export - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php Enable FTP for users Enable FTP for users - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Enable H264 stream mode Enable H264 stream mode - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable HD substitution Enable source document substitution - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Enable SMTP authentication Enable SMTP authentication - lib/conf.d/_GV_template.inc.php + Form/Configuration/RegistrationFormType.php Enable auto registration Enable auto registration - lib/conf.d/_GV_template.inc.php + Form/Configuration/MaintenanceFormType.php Enable maintenance message broadcast Enable maintenance message broadcast - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable multi-doc mode Enable multi-doc mode - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Enable roll-over on basket elements Enable roll-over on basket elements - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Enable roll-over on stories Enable roll-over on stories @@ -2641,22 +2624,22 @@ Enable stemming languages - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable thesaurus Enable thesaurus - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Enable this setting to share on Facebook and Twitter Enable this setting to share on Facebook and Twitter - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable thumbnail substitution Enable thumbnail substitution - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Enabled Enabled @@ -2717,12 +2700,12 @@ Either invalid settings , either distant server is not responding - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur YouTube a rencontré une erreur lors du traitement de la requête. Youtube has encountered an error processing query - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Erreur d'encodage Encoding Error @@ -2732,22 +2715,22 @@ Login / Password error - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur la requête a été mal formée ou contenait des données valides. Query is badly formulated or contains unvalid datas - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur la ressource que vous tentez de modifier n'existe pas. The resource you are trying to modify doesn't exist or has been deleted - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur le service Youtube n'est pas accessible pour le moment. Veuillez réessayer plus tard. YouTube service is unavailable. Please try again later. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur lors de l'authentification au service Youtube, Veuillez vous déconnecter, puis vous reconnecter. Unable to authenticate on Youtube service, Please disconnect and try to connect again @@ -2757,7 +2740,7 @@ Error when saving datas - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur lors de l'envoi de la requête. Erreur d'authentification. Authentication Error @@ -2785,7 +2768,7 @@ Error when connecting to web server - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur vous avez essayé d'exécuter une requête non prise en charge par Youtube Attempted query is not supported by Youtube @@ -2807,12 +2790,12 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Error while sending the file Error while sending the file - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Error while uploading Error while uploading @@ -2855,7 +2838,7 @@ External binaries - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Executables settings Executables settings @@ -2877,7 +2860,7 @@ FTP - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php FTP Export FTP Export @@ -2959,27 +2942,27 @@ Document is not in quarantine anymore, please refresh - Controller/Admin/Root.php + Controller/Admin/Root.php File is too big : 64k max File is too big : 64k max - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File upload has been cancelled File upload has been cancelled - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File upload has been stopped File upload has been interrupted - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File upload limit (%maxFileSizeReadable%) has been reached File upload limit (%maxFileSizeReadable%) has been reached - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File validation failed Unable to retrieve the file ID. Please retry or contact an Administrator if problem persist @@ -3032,24 +3015,9 @@ Flash Flash - - lib/conf.d/_GV_template.inc.php - FlickR connectivity - FlickR connectivity - - - lib/conf.d/_GV_template.inc.php - Flickr public key - Flickr public key - - - lib/conf.d/_GV_template.inc.php - Flickr secret key - Flickr secret key - - lib/classes/appbox.php - lib/classes/appbox.php + lib/classes/appbox.php + lib/classes/appbox.php Flushing cache Flushing cache @@ -3101,16 +3069,26 @@ Frequence d'echantillonage Sampling frequency + + Form/Configuration/ExecutablesFormType.php + GD + GD + Media/Subdef/Video.php GOP size GOP size - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Gallery Gallery + + Form/Configuration/MainConfigurationFormType.php + General configuration + General configuration + web/admin/dashboard.html.twig General settings @@ -3142,7 +3120,7 @@ Creates an audio file - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Geonames server address Geonames server address @@ -3152,12 +3130,12 @@ Get a notification when a mail export fails - Controller/Root/Login.php + Controller/Root/Login.php Good Good - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Google Analytics identifier Google Analytics identifier @@ -3176,13 +3154,18 @@ Granted third party applications Granted third party applications + + Form/Configuration/ExecutablesFormType.php + GraphicsMagick + GraphicsMagick + - web/prod/index.html.twig + web/prod/index.html.twig Graphiste (preview au rollover) Graphist (preview on rollover) - Controller/Root/Login.php + Controller/Root/Login.php Great Great @@ -3217,11 +3200,6 @@ HD Download Document Download - - lib/conf.d/_GV_template.inc.php - HTTP Server - HTTP Server - api/auth/end_user_authorization.html.twig api/auth/native_app_access_token.html.twig @@ -3239,7 +3217,7 @@ Hello. Please log in. - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Hide information about users Hide information about users. @@ -3256,13 +3234,8 @@ Home Home - - lib/conf.d/_GV_template.inc.php - Homepage - Homepage - - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Homepage slideshow Homepage slideshow setting @@ -3288,7 +3261,7 @@ ISO sensibility - web/prod/index.html.twig + web/prod/index.html.twig Iconographe (description au rollover) Iconograph (caption on rollover) @@ -3298,12 +3271,12 @@ Id - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php If request is bigger, then mail is still available If request is bigger, then mail is still available. - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php If set to 0, duration is permanent If set to 0, duration is permanent. @@ -3337,6 +3310,11 @@ Image Image + + Form/Configuration/ExecutablesFormType.php + ImageMagick + ImageMagick + web/common/technical_datas.html.twig Images par secondes @@ -3348,7 +3326,7 @@ Thumbnail unavailable - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Imagine driver Imagine driver @@ -3370,10 +3348,10 @@ Indexable - admin/user/demand.html.twig web/account/base.html.twig web/admin/dashboard.html.twig admin/task-manager/list.html.twig + admin/user/demand.html.twig Informations Infos @@ -3383,7 +3361,7 @@ Your informations - web/prod/index.html.twig + web/prod/index.html.twig Informations techniques Technical informations @@ -3419,31 +3397,31 @@ Install Google Chrome Frame for Internet Explorer - Controller/Root/Login.php + Controller/Root/Login.php Invalid captcha answer. Invalid CAPTCHA answer. - Controller/Root/Login.php + Controller/Root/Login.php Invalid email address Invalid e-mail address. Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Invalid file format Invalid file format admin/collection/collection.html.twig - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Invalid file type Invalid file type - user/import/file.html.twig admin/databox/databox.html.twig admin/statusbit/edit.html.twig + user/import/file.html.twig Invalid file type, only (%supported_file_types%) file formats are supported Invalid file type. Only %supported_file_types% file formats are supported. @@ -3454,12 +3432,12 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Invalid labels parameter Invalid labels parameter - Controller/Root/Login.php + Controller/Root/Login.php Invalid link. Invalid link. @@ -3474,9 +3452,9 @@ Invalid target collection - Controller/Root/Login.php - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php Invalid unlock link. Invalid unlock link. @@ -3507,13 +3485,13 @@ Keep synchronization between bridge and client APIs. - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Keywords used for indexing purposes by search engines robots Keywords used for indexing purposes by search engines robots - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php L'upload a echoue Upload failed @@ -3543,7 +3521,7 @@ LAST 20 - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php La connection vers le serveur distant est OK Successful connection to distant server @@ -3560,25 +3538,25 @@ Subviews unavailable for the following document(s) - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php La taille maximale d'une video est de %duration% minutes. La taille maximale d'une video est de %duration% minutes. - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php La video a ete rejetee Video has been rejected - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php La video a ete supprimee Video has been deleted - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php La video est restreinte This video is restricted @@ -3664,16 +3642,16 @@ Basket deleted - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php Le poids maximum d'un fichier est de %size% Le poids maximum d'un fichier est de %size% - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php Le record n'a pas de fichier physique No physical file for this record @@ -3820,11 +3798,6 @@ Log changes Log changes - - lib/conf.d/_GV_template.inc.php - Log errors - Log errors - Form/Login/PhraseaAuthenticationForm.php login/oauth/login.html.twig @@ -3835,17 +3808,17 @@ Login - Controller/Admin/Users.php + Controller/Admin/Users.php Login %login% already exists in database Login %login% already exists in database - Controller/Admin/Users.php + Controller/Admin/Users.php Login %login% is already defined in the file at line %line% Login %login% is already defined in the file at line %line% - Controller/Admin/Users.php + Controller/Admin/Users.php Login line %line% is empty Login line %line% is empty @@ -3867,12 +3840,12 @@ Looking for patches - web/prod/index.html.twig + web/prod/index.html.twig Ma derniere question My last query - Controller/Admin/Users.php + Controller/Admin/Users.php Mail line %line% is empty Mail line %line% is empty @@ -3881,18 +3854,13 @@ Mail sent E-mail sent. - - lib/conf.d/_GV_template.inc.php - Main configuration - Main configuration - - lib/conf.d/_GV_template.inc.php + Form/Configuration/MaintenanceFormType.php Maintenance message Maintenance message - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Maintenance state Maintenance state @@ -3937,12 +3905,12 @@ Mandatory fields - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Maximum megabytes allowed for download Maximum megabytes allowed for download - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Maximum number of pages to be extracted from PDF Maximum number of pages to be extracted from PDF @@ -3973,18 +3941,18 @@ Update - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Minimum number of letters before truncation Minimum number of letters before truncation - Controller/Admin/Root.php + Controller/Admin/Root.php Missing "structure" parameter Missing "structure" parameter Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Missing labels parameter Labels missing parameter @@ -3999,7 +3967,7 @@ Missing name parameter - Controller/Admin/Root.php + Controller/Admin/Root.php Missing path parameter Missing path parameter @@ -4009,17 +3977,17 @@ Missing target collection - Controller/Admin/Root.php + Controller/Admin/Root.php Missing tests parameter Missing test parameter - Controller/Admin/Databox.php + Controller/Admin/Databox.php Missing view name parameter Missing name in view parameter - web/prod/index.html.twig + web/prod/index.html.twig Mode de presentation Display mode @@ -4029,7 +3997,7 @@ Metadatas template - admin/user/demand.html.twig + admin/user/demand.html.twig Models Templates @@ -4038,10 +4006,10 @@ Modify Modify - + admin/databox/databox.html.twig - Monter - Mount + Monter la collection %name% + Monter la collection %name% login/layout/sidebar-layout.html.twig @@ -4130,7 +4098,7 @@ Name or E-mail - web/prod/index.html.twig + web/prod/index.html.twig Ne pas afficher Hide @@ -4189,12 +4157,12 @@ No active basket - admin/user/demand.html.twig + admin/user/demand.html.twig No application for registration has been recorded No application registration recorded - Controller/Root/Login.php + Controller/Root/Login.php No collection selected No collection selected @@ -4260,7 +4228,7 @@ No results - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php No sort No sort @@ -4306,8 +4274,8 @@ Unrestricted (public) - admin/user/demand.html.twig - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php + admin/user/demand.html.twig web/admin/users.html.twig None None @@ -4388,18 +4356,18 @@ Number - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Number of days before the end of the validation to send a reminder email Number of days before the end of the validation to send a reminder e-mail - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Number of threads to use for FFMpeg Number of threads to use for FFMpeg - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php OK OK @@ -4424,7 +4392,7 @@ Only one record can be modified. - classes/caption/record.php + classes/caption/record.php Open the URL in a new window Open the link in a new window @@ -4461,12 +4429,12 @@ Orders manager - Controller/Root/Login.php + Controller/Root/Login.php Ordinary Ordinary - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Original name Original name @@ -4524,7 +4492,7 @@ Password (confirmation) - Controller/Admin/Users.php + Controller/Admin/Users.php Password is empty at line %line% Password is empty at line %line% @@ -4544,7 +4512,7 @@ Periodically fetches an FTP repository content locally - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Periodically push data to FTP servers. Periodically push data to FTP servers. @@ -4554,12 +4522,12 @@ Main picture - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php Photos Photos - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php Bridge/Flickr/actionelements.html.twig Photosets Photos set @@ -4580,7 +4548,7 @@ Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox. - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Phraseanet client API Phraseanet client API @@ -4590,7 +4558,7 @@ Phraseanet has an embedded task engine to read and write metadatas and perform other operations - Controller/Root/Login.php + Controller/Root/Login.php Phraseanet guest-access is disabled Phraseanet guest-access is disabled. @@ -4611,13 +4579,13 @@ Playlist - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php Playlists Playlists - Controller/Root/Login.php + Controller/Root/Login.php Please accept the terms of use to register. Please accept the terms of use to register. @@ -4642,22 +4610,22 @@ Please consider you can send this feedback request to the following users: %recommendation% - Controller/Client/Root.php + Controller/Client/Root.php Please create a basket before adding an element Please create a basket before adding an element. - Controller/Root/Login.php + Controller/Root/Login.php Please fill the captcha Please fill the captcha field. - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Please fix the database before starting Please repair the database before starting - Controller/Root/Login.php + Controller/Root/Login.php Please provide a longer value. It should have %s character or more. Please provide a longer value. It must have %s characters or more. @@ -4667,37 +4635,37 @@ Please provide a name for this selection. - Controller/Root/Login.php + Controller/Root/Login.php Please provide a valid IP address. Please provide a valid IP address. - Controller/Root/Login.php + Controller/Root/Login.php Please provide a valid email address. Please provide a valid e-mail address. - Controller/Root/Login.php + Controller/Root/Login.php Please provide a value. Please provide a value. - Controller/Root/Login.php + Controller/Root/Login.php Please provide the same emails. Please provide the same e-mails. - Controller/Root/Login.php + Controller/Root/Login.php Please provide the same passwords. Please provide the same passwords. - Controller/Root/Login.php + Controller/Root/Login.php Please select at least %s choice. Please select at least %s choice(s). - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Please select at least one valid file Please select at least one valid file @@ -4717,7 +4685,7 @@ Position - lib/classes/appbox.php + lib/classes/appbox.php Post upgrade Post upgrade @@ -4745,7 +4713,7 @@ Settings - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Prefix for notification emails Prefix for e-mail notifications @@ -4755,12 +4723,12 @@ Prerequisites and Configuration - web/prod/index.html.twig + web/prod/index.html.twig Presentation de vignettes Thumbnails - web/prod/index.html.twig + web/prod/index.html.twig Presentation de vignettes de panier Basket display setup @@ -4771,15 +4739,15 @@ Previous - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php Print Print - + api/auth/end_user_authorization.html.twig - - Connection problem + Problemes de connexion ? + Problemes de connexion ? Notification/Mail/MailInfoUserRegistered.php @@ -4787,12 +4755,12 @@ Process the registration - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Processus de validation recu de %user% Processus de validation recu de %user% - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Processus de validation recu de %user% et concernant %n% utilisateurs Processus de validation recu de %user% et concernant %n% utilisateurs @@ -4810,7 +4778,7 @@ admin/publications/wrapper.html.twig web/admin/tree.html.twig web/common/menubar.html.twig - web/prod/index.html.twig + web/prod/index.html.twig Publications Publications @@ -4821,12 +4789,12 @@ Public - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Publishers Publishers - lib/classes/appbox.php + lib/classes/appbox.php Purging directories Purging directories @@ -4837,7 +4805,7 @@ Push - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Push configuration Push configuration @@ -5033,12 +5001,12 @@ Read-only - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Recaptcha private key Recaptcha private key - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Recaptcha public key Recaptcha public key @@ -5144,7 +5112,7 @@ Record Mover - API/V1/adapter.php + API/V1/adapter.php Record Not Found Record Not Found @@ -5208,7 +5176,7 @@ Register Approval - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Registration Registration @@ -5283,7 +5251,6 @@ Documents storage folder - lib/conf.d/_GV_template.inc.php admin/fields/templates.html.twig Report Report @@ -5300,12 +5267,12 @@ Request contains invalid datas - admin/user/demand.html.twig + admin/user/demand.html.twig Requests for the application registrations were recorded successfully Requests for application registrations were successfully recorded. - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Require authentication to download documents Require authentication to download documents @@ -5430,11 +5397,6 @@ Rights will be erased before applying template, do you confirm? Rights will be erased before applying template, do you confirm? - - lib/conf.d/_GV_template.inc.php - Robot indexing - Robot indexing - actions/Feedback/List-Share.html.twig Role @@ -5461,30 +5423,35 @@ Run as application, not as service - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP encryption SMTP encryption - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP host SMTP host - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP password SMTP password - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP port SMTP port - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP user SMTP user + + Form/Configuration/EmailFormType.php + SSL + SSL + web/admin/tree.html.twig SUBDEFS @@ -5525,12 +5492,12 @@ Search baskets - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Search engine Search engine - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Search tab position Search tab position @@ -5549,16 +5516,11 @@ See See - - lib/conf.d/_GV_template.inc.php - See %url% - See %url% - - - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php - See documentation at %website% - See documentation at %website% + + Form/Configuration/ExecutablesFormType.php + Form/Configuration/WebservicesFormType.php + See documentation at %url% + See documentation at %url% Notification/Mail/MailInfoOrderCancelled.php @@ -5593,19 +5555,19 @@ Select all - Controller/Root/Login.php + Controller/Root/Login.php Select all collections Select all collections - user/import/file.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - prod/upload/upload-flash.html.twig + user/import/file.html.twig + prod/upload/upload-flash.html.twig prod/upload/upload.html.twig Select files... Select files... @@ -5616,7 +5578,7 @@ Selected files - web/prod/index.html.twig + web/prod/index.html.twig Selecteur de theme Theme picker @@ -5673,7 +5635,7 @@ Separator - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Service youtube introuvable. Youtube Service cannot be found. @@ -5771,7 +5733,7 @@ Internet Explorer users: If you cannot use or install another browser, we recommend to use Google Chrome Frame. - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Single image Single image @@ -5787,7 +5749,7 @@ Size - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Slide show Slideshow @@ -5817,7 +5779,7 @@ Something went wrong, please contact an administrator - Controller/Admin/Root.php + Controller/Admin/Root.php Something wrong happend Something wrong happened @@ -5880,9 +5842,9 @@ Sphinx Search Server - SearchEngine/SphinxSearch/SphinxSearchEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php Sphinx server is offline Sphinx server is offline @@ -5918,23 +5880,18 @@ Started Started - - lib/conf.d/_GV_template.inc.php - Static URL - Static URL - web/prod/index.html.twig Status des documents a rechercher Document status - Controller/Admin/Root.php + Controller/Admin/Root.php Status icon upload failed : can not write on disk Status icon upload failed : can not write on disk - Controller/Admin/Root.php + Controller/Admin/Root.php Status icon upload failed : upload error Status icon upload failed : upload error @@ -5960,7 +5917,7 @@ Stopped - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Stories Stories @@ -5970,7 +5927,7 @@ Stories status edition - API/V1/adapter.php + API/V1/adapter.php Story Not Found Story not found @@ -6053,8 +6010,8 @@ Controller/Admin/Collection.php Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php Successful removal Successful removal. @@ -6065,13 +6022,13 @@ Controller/Admin/Collection.php Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig @@ -6131,6 +6088,11 @@ Séparez les tags par un espace: Paris vacances restaurant Use space character between tags or keywords : Paris Holidays Restaurant + + Form/Configuration/EmailFormType.php + TLS + TLS + prod/results/help.html.twig TOUT @@ -6209,7 +6171,7 @@ The URL you used is out of date. Please login. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php The Youtube servers have received too many calls from the same caller in a short amount of time. Youtube server has received too many close calls from same caller @@ -6219,12 +6181,12 @@ You will be disconnected for maintenance, please quit Phraseanet - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php The authentication token specified in the Authorization header has expired. The authentication token specified in the Authorization header has expired. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php The authentication token specified in the Authorization header is invalid The authentication token specified in the Authorization header is invalid @@ -6275,7 +6237,7 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php The file is too big The file is too large. @@ -6291,7 +6253,7 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php The publication has been stopped The publication has been stopped. @@ -6317,12 +6279,12 @@ The task status - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php The upgrade is already started The upgrade is already in progress - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig The upload violates a security restriction, please retry The upload violates a security restriction. Please retry @@ -6332,7 +6294,7 @@ The user has been created. - web/prod/index.html.twig + web/prod/index.html.twig Theme Skin @@ -6414,7 +6376,7 @@ This is a template user - lib/conf.d/_GV_template.inc.php + Form/Configuration/RegistrationFormType.php This option disables the selecting of the databases on which a user can register himself, and registration is made on all granted databases. This option disables the selecting of the databases on which a user can register himself, and registration is made on all granted databases. @@ -6497,12 +6459,12 @@ Media Tool box - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Topics display mode Topics display mode - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Topics tab position Topics tab position @@ -6528,12 +6490,12 @@ All publications - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Transfert Annule Upload aborted - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Transfert OK Upload done @@ -6544,7 +6506,7 @@ Transmitted files - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Trees Trees @@ -6580,7 +6542,7 @@ Date type - web/prod/index.html.twig + web/prod/index.html.twig Type de documents Document(s) Type @@ -6622,7 +6584,7 @@ Unable to add user to list - Controller/Root/Login.php + Controller/Root/Login.php Unable to authenticate with %provider_name% Unable to authenticate with %provider_name% @@ -6644,7 +6606,7 @@ Unable to delete list - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php Unable to execute query Unable to execute query. @@ -6659,7 +6621,7 @@ Unable to remove user from list - Controller/Root/Login.php + Controller/Root/Login.php Unable to retrieve provider identity Unable to retrieve provider identity. @@ -6670,8 +6632,8 @@ Unable to send the documents - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php Unable to send your account unlock email. Unable to send e-mail to unlock your account. @@ -6691,7 +6653,7 @@ Once the publication is deleted, all information about it will be lost, proceed ? - web/prod/index.html.twig + web/prod/index.html.twig Une question personnelle The query @@ -6704,17 +6666,17 @@ an untitled selection - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Unhandled Error Unhandled error - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Unknow Error Unknown error - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Unknow reason Unknown reason @@ -6734,25 +6696,15 @@ Unnamed user - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Unreachable server Unreachable server - - Controller/Admin/Setup.php - Update failed - Update failed - Notification/Mail/MailSuccessEmailUpdate.php Update of your email address on %application% Update of your email address on %application% - - Controller/Admin/Setup.php - Update succeed - Update succeeded - Notification/Mail/MailInfoSomebodyAutoregistered.php Update the account @@ -6769,12 +6721,12 @@ Updating table %table_name% - lib/classes/appbox.php + lib/classes/appbox.php Upgrading %databox_name% Upgrading %databox_name% - lib/classes/appbox.php + lib/classes/appbox.php Upgrading appbox Upgrading appbox @@ -6793,7 +6745,7 @@ Upload - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Upload URL is not set, please contact an admin Upload URL is not set. Please contact your administrator @@ -6817,33 +6769,28 @@ Uploaded by : %username% Uploaded by : %username% - - lib/conf.d/_GV_template.inc.php - Use Dailymotion API - Use Dailymotion API - - - lib/conf.d/_GV_template.inc.php - Use Flickr API - Use Flickr API - - - lib/conf.d/_GV_template.inc.php - Use Google API - Use Google API + + Form/Configuration/WebservicesFormType.php + Use Google Chart API + Use Google Chart API - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Use a SMTP server Use a SMTP server + + web/prod/index.html.twig + Use latest search settings on Production loading + Use latest search settings on Production loading + login/providers/mapping.html.twig Use my Phraseanet account Use my Phraseanet account - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Use recaptcha API Use recaptcha API @@ -6858,27 +6805,22 @@ Switch to HTML5 uploader - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Use with mod_token. Attention requires the apache modules and mod_h264_streaming mod_auth_token Use with mod_token. Attention requires the apache modules and mod_h264_streaming mod_auth_token. - - lib/conf.d/_GV_template.inc.php - Use youtube API - Use youtube API - - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Used for guest account Used for guest account. - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Used in search engine Used in search engine. - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Used when opening the application Used when opening the application. @@ -6916,15 +6858,15 @@ User successfully created - user/import/view.html.twig Vocabulary/ControlProvider/UserProvider.php + user/import/view.html.twig web/admin/users.html.twig prod/actions/Push.html.twig Users Users - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Users must accept Terms of Use for each export Terms of Use must be accepted by users for each export @@ -7002,7 +6944,7 @@ Select an API to connect to : - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Veuillez arreter le planificateur avant la mise a jour Please stop Scheduler before updating @@ -7027,8 +6969,8 @@ Video Codec - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php Videos Videos @@ -7108,7 +7050,7 @@ The following application are allowed to access to your account - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Vous avez envoye cette demande a %n% utilisateurs Vous avez envoye cette demande a %n% utilisateurs @@ -7133,7 +7075,7 @@ You have received a feedback demand for documents from this basket. - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Vous aviez envoye cette demande a %n% utilisateurs Vous aviez envoye cette demande a %n% utilisateurs @@ -7173,7 +7115,7 @@ You are successfully authenticated - Controller/Root/Login.php + Controller/Root/Login.php Vous etes maintenant deconnecte. A bientot. You are now disconnected. See you soon. @@ -7278,12 +7220,12 @@ Watermark - Controller/Root/Login.php + Controller/Root/Login.php Weak Weak - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Webservices connectivity Webservices connectivity @@ -7346,6 +7288,12 @@ Write Metas Write Metadatas + + web/prod/index.html.twig + web/prod/index.html.twig + YYYY/MM/DD + YYYY/MM/DD + user/import/view.html.twig web/developers/applications.html.twig @@ -7388,7 +7336,7 @@ You are about to push %nb_push_items% records. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php You are attempting to exceed the storage limit on your account and must delete existing entries before inserting new entries Maximum storage size reached on your account, delete existing entries before adding new ones @@ -7468,7 +7416,7 @@ You are not allowed to upload files - Controller/Admin/Root.php + Controller/Admin/Root.php You do not enough rights to update status Your user right do not allow you to change document status @@ -7513,7 +7461,7 @@ You have 1 day to validate the selection. - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig You have attempted to queue too many files You have attempted to queue too many files @@ -7568,18 +7516,18 @@ You now have to set your password. - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php You tried to register with an unknown provider You tried to register with an unknown provider. - Helper/User/Edit.php + Helper/User/Edit.php You will no longer receive notifications at %old_email% You will no longer receive notifications at %old_email% - Helper/User/Edit.php + Helper/User/Edit.php You will now receive notifications at %new_email% You will now receive notifications at %new_email% @@ -7634,23 +7582,23 @@ Your e-mail will be used to log in to the application. - Controller/Root/Login.php + Controller/Root/Login.php Your identity is not recognized. Your identity is not recognized. - lib/classes/appbox.php + lib/classes/appbox.php Your install might need to build some sub-definitions Your install might need to build some subviews. - lib/classes/appbox.php + lib/classes/appbox.php Your install might need to re-read technical datas Your install might need to re-read technical datas - lib/classes/appbox.php - lib/classes/appbox.php + lib/classes/appbox.php + lib/classes/appbox.php Your install requires data migration, please execute the following command Your install requires data migration, please execute the following command @@ -7659,26 +7607,6 @@ Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories. Media and their subviews (such as previews, thumbnails...) will be stored in the following directories: - - lib/conf.d/_GV_template.inc.php - Youtube connectivity - Youtube connectivity - - - lib/conf.d/_GV_template.inc.php - Youtube developer key - Youtube developer key - - - lib/conf.d/_GV_template.inc.php - Youtube public key - Youtube public key - - - lib/conf.d/_GV_template.inc.php - Youtube secret key - Youtube secret key - mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig @@ -7695,7 +7623,7 @@ web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig action : bridge @@ -7727,7 +7655,7 @@ lightbox/IE6/validate.html.twig web/lightbox/validate.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/preview/tools.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig @@ -7760,7 +7688,7 @@ web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig action : publier @@ -7847,40 +7775,40 @@ Collection not created, it must have a name - admin/user/demand.html.twig + admin/user/demand.html.twig admin:: appliquer le modele Apply template - admin/user/demand.html.twig + admin/user/demand.html.twig admin:: demandes en cours Pending registration - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: donner les droits de telechargement et consultation de previews Allow Display and download for previews - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: donner les droits de telechargements de preview et hd Allow previews and documents download - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: refuser l'acces Deny access - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: watermarquer les documents Apply watermark on previews @@ -7920,7 +7848,7 @@ Stop database publication ? - web/admin/databases.html.twig + web/admin/databases.html.twig admin::base: Monter une base Mount database @@ -7935,13 +7863,13 @@ Stop database publication - Controller/Admin/Databox.php + Controller/Admin/Databox.php admin/databox/databox.html.twig admin::base: aucun alias No aliases - web/admin/databases.html.twig + web/admin/databases.html.twig admin::base: creer une base Create new database @@ -8002,7 +7930,7 @@ Size - web/admin/tree.html.twig + web/admin/tree.html.twig admin::base: preferences de collection Collection Settings @@ -8027,7 +7955,7 @@ Empty database - Controller/Admin/Databox.php + Controller/Admin/Databox.php admin::base: vider la base avant de la supprimer Empty database before delete @@ -8131,19 +8059,19 @@ Empty - admin/collection/reorder.html.twig + admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig admin::base:collorder: descendre Move Down - admin/collection/reorder.html.twig + admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig admin::base:collorder: monter Move Up - admin/collection/reorder.html.twig + admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig admin::base:collorder: reinitialiser en ordre alphabetique Sort alphabetically @@ -8164,7 +8092,7 @@ Watermark file - admin/user/demand.html.twig + admin/user/demand.html.twig admin::collection Collection @@ -8199,20 +8127,20 @@ Password has to be clearly different from login and must contain 2 types of characters among the following : - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig admin::compte-utilisateur activite Activity - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur adresse Address @@ -8223,7 +8151,7 @@ Change password - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig @@ -8247,19 +8175,19 @@ Last applied template - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php eventsmanager/notify/autoregister.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/admin/users.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur email E-mail - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig @@ -8273,13 +8201,13 @@ id - admin/user/demand.html.twig Core/Provider/RegistrationServiceProvider.php api/auth/end_user_authorization.html.twig web/account/account.html.twig web/account/account.html.twig web/account/reset-email.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/admin/users.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur identifiant @@ -8295,13 +8223,13 @@ Password - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php eventsmanager/notify/autoregister.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur nom Last name @@ -8312,28 +8240,28 @@ New e-mail address - Controller/Admin/Users.php + Controller/Admin/Users.php web/admin/users.html.twig admin::compte-utilisateur pays Country - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur poste Job - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php eventsmanager/notify/autoregister.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur prenom First name @@ -8346,12 +8274,12 @@ Gender - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/admin/users.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur societe @@ -8363,11 +8291,11 @@ Telephone - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur telephone Phone @@ -8378,7 +8306,7 @@ A confirmation e-mail has been sent. Please follow the instructions contained to continue. - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig @@ -8534,7 +8462,7 @@ Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - classes/record/preview.php + classes/record/preview.php web/admin/connected-users.html.twig admin::monitor: module client Client @@ -8554,7 +8482,7 @@ Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - classes/record/preview.php + classes/record/preview.php web/admin/connected-users.html.twig admin::monitor: module production Production @@ -8671,7 +8599,7 @@ Structure setup - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. @@ -8759,7 +8687,7 @@ web/admin/tree.html.twig web/admin/tree.html.twig - web/admin/tree.html.twig + web/admin/tree.html.twig admin::utilisateurs: utilisateurs Users @@ -8770,7 +8698,7 @@ Connected users - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php aleatoire Random @@ -8816,8 +8744,9 @@ August - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php ascendant ascending @@ -8886,7 +8815,7 @@ Add - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php Controller/Prod/Language.php web/account/reset-email.html.twig @@ -8951,7 +8880,7 @@ Controller/Prod/Language.php - web/admin/databases.html.twig + web/admin/databases.html.twig boutton::creer Create @@ -8990,7 +8919,7 @@ Export - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/client/index.html.twig web/common/dialog_export.html.twig @@ -8998,7 +8927,7 @@ prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig prod/actions/Push.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/report/all_content.html.twig web/thesaurus/accept.html.twig web/thesaurus/accept.html.twig @@ -9032,7 +8961,7 @@ Modify - web/admin/databases.html.twig + web/admin/databases.html.twig boutton::monter Mount @@ -9090,18 +9019,18 @@ Replace - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php boutton::renouveller Renew - user/import/file.html.twig 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 @@ -9189,8 +9118,6 @@ Test - admin/user/demand.html.twig - user/import/view.html.twig Controller/Prod/Language.php mobile/lightbox/note_form.html.twig web/account/access.html.twig @@ -9198,18 +9125,21 @@ web/account/reset-email.html.twig admin/collection/collection.html.twig admin/collection/create.html.twig - admin/collection/reorder.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 + admin/search-engine/elastic-search.html.twig admin/search-engine/phrasea.html.twig admin/search-engine/sphinx-search.html.twig - web/admin/setup.html.twig + web/admin/setup.html.twig admin/statusbit/edit.html.twig web/admin/structure.html.twig web/admin/subdefs.html.twig + admin/user/demand.html.twig + user/import/view.html.twig web/developers/application_form.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig Bridge/Dailymotion/playlist_deleteelement.html.twig @@ -9230,7 +9160,7 @@ prod/actions/edit_default.html.twig prod/Baskets/Reorder.html.twig prod/Baskets/Update.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/Story/Reorder.html.twig web/report/all_content.html.twig web/thesaurus/accept.html.twig @@ -9287,12 +9217,12 @@ France EXCEPT Paris - classes/record/exportElement.php + classes/record/exportElement.php caption XML XML caption - classes/record/exportElement.php + classes/record/exportElement.php caption YAML YAML Caption @@ -9351,7 +9281,7 @@ admin/collection/create.html.twig admin/databox/databox.html.twig - web/prod/index.html.twig + web/prod/index.html.twig choisir Select @@ -9478,7 +9408,8 @@ in %feed_name% - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php date dajout Add date @@ -9493,8 +9424,9 @@ Delete - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php descendant descending @@ -9511,8 +9443,8 @@ document - classes/record/exportElement.php - classes/record/exportElement.php + classes/record/exportElement.php + classes/record/exportElement.php document original Original document @@ -9581,12 +9513,6 @@ erreur : Vous n'avez pas les droits You do not have the required permissions. - - web/admin/setup.html.twig - web/admin/setup.html.twig - erreur avec la valeur %name% - Error with value %name% - task-manager/task-editor/phraseanet-indexer.html.twig example : fr,en @@ -9599,7 +9525,7 @@ FTP - Controller/Client/Root.php + Controller/Client/Root.php export:: aucun document n'est disponible au telechargement There are no available documents for download @@ -9626,7 +9552,7 @@ Download - classes/set/export.php + classes/set/export.php export::ftp: reglages manuels Manual settings @@ -9765,7 +9691,7 @@ Rotate - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php invite:: Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annulez Redirection to the login page, click OK to continue or cancel. @@ -9840,17 +9766,17 @@ Controller/Api/Oauth2.php - Controller/Root/Login.php + Controller/Root/Login.php login::erreur: Erreur d'authentification Authentication error - Controller/Root/Login.php + Controller/Root/Login.php login::erreur: No available connection - Please contact sys-admin No available connection. Please contact system administrator - Controller/Root/Login.php + Controller/Root/Login.php login::erreur: Vous n'avez pas confirme votre email Access denied, you have not confirmed your e-mail address. @@ -9861,7 +9787,7 @@ Controller/Root/Account.php - Controller/Root/Login.php + Controller/Root/Login.php login::notification: Mise a jour du mot de passe avec succes Password update done @@ -9871,8 +9797,8 @@ Requests are beeing processed - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php login::notification: demande de confirmation par mail envoyee E-mail confirmation sent. @@ -9971,15 +9897,15 @@ login::register:email: Votre compte %application% login::register:email: Votre compte %application% - - Controller/Admin/Users.php - login::register:email: Vous avez ete accepte sur les collections suivantes : - Your access has been approved on the following collections: + + Controller/Admin/Users.php + login::register:email: Vous avez ete accepte sur les collections suivantes : + login::register:email: Vous avez ete accepte sur les collections suivantes : - - Controller/Admin/Users.php - login::register:email: Vous avez ete refuse sur les collections suivantes : - Your access has been rejected on the following collections: + + Controller/Admin/Users.php + login::register:email: Vous avez ete refuse sur les collections suivantes : + login::register:email: Vous avez ete refuse sur les collections suivantes : classes/module/report.php @@ -10014,7 +9940,7 @@ Model/Entities/User.php - classes/User/Adapter.php + classes/User/Adapter.php modele %name% modele %name% @@ -10024,9 +9950,9 @@ New client application - user/import/view.html.twig web/account/sessions.html.twig web/admin/subdefs.html.twig + user/import/view.html.twig web/common/technical_datas.html.twig no No @@ -10065,11 +9991,6 @@ octobre October - - lib/conf.d/_GV_template.inc.php - optional - optional - prod/actions/Push.html.twig or @@ -10144,8 +10065,8 @@ %nb_basket_elements% documents in basket + Controller/Client/Root.php Controller/Client/Root.php - Controller/Client/Root.php paniers:: Quel nom souhaitez vous donner a votre panier ? Basket name @@ -10165,7 +10086,7 @@ New basket(s) received - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php paniers::Vous etes sur le point de supprimer ce panier. Cette action est irreversible. Souhaitez-vous continuer ? You are about to delete a basket. This action can not be undone, continue? @@ -10196,17 +10117,18 @@ per month - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php pertinence Relevance - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php php.ini path php.ini path - web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: Creer une base sur un serveur different de l'application box Create a new database on another server @@ -10216,17 +10138,17 @@ Error - web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: Modele de donnees XML structure template - web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: Monter une base provenant d'un serveur different de l'application box Mount Database from a distant host. - Controller/Root/Login.php + Controller/Root/Login.php phraseanet:: Un email vient de vous etre envoye An e-mail has been sent. @@ -10265,8 +10187,8 @@ Collections - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: dbname Database Name @@ -10288,8 +10210,8 @@ Timeline - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: hostname Host name @@ -10299,14 +10221,14 @@ Language - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: password Password - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig web/setup/step2.html.twig phraseanet:: port Port @@ -10380,8 +10302,8 @@ Sort by name - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: user User @@ -10404,26 +10326,26 @@ Loading - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/admin/index.html.twig phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible Server connection is not available - Controller/Root/Login.php + Controller/Root/Login.php phraseanet::erreur: Le compte n'a pas ete trouve Account does not exist - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/admin/index.html.twig phraseanet::erreur: Une erreur est survenue, si ce probleme persiste, contactez le support technique An error occurred. If this problem happens again, please contact technical support - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/admin/index.html.twig phraseanet::erreur: Votre session est fermee, veuillez vous re-authentifier @@ -10570,7 +10492,7 @@ module/report/nav.php - classes/User/Adapter.php + classes/User/Adapter.php phraseanet::utilisateur inconnu Unknown user @@ -10602,42 +10524,42 @@ web/client/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig preview:: Description Caption web/client/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig preview:: Historique Timeline web/client/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig preview:: Popularite Statistics - prod/preview/basket_train.html.twig - prod/preview/feed_train.html.twig - prod/preview/reg_train.html.twig + prod/preview/basket_train.html.twig + prod/preview/feed_train.html.twig + prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig preview:: arreter le diaporama Stop - prod/preview/basket_train.html.twig - prod/preview/feed_train.html.twig - prod/preview/reg_train.html.twig + prod/preview/basket_train.html.twig + prod/preview/feed_train.html.twig + prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig preview:: demarrer le diaporama Slideshow - classes/record/preview.php + classes/record/preview.php preview:: resultat numero %number% preview:: resultat numero %number% @@ -11118,22 +11040,22 @@ Recreate subviews - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %available% Resultats rappatries sur un total de %total% trouves reponses:: %available% Resultats rappatries sur un total de %total% trouves - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %number% documents selectionnes reponses:: %number% documents selectionnes - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %total% Resultats reponses:: %total% Resultats - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %total% reponses reponses:: %total% reponses @@ -11143,17 +11065,17 @@ Documents will be deleted, you will not be able to recover them. Confirm ? - web/prod/index.html.twig + web/prod/index.html.twig 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 @@ -11173,22 +11095,22 @@ All - web/prod/index.html.twig + web/prod/index.html.twig reponses:: taille des images : Thumbnails size - classes/record/adapter.php + classes/record/adapter.php reponses::document sans titre Untitled - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour la base %name reponses::propositions pour la base %name - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour le terme %terme% reponses::propositions pour le terme %terme% @@ -11627,10 +11549,10 @@ module/report/activity.php module/report/activity.php module/report/add.php - module/report/connexion.php - module/report/connexion.php - module/report/connexion.php - module/report/download.php + module/report/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 @@ -11644,7 +11566,7 @@ Not filled - classes/record/preview.php + classes/record/preview.php report:: page d'accueil Home page @@ -11902,7 +11824,7 @@ Leave feedback - classes/record/preview.php + classes/record/preview.php report:: visualiseur cooliris Cooliris viewer @@ -11988,9 +11910,9 @@ Download(s) from %dest% - classes/record/preview.php - classes/record/preview.php - classes/record/preview.php + classes/record/preview.php + classes/record/preview.php + classes/record/preview.php report::acces direct Direct access @@ -12266,17 +12188,17 @@ Delete repositories when archiving is done - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Certains documents n'ont pas pu etre tranferes Some files could not be transfered - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Details des fichiers Details for file(s) - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" @@ -12286,28 +12208,29 @@ FTP Pull - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) - TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% + Notification/Mail/MailSuccessFTPReceiver.php Notification/Mail/MailSuccessFTPSender.php task::ftp:Status about your FTP transfert from %application% to %server% task::ftp:Status about your FTP transfert from %application% to %server% - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:TENTATIVE no %number%, %date% task::ftp:TENTATIVE no %number%, %date% - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Tous les documents ont ete transferes avec succes All files transferred @@ -12960,11 +12883,6 @@ toutes les notifications All Notifications - - web/admin/databases.html.twig - update::Verifier els tables - Repair table - web/admin/databases.html.twig update::Votre application necessite une mise a jour vers : diff --git a/resources/locales/messages.es.xliff b/resources/locales/messages.es.xlf similarity index 100% rename from resources/locales/messages.es.xliff rename to resources/locales/messages.es.xlf diff --git a/resources/locales/messages.fr.xliff b/resources/locales/messages.fr.xlf similarity index 95% rename from resources/locales/messages.fr.xliff rename to resources/locales/messages.fr.xlf index 25302e1724..caa03ab40a 100644 --- a/resources/locales/messages.fr.xliff +++ 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. @@ -32,12 +32,12 @@ %countable% documents ne peuvent être modifiés. - Controller/Root/Login.php + Controller/Root/Login.php %d collection selected %d collection sélectionnée - Controller/Root/Login.php + Controller/Root/Login.php %d collections selected %d collections sélectionnées @@ -309,7 +309,7 @@ * , ? , ET , OU , SAUF , DANS , DERNIERS , TOUT (ou AND , OR , EXCEPT , LAST , ALL) - lib/conf.d/_GV_template.inc.php + Form/Configuration/APIClientsFormType.php *Phraseanet Navigator* is a smartphone application that allow user to connect on this instance *Phraseanet Navigator* est une application mobile permettant à des utilisateurs de se connecter sur cette instance Phraseanet. @@ -377,7 +377,7 @@ Un document a été placé en quarantaine - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A field value contains an invalid character Le contenu saisi contient un caractère non valide @@ -407,12 +407,12 @@ Un enregistrement correspond à un identifiant unique existant : - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A required field is missing or has an empty value Un champ obligatoire n'est pas rempli - Controller/Admin/Databox.php + Controller/Admin/Databox.php A task has been created, please run it to complete empty collection Une tâche vient d'être créée. Veuillez la lancer pour vider la collection. @@ -427,22 +427,22 @@ Une application tierce est un produit développé en dehors de Phraseanet et qui accède à des données Phraseanet. - classes/User/Adapter.php + classes/User/Adapter.php A user already exists with email addres %email% A user already exists with email addres %email% - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A value does not match an expected format La contenu saisi ne correspond pas au contenu attendu - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A value exceeds the maximum allowable length Le contenu saisi dépasse la quantité maximum de caractères autorisés - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A value has been deprecated and is no longer valid Une valeur est dépréciée ou n'est plus valide @@ -498,18 +498,18 @@ Accès ne permet que d'utiliser - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php Account has been unlocked, you can now login. Le compte a été débloqué. Vous pouvez maintenant vous connecter. - Controller/Root/Login.php + Controller/Root/Login.php Account has been unlocked, you still have to wait for admin approval. Le compte a été débloqué. Vous devez toutefois attendre l'approbation d'un administrateur. - Controller/Root/Login.php + Controller/Root/Login.php Account is already unlocked, you can login. Le compte est déjà déverrouillé. Vous pouvez vous connecter. @@ -550,7 +550,7 @@ Actif - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Active tab position Activer le positionnement des onglets @@ -603,7 +603,7 @@ Ajouter un utilisateur - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Additionnal modules Modules additionnels @@ -617,11 +617,6 @@ Admin can edit shares, modify content L'administrateur peut éditer les partages et modifier les contenus - - lib/conf.d/_GV_template.inc.php - Admin email - Adresse e-mail de l'administrateur - web/admin/index.html.twig Adresse email du nouvel utilisateur @@ -638,7 +633,7 @@ Paramètres avancés du champ - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Advanced search tab position Postion de l'onglet de recherche avancée @@ -648,42 +643,42 @@ 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 Afficher - web/prod/index.html.twig + web/prod/index.html.twig Afficher dans la notice Afficher dans la notice - 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 Aide Aide @@ -736,7 +731,7 @@ Aller à - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Allow the website to be indexed by search engines like Google Permettre l'indexation du site par des moteurs de recherche (comme Google) @@ -808,17 +803,17 @@ Controller/Admin/Collection.php Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databoxes.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databoxes.php Controller/Prod/BasketController.php Controller/Prod/Lazaret.php Controller/Prod/Lazaret.php @@ -828,10 +823,10 @@ Controller/Prod/Story.php Controller/Prod/Tools.php Controller/Prod/Tools.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php + API/V1/adapter.php + API/V1/adapter.php + API/V1/adapter.php + API/V1/adapter.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig @@ -874,7 +869,7 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Controller/Prod/BasketController.php web/admin/statusbit.html.twig An error occurred @@ -886,7 +881,7 @@ Une erreur est survenue à la lecture de ce fichier - Controller/Root/Login.php + Controller/Root/Login.php An unexpected error occured during authentication process, please contact an admin Une erreur inattendue s'est produite pendant le processus d'authentification. Veuillez contacter un administrateur. @@ -896,7 +891,7 @@ An upload on %bridge_adapter% failed, the resaon is : %reason% - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Anonymous report Report anonyme @@ -931,7 +926,7 @@ Application - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Application description Description]]> @@ -941,7 +936,7 @@ Application - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Application title Titre donné à l'instance Phraseanet @@ -1138,17 +1133,17 @@ Taux d’échantillonnage audio - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Auth_token directory path Chemin du répertoire Auth_token - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Auth_token mount point Point de montage Auth_token - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Auth_token passphrase Passphrase Auth_token @@ -1174,17 +1169,22 @@ Autoriser - lib/conf.d/_GV_template.inc.php + Form/Configuration/APIClientsFormType.php Authorize *Phraseanet Navigator* Autoriser *Phraseanet Navigator* - lib/conf.d/_GV_template.inc.php + Form/Configuration/APIClientsFormType.php Authorize Microsoft Office Plugin to connect. Autoriser la connexion d'un plugin Microsoft Office + + Form/Configuration/ExecutablesFormType.php + Auto + Auto + - lib/conf.d/_GV_template.inc.php + Form/Configuration/RegistrationFormType.php Auto select databases Sélection automatique des bases de données @@ -1209,7 +1209,7 @@ Autorisez-vous l'application %application_name% a acceder a votre contenu sur %home_title% ? - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php Available in multi-export tab Rendre disponible dans les onglets de la fenêtre d'export. @@ -1240,15 +1240,15 @@ Retour à la liste des paniers - Controller/Admin/Databox.php - Controller/Admin/Root.php - Controller/Admin/Root.php + Controller/Admin/Databox.php + Controller/Admin/Root.php + Controller/Admin/Root.php Controller/Root/Account.php Bad request format, only JSON is allowed Mauvais format de requête. Seul JSON est autorisé. - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Bad request, please contact an admin Requête invalide. Veuillez contacter un administrateur @@ -1265,12 +1265,12 @@ Base %base% - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Base could not be created La base ne peut pas être créée - Controller/Admin/Databox.php + Controller/Admin/Databox.php Base empty successful Base vidée avec succès @@ -1354,7 +1354,7 @@ En cochant cette case, vous acceptez les %beginning_link% conditions générales d'utilisation %end_link% - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php By default it is available for admins Par défaut cette option est disponible pour les administrateurs. @@ -1374,9 +1374,9 @@ Type d'appareil numérique - user/import/view.html.twig 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 @@ -1391,7 +1391,7 @@ Annuler tout - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Cannot upload Zero Byte files Impossible d'uploader un fichier vide @@ -1406,7 +1406,7 @@ Caractères de troncature - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Carousel Carrousel @@ -1443,14 +1443,14 @@ Ce champ est multivalué - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Ce champ est obligatoire Ce champ est obligatoire @@ -1465,18 +1465,18 @@ Ce champ est obligatoire - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Ce champ est trop court %length% caracteres min Ce champ est trop court %length% caracteres min - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Ce champ est trop long %length% caracteres max Ce champ est trop long %length% caracteres max @@ -1491,7 +1491,7 @@ Ce champ n'est pas indexé - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifié par Flickr @@ -1541,7 +1541,7 @@ Jeu de caractères à utiliser pour l'indexation - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Check-box Case à cocher @@ -1565,7 +1565,7 @@ Choisissez un nouveau mot de passe - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Choose the title of the document to export Choix du nom de fichier à l'export du document @@ -1591,7 +1591,7 @@ Vider la liste - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Client Client @@ -1659,7 +1659,7 @@ Collection vidée avec succès - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Collections display mode Mode d'affichage des collections @@ -1766,7 +1766,7 @@ Connexion réussie mais la base de données n'existe pas ou n'est pas accessible. - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Connection terminates unexpetecdly, please retry La connexion s'est terminée de manière inattendue. Veuillez contacter un administrateur @@ -1781,12 +1781,12 @@ Consultez en ligne les pré-requis et la configuration du serveur web - module/console/systemUpgrade.php + module/console/systemUpgrade.php Continuer ? Continuer ? - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig Continuer quand meme Continuer quand meme @@ -1795,6 +1795,11 @@ Contributor Contributeur + + Form/Configuration/GeneralFormType.php + Cooliris + Cooliris + api/auth/native_app_access_token.html.twig Copiez le code ci-dessous, retournez dans votre application et collez-le a l'endroit requis : @@ -1806,12 +1811,12 @@ Copiez le code ci-dessous, retournez dans votre application et collez le au bon endroit. - lib/classes/appbox.php + lib/classes/appbox.php Copying files Copie des fichiers - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Could not initiate upload, please retry Initialisation de l'upload impossible. Veuillez réessayer @@ -1821,7 +1826,7 @@ Impossible d'exécuter la requête. Veuillez contacter un administrateur. - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Could not retrieve the file ID, please retry or contact an admin if problem persist Impossible de récupérer l'identifiant du fichier. Veuillez réessayer et contacter un administrateur si le problème persiste. @@ -1831,7 +1836,7 @@ Impossible d'envoyer l'e-mail - web/prod/index.html.twig + web/prod/index.html.twig Couleur de selection Couleur de sélection @@ -1841,13 +1846,6 @@ Country Pays - - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php - Create API account at %website_url%, then use %callback_url% as callback URL value - Create API account at %website_url%, then use %callback_url% as callback URL value - web/login/register.html.twig Create an account manually @@ -1859,7 +1857,7 @@ Créer une nouvelle sous résolution - lib/classes/appbox.php + lib/classes/appbox.php Creating new tables Création de nouvelles tables @@ -1952,7 +1950,7 @@ Le paramétrage actuel de la configuration contient des erreurs - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Current operations cannot be executed because the site is temporarily in maintenance mode. Wait a few minutes and try your request again Cette opération ne peut aboutir, le site est en mode maintenance. Patientez quelques instants puis essayez à nouveau. @@ -1971,21 +1969,6 @@ DCES Entrée/Sortie Dublin Core - - lib/conf.d/_GV_template.inc.php - Dailymotion connectivity - Connexion Dailymotion - - - lib/conf.d/_GV_template.inc.php - Dailymotion public key - Clé publique Dailymotion - - - lib/conf.d/_GV_template.inc.php - Dailymotion secret key - Clé secrète Dailymotion - web/setup/step2.html.twig web/setup/step2.html.twig @@ -1993,22 +1976,22 @@ Base de données - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database can not be empty Le base de données ne peut pas être vide - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database could not be mounted Le base de données ne peut pas être montée - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database does not exists or can not be accessed Connexion réussie mais la base de données n'existe pas ou n'est pas accessible. - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database name can not contains special characters Le nom de la base de données ne peut pas contenir de caractères spéciaux @@ -2100,37 +2083,27 @@ Panier par défaut - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Default export title Nom de fichier attribué par défaut - - lib/conf.d/_GV_template.inc.php - Default language - Langue par défaut - task-manager/task-editor/phraseanet-indexer.html.twig Default language for thesaurus candidates Langue par défaut des termes candidats du thésaurus - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Default mail sender address Adresse par défaut de l'expéditeur - - lib/conf.d/_GV_template.inc.php - Default path for datas - Chemin par défaut pour les données - - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Default query Requête par défaut - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Default searched type Type de média recherchés par défaut @@ -2140,12 +2113,12 @@ Tri par défaut - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Default validation links duration Durée de validité (en jours) des liens générés pour les process de Push et de Validation - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Defined in Apache configuration Définie dans la configuration de Apache. @@ -2218,7 +2191,7 @@ Dernière mise à jour le %updated_on% - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Des difficultes ont ete rencontres a la connection au serveur distant Des difficultés ont été rencontrées lors de la connexion au serveur distant @@ -2275,7 +2248,7 @@ Dimensions - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Disabled Désactivé @@ -2285,17 +2258,17 @@ Paramétrage d'affichage et d'action - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Display proposals tab Affichage de l'onglet des propositions de thésaurus - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Display the name of databases and collections Afficher le nom des bases et collections - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Display the total size of the document basket Afficher la taille des paniers @@ -2357,12 +2330,12 @@ Document refusé par %name% - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Document title Le titre du document - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Documents Documents @@ -2374,11 +2347,6 @@ Documents indisponibles Documents indisponibles - - lib/conf.d/_GV_template.inc.php - Documents storage - Stockage de documents - web/setup/step2.html.twig Don't worry, You can modify your configuration later @@ -2400,8 +2368,8 @@ Droits - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php + Form/Configuration/ClassicFormType.php Drop-down Liste déroulante @@ -2422,17 +2390,17 @@ E-mail - lib/classes/databox.php + lib/classes/databox.php ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" - lib/classes/databox.php + lib/classes/databox.php ERREUR : Les name de subdef sont uniques par groupe de subdefs et necessaire L'attribut "name" du noeud "subdef" est obligatoire et unique par groupe de subdefs - lib/classes/databox.php + lib/classes/databox.php ERREUR : TOUTES LES BALISES subdefgroup necessitent un attribut name ERREUR : Toutes les balises "subdefgroup" nécessitent un attribut "name" @@ -2479,6 +2447,21 @@ Editor can modify content Un éditeur peut modifier le contenu + + admin/search-engine/elastic-search.html.twig + ElasticSearch configuration + ElasticSearch configuration + + + admin/search-engine/elastic-search.html.twig + ElasticSearch connection configuration + ElasticSearch connection configuration + + + admin/search-engine/elastic-search.html.twig + ElasticSearch server + ElasticSearch server + web/admin/dashboard.html.twig admin/publications/fiche.html.twig @@ -2486,7 +2469,7 @@ Email - Controller/Admin/Users.php + Controller/Admin/Users.php Email '%email%' for login '%login%' already exists in database Email '%email%' for login '%login%' already exists in database @@ -2522,7 +2505,7 @@ Résultat du test d'e-mail : %email_status% - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Emails E-mails @@ -2537,7 +2520,7 @@ Empty a collection - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Empty if not used Vider si non utilisé. @@ -2569,8 +2552,8 @@ En cliquant sur "ajouter" vous certifiez que vous possedez les droits pour le contenu ou que vous etes autorisé par le proprietaire à rendre le contenu accessible au public sur YouTube, et qu'il est autrement conforme aux Conditions d'utilisation de YouTubesitue a %lien_term_youtube% - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php actions/Bridge/records_list.html.twig En cours d'encodage En cours d'encodage @@ -2581,52 +2564,52 @@ En cours d'envoi - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php Enable FTP export Activer l'export FTP - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php Enable FTP for users Activer l'export FTP pour les utilisateurs - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Enable H264 stream mode Activer H264 en mode flux continu (lecture en streaming) - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable HD substitution Activer la substitution de documents sources - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Enable SMTP authentication Activer l'authentification SMTP - lib/conf.d/_GV_template.inc.php + Form/Configuration/RegistrationFormType.php Enable auto registration Activer l'inscription automatique - lib/conf.d/_GV_template.inc.php + Form/Configuration/MaintenanceFormType.php Enable maintenance message broadcast Diffuser le massage de maintenance - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable multi-doc mode Activer le mode multi-doc - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Enable roll-over on basket elements Activer le roll-over sur les paniers - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Enable roll-over on stories Activer le roll-over sur les reportages @@ -2641,22 +2624,22 @@ Activer la recherche par Stemmes - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable thesaurus Activer le thésaurus - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Enable this setting to share on Facebook and Twitter Activer le partage sur Facebook et Twitter - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable thumbnail substitution Activer la substitution de vignettes - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Enabled Activé @@ -2717,12 +2700,12 @@ Soit les paramètres sont incorrects, soit le serveur distant ne répond pas - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur YouTube a rencontré une erreur lors du traitement de la requête. Youtube a rencontré une erreur lors du traitement de la requête. - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Erreur d'encodage Erreur d'encodage @@ -2732,22 +2715,22 @@ Erreur d'identifiant / mot de passe - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur la requête a été mal formée ou contenait des données valides. La requête a été mal formulée ou contenait des données non valides - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur la ressource que vous tentez de modifier n'existe pas. Erreur : la ressource que vous tentez de modifier n'existe pas. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur le service Youtube n'est pas accessible pour le moment. Veuillez réessayer plus tard. Erreur le service Youtube est indisponible pour le moment. Veuillez réessayer plus tard. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur lors de l'authentification au service Youtube, Veuillez vous déconnecter, puis vous reconnecter. Erreur lors de l'authentification au service Youtube. Veuillez vous déconnecter, puis vous reconnecter. @@ -2757,7 +2740,7 @@ Erreur lors de l'enregistrement des données - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur lors de l'envoi de la requête. Erreur d'authentification. Erreur lors de l'envoi de la requête : erreur d'authentification. @@ -2785,7 +2768,7 @@ Erreur de connexion avec le serveur web - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur vous avez essayé d'exécuter une requête non prise en charge par Youtube Vous avez essayé d'exécuter une requête non prise en charge par Youtube @@ -2807,12 +2790,12 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Error while sending the file Erreur lors de l'envoi du fichier - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Error while uploading Une erreur est survenue pendant l'upload @@ -2855,7 +2838,7 @@ Exécutables externes - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Executables settings Paramètres d'exécutables @@ -2877,7 +2860,7 @@ Serveur FTP - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php FTP Export Export FTP @@ -2959,27 +2942,27 @@ Ce fichier n'est plus en quarantaine, rafraichissez la page - Controller/Admin/Root.php + Controller/Admin/Root.php File is too big : 64k max Le poids du fichier ne peut dépasser 64 Ko - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File upload has been cancelled L'upload des fichiers a été interrompu - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File upload has been stopped L'upload des fichiers a été interrompu - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File upload limit (%maxFileSizeReadable%) has been reached La limite fixée pour un upload a été atteinte (%maxFileSizeReadable%) - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File validation failed La validation de fichier a échoué @@ -3032,24 +3015,9 @@ Flash Flash - - lib/conf.d/_GV_template.inc.php - FlickR connectivity - Connexion Flickr - - - lib/conf.d/_GV_template.inc.php - Flickr public key - Clé publique Flickr - - - lib/conf.d/_GV_template.inc.php - Flickr secret key - Clé secrète Flickr - - lib/classes/appbox.php - lib/classes/appbox.php + lib/classes/appbox.php + lib/classes/appbox.php Flushing cache Nettoyage du cache @@ -3101,16 +3069,26 @@ Frequence d'echantillonage Fréquence d'échantillonnage + + Form/Configuration/ExecutablesFormType.php + GD + GD + Media/Subdef/Video.php GOP size GOP size - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Gallery Galerie + + Form/Configuration/MainConfigurationFormType.php + General configuration + General configuration + web/admin/dashboard.html.twig General settings @@ -3142,7 +3120,7 @@ Générer un fichier audio - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Geonames server address Adresse du serveur de Géolocalisation Geonames @@ -3152,12 +3130,12 @@ Obtenir une notification quand un export par email échoue - Controller/Root/Login.php + Controller/Root/Login.php Good Bonne - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Google Analytics identifier Identifiant Google Analytics @@ -3176,13 +3154,18 @@ Granted third party applications Applications tierces liées + + Form/Configuration/ExecutablesFormType.php + GraphicsMagick + GraphicsMagick + - web/prod/index.html.twig + web/prod/index.html.twig Graphiste (preview au rollover) Graphiste (prévisualisation au rollover) - Controller/Root/Login.php + Controller/Root/Login.php Great Excellente @@ -3217,11 +3200,6 @@ HD Download Téléchargement HD - - lib/conf.d/_GV_template.inc.php - HTTP Server - Serveur HTTP - api/auth/end_user_authorization.html.twig api/auth/native_app_access_token.html.twig @@ -3239,7 +3217,7 @@ Bonjour. Veuillez vous identifier - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Hide information about users Masquer les informations à propos des utilisateurs. @@ -3256,13 +3234,8 @@ Home Accueil - - lib/conf.d/_GV_template.inc.php - Homepage - Page d'acceuil - - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Homepage slideshow Diaporama de page d'accueil @@ -3288,7 +3261,7 @@ Sensibilité ISO - web/prod/index.html.twig + web/prod/index.html.twig Iconographe (description au rollover) Iconographe (description au rollover) @@ -3298,12 +3271,12 @@ Identifiant - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php If request is bigger, then mail is still available Au-delà le téléchargement par E-mail reste disponible. - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php If set to 0, duration is permanent Indiquer 0 pour une durée de validité permanente. @@ -3337,6 +3310,11 @@ Image Image + + Form/Configuration/ExecutablesFormType.php + ImageMagick + ImageMagick + web/common/technical_datas.html.twig Images par secondes @@ -3348,7 +3326,7 @@ Vignette indisponible - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Imagine driver "Imagine Driver" @@ -3370,10 +3348,10 @@ Indexable - admin/user/demand.html.twig web/account/base.html.twig web/admin/dashboard.html.twig admin/task-manager/list.html.twig + admin/user/demand.html.twig Informations Informations @@ -3383,7 +3361,7 @@ Informations personnelles - web/prod/index.html.twig + web/prod/index.html.twig Informations techniques Informations techniques @@ -3419,31 +3397,31 @@ Installer Google Chrome Frame pour Internet Explorer - Controller/Root/Login.php + Controller/Root/Login.php Invalid captcha answer. La réponse au code CAPTCHA est incorrecte. - Controller/Root/Login.php + Controller/Root/Login.php Invalid email address Adresse E-mail invalide Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Invalid file format Format de fichier incorrect admin/collection/collection.html.twig - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Invalid file type Type de fichier non valide - user/import/file.html.twig admin/databox/databox.html.twig admin/statusbit/edit.html.twig + user/import/file.html.twig Invalid file type, only (%supported_file_types%) file formats are supported Type de fichier non supportés. Seuls les types de fichiers %supported_file_types% sont supportés. @@ -3454,12 +3432,12 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Invalid labels parameter Paramètre de label incorrect - Controller/Root/Login.php + Controller/Root/Login.php Invalid link. Lien non valide. @@ -3474,9 +3452,9 @@ Collection de destination invalide - Controller/Root/Login.php - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php Invalid unlock link. Lien de déverrouillage non valide. @@ -3507,13 +3485,13 @@ Keep synchronization between bridge and client APIs. - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Keywords used for indexing purposes by search engines robots Keywords]]> - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php L'upload a echoue L'upload a échoué @@ -3543,7 +3521,7 @@ Dernier 20 - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php La connection vers le serveur distant est OK Connexion réussie vers le serveur distant @@ -3560,25 +3538,25 @@ La sous-résolution n'est pas disponible pour les documents suivants - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php La taille maximale d'une video est de %duration% minutes. La taille maximale d'une video est de %duration% minutes. - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php La video a ete rejetee La vidéo a été rejetée - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php La video a ete supprimee La vidéo a été supprimée - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php La video est restreinte La vidéo est restreinte @@ -3664,16 +3642,16 @@ Le panier demandé n'existe plus - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php Le poids maximum d'un fichier est de %size% Le poids maximum d'un fichier est de %size% - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php Le record n'a pas de fichier physique L'enregistrement n'a pas de fichier physique @@ -3820,11 +3798,6 @@ Log changes Historique des événements - - lib/conf.d/_GV_template.inc.php - Log errors - Log d'erreurs - Form/Login/PhraseaAuthenticationForm.php login/oauth/login.html.twig @@ -3835,17 +3808,17 @@ Identifiant - Controller/Admin/Users.php + Controller/Admin/Users.php Login %login% already exists in database Login %login% already exists in database - Controller/Admin/Users.php + Controller/Admin/Users.php Login %login% is already defined in the file at line %line% Login %login% is already defined in the file at line %line% - Controller/Admin/Users.php + Controller/Admin/Users.php Login line %line% is empty Login line %line% is empty @@ -3867,12 +3840,12 @@ Recherche de patchs - web/prod/index.html.twig + web/prod/index.html.twig Ma derniere question Ma dernière question - Controller/Admin/Users.php + Controller/Admin/Users.php Mail line %line% is empty Mail line %line% is empty @@ -3881,18 +3854,13 @@ Mail sent E-mail envoyé - - lib/conf.d/_GV_template.inc.php - Main configuration - Configuration principale - - lib/conf.d/_GV_template.inc.php + Form/Configuration/MaintenanceFormType.php Maintenance message Message de maintenance - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Maintenance state Etat de maintenance @@ -3937,12 +3905,12 @@ Champs obligatoires - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Maximum megabytes allowed for download Limite maximale autorisée par téléchargement en Megaoctet (Mo) - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Maximum number of pages to be extracted from PDF Nombre maximum de pages à extraire depuis les documents PDF @@ -3973,18 +3941,18 @@ Mettre à jour - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Minimum number of letters before truncation Nombre minimal de caractères avant la troncature - Controller/Admin/Root.php + Controller/Admin/Root.php Missing "structure" parameter Missing "structure" parameter Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Missing labels parameter Paramètre de label manquant @@ -3999,7 +3967,7 @@ Paramètre de nom manquant - Controller/Admin/Root.php + Controller/Admin/Root.php Missing path parameter Paramètre Path (Chemin d'accès) manquant @@ -4009,17 +3977,17 @@ Collection de destination manquante - Controller/Admin/Root.php + Controller/Admin/Root.php Missing tests parameter Paramètre de test manquant - Controller/Admin/Databox.php + Controller/Admin/Databox.php Missing view name parameter Paramètre de nom de vue manquant - web/prod/index.html.twig + web/prod/index.html.twig Mode de presentation Mode de présentation @@ -4029,7 +3997,7 @@ Modèle de données - admin/user/demand.html.twig + admin/user/demand.html.twig Models Modèles @@ -4038,10 +4006,10 @@ Modify Modifier - + admin/databox/databox.html.twig - Monter - Monter + Monter la collection %name% + Monter la collection %name% login/layout/sidebar-layout.html.twig @@ -4130,7 +4098,7 @@ Nom ou email - web/prod/index.html.twig + web/prod/index.html.twig Ne pas afficher Ne pas afficher @@ -4189,12 +4157,12 @@ Aucun panier actif - admin/user/demand.html.twig + admin/user/demand.html.twig No application for registration has been recorded Aucune demande d'inscription n'a été enregistrée - Controller/Root/Login.php + Controller/Root/Login.php No collection selected Aucune collection sélectionnée @@ -4260,7 +4228,7 @@ Aucun résultat - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php No sort Pas de tri @@ -4306,8 +4274,8 @@ Non restreinte (publique) - admin/user/demand.html.twig - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php + admin/user/demand.html.twig web/admin/users.html.twig None Aucun @@ -4388,18 +4356,18 @@ Nombre - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Number of days before the end of the validation to send a reminder email Nombre de jours avant la fin de la validation pour l'envoi d'un rappel par e-mail - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Number of threads to use for FFMpeg Nombre de threads réservés à FFmpeg - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php OK OK @@ -4424,7 +4392,7 @@ Seul un enregistrement peut être modifié. - classes/caption/record.php + classes/caption/record.php Open the URL in a new window Ouvrir le lien dans une nouvelle fenêtre @@ -4461,12 +4429,12 @@ Gestionnaire des commandes - Controller/Root/Login.php + Controller/Root/Login.php Ordinary Normale - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Original name Le nom de fichier original @@ -4524,7 +4492,7 @@ Confirmer le mot de passe - Controller/Admin/Users.php + Controller/Admin/Users.php Password is empty at line %line% Password is empty at line %line% @@ -4544,7 +4512,7 @@ Periodically fetches an FTP repository content locally - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Periodically push data to FTP servers. Periodically push data to FTP servers. @@ -4554,12 +4522,12 @@ Photo principale - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php Photos Photos - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php Bridge/Flickr/actionelements.html.twig Photosets Photosets @@ -4580,7 +4548,7 @@ Les Databoxes Phraseanet sont des bases de données MySQL, requêtables par l'ApplicationBox Phraseanet. - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Phraseanet client API API cliente Phraseanet @@ -4590,7 +4558,7 @@ Phraseanet embarque un moteur de tâches pour la lecture / écriture des métadonnées, et réaliser d'autres opérations - Controller/Root/Login.php + Controller/Root/Login.php Phraseanet guest-access is disabled L'accès invité de Phraseanet est désactivé. @@ -4611,13 +4579,13 @@ Liste de lecture - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php Playlists Listes de lecture - Controller/Root/Login.php + Controller/Root/Login.php Please accept the terms of use to register. Veuillez accepter les condtions d'utilisation pour vous inscrire. @@ -4642,22 +4610,22 @@ Cette validation peut être adressée aux utilisateurs suivants : %recommendation% - Controller/Client/Root.php + Controller/Client/Root.php Please create a basket before adding an element Veuillez créer un panier avant d'y ajouter un document. - Controller/Root/Login.php + Controller/Root/Login.php Please fill the captcha Veuillez remplir le champ CAPTCHA - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Please fix the database before starting Merci de corriger les erreurs de base de données avant de continuer - Controller/Root/Login.php + Controller/Root/Login.php Please provide a longer value. It should have %s character or more. Veuillez indiquer une valeur plus grande : %s caractères ou plus. @@ -4667,37 +4635,37 @@ Veuillez indiquer un nom pour cette sélection. - Controller/Root/Login.php + Controller/Root/Login.php Please provide a valid IP address. Veuillez indiquer une adresse IP valide. - Controller/Root/Login.php + Controller/Root/Login.php Please provide a valid email address. Veuillez indiquer une adresse e-mail valide. - Controller/Root/Login.php + Controller/Root/Login.php Please provide a value. Veuillez indiquer une valeur. - Controller/Root/Login.php + Controller/Root/Login.php Please provide the same emails. Veuillez indiquer les mêmes adresses e-mails. - Controller/Root/Login.php + Controller/Root/Login.php Please provide the same passwords. Veuillez indiquer des mots de passe identiques - Controller/Root/Login.php + Controller/Root/Login.php Please select at least %s choice. Sélectionnez au moins %s choix. - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Please select at least one valid file Sélectionnez au moins un fichier autorisé @@ -4717,7 +4685,7 @@ Poste - lib/classes/appbox.php + lib/classes/appbox.php Post upgrade Publier une mise à jour @@ -4745,7 +4713,7 @@ Préférences - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Prefix for notification emails Préfixe pour les notifications adressées par email @@ -4755,12 +4723,12 @@ Prérequis et Configuration - web/prod/index.html.twig + web/prod/index.html.twig 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 @@ -4771,15 +4739,15 @@ Précédent - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php Print Imprimer - + api/auth/end_user_authorization.html.twig - - Problème de connexion ? + Problemes de connexion ? + Problemes de connexion ? Notification/Mail/MailInfoUserRegistered.php @@ -4787,12 +4755,12 @@ Procéder à une inscription - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Processus de validation recu de %user% Processus de validation recu de %user% - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Processus de validation recu de %user% et concernant %n% utilisateurs Processus de validation recu de %user% et concernant %n% utilisateurs @@ -4810,7 +4778,7 @@ admin/publications/wrapper.html.twig web/admin/tree.html.twig web/common/menubar.html.twig - web/prod/index.html.twig + web/prod/index.html.twig Publications Publications @@ -4821,12 +4789,12 @@ Publique - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Publishers Editeurs - lib/classes/appbox.php + lib/classes/appbox.php Purging directories Vidage de Répertoires @@ -4837,7 +4805,7 @@ Push - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Push configuration Configuration de la Validation (Push de validation) @@ -5033,12 +5001,12 @@ Lecture seule - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Recaptcha private key Clé privée reCAPTCHA - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Recaptcha public key Clé publique reCAPTCHA @@ -5144,7 +5112,7 @@ "Record Mover" - API/V1/adapter.php + API/V1/adapter.php Record Not Found Enregistrement non trouvé @@ -5208,7 +5176,7 @@ Demande d'accès - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Registration Inscription @@ -5283,7 +5251,6 @@ Répertoire de stockage des fichiers - lib/conf.d/_GV_template.inc.php admin/fields/templates.html.twig Report Afficher dans Phraseanet Report @@ -5300,12 +5267,12 @@ La requête contient des données invalides - admin/user/demand.html.twig + admin/user/demand.html.twig Requests for the application registrations were recorded successfully Les demandes d'inscription ont été correctement enregistrées - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Require authentication to download documents Exiger de s'authentifier pour télécharger des documents @@ -5430,11 +5397,6 @@ Rights will be erased before applying template, do you confirm? Les droits seront effacés avant d'appliquer le modèle. Confirmez-vous l'action ? - - lib/conf.d/_GV_template.inc.php - Robot indexing - Optimisations destinées aux robots d'indexation - actions/Feedback/List-Share.html.twig Role @@ -5461,30 +5423,35 @@ Executer comme une application, non comme un service - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP encryption Chiffrement SMTP (SMTP encryption) - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP host Serveur hôte SMTP - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP password Mot de passe SMTP - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP port Port SMTP - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP user Utilisateur ou identifiant SMTP + + Form/Configuration/EmailFormType.php + SSL + SSL + web/admin/tree.html.twig SUBDEFS @@ -5525,12 +5492,12 @@ Rechercher des paniers - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Search engine Moteur de recherche - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Search tab position Position de l'onglet de recherche @@ -5549,16 +5516,11 @@ See Voir - - lib/conf.d/_GV_template.inc.php - See %url% - See %url% - - - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php - See documentation at %website% - See documentation at %website% + + Form/Configuration/ExecutablesFormType.php + Form/Configuration/WebservicesFormType.php + See documentation at %url% + See documentation at %url% Notification/Mail/MailInfoOrderCancelled.php @@ -5593,19 +5555,19 @@ Tout sélectionner - Controller/Root/Login.php + Controller/Root/Login.php Select all collections Sélectionner toutes les collections - user/import/file.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - prod/upload/upload-flash.html.twig + user/import/file.html.twig + prod/upload/upload-flash.html.twig prod/upload/upload.html.twig Select files... Sélectionner des fichiers @@ -5616,7 +5578,7 @@ Fichiers sélectionnés - web/prod/index.html.twig + web/prod/index.html.twig Selecteur de theme Sélecteur de thème @@ -5673,7 +5635,7 @@ Séparateur de valeurs - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Service youtube introuvable. Service Youtube introuvable @@ -5771,7 +5733,7 @@ Utilisateur d'Internet Explorer, si vous ne pouvez pas installer un autre navigateur, utilisez Google Chrome Frame. - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Single image Image seule @@ -5787,7 +5749,7 @@ Taille - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Slide show Diaporama @@ -5817,7 +5779,7 @@ Une erreur est apparue, veuillez contacter un administrateur - Controller/Admin/Root.php + Controller/Admin/Root.php Something wrong happend Un problème est survenu @@ -5880,9 +5842,9 @@ Serveur Sphinx - SearchEngine/SphinxSearch/SphinxSearchEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php Sphinx server is offline Serveur Sphinx inaccessible @@ -5918,23 +5880,18 @@ Started Started - - lib/conf.d/_GV_template.inc.php - Static URL - URL Statique - web/prod/index.html.twig Status des documents a rechercher Status des documents pour la recherche - Controller/Admin/Root.php + Controller/Admin/Root.php Status icon upload failed : can not write on disk L'ajout de l'icône de Status a échoué, impossible d'écrire sur le disque - Controller/Admin/Root.php + Controller/Admin/Root.php Status icon upload failed : upload error L'ajout de l'icône de Status a échoué @@ -5960,7 +5917,7 @@ Stopped - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Stories Reportages @@ -5970,7 +5927,7 @@ Edition des Status bits de reportage - API/V1/adapter.php + API/V1/adapter.php Story Not Found Reportage inconnu @@ -6053,8 +6010,8 @@ Controller/Admin/Collection.php Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php Successful removal Suppression effectuée @@ -6065,13 +6022,13 @@ Controller/Admin/Collection.php Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig @@ -6131,6 +6088,11 @@ Séparez les tags par un espace: Paris vacances restaurant Séparez les mots clés ou tags par un espace : Paris vacances restaurant + + Form/Configuration/EmailFormType.php + TLS + TLS + prod/results/help.html.twig TOUT @@ -6209,7 +6171,7 @@ L'URL utilisée est périmé. Veuillez vous identifier. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php The Youtube servers have received too many calls from the same caller in a short amount of time. Le Serveur Youtube a reçu trop de requêtes de la même source dans un intervalle trop court @@ -6219,12 +6181,12 @@ L'application va être désactivée pour maintenance, merci de vous déconnecter dès que possible - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php The authentication token specified in the Authorization header has expired. Le jeton d'authentification spécifié dans l’entête Autorisation est expiré - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php The authentication token specified in the Authorization header is invalid Le token d'authentification n'est pas valide @@ -6275,7 +6237,7 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php The file is too big Le fichier est trop gros @@ -6291,7 +6253,7 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php The publication has been stopped La publication a été suspendue @@ -6317,12 +6279,12 @@ The task status - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php The upgrade is already started Une mise à jour est déjà en cours - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig The upload violates a security restriction, please retry L'upload va à l'encontre de restrictions de sécurité. Veuillez réessayer @@ -6332,7 +6294,7 @@ L'utilisateur a été créé. - web/prod/index.html.twig + web/prod/index.html.twig Theme Thème @@ -6414,7 +6376,7 @@ Ceci est un modèle - lib/conf.d/_GV_template.inc.php + Form/Configuration/RegistrationFormType.php This option disables the selecting of the databases on which a user can register himself, and registration is made on all granted databases. Cette option désactive la sélection des bases et collections sur laquelle l'utilisateur fait une demande d'inscription. L'inscription est alors effectuée d'office sur toutes les bases et collections rendues disponibles. @@ -6497,12 +6459,12 @@ Outils - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Topics display mode Mode d'affichage des thèmes - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Topics tab position Position de l'onglet des thèmes @@ -6528,12 +6490,12 @@ Toutes les publications - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Transfert Annule Transfert Annulé - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Transfert OK Transfert OK @@ -6544,7 +6506,7 @@ Fichiers transmis - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Trees Arborescence thématique @@ -6580,7 +6542,7 @@ Type date - web/prod/index.html.twig + web/prod/index.html.twig Type de documents Type de document @@ -6622,7 +6584,7 @@ Impossible d'ajouter un utilisateur à la liste - Controller/Root/Login.php + Controller/Root/Login.php Unable to authenticate with %provider_name% Unable to authenticate with %provider_name% @@ -6644,7 +6606,7 @@ Impossible de supprimer la liste - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php Unable to execute query Impossible d'exécuter la requête @@ -6659,7 +6621,7 @@ Impossible de supprimer l'utilisateur de la liste - Controller/Root/Login.php + Controller/Root/Login.php Unable to retrieve provider identity Impossible de récupérer l'identité auprès du fournisseur. @@ -6670,8 +6632,8 @@ Impossible d'envoyer les documents - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php Unable to send your account unlock email. Impossible d'adresser l'e-mail de déverrouillage du compte. @@ -6691,7 +6653,7 @@ Une fois la publication supprimée, les informations publiées seront définitivement perdues. Continuer ? - web/prod/index.html.twig + web/prod/index.html.twig Une question personnelle La question @@ -6704,17 +6666,17 @@ une sélection "sans titre" - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Unhandled Error Erreur non gérée - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Unknow Error Erreur inconnue - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Unknow reason Raison inconnue @@ -6734,25 +6696,15 @@ Unnamed user - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Unreachable server Serveur injoignable - - Controller/Admin/Setup.php - Update failed - La mise à jour a échoué - Notification/Mail/MailSuccessEmailUpdate.php Update of your email address on %application% Update of your email address on %application% - - Controller/Admin/Setup.php - Update succeed - La mise à jour a réussi - Notification/Mail/MailInfoSomebodyAutoregistered.php Update the account @@ -6769,12 +6721,12 @@ Updating table %table_name% - lib/classes/appbox.php + lib/classes/appbox.php Upgrading %databox_name% Upgrading %databox_name% - lib/classes/appbox.php + lib/classes/appbox.php Upgrading appbox Mise à jour de l'ApplicationBox @@ -6793,7 +6745,7 @@ Ajouter - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Upload URL is not set, please contact an admin L'URL d'upload n'est pas paramétrée. Veuillez contacter un administrateur @@ -6817,33 +6769,28 @@ Uploaded by : %username% Ajouté par : %username% - - lib/conf.d/_GV_template.inc.php - Use Dailymotion API - Utiliser l'API Dailymotion - - - lib/conf.d/_GV_template.inc.php - Use Flickr API - Utiliser l'API Flickr - - - lib/conf.d/_GV_template.inc.php - Use Google API - Utiliser l'API Google + + Form/Configuration/WebservicesFormType.php + Use Google Chart API + Use Google Chart API - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Use a SMTP server Utiliser un serveur SMTP + + web/prod/index.html.twig + Use latest search settings on Production loading + Use latest search settings on Production loading + login/providers/mapping.html.twig Use my Phraseanet account Utiliser mon compte Phraseanet - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Use recaptcha API Utiliser l'API reCAPTCHA @@ -6858,27 +6805,22 @@ Utiliser l'uploader HTML5 - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Use with mod_token. Attention requires the apache modules and mod_h264_streaming mod_auth_token Utiliser avec mod_token (requiert les modules Apache mod_token, mod_auth_token et mod_h264_streaming). - - lib/conf.d/_GV_template.inc.php - Use youtube API - Utiliser l'API YouTube - - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Used for guest account Utilisé pour le compte invité. - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Used in search engine Utilisé dans le moteur de recherche. - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Used when opening the application Utilisé à l'ouverture de l'application. @@ -6916,15 +6858,15 @@ Utilisateur créé avec succès - user/import/view.html.twig Vocabulary/ControlProvider/UserProvider.php + user/import/view.html.twig web/admin/users.html.twig prod/actions/Push.html.twig Users Utilisateurs - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Users must accept Terms of Use for each export Les utilisateurs doivent accepter les conditions générales d'utilisation à chaque export @@ -7002,7 +6944,7 @@ Vers quelle API voulez-vous vous connecter ? - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Veuillez arreter le planificateur avant la mise a jour Veuillez arrêter le planificateur avant la mise à jour @@ -7027,8 +6969,8 @@ Codec Vidéos - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php Videos Vidéos @@ -7108,7 +7050,7 @@ Vous avez autorisé ces applications à accéder à votre compte - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Vous avez envoye cette demande a %n% utilisateurs Vous avez envoye cette demande a %n% utilisateurs @@ -7133,7 +7075,7 @@ Vous avez reçu une demande de validation des documents de ce panier - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Vous aviez envoye cette demande a %n% utilisateurs Vous aviez envoye cette demande a %n% utilisateurs @@ -7173,7 +7115,7 @@ Vous êtes authentifié avec succès - Controller/Root/Login.php + Controller/Root/Login.php Vous etes maintenant deconnecte. A bientot. Vous êtes maintenant déconnecté. A bientôt. @@ -7278,12 +7220,12 @@ Filigrane - Controller/Root/Login.php + Controller/Root/Login.php Weak Faible - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Webservices connectivity Connexion à des Webservices @@ -7346,6 +7288,12 @@ Write Metas Ecriture des métadonnées + + web/prod/index.html.twig + web/prod/index.html.twig + YYYY/MM/DD + YYYY/MM/DD + user/import/view.html.twig web/developers/applications.html.twig @@ -7388,7 +7336,7 @@ Vous êtes sur le point d'adresser %nb_push_items% documents. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php You are attempting to exceed the storage limit on your account and must delete existing entries before inserting new entries Vous dépassez la taille maximale de stockage autorisée par votre compte, veuillez supprimer des documents avant d'en ajouter de nouveaux. @@ -7468,7 +7416,7 @@ Vous ne pouvez ajouter des fichiers - Controller/Admin/Root.php + Controller/Admin/Root.php You do not enough rights to update status Vous ne disposez pas des droits suffisants pour changer les Status @@ -7513,7 +7461,7 @@ Vous avez 1 jour pour valider la sélection. - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig You have attempted to queue too many files Trop de fichiers dans la file d'attente @@ -7568,18 +7516,18 @@ Procédez maintenant au choix du mot de passe - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php You tried to register with an unknown provider Vous tentez de vous inscrire auprès d'un fournisseur inconnu. - Helper/User/Edit.php + Helper/User/Edit.php You will no longer receive notifications at %old_email% You will no longer receive notifications at %old_email% - Helper/User/Edit.php + Helper/User/Edit.php You will now receive notifications at %new_email% You will now receive notifications at %new_email% @@ -7634,23 +7582,23 @@ Votre adresse email sera utilisée pour vous connecter à l'application - Controller/Root/Login.php + Controller/Root/Login.php Your identity is not recognized. Votre identité n'est pas reconnue. - lib/classes/appbox.php + lib/classes/appbox.php Your install might need to build some sub-definitions Votre installation semble nécessiter la génération de sous-définitions. - lib/classes/appbox.php + lib/classes/appbox.php Your install might need to re-read technical datas Votre installation nécessite probablement une relecture de données techniques - lib/classes/appbox.php - lib/classes/appbox.php + lib/classes/appbox.php + lib/classes/appbox.php Your install requires data migration, please execute the following command Votre installation requiert une mise à jour, veuillez exécuter la commande suivante @@ -7659,26 +7607,6 @@ Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories. Vos documents et leurs sous résolutions (sous définitions, vignettes...) seront stockés dans ces répertoires - - lib/conf.d/_GV_template.inc.php - Youtube connectivity - Connexion à YouTube - - - lib/conf.d/_GV_template.inc.php - Youtube developer key - Clé développeur YouTube - - - lib/conf.d/_GV_template.inc.php - Youtube public key - Clé publique YouTube - - - lib/conf.d/_GV_template.inc.php - Youtube secret key - Clé secrète YouTube - mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig @@ -7695,7 +7623,7 @@ web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig action : bridge @@ -7727,7 +7655,7 @@ lightbox/IE6/validate.html.twig web/lightbox/validate.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/preview/tools.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig @@ -7760,7 +7688,7 @@ web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig action : publier @@ -7847,40 +7775,40 @@ Collection non créée : vous devez donner un nom à la collection - admin/user/demand.html.twig + admin/user/demand.html.twig admin:: appliquer le modele Appliquer le modèle - admin/user/demand.html.twig + admin/user/demand.html.twig admin:: demandes en cours Demandes en cours - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: donner les droits de telechargement et consultation de previews Autoriser la visualisation et le téléchargement des prévisualisations - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: donner les droits de telechargements de preview et hd Autoriser le téléchargement des prévisualisations et documents - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: refuser l'acces Refuser l'accès - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: watermarquer les documents Appliquer le filigrane sur les prévisualisations @@ -7920,7 +7848,7 @@ Stopper la publication de la base ? - web/admin/databases.html.twig + web/admin/databases.html.twig admin::base: Monter une base Monter une base @@ -7935,13 +7863,13 @@ Arrêter la publication - Controller/Admin/Databox.php + Controller/Admin/Databox.php admin/databox/databox.html.twig admin::base: aucun alias Aucun Alias - web/admin/databases.html.twig + web/admin/databases.html.twig admin::base: creer une base Créer une base @@ -8002,7 +7930,7 @@ Taille - web/admin/tree.html.twig + web/admin/tree.html.twig admin::base: preferences de collection Réglages de collection @@ -8027,7 +7955,7 @@ Vider la base - Controller/Admin/Databox.php + Controller/Admin/Databox.php admin::base: vider la base avant de la supprimer Vider la base avant de la supprimer @@ -8131,19 +8059,19 @@ Vider - admin/collection/reorder.html.twig + admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig admin::base:collorder: descendre Descendre - admin/collection/reorder.html.twig + admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig admin::base:collorder: monter Monter - admin/collection/reorder.html.twig + admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig admin::base:collorder: reinitialiser en ordre alphabetique Ordre alphabétique @@ -8164,7 +8092,7 @@ Fichier de filigrane - admin/user/demand.html.twig + admin/user/demand.html.twig admin::collection Collection @@ -8199,20 +8127,20 @@ Les mots de passe doivent être clairement distincts du login et contenir au moins deux types parmi les caractères suivants : - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig admin::compte-utilisateur activite Activité - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur adresse Adresse @@ -8223,7 +8151,7 @@ Changer mon mot de passe - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig @@ -8247,19 +8175,19 @@ Dernier modèle appliqué - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php eventsmanager/notify/autoregister.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/admin/users.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur email E-mail - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig @@ -8273,13 +8201,13 @@ Id - admin/user/demand.html.twig Core/Provider/RegistrationServiceProvider.php api/auth/end_user_authorization.html.twig web/account/account.html.twig web/account/account.html.twig web/account/reset-email.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/admin/users.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur identifiant @@ -8295,13 +8223,13 @@ Mot de passe - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php eventsmanager/notify/autoregister.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur nom Nom @@ -8312,28 +8240,28 @@ Nouvelle adresse e-mail - Controller/Admin/Users.php + Controller/Admin/Users.php web/admin/users.html.twig admin::compte-utilisateur pays Pays - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur poste Poste - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php eventsmanager/notify/autoregister.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur prenom Prénom @@ -8346,12 +8274,12 @@ Civilité - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/admin/users.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur societe @@ -8363,11 +8291,11 @@ Téléphone - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur telephone Téléphone @@ -8378,7 +8306,7 @@ Un e-mail de confirmation vient de vous être envoyé. Veuillez suivre les instructions contenues dans ce mail pour continuer - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig @@ -8534,7 +8462,7 @@ Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - classes/record/preview.php + classes/record/preview.php web/admin/connected-users.html.twig admin::monitor: module client Classic @@ -8554,7 +8482,7 @@ Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - classes/record/preview.php + classes/record/preview.php web/admin/connected-users.html.twig admin::monitor: module production Production @@ -8671,7 +8599,7 @@ Réglage de la structure - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. @@ -8759,7 +8687,7 @@ web/admin/tree.html.twig web/admin/tree.html.twig - web/admin/tree.html.twig + web/admin/tree.html.twig admin::utilisateurs: utilisateurs Utilisateurs @@ -8770,7 +8698,7 @@ Utilisateurs Connectés - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php aleatoire Aléatoire @@ -8816,8 +8744,9 @@ août - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php ascendant Ascendant @@ -8886,7 +8815,7 @@ Ajouter - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php Controller/Prod/Language.php web/account/reset-email.html.twig @@ -8951,7 +8880,7 @@ Controller/Prod/Language.php - web/admin/databases.html.twig + web/admin/databases.html.twig boutton::creer Créer @@ -8990,7 +8919,7 @@ Exporter - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/client/index.html.twig web/common/dialog_export.html.twig @@ -8998,7 +8927,7 @@ prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig prod/actions/Push.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/report/all_content.html.twig web/thesaurus/accept.html.twig web/thesaurus/accept.html.twig @@ -9032,7 +8961,7 @@ Modifier - web/admin/databases.html.twig + web/admin/databases.html.twig boutton::monter Monter @@ -9090,18 +9019,18 @@ Remplacer - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php boutton::renouveller Renouveler - user/import/file.html.twig 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 @@ -9189,8 +9118,6 @@ Tester - admin/user/demand.html.twig - user/import/view.html.twig Controller/Prod/Language.php mobile/lightbox/note_form.html.twig web/account/access.html.twig @@ -9198,18 +9125,21 @@ web/account/reset-email.html.twig admin/collection/collection.html.twig admin/collection/create.html.twig - admin/collection/reorder.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 + admin/search-engine/elastic-search.html.twig admin/search-engine/phrasea.html.twig admin/search-engine/sphinx-search.html.twig - web/admin/setup.html.twig + web/admin/setup.html.twig admin/statusbit/edit.html.twig web/admin/structure.html.twig web/admin/subdefs.html.twig + admin/user/demand.html.twig + user/import/view.html.twig web/developers/application_form.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig Bridge/Dailymotion/playlist_deleteelement.html.twig @@ -9230,7 +9160,7 @@ prod/actions/edit_default.html.twig prod/Baskets/Reorder.html.twig prod/Baskets/Update.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/Story/Reorder.html.twig web/report/all_content.html.twig web/thesaurus/accept.html.twig @@ -9287,12 +9217,12 @@ cannes SAUF festival - classes/record/exportElement.php + classes/record/exportElement.php caption XML Notice XML - classes/record/exportElement.php + classes/record/exportElement.php caption YAML Notice YAML @@ -9351,7 +9281,7 @@ admin/collection/create.html.twig admin/databox/databox.html.twig - web/prod/index.html.twig + web/prod/index.html.twig choisir Choisir @@ -9478,7 +9408,8 @@ dans %feed_name% - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php date dajout Date d'ajout @@ -9493,8 +9424,9 @@ Supprimer - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php descendant Descendant @@ -9511,8 +9443,8 @@ documents - classes/record/exportElement.php - classes/record/exportElement.php + classes/record/exportElement.php + classes/record/exportElement.php document original Document original @@ -9581,12 +9513,6 @@ erreur : Vous n'avez pas les droits Vous ne possédez pas les autorisations d'accès requises - - web/admin/setup.html.twig - web/admin/setup.html.twig - erreur avec la valeur %name% - Erreur avec la valeur %name% - task-manager/task-editor/phraseanet-indexer.html.twig example : fr,en @@ -9599,7 +9525,7 @@ FTP - Controller/Client/Root.php + Controller/Client/Root.php export:: aucun document n'est disponible au telechargement Aucun document n'est disponible au téléchargement @@ -9626,7 +9552,7 @@ Téléchargement - classes/set/export.php + classes/set/export.php export::ftp: reglages manuels Réglages manuels @@ -9765,7 +9691,7 @@ Rotation - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php invite:: Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annulez Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annuler @@ -9840,17 +9766,17 @@ Controller/Api/Oauth2.php - Controller/Root/Login.php + Controller/Root/Login.php login::erreur: Erreur d'authentification Erreur d'authentification - Controller/Root/Login.php + Controller/Root/Login.php login::erreur: No available connection - Please contact sys-admin Connexion impossible, contactez un administrateur système - Controller/Root/Login.php + Controller/Root/Login.php login::erreur: Vous n'avez pas confirme votre email Accès impossible, vous n'avez pas confirmé votre adresse e-mail. @@ -9861,7 +9787,7 @@ Controller/Root/Account.php - Controller/Root/Login.php + Controller/Root/Login.php login::notification: Mise a jour du mot de passe avec succes Mise à jour du mot de passe effectuée @@ -9871,8 +9797,8 @@ Vos demandes ont été prises en compte - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php login::notification: demande de confirmation par mail envoyee Demande de confirmation envoyée par e-mail @@ -9971,15 +9897,15 @@ login::register:email: Votre compte %application% login::register:email: Votre compte %application% - - Controller/Admin/Users.php - login::register:email: Vous avez ete accepte sur les collections suivantes : - Votre accès a été validé pour les collections suivantes : + + Controller/Admin/Users.php + login::register:email: Vous avez ete accepte sur les collections suivantes : + login::register:email: Vous avez ete accepte sur les collections suivantes : - - Controller/Admin/Users.php - login::register:email: Vous avez ete refuse sur les collections suivantes : - Votre accès à été refusé pour les collections suivantes : + + Controller/Admin/Users.php + login::register:email: Vous avez ete refuse sur les collections suivantes : + login::register:email: Vous avez ete refuse sur les collections suivantes : classes/module/report.php @@ -10014,7 +9940,7 @@ Model/Entities/User.php - classes/User/Adapter.php + classes/User/Adapter.php modele %name% modele %name% @@ -10024,9 +9950,9 @@ Nouvelle application cliente - user/import/view.html.twig web/account/sessions.html.twig web/admin/subdefs.html.twig + user/import/view.html.twig web/common/technical_datas.html.twig no Non @@ -10065,11 +9991,6 @@ octobre octobre - - lib/conf.d/_GV_template.inc.php - optional - Facultatif. - prod/actions/Push.html.twig or @@ -10144,8 +10065,8 @@ %nb_basket_elements% documents dans le panier + Controller/Client/Root.php Controller/Client/Root.php - Controller/Client/Root.php paniers:: Quel nom souhaitez vous donner a votre panier ? Nom du panier @@ -10165,7 +10086,7 @@ Nouveau(x) panier(s) reçu(s) (Vous avez reçu des nouveaux paniers) - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php paniers::Vous etes sur le point de supprimer ce panier. Cette action est irreversible. Souhaitez-vous continuer ? Vous êtes sur le point de supprimer ce panier. Cette action est irréversible. Souhaitez vous continuer ? @@ -10196,17 +10117,18 @@ par mois - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php pertinence Pertinence - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php php.ini path Chemin du répertoire de fichier php.ini - web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: Creer une base sur un serveur different de l'application box Créer une base sur un autre serveur @@ -10216,17 +10138,17 @@ Erreur - web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: Modele de donnees Modèles de structure XML - web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: Monter une base provenant d'un serveur different de l'application box Monter une base provenant d'un serveur different de l'application box - Controller/Root/Login.php + Controller/Root/Login.php phraseanet:: Un email vient de vous etre envoye Un e-mail vient de vous être envoyé @@ -10265,8 +10187,8 @@ Collections - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: dbname Nom de la base @@ -10288,8 +10210,8 @@ Historique - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: hostname Nom de l'hôte @@ -10299,14 +10221,14 @@ Langue - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: password Mot de passe - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig web/setup/step2.html.twig phraseanet:: port Port @@ -10380,8 +10302,8 @@ Tri alphabétique - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: user Utilisateur @@ -10404,26 +10326,26 @@ Chargement - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/admin/index.html.twig phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible La connexion au serveur Phraseanet semble être indisponible. - Controller/Root/Login.php + Controller/Root/Login.php phraseanet::erreur: Le compte n'a pas ete trouve Le compte n'a pas été trouvé - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/admin/index.html.twig phraseanet::erreur: Une erreur est survenue, si ce probleme persiste, contactez le support technique Une erreur est survenue, si le problème persiste, contactez le support technique - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/admin/index.html.twig phraseanet::erreur: Votre session est fermee, veuillez vous re-authentifier @@ -10570,7 +10492,7 @@ module/report/nav.php - classes/User/Adapter.php + classes/User/Adapter.php phraseanet::utilisateur inconnu Utilisateur inconnu @@ -10602,42 +10524,42 @@ web/client/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig preview:: Description Notice web/client/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig preview:: Historique Historique web/client/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig preview:: Popularite Popularité - prod/preview/basket_train.html.twig - prod/preview/feed_train.html.twig - prod/preview/reg_train.html.twig + prod/preview/basket_train.html.twig + prod/preview/feed_train.html.twig + prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig preview:: arreter le diaporama Arrêter - prod/preview/basket_train.html.twig - prod/preview/feed_train.html.twig - prod/preview/reg_train.html.twig + prod/preview/basket_train.html.twig + prod/preview/feed_train.html.twig + prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig preview:: demarrer le diaporama Diaporama - classes/record/preview.php + classes/record/preview.php preview:: resultat numero %number% preview:: resultat numero %number% @@ -11118,22 +11040,22 @@ Régénération des sous définitions - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %available% Resultats rappatries sur un total de %total% trouves reponses:: %available% Resultats rappatries sur un total de %total% trouves - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %number% documents selectionnes reponses:: %number% documents selectionnes - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %total% Resultats reponses:: %total% Resultats - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %total% reponses reponses:: %total% reponses @@ -11143,17 +11065,17 @@ Ces enregistrements vont être définitivement supprimés et ne pourront être récupérés. Confirmer ? - web/prod/index.html.twig + web/prod/index.html.twig 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 @@ -11173,22 +11095,22 @@ Tout - web/prod/index.html.twig + web/prod/index.html.twig reponses:: taille des images : Taille des vignettes - classes/record/adapter.php + classes/record/adapter.php reponses::document sans titre Sans titre - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour la base %name reponses::propositions pour la base %name - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour le terme %terme% reponses::propositions pour le terme %terme% @@ -11627,10 +11549,10 @@ module/report/activity.php module/report/activity.php module/report/add.php - module/report/connexion.php - module/report/connexion.php - module/report/connexion.php - module/report/download.php + module/report/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 @@ -11644,7 +11566,7 @@ Non-Renseigné - classes/record/preview.php + classes/record/preview.php report:: page d'accueil Accueil @@ -11902,7 +11824,7 @@ Validé - classes/record/preview.php + classes/record/preview.php report:: visualiseur cooliris Visualiseur Cooliris @@ -11988,9 +11910,9 @@ Téléchargement de %dest% - classes/record/preview.php - classes/record/preview.php - classes/record/preview.php + classes/record/preview.php + classes/record/preview.php + classes/record/preview.php report::acces direct Accès direct @@ -12266,17 +12188,17 @@ Supprimer les répertoires après archivage - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Certains documents n'ont pas pu etre tranferes Certains fichiers n'ont pu être transférés - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Details des fichiers Détails des fichiers: - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" @@ -12286,28 +12208,29 @@ FTP Pull - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) - TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% + Notification/Mail/MailSuccessFTPReceiver.php Notification/Mail/MailSuccessFTPSender.php task::ftp:Status about your FTP transfert from %application% to %server% task::ftp:Status about your FTP transfert from %application% to %server% - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:TENTATIVE no %number%, %date% task::ftp:TENTATIVE no %number%, %date% - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Tous les documents ont ete transferes avec succes Tous les fichiers ont été transférés @@ -12960,11 +12883,6 @@ toutes les notifications Toutes les notifications - - web/admin/databases.html.twig - update::Verifier els tables - Réparer les tables - web/admin/databases.html.twig update::Votre application necessite une mise a jour vers : diff --git a/resources/locales/messages.nl.xliff b/resources/locales/messages.nl.xlf similarity index 95% rename from resources/locales/messages.nl.xliff rename to resources/locales/messages.nl.xlf index ae263a94db..b9d2946fca 100644 --- a/resources/locales/messages.nl.xliff +++ 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. @@ -32,12 +32,12 @@ %countable% documenten kunnen niet worden aangepast. - Controller/Root/Login.php + Controller/Root/Login.php %d collection selected %d collectie geselecteerd - Controller/Root/Login.php + Controller/Root/Login.php %d collections selected %d collecties geselecteerd @@ -309,7 +309,7 @@ * , ? , EN , OF , BEHALVE , IN , LAATSTE , ALLE (of AND , OR , EXCEPT , LAST , ALL) - lib/conf.d/_GV_template.inc.php + Form/Configuration/APIClientsFormType.php *Phraseanet Navigator* is a smartphone application that allow user to connect on this instance *Phraseanet Navigator* is ten smartphone applicatie waarmee de gebruiker verbinding maken met op deze instantie @@ -377,7 +377,7 @@ Een document werd in quarantaine geplaatst - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A field value contains an invalid character Een veld bevat een ongeldig teken @@ -407,12 +407,12 @@ Een record is gelijk aan de unieke id : - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A required field is missing or has an empty value Een verplicht veld ontbreekt of heeft geen waarde - Controller/Admin/Databox.php + Controller/Admin/Databox.php A task has been created, please run it to complete empty collection Een taak werd aangemaakt, gelieve deze uit te voeren om de lege collectie te vervolledigen. @@ -427,22 +427,22 @@ Een extern programma is een is een product die niet door Phraseanet is ontwikkeld en dat toegang kan krijgen tot de data van Phraseanet - classes/User/Adapter.php + classes/User/Adapter.php A user already exists with email addres %email% A user already exists with email addres %email% - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A value does not match an expected format Een waarde voldoet niet aan het verwachte formaat - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A value exceeds the maximum allowable length Een waarde overschrijdt de maximum toegelaten lengte - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php A value has been deprecated and is no longer valid Een waarde is verouderd en niet langer meer geldig @@ -498,18 +498,18 @@ Toegang gebruiker heeft enkel lezen toegang - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php Account has been unlocked, you can now login. Gebruiker is ontgrendeld, u kunt zich aanmelden. - Controller/Root/Login.php + Controller/Root/Login.php Account has been unlocked, you still have to wait for admin approval. Gebruiker is ontgrendeld, u dient nog te wachten op goedkeuring van een beheerder. - Controller/Root/Login.php + Controller/Root/Login.php Account is already unlocked, you can login. Deze gebruiker is reeds ontgrendeld, u kunt zich aanmelden. @@ -550,7 +550,7 @@ Actief - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Active tab position Actieve tab positie @@ -603,7 +603,7 @@ Gebruiker toevoegen - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Additionnal modules Bijkomende modules @@ -617,11 +617,6 @@ Admin can edit shares, modify content Admin kan delen aanpassen, inhoud veranderen - - lib/conf.d/_GV_template.inc.php - Admin email - Beheerder email - web/admin/index.html.twig Adresse email du nouvel utilisateur @@ -638,7 +633,7 @@ Geavanceerde veld parameters - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Advanced search tab position Uitgebreid zoeken tab positie @@ -648,42 +643,42 @@ 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 Tonen - web/prod/index.html.twig + web/prod/index.html.twig Afficher dans la notice In de nota tonen - 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 Aide Help @@ -736,7 +731,7 @@ Ga naar - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Allow the website to be indexed by search engines like Google Sta toe om de website te indexeren voor zoek robots zoals Google @@ -808,17 +803,17 @@ Controller/Admin/Collection.php Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databoxes.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databoxes.php Controller/Prod/BasketController.php Controller/Prod/Lazaret.php Controller/Prod/Lazaret.php @@ -828,10 +823,10 @@ Controller/Prod/Story.php Controller/Prod/Tools.php Controller/Prod/Tools.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php - API/V1/adapter.php + API/V1/adapter.php + API/V1/adapter.php + API/V1/adapter.php + API/V1/adapter.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig @@ -874,7 +869,7 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Controller/Prod/BasketController.php web/admin/statusbit.html.twig An error occurred @@ -886,7 +881,7 @@ Een fout is opgetreden bij het lezen van dit bestand - Controller/Root/Login.php + Controller/Root/Login.php An unexpected error occured during authentication process, please contact an admin Er heeft zich een onverwachte fout voor gedaan bij het aanmelden, gelieve een beheerder te contacteren @@ -896,7 +891,7 @@ An upload on %bridge_adapter% failed, the resaon is : %reason% - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Anonymous report Anoniem verslag @@ -931,7 +926,7 @@ Toepassing - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Application description Programma omschrijving @@ -941,7 +936,7 @@ Desktoptoepassing - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Application title Programma naam @@ -1138,17 +1133,17 @@ AudioSamplerate - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Auth_token directory path Auth_token folderpad - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Auth_token mount point Auth_token mount point - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Auth_token passphrase Auth_token toegangszin @@ -1174,17 +1169,22 @@ Toestaan - lib/conf.d/_GV_template.inc.php + Form/Configuration/APIClientsFormType.php Authorize *Phraseanet Navigator* Sta *Phraseanet Navigator* toe - lib/conf.d/_GV_template.inc.php + Form/Configuration/APIClientsFormType.php Authorize Microsoft Office Plugin to connect. Laat Microsoft Office Plugin toe om te connecteren. + + Form/Configuration/ExecutablesFormType.php + Auto + Auto + - lib/conf.d/_GV_template.inc.php + Form/Configuration/RegistrationFormType.php Auto select databases Auto select databanken @@ -1209,7 +1209,7 @@ Autorisez-vous l'application %application_name% a acceder a votre contenu sur %home_title% ? - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php Available in multi-export tab Actief in de multi-export tab @@ -1240,15 +1240,15 @@ Terug naar mandjes lijst - Controller/Admin/Databox.php - Controller/Admin/Root.php - Controller/Admin/Root.php + Controller/Admin/Databox.php + Controller/Admin/Root.php + Controller/Admin/Root.php Controller/Root/Account.php Bad request format, only JSON is allowed Slecht verzoek formaat, enkel JSON is toegestaan - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Bad request, please contact an admin Verkeerd verzoek, gelieve een administrator te contacteren @@ -1265,12 +1265,12 @@ Database %base% - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Base could not be created Database kon niet worden aangemaakt - Controller/Admin/Databox.php + Controller/Admin/Databox.php Base empty successful Database met succes geledigd @@ -1354,7 +1354,7 @@ Door deze optie aan te klikken aanvaardt u %beginning_link% Gebruiksvoorwaarden %end_link% - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php By default it is available for admins Standaard is dit voor de beheerders beschikbaar @@ -1374,9 +1374,9 @@ Cameramodel - user/import/view.html.twig 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 @@ -1391,7 +1391,7 @@ Annuleer alles - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Cannot upload Zero Byte files Kan geen 0 byte bestanden uploaden @@ -1406,7 +1406,7 @@ Verborgen tekens - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Carousel Carousel @@ -1443,14 +1443,14 @@ Dit veld is multi waarde - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Ce champ est obligatoire Dit veld is verplicht @@ -1465,18 +1465,18 @@ Dit veld is vereist - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Ce champ est trop court %length% caracteres min Ce champ est trop court %length% caracteres min - Bridge/Api/Dailymotion.php - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Ce champ est trop long %length% caracteres max Ce champ est trop long %length% caracteres max @@ -1491,7 +1491,7 @@ Dit veld werd niet geïndexeerd - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr Dit product gebruikt de API van Flickr, maar is niet ondersteund, noch toegelaten van Flickr @@ -1541,7 +1541,7 @@ Te gebruiken karakterset voor de indexatie - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Check-box Check-box @@ -1565,7 +1565,7 @@ Kies een nieuw paswoord - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Choose the title of the document to export Kies een naam voor het document bij de export @@ -1591,7 +1591,7 @@ Lijst wissen - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Client Client @@ -1659,7 +1659,7 @@ Collectie met succes geledigd - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Collections display mode Collections weergave modus @@ -1766,7 +1766,7 @@ Connectie is OK maar database bestaat niet of er is geen toegang tot de database - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Connection terminates unexpetecdly, please retry Verbinding onverwacht beëindigt, gelieve opnieuw te proberen @@ -1781,12 +1781,12 @@ Raadpleeg online de voorwaarden en de configuratie van de webserver - module/console/systemUpgrade.php + module/console/systemUpgrade.php Continuer ? Doorgaan ? - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig Continuer quand meme Continuer quand meme @@ -1795,6 +1795,11 @@ Contributor Bijdrage + + Form/Configuration/GeneralFormType.php + Cooliris + Cooliris + api/auth/native_app_access_token.html.twig Copiez le code ci-dessous, retournez dans votre application et collez-le a l'endroit requis : @@ -1806,12 +1811,12 @@ Copy de onderstaande code, keer terug naar uw toepassing en plak de code op de juiste plaats. - lib/classes/appbox.php + lib/classes/appbox.php Copying files Bezig met kopiëren - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Could not initiate upload, please retry Kan de upload niet starten, gelieve opnieuw te proberen @@ -1821,7 +1826,7 @@ Kon uw aanvraag niet behandelen, gelieve contact op te nemen met een beheerder - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Could not retrieve the file ID, please retry or contact an admin if problem persist Kan het bestands-ID niet ophalen, gelieve opnieuw te proberen of contacteer een administrator is het probleem blijft @@ -1831,7 +1836,7 @@ Kon geen mail versturen - web/prod/index.html.twig + web/prod/index.html.twig Couleur de selection Kleur van de selectie @@ -1841,13 +1846,6 @@ Country Land - - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php - Create API account at %website_url%, then use %callback_url% as callback URL value - Create API account at %website_url%, then use %callback_url% as callback URL value - web/login/register.html.twig Create an account manually @@ -1859,7 +1857,7 @@ Maak nieuwe thumbnail - lib/classes/appbox.php + lib/classes/appbox.php Creating new tables Niewe tabellen maken @@ -1952,7 +1950,7 @@ Huidige configuratie bevat enkele fouten - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Current operations cannot be executed because the site is temporarily in maintenance mode. Wait a few minutes and try your request again De bewerkingen kunnen niet uitgevoerd worden doordat de site in onderhoudsmodus is. Wacht een paar minuten en probeer het opnieuw. @@ -1971,21 +1969,6 @@ DCES DCES - - lib/conf.d/_GV_template.inc.php - Dailymotion connectivity - Dailymotion connectiviteit - - - lib/conf.d/_GV_template.inc.php - Dailymotion public key - Dailymotion publieke sleutel - - - lib/conf.d/_GV_template.inc.php - Dailymotion secret key - Dailymotion geheime sleutel - web/setup/step2.html.twig web/setup/step2.html.twig @@ -1993,22 +1976,22 @@ Database - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database can not be empty Database mag niet leeg zijn - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database could not be mounted Database kon niet worden geladen - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database does not exists or can not be accessed Database bestaat niet of is niet toegankelijk - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Database name can not contains special characters Database kan geen speciale tekens bevatten @@ -2100,37 +2083,27 @@ Standaard mandje - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Default export title Standaard export naam - - lib/conf.d/_GV_template.inc.php - Default language - Standaardtaal - task-manager/task-editor/phraseanet-indexer.html.twig Default language for thesaurus candidates Standaard taal voor thesaurus kandidaten - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Default mail sender address Standaard mail adres - - lib/conf.d/_GV_template.inc.php - Default path for datas - Standaard pad voor data's - - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Default query Standaard vraag - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Default searched type Standaard gezocht type @@ -2140,12 +2113,12 @@ Standaard sortering - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Default validation links duration Standaard tijd voor de validatie links - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Defined in Apache configuration Gedefinieerd in de Apache configuratie @@ -2218,7 +2191,7 @@ Laatste update %updated_on% - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Des difficultes ont ete rencontres a la connection au serveur distant Er zijn moeilijkheden ontstaan met de connectie naar de server @@ -2275,7 +2248,7 @@ Afmeting - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Disabled Uitgeschakeld @@ -2285,17 +2258,17 @@ - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Display proposals tab Toon de voorstellen tab - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Display the name of databases and collections Toon de naam van de databases en de collecties - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Display the total size of the document basket Toon de volledige grootte van het documenten mandje @@ -2357,12 +2330,12 @@ Document geweigerd door %name% - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Document title Document naam - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Documents Documenten @@ -2374,11 +2347,6 @@ Documents indisponibles Documenten niet beschikbaar - - lib/conf.d/_GV_template.inc.php - Documents storage - Documenten opslag - web/setup/step2.html.twig Don't worry, You can modify your configuration later @@ -2400,8 +2368,8 @@ Rechten - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php + Form/Configuration/ClassicFormType.php Drop-down Drop-down @@ -2422,17 +2390,17 @@ Email - lib/classes/databox.php + lib/classes/databox.php ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" ERREUR : La classe de subdef est necessaire et egal a "thumbnail","preview" ou "document" - lib/classes/databox.php + lib/classes/databox.php ERREUR : Les name de subdef sont uniques par groupe de subdefs et necessaire FOUT : De namen van de thumbnail moeten uniek zijn per group van thumbnails - lib/classes/databox.php + lib/classes/databox.php ERREUR : TOUTES LES BALISES subdefgroup necessitent un attribut name FOUT : ALLE TAGS subdefgroup vereisen een atribuut naam @@ -2479,6 +2447,21 @@ Editor can modify content Editor kunt inhoud wijzigen + + admin/search-engine/elastic-search.html.twig + ElasticSearch configuration + ElasticSearch configuration + + + admin/search-engine/elastic-search.html.twig + ElasticSearch connection configuration + ElasticSearch connection configuration + + + admin/search-engine/elastic-search.html.twig + ElasticSearch server + ElasticSearch server + web/admin/dashboard.html.twig admin/publications/fiche.html.twig @@ -2486,7 +2469,7 @@ Email - Controller/Admin/Users.php + Controller/Admin/Users.php Email '%email%' for login '%login%' already exists in database Email '%email%' for login '%login%' already exists in database @@ -2522,7 +2505,7 @@ Email test resultaat : %email_status% - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Emails Emails @@ -2537,7 +2520,7 @@ Empty a collection - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Empty if not used Leeg als niet wordt gebruikt @@ -2569,8 +2552,8 @@ En cliquant sur "ajouter" vous certifiez que vous possedez les droits pour le contenu ou que vous etes autorisé par le proprietaire à rendre le contenu accessible au public sur YouTube, et qu'il est autrement conforme aux Conditions d'utilisation de YouTubesitue a %lien_term_youtube% - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php actions/Bridge/records_list.html.twig En cours d'encodage Bezig met coderen @@ -2581,52 +2564,52 @@ Wordt verzonden - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php Enable FTP export Schakel FPT export in - lib/conf.d/_GV_template.inc.php + Form/Configuration/FtpExportFormType.php Enable FTP for users Schakel FTP in voor gebruikers - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Enable H264 stream mode Maak H264 stream mode actief - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable HD substitution Maak de HD substitutie actief - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Enable SMTP authentication SMTP-verificatie inschakelen - lib/conf.d/_GV_template.inc.php + Form/Configuration/RegistrationFormType.php Enable auto registration Schakel automatisch registreren in - lib/conf.d/_GV_template.inc.php + Form/Configuration/MaintenanceFormType.php Enable maintenance message broadcast Onderhoud mededling van de uitzending inschakelen - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable multi-doc mode Maak de multi-doc mode actief - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Enable roll-over on basket elements Schakel roll-over in op de elementen in mandjes - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Enable roll-over on stories Schakel roll-over in op verhalen @@ -2641,22 +2624,22 @@ Minder talen inschakelen - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable thesaurus Maak de thesaurus actief - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Enable this setting to share on Facebook and Twitter Gebruik deze instellingen voor het delen op Facebook en Twitter - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Enable thumbnail substitution Maak de thumbnail substitutie actief - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Enabled Ingeschakeld @@ -2717,12 +2700,12 @@ Fout : ofwel zijn de parameters verkeerd, ofwel antwoord de externe server niet - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur YouTube a rencontré une erreur lors du traitement de la requête. Fout Youtube geeft een fout gemeld bij het verwerken van de aanvraag. - Bridge/Api/Dailymotion.php + Bridge/Api/Dailymotion.php Erreur d'encodage Fout bij het coderen @@ -2732,22 +2715,22 @@ Verkeerde login / paswoord - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur la requête a été mal formée ou contenait des données valides. Fout het verzoek was slecht gevraagd of bevatte geen geldige gegevens. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur la ressource que vous tentez de modifier n'existe pas. Fout de hulpbron die u probeert te veranderen, bestaat niet. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur le service Youtube n'est pas accessible pour le moment. Veuillez réessayer plus tard. Fout Youtube is momenteel niet bereikbaar. Gelieve later eens opnieuw te proberen. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur lors de l'authentification au service Youtube, Veuillez vous déconnecter, puis vous reconnecter. Fout door de authenticatie bij Youtube, gelieve eerst te uit te loggen en dan opnieuw in te loggen @@ -2757,7 +2740,7 @@ Fout bij het bewaren van de gegevens - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur lors de l'envoi de la requête. Erreur d'authentification. Fout bij het verzenden van uw verzoek. Authenticatie fout. @@ -2785,7 +2768,7 @@ Foute contact opname met de webserver - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Erreur vous avez essayé d'exécuter une requête non prise en charge par Youtube Fout u hebt geprobeerd een aanvraag te verwerken die niet toegestaan is door Youtube @@ -2807,12 +2790,12 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Error while sending the file Fout bij het versturen van het bestaan - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Error while uploading Fout tijdens uploaden @@ -2855,7 +2838,7 @@ Externe Executables - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Executables settings Executables instellingen @@ -2877,7 +2860,7 @@ FTP - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php FTP Export FTP Export @@ -2959,27 +2942,27 @@ Bestand is niet meer in de quarantiane aanwezig, gelieve te vernieuwen - Controller/Admin/Root.php + Controller/Admin/Root.php File is too big : 64k max File is te groot : 64k max - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File upload has been cancelled Bestand upload werd geannuleerd - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File upload has been stopped Bestand upload is gestopt - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File upload limit (%maxFileSizeReadable%) has been reached Bestand upload limiet (%maxFileSizeReadable%) is bereikt - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig File validation failed Bestand validatie mislukt @@ -3032,24 +3015,9 @@ Flash Flash - - lib/conf.d/_GV_template.inc.php - FlickR connectivity - FlickR connectiviteit - - - lib/conf.d/_GV_template.inc.php - Flickr public key - Flickr publieke sleutel - - - lib/conf.d/_GV_template.inc.php - Flickr secret key - Flickr geheime sleutel - - lib/classes/appbox.php - lib/classes/appbox.php + lib/classes/appbox.php + lib/classes/appbox.php Flushing cache Cache wordt gewist @@ -3101,16 +3069,26 @@ Frequence d'echantillonage Samplefrequentie + + Form/Configuration/ExecutablesFormType.php + GD + GD + Media/Subdef/Video.php GOP size GOP grootte - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Gallery Galerij + + Form/Configuration/MainConfigurationFormType.php + General configuration + General configuration + web/admin/dashboard.html.twig General settings @@ -3142,7 +3120,7 @@ Genereerd een audio file - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Geonames server address Geonames server adres @@ -3152,12 +3130,12 @@ Krijg een melding wanneer een email export niet lukt - Controller/Root/Login.php + Controller/Root/Login.php Good Goed - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Google Analytics identifier Google Analytics-id @@ -3176,13 +3154,18 @@ Granted third party applications Toegestane externe programma's + + Form/Configuration/ExecutablesFormType.php + GraphicsMagick + GraphicsMagick + - web/prod/index.html.twig + web/prod/index.html.twig Graphiste (preview au rollover) Graficus (preview au rollover) - Controller/Root/Login.php + Controller/Root/Login.php Great Uitstekend @@ -3217,11 +3200,6 @@ HD Download HD Download - - lib/conf.d/_GV_template.inc.php - HTTP Server - HTTP Server - api/auth/end_user_authorization.html.twig api/auth/native_app_access_token.html.twig @@ -3239,7 +3217,7 @@ Hallo, gelieve u aan te melden - lib/conf.d/_GV_template.inc.php + Form/Configuration/ModulesFormType.php Hide information about users Verberg de informatie over gebruikers @@ -3256,13 +3234,8 @@ Home Startpagina - - lib/conf.d/_GV_template.inc.php - Homepage - Startpagina - - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Homepage slideshow Startpagina diavoorstelling @@ -3288,7 +3261,7 @@ ISO waarde - web/prod/index.html.twig + web/prod/index.html.twig Iconographe (description au rollover) Iconographe (beschrijving bij de rollover) @@ -3298,12 +3271,12 @@ Id - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php If request is bigger, then mail is still available Als de aanvraag groter is, dan is de mail nog steeds beschikbaar - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php If set to 0, duration is permanent Als waar gelijk is aan 0, altijd beschikbaar @@ -3337,6 +3310,11 @@ Image Beeld + + Form/Configuration/ExecutablesFormType.php + ImageMagick + ImageMagick + web/common/technical_datas.html.twig Images par secondes @@ -3348,7 +3326,7 @@ Thumbnail niet beschikbaar - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Imagine driver Imagine driver @@ -3370,10 +3348,10 @@ Indexeerbaar - admin/user/demand.html.twig web/account/base.html.twig web/admin/dashboard.html.twig admin/task-manager/list.html.twig + admin/user/demand.html.twig Informations Informatie @@ -3383,7 +3361,7 @@ Persoonlijke informaties - web/prod/index.html.twig + web/prod/index.html.twig Informations techniques Technische informaties @@ -3419,31 +3397,31 @@ Installeer Google Chrome Frame - Controller/Root/Login.php + Controller/Root/Login.php Invalid captcha answer. Ongeldig captcha antwoord - Controller/Root/Login.php + Controller/Root/Login.php Invalid email address Ongeldig emailadres Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Invalid file format Ongeldige bestandsindeling admin/collection/collection.html.twig - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Invalid file type Ongeldig bestandstype - user/import/file.html.twig admin/databox/databox.html.twig admin/statusbit/edit.html.twig + user/import/file.html.twig Invalid file type, only (%supported_file_types%) file formats are supported Ongeldig bestandsformaat, enkel (%supported_file_types%) bestandsformaten worden ondersteund @@ -3454,12 +3432,12 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Invalid labels parameter Ongeldige parameter voor labels - Controller/Root/Login.php + Controller/Root/Login.php Invalid link. Ongeldige link @@ -3474,9 +3452,9 @@ Ongeldige doel collectie - Controller/Root/Login.php - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php Invalid unlock link. Ongeldige ontgrendelings-link @@ -3507,13 +3485,13 @@ Keep synchronization between bridge and client APIs. - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Keywords used for indexing purposes by search engines robots Sleutelwoorden die gebruikt worden voor het indexeren bij zoek robots - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php L'upload a echoue De upload is mislukt @@ -3543,7 +3521,7 @@ LAATSTE 20 - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php La connection vers le serveur distant est OK Connectie met de server is OK @@ -3560,25 +3538,25 @@ De onder resolutie is niet beschikbaar voor de volgende documenten - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php La taille maximale d'une video est de %duration% minutes. La taille maximale d'une video est de %duration% minutes. - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php La video a ete rejetee De video werd verworpen - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php La video a ete supprimee De video werd verwijderd - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php La video est restreinte De video is beperkt @@ -3664,16 +3642,16 @@ Het gevraagde mandje bestaat niet - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php Le poids maximum d'un fichier est de %size% Le poids maximum d'un fichier est de %size% - Bridge/Api/Dailymotion.php - Bridge/Api/Flickr.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Flickr.php + Bridge/Api/Youtube.php Le record n'a pas de fichier physique Het record heeft geen fisieke documenten @@ -3820,11 +3798,6 @@ Log changes Log aanpassingen - - lib/conf.d/_GV_template.inc.php - Log errors - Log fouten - Form/Login/PhraseaAuthenticationForm.php login/oauth/login.html.twig @@ -3835,17 +3808,17 @@ Login - Controller/Admin/Users.php + Controller/Admin/Users.php Login %login% already exists in database Login %login% already exists in database - Controller/Admin/Users.php + Controller/Admin/Users.php Login %login% is already defined in the file at line %line% Login %login% is already defined in the file at line %line% - Controller/Admin/Users.php + Controller/Admin/Users.php Login line %line% is empty Login line %line% is empty @@ -3867,12 +3840,12 @@ Patches zoeken - web/prod/index.html.twig + web/prod/index.html.twig Ma derniere question Mijn laatste vraag - Controller/Admin/Users.php + Controller/Admin/Users.php Mail line %line% is empty Mail line %line% is empty @@ -3881,18 +3854,13 @@ Mail sent Mail werd verstuurd - - lib/conf.d/_GV_template.inc.php - Main configuration - Hoofd configuratie - - lib/conf.d/_GV_template.inc.php + Form/Configuration/MaintenanceFormType.php Maintenance message Mededeling van onderhoud - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Maintenance state Staat van onderhoud @@ -3937,12 +3905,12 @@ Verplichte velden - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Maximum megabytes allowed for download Maximum toegestaan megabytes voor de download - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Maximum number of pages to be extracted from PDF Maximum aantal pagina's die uit een PDF kunnen worden gedownload @@ -3973,18 +3941,18 @@ Update - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Minimum number of letters before truncation Minimum aantal tekens alvorens te ledigen - Controller/Admin/Root.php + Controller/Admin/Root.php Missing "structure" parameter Missing "structure" parameter Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php Missing labels parameter Ontbrekende parameter voor labels @@ -3999,7 +3967,7 @@ Ontbrekende parameter voor naam - Controller/Admin/Root.php + Controller/Admin/Root.php Missing path parameter Pad parameter ontbreekt @@ -4009,17 +3977,17 @@ Doel collectie bestaat niet - Controller/Admin/Root.php + Controller/Admin/Root.php Missing tests parameter Test parameter ontbreekt - Controller/Admin/Databox.php + Controller/Admin/Databox.php Missing view name parameter Ontbrekende parameter voor weergave - web/prod/index.html.twig + web/prod/index.html.twig Mode de presentation Presentatie mode @@ -4029,7 +3997,7 @@ Datamodel - admin/user/demand.html.twig + admin/user/demand.html.twig Models Modellen @@ -4038,10 +4006,10 @@ Modify Wijzig - + admin/databox/databox.html.twig - Monter - Tonen + Monter la collection %name% + Monter la collection %name% login/layout/sidebar-layout.html.twig @@ -4130,7 +4098,7 @@ Naam of email - web/prod/index.html.twig + web/prod/index.html.twig Ne pas afficher Niet tonen @@ -4189,12 +4157,12 @@ Geen actief mandje - admin/user/demand.html.twig + admin/user/demand.html.twig No application for registration has been recorded Geen programma registraties werden opgenomen - Controller/Root/Login.php + Controller/Root/Login.php No collection selected Geen collectie geselecteerd @@ -4260,7 +4228,7 @@ Geen resultaten - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php No sort Geen sortering @@ -4306,8 +4274,8 @@ Niet beperkt (publiek) - admin/user/demand.html.twig - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php + admin/user/demand.html.twig web/admin/users.html.twig None Geen @@ -4388,18 +4356,18 @@ Nummer - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Number of days before the end of the validation to send a reminder email Aantal dagen voor het einde van de validatie om een herinneringsmail te sturen. - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Number of threads to use for FFMpeg Aantal lijnen te gebruiken voor FFMpeg - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php OK OK @@ -4424,7 +4392,7 @@ Enkel één record kan worden aangepast. - classes/caption/record.php + classes/caption/record.php Open the URL in a new window Open de url in een nieuw venster @@ -4461,12 +4429,12 @@ Beheerder bestellingen - Controller/Root/Login.php + Controller/Root/Login.php Ordinary Gewoon - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Original name Originele naam @@ -4524,7 +4492,7 @@ Wachtwoord (bevestiging) - Controller/Admin/Users.php + Controller/Admin/Users.php Password is empty at line %line% Password is empty at line %line% @@ -4544,7 +4512,7 @@ Periodically fetches an FTP repository content locally - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Periodically push data to FTP servers. Periodically push data to FTP servers. @@ -4554,12 +4522,12 @@ Hoofd foto - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php Photos Foto's - Bridge/Api/Flickr.php + Bridge/Api/Flickr.php Bridge/Flickr/actionelements.html.twig Photosets Fotosets @@ -4580,7 +4548,7 @@ Phraseanet DataBoxes zijn MySQL databases, queryable door Phraseanet ApplicationBox. - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Phraseanet client API Phraseanet klant API @@ -4590,7 +4558,7 @@ Phraseanet gebruikt een takenmotor voor het lezen / schrijven van metadata, en andere verwerkingen - Controller/Root/Login.php + Controller/Root/Login.php Phraseanet guest-access is disabled Gast toegang voor Phraseanet is niet actief @@ -4611,13 +4579,13 @@ Afspeellijst - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php Playlists Afspeellijsten - Controller/Root/Login.php + Controller/Root/Login.php Please accept the terms of use to register. Gelieve de gebruiksvoorwaarden te aanvaarden alvorens te registreren. @@ -4642,22 +4610,22 @@ Overweeg om deze goedkeuring naar de volgende gebruikers te sturen : %recommendation% - Controller/Client/Root.php + Controller/Client/Root.php Please create a basket before adding an element Gelieve eerst een mandje aan te maken alvorens elementen toe te voegen - Controller/Root/Login.php + Controller/Root/Login.php Please fill the captcha Gelieve de captcha in te vullen - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Please fix the database before starting Gelieve de database te herstellen alvorens te starten - Controller/Root/Login.php + Controller/Root/Login.php Please provide a longer value. It should have %s character or more. Gelieve een langere waarde op te geven. Tenminste %s of meer tekens. @@ -4667,37 +4635,37 @@ Gelieve een naam te voorzien voor deze selectie. - Controller/Root/Login.php + Controller/Root/Login.php Please provide a valid IP address. Gelieve een geldig IP adres op te geven - Controller/Root/Login.php + Controller/Root/Login.php Please provide a valid email address. Gelieve een geldig email adres op te geven - Controller/Root/Login.php + Controller/Root/Login.php Please provide a value. Geef een waarde - Controller/Root/Login.php + Controller/Root/Login.php Please provide the same emails. Gelieve dezelfde emails op te geven. - Controller/Root/Login.php + Controller/Root/Login.php Please provide the same passwords. Gelieve dezelfde wachtwoorden op te geven - Controller/Root/Login.php + Controller/Root/Login.php Please select at least %s choice. Gelieve tenminste één %s keuze. - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Please select at least one valid file Gelieve minstens één geldig veld te selecteren @@ -4717,7 +4685,7 @@ Functie - lib/classes/appbox.php + lib/classes/appbox.php Post upgrade Laadt update @@ -4745,7 +4713,7 @@ Voorkeuren - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Prefix for notification emails Prefix voor email notificatie @@ -4755,12 +4723,12 @@ Voorwaarden en Configuratie - web/prod/index.html.twig + web/prod/index.html.twig 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 @@ -4771,15 +4739,15 @@ Vorige - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php Print Afdrukken - + api/auth/end_user_authorization.html.twig - - Connectie problemen? + Problemes de connexion ? + Problemes de connexion ? Notification/Mail/MailInfoUserRegistered.php @@ -4787,12 +4755,12 @@ Verwerk de registratie - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Processus de validation recu de %user% Processus de validation recu de %user% - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Processus de validation recu de %user% et concernant %n% utilisateurs Processus de validation recu de %user% et concernant %n% utilisateurs @@ -4810,7 +4778,7 @@ admin/publications/wrapper.html.twig web/admin/tree.html.twig web/common/menubar.html.twig - web/prod/index.html.twig + web/prod/index.html.twig Publications Publicaties @@ -4821,12 +4789,12 @@ Publiek - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Publishers Uitgevers - lib/classes/appbox.php + lib/classes/appbox.php Purging directories Mappen ledigen @@ -4837,7 +4805,7 @@ Push - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Push configuration Push configurative @@ -5033,12 +5001,12 @@ Alleen lezen - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Recaptcha private key Recaptcha private sleutel - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Recaptcha public key Recaptcha publieke sleutel @@ -5144,7 +5112,7 @@ Record Mover - API/V1/adapter.php + API/V1/adapter.php Record Not Found Document niet gevonden @@ -5208,7 +5176,7 @@ Registreer goedkeuring - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Registration Registratie @@ -5283,7 +5251,6 @@ Mappen voor de opslag van documenten - lib/conf.d/_GV_template.inc.php admin/fields/templates.html.twig Report Overzicht @@ -5300,12 +5267,12 @@ Aanvraag bevat ongeldige data - admin/user/demand.html.twig + admin/user/demand.html.twig Requests for the application registrations were recorded successfully Aanvragen voor de programma registraties zijn met succes opgenomen - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Require authentication to download documents Inloggen vereist om de documenten te downloaden @@ -5430,11 +5397,6 @@ Rights will be erased before applying template, do you confirm? Rechten worden gewist voor het toe passen van de template, bent u zeker? - - lib/conf.d/_GV_template.inc.php - Robot indexing - Robot indexring - actions/Feedback/List-Share.html.twig Role @@ -5461,30 +5423,35 @@ Voer uit als een programma, niet als een service - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP encryption SMTP-encryptie - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP host SMTP host - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP password SMTP wachtwoord - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP port SMTP poort - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php SMTP user SMTP gebruiker + + Form/Configuration/EmailFormType.php + SSL + SSL + web/admin/tree.html.twig SUBDEFS @@ -5525,12 +5492,12 @@ Zoek mandjes - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Search engine Zoekmachine - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Search tab position Zoek de tab positie @@ -5549,16 +5516,11 @@ See Zie - - lib/conf.d/_GV_template.inc.php - See %url% - See %url% - - - lib/conf.d/_GV_template.inc.php - lib/conf.d/_GV_template.inc.php - See documentation at %website% - See documentation at %website% + + Form/Configuration/ExecutablesFormType.php + Form/Configuration/WebservicesFormType.php + See documentation at %url% + See documentation at %url% Notification/Mail/MailInfoOrderCancelled.php @@ -5593,19 +5555,19 @@ Alles selecteren - Controller/Root/Login.php + Controller/Root/Login.php Select all collections Alle collecties selecteren - user/import/file.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/collection/collection.html.twig admin/statusbit/edit.html.twig admin/statusbit/edit.html.twig - prod/upload/upload-flash.html.twig + user/import/file.html.twig + prod/upload/upload-flash.html.twig prod/upload/upload.html.twig Select files... Selecteer files... @@ -5616,7 +5578,7 @@ Geselecteerde files - web/prod/index.html.twig + web/prod/index.html.twig Selecteur de theme Thema selector @@ -5673,7 +5635,7 @@ Scheidingsteken - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php Service youtube introuvable. Youtube service kan niet gevonden worden. @@ -5771,7 +5733,7 @@ Als u geen andere browser kunt installeren, gebruik dan Google Chrome Frame. - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Single image Enkel beeld @@ -5787,7 +5749,7 @@ Grootte - lib/conf.d/_GV_template.inc.php + Form/Configuration/GeneralFormType.php Slide show Diavoorstelling @@ -5817,7 +5779,7 @@ Er is iets misgegaan, gelieve de beheerder te contacteren - Controller/Admin/Root.php + Controller/Admin/Root.php Something wrong happend Er is iets verkeerd gelopen @@ -5880,9 +5842,9 @@ Sphinx Search server - SearchEngine/SphinxSearch/SphinxSearchEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php Sphinx server is offline Sphinx server is offline @@ -5918,23 +5880,18 @@ Started Started - - lib/conf.d/_GV_template.inc.php - Static URL - Statische URL - web/prod/index.html.twig Status des documents a rechercher Status van de te zoeken documenten - Controller/Admin/Root.php + Controller/Admin/Root.php Status icon upload failed : can not write on disk Status icon upload niet gelukt : kan niet naar de schijf schrijven - Controller/Admin/Root.php + Controller/Admin/Root.php Status icon upload failed : upload error Status icon upload niet gelukt : upload fout @@ -5960,7 +5917,7 @@ Stopped - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Stories Verhalen @@ -5970,7 +5927,7 @@ Stories status editie - API/V1/adapter.php + API/V1/adapter.php Story Not Found Artikel niet gevonden @@ -6053,8 +6010,8 @@ Controller/Admin/Collection.php Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php Successful removal Met succes verwijderd @@ -6065,13 +6022,13 @@ Controller/Admin/Collection.php Controller/Admin/Collection.php Controller/Admin/Collection.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php + Controller/Admin/Databox.php admin/collection/collection.html.twig admin/collection/suggested_value.html.twig web/admin/databases.html.twig @@ -6131,6 +6088,11 @@ Séparez les tags par un espace: Paris vacances restaurant Scheid de tags met een spate: Paris vakantie restaurant + + Form/Configuration/EmailFormType.php + TLS + TLS + prod/results/help.html.twig TOUT @@ -6209,7 +6171,7 @@ De gebruikte URL is niet meer geldig, gelieve u aan te melden - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php The Youtube servers have received too many calls from the same caller in a short amount of time. De Youtube server hebben teveel aanvragen ontvangen van de zelfde gebruiker in een te korte tijd. @@ -6219,12 +6181,12 @@ Het programma sluit af voor onderhoud, gelieve uit te loggen. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php The authentication token specified in the Authorization header has expired. De authentication token vermeld in de Authorization header is verlopen. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php The authentication token specified in the Authorization header is invalid The authentication token vermeld in de Authorization header is niet geldig @@ -6275,7 +6237,7 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php The file is too big Het bestand is te groot @@ -6291,7 +6253,7 @@ Controller/Admin/Collection.php - Controller/Admin/Databox.php + Controller/Admin/Databox.php The publication has been stopped Het programma is gestopt @@ -6317,12 +6279,12 @@ The task status - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php The upgrade is already started De update is al gestart - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig The upload violates a security restriction, please retry De upload schendt een beveiligingsrestrictie, gelieve opnieuw te proberen @@ -6332,7 +6294,7 @@ De gebruiker werd aangemaakt. - web/prod/index.html.twig + web/prod/index.html.twig Theme Thema @@ -6414,7 +6376,7 @@ Dit is een template - lib/conf.d/_GV_template.inc.php + Form/Configuration/RegistrationFormType.php This option disables the selecting of the databases on which a user can register himself, and registration is made on all granted databases. Deze optie schakelt het selecteren van databanken waarop een gebruiker zich kan registreren uit en registratie is van toepassing voor alle toegankelijke databanken. @@ -6497,12 +6459,12 @@ Gereedschappen - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Topics display mode Topics scherm modus - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Topics tab position Topics tab positie @@ -6528,12 +6490,12 @@ Alle publicaties - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Transfert Annule Transfert Gestopt - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php Transfert OK Transfert OK @@ -6544,7 +6506,7 @@ Verzonden bestanden - lib/conf.d/_GV_template.inc.php + Form/Configuration/ClassicFormType.php Trees Takken @@ -6580,7 +6542,7 @@ Type datum - web/prod/index.html.twig + web/prod/index.html.twig Type de documents Type van de documenten @@ -6622,7 +6584,7 @@ Gebruiker kan niet aan de lijst worden toegevoegd - Controller/Root/Login.php + Controller/Root/Login.php Unable to authenticate with %provider_name% Unable to authenticate with %provider_name% @@ -6644,7 +6606,7 @@ Lijst kan niet worden verwijderd - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php Unable to execute query Onmogelijk om de zoekactie uit te voeren @@ -6659,7 +6621,7 @@ Gebruik kan niet uit de lijst worden verwijderd - Controller/Root/Login.php + Controller/Root/Login.php Unable to retrieve provider identity Het is niet mogelijk om de identiteit van de provider te ontvangen @@ -6670,8 +6632,8 @@ Documenten kunnen niet worden verstuurd - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php Unable to send your account unlock email. Het was niet mogelijk om uw ontgrendelings-email te versturen @@ -6691,7 +6653,7 @@ Eens de publicatie verwijderd, worden alle gegevens definitief verwijderd. Doorgaan? - web/prod/index.html.twig + web/prod/index.html.twig Une question personnelle Een persoonlijke vraag @@ -6704,17 +6666,17 @@ Een selectie - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Unhandled Error Onbehandelde fout - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Unknow Error Onbekende fout - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Unknow reason Onbekende reden @@ -6734,25 +6696,15 @@ Unnamed user - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Unreachable server Onbereikbare server - - Controller/Admin/Setup.php - Update failed - Update mislukt - Notification/Mail/MailSuccessEmailUpdate.php Update of your email address on %application% Update of your email address on %application% - - Controller/Admin/Setup.php - Update succeed - Met succes bijgewerkt - Notification/Mail/MailInfoSomebodyAutoregistered.php Update the account @@ -6769,12 +6721,12 @@ Updating table %table_name% - lib/classes/appbox.php + lib/classes/appbox.php Upgrading %databox_name% Upgrading %databox_name% - lib/classes/appbox.php + lib/classes/appbox.php Upgrading appbox Appbox wordt geüpdate @@ -6793,7 +6745,7 @@ Upload - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig Upload URL is not set, please contact an admin Upload URL niet is ingesteld, gelieve een administrator te contacteren @@ -6817,33 +6769,28 @@ Uploaded by : %username% Opgeladen door : %username% - - lib/conf.d/_GV_template.inc.php - Use Dailymotion API - Gebruik Dailymotion API - - - lib/conf.d/_GV_template.inc.php - Use Flickr API - Gebruik Flickr API - - - lib/conf.d/_GV_template.inc.php - Use Google API - Gebruik Google API + + Form/Configuration/WebservicesFormType.php + Use Google Chart API + Use Google Chart API - lib/conf.d/_GV_template.inc.php + Form/Configuration/EmailFormType.php Use a SMTP server Gebruik een SMPT server + + web/prod/index.html.twig + Use latest search settings on Production loading + Use latest search settings on Production loading + login/providers/mapping.html.twig Use my Phraseanet account Gebruik mij Phraseanet gebruiker - lib/conf.d/_GV_template.inc.php + Form/Configuration/WebservicesFormType.php Use recaptcha API Gebruik recaptcha API @@ -6858,27 +6805,22 @@ Gebruik de HTML5 uploader - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php Use with mod_token. Attention requires the apache modules and mod_h264_streaming mod_auth_token Gebruik met mod_token. Opgepast heeft de apache modelus en mod_h264_streaming mod_auth_token nodig. - - lib/conf.d/_GV_template.inc.php - Use youtube API - Gebruik youtube API - - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Used for guest account Gebruikt voor gast toegang - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Used in search engine Gebruikt in de zoekmachine - lib/conf.d/_GV_template.inc.php + Form/Configuration/SearchEngineFormType.php Used when opening the application Gebruikt tijdens het openen van het programma @@ -6916,15 +6858,15 @@ Gebruiker met succes aangemaakt - user/import/view.html.twig Vocabulary/ControlProvider/UserProvider.php + user/import/view.html.twig web/admin/users.html.twig prod/actions/Push.html.twig Users Gebruikers - lib/conf.d/_GV_template.inc.php + Form/Configuration/ActionsFormType.php Users must accept Terms of Use for each export Gebruiker moet gebruiksvoorwaarden aanvaarden bij iedere export @@ -7002,7 +6944,7 @@ Op welke API wilt u zich verbinden ? - Controller/Admin/Databoxes.php + Controller/Admin/Databoxes.php Veuillez arreter le planificateur avant la mise a jour Gelieve de taak scheduler te stoppen voor het updaten @@ -7027,8 +6969,8 @@ Video Codec - Bridge/Api/Dailymotion.php - Bridge/Api/Youtube.php + Bridge/Api/Dailymotion.php + Bridge/Api/Youtube.php Videos Video's @@ -7108,7 +7050,7 @@ U hebt zijn programma's de toestemming gegeven om toegang te hebben tot uw account - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Vous avez envoye cette demande a %n% utilisateurs Vous avez envoye cette demande a %n% utilisateurs @@ -7133,7 +7075,7 @@ U hebt een aanvraag tot goedkeuring van documenten in dit mandje ontvangen - Model/Entities/ValidationSession.php + Model/Entities/ValidationSession.php Vous aviez envoye cette demande a %n% utilisateurs Vous aviez envoye cette demande a %n% utilisateurs @@ -7173,7 +7115,7 @@ U bent met succes geauthenticeerd - Controller/Root/Login.php + Controller/Root/Login.php Vous etes maintenant deconnecte. A bientot. U bent nu uitgelogd. Tot later. @@ -7278,12 +7220,12 @@ Watermerk - Controller/Root/Login.php + Controller/Root/Login.php Weak Matig - lib/conf.d/_GV_template.inc.php + Form/Configuration/MainConfigurationFormType.php Webservices connectivity Webservices connectiviteit @@ -7346,6 +7288,12 @@ Write Metas Schrijf Metas + + web/prod/index.html.twig + web/prod/index.html.twig + YYYY/MM/DD + YYYY/MM/DD + user/import/view.html.twig web/developers/applications.html.twig @@ -7388,7 +7336,7 @@ U staat op het punt om %nb_push_items% records door te sturen. - Bridge/Api/Youtube.php + Bridge/Api/Youtube.php You are attempting to exceed the storage limit on your account and must delete existing entries before inserting new entries U probeert de toegelaten opslagruimte te overschrijden voor uw gebruiker, u moet bestaande documenten verwijderen alvorens nieuwe aan te maken @@ -7468,7 +7416,7 @@ U kunt geen files uploaden - Controller/Admin/Root.php + Controller/Admin/Root.php You do not enough rights to update status U hebt niet voldoende rechten om de status up te date @@ -7513,7 +7461,7 @@ U hebt 1 dag om de selectie te valideren. - prod/upload/upload-flash.html.twig + prod/upload/upload-flash.html.twig You have attempted to queue too many files U hebt geprobeerd om te veel bestanden in de wachtrij te plaatsen @@ -7568,18 +7516,18 @@ U moet nu uw wachtwoord invullen - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php You tried to register with an unknown provider U probeerde met een ongekende provider te registreren - Helper/User/Edit.php + Helper/User/Edit.php You will no longer receive notifications at %old_email% You will no longer receive notifications at %old_email% - Helper/User/Edit.php + Helper/User/Edit.php You will now receive notifications at %new_email% You will now receive notifications at %new_email% @@ -7634,23 +7582,23 @@ Uw email wordt gebruikt om in te loggen op het programma - Controller/Root/Login.php + Controller/Root/Login.php Your identity is not recognized. Uw identiteit werd niet herkend - lib/classes/appbox.php + lib/classes/appbox.php Your install might need to build some sub-definitions Uw installatie zou mogelijks enkele thumbnails moeten aanmaken - lib/classes/appbox.php + lib/classes/appbox.php Your install might need to re-read technical datas Uw installatie moet de technische data herlezen - lib/classes/appbox.php - lib/classes/appbox.php + lib/classes/appbox.php + lib/classes/appbox.php Your install requires data migration, please execute the following command Uw installatie heeft data migratie nodig, voer volgend commando uit @@ -7659,26 +7607,6 @@ Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories. Uw media en hun thumbnails (voorvertoningen, thumbnails..) worden in deze mappen opgeslagen. - - lib/conf.d/_GV_template.inc.php - Youtube connectivity - Youtube connectiviteit - - - lib/conf.d/_GV_template.inc.php - Youtube developer key - Youtube ontwikkelaarssleutel - - - lib/conf.d/_GV_template.inc.php - Youtube public key - Youtube publieke sleutel - - - lib/conf.d/_GV_template.inc.php - Youtube secret key - Youtube geheime sleutel - mobile/lightbox/index.html.twig mobile/lightbox/index.html.twig @@ -7695,7 +7623,7 @@ web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig action : bridge @@ -7727,7 +7655,7 @@ lightbox/IE6/validate.html.twig web/lightbox/validate.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/preview/tools.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig @@ -7760,7 +7688,7 @@ web/prod/index.html.twig web/prod/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/WorkZone/Basket.html.twig prod/WorkZone/Story.html.twig action : publier @@ -7847,40 +7775,40 @@ De collectie werd niet gemaakt : u moet een naam geven aan uw collectie - admin/user/demand.html.twig + admin/user/demand.html.twig admin:: appliquer le modele admin:: gebruik dit model - admin/user/demand.html.twig + admin/user/demand.html.twig admin:: demandes en cours Aanvragen in behandeling - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: donner les droits de telechargement et consultation de previews Geef de rechten voor het downloaden en het consulteren van voorvertoningen - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: donner les droits de telechargements de preview et hd Geef de rechten voor het downloaden van voorvertoningen en hd - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: refuser l'acces Weiger de toegang - admin/user/demand.html.twig - admin/user/demand.html.twig - admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig + admin/user/demand.html.twig admin:: watermarquer les documents Watermerk de documenten @@ -7920,7 +7848,7 @@ Bevestigt u het stoppen van de publicatie van de database - web/admin/databases.html.twig + web/admin/databases.html.twig admin::base: Monter une base Toon een database @@ -7935,13 +7863,13 @@ Stop de publicatie van de database - Controller/Admin/Databox.php + Controller/Admin/Databox.php admin/databox/databox.html.twig admin::base: aucun alias Geen enkel snelkoppeling - web/admin/databases.html.twig + web/admin/databases.html.twig admin::base: creer une base Maak een database @@ -8002,7 +7930,7 @@ Gewicht - web/admin/tree.html.twig + web/admin/tree.html.twig admin::base: preferences de collection voorkeuren van de collectie @@ -8027,7 +7955,7 @@ Leeg de database - Controller/Admin/Databox.php + Controller/Admin/Databox.php admin::base: vider la base avant de la supprimer Maak eerst de database leeg alvorens te verwijderen @@ -8131,19 +8059,19 @@ Maak de collectie leeg - admin/collection/reorder.html.twig + admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig admin::base:collorder: descendre Afdalen - admin/collection/reorder.html.twig + admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig admin::base:collorder: monter Laden - admin/collection/reorder.html.twig + admin/collection/reorder.html.twig admin/collection/suggested_value.html.twig admin::base:collorder: reinitialiser en ordre alphabetique Herinitialiseren in alfabetische volgorde @@ -8164,7 +8092,7 @@ Watermerk - admin/user/demand.html.twig + admin/user/demand.html.twig admin::collection Collectie @@ -8199,20 +8127,20 @@ De paswoorden moeten duidelijk verschillen van de login en moet tenminste twee van de volgende tekens bevatten - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig admin::compte-utilisateur activite Activiteit - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur adresse Adres @@ -8223,7 +8151,7 @@ Verander mijn paswoord - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig @@ -8247,19 +8175,19 @@ Laatst toegepast model - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php eventsmanager/notify/autoregister.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/admin/users.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur email Email - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig @@ -8273,13 +8201,13 @@ Gebruikersid - admin/user/demand.html.twig Core/Provider/RegistrationServiceProvider.php api/auth/end_user_authorization.html.twig web/account/account.html.twig web/account/account.html.twig web/account/reset-email.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/admin/users.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur identifiant @@ -8295,13 +8223,13 @@ Paswoord - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php eventsmanager/notify/autoregister.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur nom Naam @@ -8312,28 +8240,28 @@ Nieuw email adres - Controller/Admin/Users.php + Controller/Admin/Users.php web/admin/users.html.twig admin::compte-utilisateur pays Land - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur poste Postcode - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php eventsmanager/notify/autoregister.php web/account/account.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur prenom Voornaam @@ -8346,12 +8274,12 @@ Geslacht - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/admin/users.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur societe @@ -8363,11 +8291,11 @@ admin::gebruiker tel - admin/user/demand.html.twig - Controller/Admin/Users.php + Controller/Admin/Users.php web/account/account.html.twig web/admin/connected-users.html.twig web/admin/editusers.html.twig + admin/user/demand.html.twig web/common/dialog_export.html.twig admin::compte-utilisateur telephone Telefoon @@ -8378,7 +8306,7 @@ Een bevestigingsemail werd u gestuurd. Om verder te gaan gelieve de instructies van deze mail te volgen - Controller/Admin/Users.php + Controller/Admin/Users.php Core/Provider/RegistrationServiceProvider.php web/account/account.html.twig web/admin/editusers.html.twig @@ -8534,7 +8462,7 @@ Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - classes/record/preview.php + classes/record/preview.php web/admin/connected-users.html.twig admin::monitor: module client Klant module @@ -8554,7 +8482,7 @@ Controller/Admin/ConnectedUsers.php lib/classes/phrasea.php - classes/record/preview.php + classes/record/preview.php web/admin/connected-users.html.twig admin::monitor: module production Productie @@ -8671,7 +8599,7 @@ structuurinstellingen - admin/collection/suggested_value.html.twig + admin/collection/suggested_value.html.twig admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. @@ -8759,7 +8687,7 @@ web/admin/tree.html.twig web/admin/tree.html.twig - web/admin/tree.html.twig + web/admin/tree.html.twig admin::utilisateurs: utilisateurs gebruikers @@ -8770,7 +8698,7 @@ geconnecteerde gebruikers - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php aleatoire toeval @@ -8816,8 +8744,9 @@ augustus - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php ascendant aflopend @@ -8886,7 +8815,7 @@ Toevoegen - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php Controller/Prod/Language.php web/account/reset-email.html.twig @@ -8951,7 +8880,7 @@ Controller/Prod/Language.php - web/admin/databases.html.twig + web/admin/databases.html.twig boutton::creer Maken @@ -8990,7 +8919,7 @@ Exporteren - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/client/index.html.twig web/common/dialog_export.html.twig @@ -8998,7 +8927,7 @@ prod/actions/edit_default.html.twig prod/actions/edit_default.html.twig prod/actions/Push.html.twig - web/prod/index.html.twig + web/prod/index.html.twig web/report/all_content.html.twig web/thesaurus/accept.html.twig web/thesaurus/accept.html.twig @@ -9032,7 +8961,7 @@ bewerken - web/admin/databases.html.twig + web/admin/databases.html.twig boutton::monter Tonen @@ -9090,18 +9019,18 @@ Vervangen - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php boutton::renouveller Vernieuwen - user/import/file.html.twig 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 @@ -9189,8 +9118,6 @@ Tester - admin/user/demand.html.twig - user/import/view.html.twig Controller/Prod/Language.php mobile/lightbox/note_form.html.twig web/account/access.html.twig @@ -9198,18 +9125,21 @@ web/account/reset-email.html.twig admin/collection/collection.html.twig admin/collection/create.html.twig - admin/collection/reorder.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 + admin/search-engine/elastic-search.html.twig admin/search-engine/phrasea.html.twig admin/search-engine/sphinx-search.html.twig - web/admin/setup.html.twig + web/admin/setup.html.twig admin/statusbit/edit.html.twig web/admin/structure.html.twig web/admin/subdefs.html.twig + admin/user/demand.html.twig + user/import/view.html.twig web/developers/application_form.html.twig Bridge/Dailymotion/playlist_createcontainer.html.twig Bridge/Dailymotion/playlist_deleteelement.html.twig @@ -9230,7 +9160,7 @@ prod/actions/edit_default.html.twig prod/Baskets/Reorder.html.twig prod/Baskets/Update.html.twig - web/prod/index.html.twig + web/prod/index.html.twig prod/Story/Reorder.html.twig web/report/all_content.html.twig web/thesaurus/accept.html.twig @@ -9287,12 +9217,12 @@ cannes BEHALVE festival - classes/record/exportElement.php + classes/record/exportElement.php caption XML caption XML - classes/record/exportElement.php + classes/record/exportElement.php caption YAML caption YAML @@ -9351,7 +9281,7 @@ admin/collection/create.html.twig admin/databox/databox.html.twig - web/prod/index.html.twig + web/prod/index.html.twig choisir kiezen @@ -9478,7 +9408,8 @@ in %feed_name% - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php date dajout Datum toegevoegd @@ -9493,8 +9424,9 @@ Verwijderen - SearchEngine/Phrasea/PhraseaEngine.php - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php descendant oplopend @@ -9511,8 +9443,8 @@ document - classes/record/exportElement.php - classes/record/exportElement.php + classes/record/exportElement.php + classes/record/exportElement.php document original origineel document @@ -9581,12 +9513,6 @@ erreur : Vous n'avez pas les droits U hebt niet de rechten - - web/admin/setup.html.twig - web/admin/setup.html.twig - erreur avec la valeur %name% - fout bij de waarde %name% - task-manager/task-editor/phraseanet-indexer.html.twig example : fr,en @@ -9599,7 +9525,7 @@ FTP - Controller/Client/Root.php + Controller/Client/Root.php export:: aucun document n'est disponible au telechargement geen enkel document kan gedownload worden @@ -9626,7 +9552,7 @@ Download - classes/set/export.php + classes/set/export.php export::ftp: reglages manuels Manuele instellingen @@ -9765,7 +9691,7 @@ image tool - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php invite:: Redirection vers la zone d'authentification, cliquez sur OK pour continuer ou annulez Doorsturen naar de authenticatiezone, klik op OK om door te gaan of annuleer @@ -9840,17 +9766,17 @@ Controller/Api/Oauth2.php - Controller/Root/Login.php + Controller/Root/Login.php login::erreur: Erreur d'authentification Verificatiefout - Controller/Root/Login.php + Controller/Root/Login.php login::erreur: No available connection - Please contact sys-admin Geen beschikbare verbinding - Neem contact op met sys-admin - Controller/Root/Login.php + Controller/Root/Login.php login::erreur: Vous n'avez pas confirme votre email U hebt uw email adres niet bevestigd @@ -9861,7 +9787,7 @@ Controller/Root/Account.php - Controller/Root/Login.php + Controller/Root/Login.php login::notification: Mise a jour du mot de passe avec succes Update van het paswoord met succes uitgevoerd @@ -9871,8 +9797,8 @@ Er werd rekening gehouden met uw aanvragen - Controller/Root/Login.php - Controller/Root/Login.php + Controller/Root/Login.php + Controller/Root/Login.php login::notification: demande de confirmation par mail envoyee Aanvraag tot goedkeuring per mail verstuurd @@ -9971,15 +9897,15 @@ login::register:email: Votre compte %application% login::register:email: Votre compte %application% - - Controller/Admin/Users.php - login::register:email: Vous avez ete accepte sur les collections suivantes : - U bent aangemeld voor volgende collecties : + + Controller/Admin/Users.php + login::register:email: Vous avez ete accepte sur les collections suivantes : + login::register:email: Vous avez ete accepte sur les collections suivantes : - - Controller/Admin/Users.php - login::register:email: Vous avez ete refuse sur les collections suivantes : - U bent geweigerd voor volgende collecties : + + Controller/Admin/Users.php + login::register:email: Vous avez ete refuse sur les collections suivantes : + login::register:email: Vous avez ete refuse sur les collections suivantes : classes/module/report.php @@ -10014,7 +9940,7 @@ Model/Entities/User.php - classes/User/Adapter.php + classes/User/Adapter.php modele %name% modele %name% @@ -10024,9 +9950,9 @@ nieuw klant programma - user/import/view.html.twig web/account/sessions.html.twig web/admin/subdefs.html.twig + user/import/view.html.twig web/common/technical_datas.html.twig no Nee @@ -10065,11 +9991,6 @@ octobre oktober - - lib/conf.d/_GV_template.inc.php - optional - optioneel - prod/actions/Push.html.twig or @@ -10144,8 +10065,8 @@ paniers:: %nb_basket_elements% documenten in het mandje + Controller/Client/Root.php Controller/Client/Root.php - Controller/Client/Root.php paniers:: Quel nom souhaitez vous donner a votre panier ? Welke naam wenst u uw mandje te geven ? @@ -10165,7 +10086,7 @@ U hebt niet bekeken nieuwe mandjes - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php paniers::Vous etes sur le point de supprimer ce panier. Cette action est irreversible. Souhaitez-vous continuer ? U staat op het punt op uw mandje te verwijderen. Deze actie kan niet ongedaan gemaakt worden. Wenst u door te gaan ? @@ -10196,17 +10117,18 @@ per maand - SearchEngine/SphinxSearch/SphinxSearchEngine.php + SearchEngine/Elastic/ElasticSearchEngine.php + SearchEngine/SphinxSearch/SphinxSearchEngine.php pertinence relevantie - lib/conf.d/_GV_template.inc.php + Form/Configuration/ExecutablesFormType.php php.ini path php.ini pad - web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: Creer une base sur un serveur different de l'application box Maak een database op een andere server dan die van de programma box @@ -10216,17 +10138,17 @@ Fout - web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: Modele de donnees Modelgegevens - web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: Monter une base provenant d'un serveur different de l'application box Toon een database die van een verschillende server komt dan die van de programma box - Controller/Root/Login.php + Controller/Root/Login.php phraseanet:: Un email vient de vous etre envoye Een email werd u toegestuurd @@ -10265,8 +10187,8 @@ Collecties - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: dbname Dbname @@ -10288,8 +10210,8 @@ Historie - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: hostname Hostname @@ -10299,14 +10221,14 @@ Taal - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: password Paswoord - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig web/setup/step2.html.twig phraseanet:: port Poort @@ -10380,8 +10302,8 @@ Op naam sorteren - web/admin/databases.html.twig - web/admin/databases.html.twig + web/admin/databases.html.twig + web/admin/databases.html.twig phraseanet:: user Gebruiker @@ -10404,26 +10326,26 @@ Laden - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/admin/index.html.twig phraseanet::erreur: La connection au serveur Phraseanet semble etre indisponible De connectie met de Phraseanet server blijkt niet mogelijk te zijn - Controller/Root/Login.php + Controller/Root/Login.php phraseanet::erreur: Le compte n'a pas ete trouve De account werd niet gevonden - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/admin/index.html.twig phraseanet::erreur: Une erreur est survenue, si ce probleme persiste, contactez le support technique Een fout heeft zicht voorgedaan, als dit probleem aanhoudt, contacteer dan de technishe support - Controller/Client/Root.php + Controller/Client/Root.php Controller/Prod/Language.php web/admin/index.html.twig phraseanet::erreur: Votre session est fermee, veuillez vous re-authentifier @@ -10570,7 +10492,7 @@ module/report/nav.php - classes/User/Adapter.php + classes/User/Adapter.php phraseanet::utilisateur inconnu Onbekende gebruiker @@ -10602,42 +10524,42 @@ web/client/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig preview:: Description Beschrijving web/client/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig preview:: Historique Historie web/client/index.html.twig - web/prod/index.html.twig + web/prod/index.html.twig preview:: Popularite Populariteit - prod/preview/basket_train.html.twig - prod/preview/feed_train.html.twig - prod/preview/reg_train.html.twig + prod/preview/basket_train.html.twig + prod/preview/feed_train.html.twig + prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig preview:: arreter le diaporama stop de slideshow - prod/preview/basket_train.html.twig - prod/preview/feed_train.html.twig - prod/preview/reg_train.html.twig + prod/preview/basket_train.html.twig + prod/preview/feed_train.html.twig + prod/preview/reg_train.html.twig prod/preview/result_train.html.twig prod/preview/result_train_options.html.twig preview:: demarrer le diaporama start de slideshow - classes/record/preview.php + classes/record/preview.php preview:: resultat numero %number% preview:: resultat numero %number% @@ -11118,22 +11040,22 @@ thumbnails opnieuw genereren - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %available% Resultats rappatries sur un total de %total% trouves reponses:: %available% Resultats rappatries sur un total de %total% trouves - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %number% documents selectionnes reponses:: %number% documents selectionnes - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %total% Resultats reponses:: %total% Resultats - Controller/Prod/Query.php + Controller/Prod/Query.php reponses:: %total% reponses reponses:: %total% reponses @@ -11143,17 +11065,17 @@ De bewerkingen zullen definitief verwijderd worden, en kunnen niet ongedaan gemaakt worden. Bent u zeker ? - web/prod/index.html.twig + web/prod/index.html.twig 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 @@ -11173,22 +11095,22 @@ alles selecteren - web/prod/index.html.twig + web/prod/index.html.twig reponses:: taille des images : Grootte van de beelden : - classes/record/adapter.php + classes/record/adapter.php reponses::document sans titre Documenten zonder titel - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour la base %name reponses::propositions pour la base %name - SearchEngine/Phrasea/PhraseaEngine.php + SearchEngine/Phrasea/PhraseaEngine.php reponses::propositions pour le terme %terme% reponses::propositions pour le terme %terme% @@ -11627,10 +11549,10 @@ module/report/activity.php module/report/activity.php module/report/add.php - module/report/connexion.php - module/report/connexion.php - module/report/connexion.php - module/report/download.php + module/report/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 @@ -11644,7 +11566,7 @@ Niet-informatief - classes/record/preview.php + classes/record/preview.php report:: page d'accueil Landingspagina @@ -11902,7 +11824,7 @@ OK - classes/record/preview.php + classes/record/preview.php report:: visualiseur cooliris Cooliris voorvertoning @@ -11988,9 +11910,9 @@ Downloaden van %dest% - classes/record/preview.php - classes/record/preview.php - classes/record/preview.php + classes/record/preview.php + classes/record/preview.php + classes/record/preview.php report::acces direct Directe toegang @@ -12266,17 +12188,17 @@ verwijder de mappen na archivering - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Certains documents n'ont pas pu etre tranferes Sommige documenten zijn niet overgezet - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Details des fichiers Details van het document - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" task::ftp:Etat d'envoi FTP vers le serveur "%server%" avec le compte "%username%" et pour destination le dossier : "%directory%" @@ -12286,28 +12208,29 @@ FTP Pull - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) task::ftp:File "%file%" (record %record_id%) de la base "%basename%" (Export du Document) : Transfert cancelled (le document n'existe plus) - TaskManager/Job/FtpJob.php - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% task::ftp:Record %recordid% - %filename% de la base (%databoxname% - %collectionname%) - %subdefname% + Notification/Mail/MailSuccessFTPReceiver.php Notification/Mail/MailSuccessFTPSender.php task::ftp:Status about your FTP transfert from %application% to %server% task::ftp:Status about your FTP transfert from %application% to %server% - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:TENTATIVE no %number%, %date% task::ftp:TENTATIVE no %number%, %date% - TaskManager/Job/FtpJob.php + TaskManager/Job/FtpJob.php task::ftp:Tous les documents ont ete transferes avec succes Alle documenten zijn met succes overgezet @@ -12960,11 +12883,6 @@ toutes les notifications Alle meldingen - - web/admin/databases.html.twig - update::Verifier els tables - Controleer de tabellen - web/admin/databases.html.twig update::Votre application necessite une mise a jour vers : diff --git a/resources/locales/validators.ar.xliff b/resources/locales/validators.ar.xlf similarity index 100% rename from resources/locales/validators.ar.xliff rename to resources/locales/validators.ar.xlf diff --git a/resources/locales/validators.de.xliff b/resources/locales/validators.de.xlf similarity index 97% rename from resources/locales/validators.de.xliff rename to resources/locales/validators.de.xlf index 95d1af7033..bc911d0219 100644 --- a/resources/locales/validators.de.xliff +++ b/resources/locales/validators.de.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. diff --git a/resources/locales/validators.en.xliff b/resources/locales/validators.en.xlf similarity index 97% rename from resources/locales/validators.en.xliff rename to resources/locales/validators.en.xlf index 84cf5ffbbe..283c7ba11c 100644 --- a/resources/locales/validators.en.xliff +++ b/resources/locales/validators.en.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. diff --git a/resources/locales/validators.es.xliff b/resources/locales/validators.es.xlf similarity index 100% rename from resources/locales/validators.es.xliff rename to resources/locales/validators.es.xlf diff --git a/resources/locales/validators.fr.xliff b/resources/locales/validators.fr.xlf similarity index 97% rename from resources/locales/validators.fr.xliff rename to resources/locales/validators.fr.xlf index 03a6ff8e3a..99709f63c1 100644 --- a/resources/locales/validators.fr.xliff +++ b/resources/locales/validators.fr.xlf @@ -1,6 +1,6 @@ - +
The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. diff --git a/resources/locales/validators.nl.xliff b/resources/locales/validators.nl.xlf similarity index 97% rename from resources/locales/validators.nl.xliff rename to resources/locales/validators.nl.xlf index 5aee7d7c4b..e6bc399d71 100644 --- a/resources/locales/validators.nl.xliff +++ 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.